* {padding: 0; margin: 0;}

body {
	padding: 0;
	margin: 0;
	color: #090909;
	font-size: small;
	background: #F8F8F6;
	font-family: verdana;
	text-align: left;
	width: 100%;
}

#header {
	background: #273B13 url(images/header_background.gif) repeat-x top left;
	width: 100%;
	height: 105px;
	float: left;
}

#header_wrapper {
	width: 800px;
	margin: 0 auto;	
}

#header_container {
	width: 100%;
	float: left;
	position: relative;
}

#header_container img {
	float: left;
	padding-left:40px;
}

#menu {
	float: left;
	position: absolute;
	bottom: 0;
	right: 0;
}

#menu ul {
	float: left;
	list-style: none;
}

#menu ul li {
	float: left;	
}

#menu a {
	color: #d7d7d7;
	text-decoration: none;
	display: block;
	padding: 18px 10px 10px 15px;
	text-transform: uppercase;
	border-right: 1px solid #6A765E;
	font-weight:bold;
	letter-spacing:-1px;
}

#menu a:hover {
	background: transparent url(images/up_state.gif) no-repeat top right;	
}

#content {
	width: 100%;
	float: left;
	background: #FFFCF3;
}

#content_wrapper {
	width: 800px;
	margin: 0 auto;
	min-height:500px;
}

#content_container {
	float: left;
	padding: 40px 0 70px 0;
}

#content_left {
	text-align: center;
	float: left;
	width: 300px;	
}

#content_left div {
	text-align: left;
	width: 250px;
	padding: 0 25px;
}

#content_right {
	float: right;
	width: 460px;
	padding: 60px 20px 0 0;
}

h1 {
	color: #2F4519;
	background: transparent url(images/heading_leader.gif) repeat-x center left;
	font-size: 135%;
	width: 200px;

}

h3 {
	color: #2F4519;
	padding-top:20px;
	text-align:center;

}

h3 a{
text-decoration:none;
color: #2F4519;
}

h3 a:hover{
text-decoration:underline;
}


h1 span {
	padding-left:3px;
	padding-right:3px;
	margin: 0 0 0 20px;
	background: #FFFCF3;
}

#left_menu {
	list-style: none;	
}

#left_menu a {
	color: #000;
	width: 170px;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	display: block;
	background:url(images/services_line.gif) bottom left repeat-x;
}


#left_menu a:hover {
color:#CC3300;
}

#content_right p {
	margin: 10px 0 0;	
}

#footer {
	width: 100%;
	background: #F8F8F6 url(images/footer_background.gif) repeat-x top left;
	height: 74px;
	float: left;
	padding: 10px 0 15px 0;
	color:#62695b;
	font-size:80%;
	text-align:center;
}

#footer a{
text-decoration:none;
color:#62695b;
}

#footer a:hover{
color:#CC3300;
}


/* ####### Contact Form  #########*/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
}
input.validation-passed, textarea.validation-passed {

	color : #000;
}

.validation-advice {
	margin: 2px 0;
	padding: 2px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}


legend{
position:absolute;
top:-.5em;
left: .5em;
color:#181818;
}

#test{
margin:15px 0 10px 0;
padding:0;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 2px;
}

.submit{
background-color:#748A4C; border:2px solid #D7E0C7; color:#fff; font-weight:bold;
}

.submit:hover{
color:#CCCCCC;
}

#sub_buttons{
padding:10px;
}

#content_right ol{margin: 20px 0 20px 40px;}
#content_right ol li{margin-top:20px;}
#content_right ul{margin: 20px 0 20px 40px;}