html{
	min-height:101%;
	background-image:url(../images/texture_bg.jpg);
	background-position:0px 80px;
	padding-bottom:50px;	
	background-color:#e8d9c3;
}

body{
    font-family: Helvetica,Arial,sans-serif;
}

a {
	color:#4e7d14;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#header{
	height:100px;
	width:100%;
	background-color:#60704C;
	position:fixed; 
	top:0px;
	left:0px;
	z-index:2;
}

#phoneNumber{
    font-size: 13px;
    margin-left: 266px;
}
#phoneNumber, #phoneNumber a{
	color: white !important;
	text-decoration: none !important;
	cursor:inherit;
}
#contentArea{
	padding:22px;
	padding-bottom:60px;
	width:785px;
	margin-top:130px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fbebd3;
	font-size:15px;
	line-height:24px;
	min-height:445px;
	border:2px white solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	color:#4D4D4D;
	position: relative;
}

#logo{
	width:850px;
	margin:15px auto -20px;
}

#contentHeader{    
	background-color: #eaad6a;
    border: 1px solid white;
    color: white;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 0.5em;
    margin: 0 auto 35px auto; 
    padding: 12px;
    width: 760px;
}

#navigation{
	width:850px;
	margin:15px auto 0px auto;
	text-transform:uppercase;
	list-style-type:none;
	padding:0px;
}

#navigation li{
	float:left;
	margin-right:25px;
	margin-top:3px;
}

#navigation li:first-of-type{
	margin-left:40px;}

#navigation li a{
	color:white;
	text-decoration:none;
}

#navigation li a, .selectedNav{
	font-size:13px;
}
	

#navigation li a:hover{
	text-decoration:underline;
}

#navigation li a:hover, .selectedNav{
	color:#bad993;
}

#bodyCopy{
	margin:0px auto;
	width:755px;
	position:relative;
}

#valEmail{
	position:absolute;
	top:4px;
	left:249px;
}

#mapBorder{
	border:1px solid #fff;
	width:600px;
	margin:0px auto;
}

#footer{
 	background-color: #eaad6a;
    bottom: 0;
    color: white;
    font-size: 11px;
    height: 20px;
    left: 0;
    line-height: 1.8;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    width: 799px;
}

#copyright, #contact{
	float: left;
}
#copyright{
	width: 34%;
}
#contact{
	width: 35%;
}
#credits{
	float: right;
}
#contactform table{
	background-color:#ebb983;
	border:#fff solid 1px;
	color: #4d4d4d;
	font-size:14px;
	border-radius:10px 10px; 
	/*box-shadow: #000 10px 10px 20px;*/
	margin-top: 20px;
}


#credits a{
	color: white;
}
