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

body{
	background:#EFDCC1 url(../images/bg.jpg) repeat;
	font-family:palatino;
}

#body p img{
	float:none;
	}

p{
	font-family:palatino;
	}

a{	
	color:#7F361F;
}

h1{
	color:#5E002E;
	}
	
h2{
	 color:#006134;
	 }

h3{
	color:#FF5509;
	}
	
h4{
	color:#6B7E44;
	}
	
h5{
	color:#582d05;
	}

table, td, th{
	vertical-align:top;
	}

#wrapper{
	width:850px;
}

#header{
	height:217px;
	width:850px;
	background:transparent url(../images/header.jpg) no-repeat;
}

#topNav{
	padding-top:20px;
	width:850px;
	height:41px;
	background:transparent url(../images/navBg.png) repeat-y;
	
}

#topNav ul{
	height:41px;
	margin:0 20px;
	list-style:none;
	text-align:center;
}

#topNav ul li {
	display:inline;
	text-align:center;
	padding:0 25px 0 10px;
	xmargin:10px 10px;
	list-style-type:none;
	font-size:24px;
	color:#fff;
	font-family:verdana;
}

#topNav ul li a{
	color:#fff;
	text-decoration:none;
	font-family:palatino;
}

#topNav ul li.highlight{
	background:transparent;
	color#143F2B;
	}

#topNav ul li a:hover{
	color:#143F2B;
	text-decoration:none;
	background:transparent url(../images/navBgRoll.png) repeat-x;
}

#topNav ul li a:active{
	color:#000;
	text-decoration:none;
}

#topNav ul li.highlight a{
	color:#143F2B;
	}

#topNav ul li.highlight ul li a{
	color:#fff;
	}

#topNav ul li ul li a{
	background-color:#c3541a;
	padding:0 5px;
	color:#fff;
	}
	
#topNav ul li ul{
	margin:0;
	}
	
#topNav ul li ul li{
	padding:0;
	color:#fff;
	}

#topNav ul li ul li a:hover{
	background-color:#c3541a;
	color:#000;
	}
	
ul li.haschildren ul { display:none; }

ul li.hasvisiblechildren ul { display:block; }
ul li.highlight ul { display:block; }

ul li.highlight li.haschildren ul { display:none; }
ul li.hasvisiblechildren ul li.haschildren ul { display:none; }

ul li.hasvisiblechildren ul li.highlight ul { display:block; }
ul li.hasvisiblechildren ul li.hasvisiblechildren ul { display:block; }

#mainContent{
	width:790px;
	padding:30px;
	height:auto;
	background-color:#fae4b4;
}

#footer{
	width:800px;
	padding:5px 25px 0;
	height:100px;
	background:transparent url(../images/footer.png) no-repeat;
	xtext-align:center;
	font-size:10px;
}

#footer h5{
	margin-bottom: .4em;
	}

#footerContact{
	float:right;
	}

#footer a{
	color:#C3541A;
	}

/*///////////////////////////////////////////////////*/

#body #contact-form-container div.input{
background-color:#fff;
}

#body #contact-form-container div.input label{
	color:#C3541A;
	}