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

body{
	background:#000 url(../images/bg.jpg) repeat-x;
	margin:0;
}

h1{
	color:#7C5422;
	}
h2{
	 color:#BB8115;
	 }

h3{
	color:#586F99;
	}
h4{
	color:#CE2D25;
	}
h5{
	color:#582d05;
	}

.container{
	
	xbackground-color:#666;
}

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


#header{
	height:397px;
	background:transparent url(../images/header.png) no-repeat;
	margin-bottom:24px;
}

#leftNav{
	height:auto;
	background:transparent url(../images/navBg.png) repeat-y;
	margin-bottom:20px;
}

#leftNav ul{
	cheight:49px;
	margin:0 10px;
	list-style:none;
	xbackground:transparent url(../images/navBg.png) repeat-x;
	
}

#leftNav ul li {
	
	
	padding:10px 5px 0 10px;
	xmargin:10px 10px;
	list-style-type:none;
	font-size:17px;
	color:#000;
	font-family:verdana;
	
	
	
}



#leftNav ul li a{
	
	width:173px;
	height:36px;
	color:#fff;
	text-decoration:none;
	padding:10px 0 0 0;
	display:block;
	background:transparent url(../images/btnOff.png) no-repeat;
	text-align:center;
	
	
	
}

#leftNav ul li.highlight{
	background:transparent;
	color:#000;
	}

#leftNav ul li a:hover{
	
	color:#000;
	text-decoration:none;
	
	background:transparent url(../images/btn_on.png) no-repeat;
	
}

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

#leftNav ul li.highlight a{
	color:#000;
	}

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

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

#leftNav 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{
	padding-top:20px;
	height:auto;
	background-color:#fff;
	
	
}

#content{
	padding:10px 10px 10px 20px;
	width:730px;
	}


#footer{
	padding-top:12px;
	height:40px;
	background:transparent url(../images/footer.png) repeat-y;
	text-align:center;
	color:#fff;
}

#footer p{
	font-size:10px;
	}

#footer a{
	color:#C3541A;
	}

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

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

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