@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d4242;
	background-color: #f4f4f4;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d4242;
}

h1 span {
	font-size: 14px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d4242;
	line-height: 14px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 802px;
	margin: 0 auto 0 auto;
}

#border {
	width: 800px;
	float: left;
	border: 1px solid #bebebe;
	color: #ffffff;
}

#leftpage {
	width: 165px;
	float: left;
	padding-left: 5px;
}

#orangetop {
	height: 22px;
	width: 165px;
	float: left;
	background-color: #878133;
}

#logo {
	height: 87px;
	width: 165px;
	float: left;
}

#sidenav a {
	width: 142px;
	height: 18px;
	float: left;
	background-color: #878133;
	background-image: url(images/sidenavbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 23px;
	color: #ffffff;
	margin-bottom: 1px;
	padding-top: 3px;
}

#sidenav a:hover {
	background-color: #3e4243;
	background-position: left bottom;
	text-decoration: none;
}

#leftbottombox {
	width: 165px;
	height: 237px;
	float: left;
	background-color: #878133;
}

#rightpage {
	width: 629px;
	float: right;
}

#topnav {
	height: 19px;
	width: 605px;
	float: left;
	background-color: #3e4243;
	padding-right: 24px;
	padding-top: 3px;
}

#topnav p {
	margin: 0px;
	text-align: right;
}

#topnav a {
	color: #ffffff;
}

.topnavimg {
	margin-left: 10px;
}

#headcontact {
	height: 81px;
	width: 604px;
	float: left;
	background-color: #3e4243;
	margin-top: 1px;
	padding-right: 25px;
	padding-top: 5px;
}

#headcontact h2 {
	font-size: 42px;
	margin: 0px;
	text-align: right;
}

#headcontact h2 span {
	font-size: 11px;
	letter-spacing: 5px;
}

#contactarea {
	width: 564px;
	min-height: 415px;
	height: auto !important;
	height: 415px;
	float: left;
	display: inline;
	margin-left: 17px;
	margin-top: 18px;
	background-color: #eaece1;
	padding: 15px;
}

#contactarea p {
	text-align: justify;
}

#footer {
	width: 782px;
	height: 25px;
	float: left;
	background-color: #3e4243;
	padding-right: 18px;
	padding-top: 5px;
}

#footer p {
	margin: 0px;
	color: #ffffff;
	text-align: right;
}

#footer a {
	color: #ffffff;
}

li {
	color: #3d4242;
}