﻿/* Contact style */
.phonenum
{
    font-weight: 500;
    color: #476228;
}

.email
{
    text-decoration: none;
    font-weight: 500;
    color: #476228;
}

.email:hover
{
    text-decoration: underline;
}

.homebottom
{
    text-decoration: none;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    float: right;
	color: #000;
	width: 100%;
	background-color: #f5fae6;
}

.homebottom a
{
    text-decoration: none;
	color: #476228;
	font-weight: normal;
	line-height: 1em;
}

.homebottom a:hover
{
    text-decoration: underline;
}

.home
{
    text-decoration: none;
    font-size: 13px;
	background-color: #f5fae6;
}

.home a
{
    text-decoration: none;
	font-weight: normal;
}

.home a:hover
{
    text-decoration: underline;
}

.homepicture
{
    width: 55px;
    height: 56px;
    border-style: none;
}

.contactpicture
{
    width: 55px;
    height: 72px;
    border-style: none;
}

.send
{
    width: 106px;
    height: 50px;
    cursor: pointer;
}

input, textarea
{
	border-style: solid;
	border-width: 1px;
	border-color: #61704b;
}
