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

body{
	background:#F7EF71 url(../images/bg.png) repeat-x;
}

h1{
	color:#4D4FCF;
	}
h2{
	 color:#587d89
	 }

h3{
	color:#99B045;
	}
h4{
	color:#CE2D25;
	}
h5{
	color:#582d05;
	}

.container{
	width:950px;
}

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

#wrapper{
	background:transparent url(../images/wrapperBg.png) repeat-y;
}

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



#topNav{
	height:auto;
	background:transparent url(../images/navBg.png) repeat-y;
	width:170px;
	padding-top:15px;
	margin-top:20px;
	text-align:left;
}

#topNav ul{
	height:auto;
	margin:0 0 15px 0;
	list-style:none;
	margin-bottom:100px;
	xfloat:left;
}

#topNav ul li {
	padding: 0 10px;
	xheight:28px;
	text-align:left;
	xdisplay:block;
	margin-top:10px;
	list-style-type:none;
	font-size:13px;
	color:#000;
	font-family:verdana;
	
}


#topNav ul li a{
	height:49px;
	color:#000;
	text-decoration:none;
}

#topNav ul li.highlight{
	color:#fff;
	background:transparent url(../images/navGb.png) repeat-x;
	margin-right:10px;
	}

#topNav ul li a:hover{
	color:#4D4FCF;
	text-decoration:none;
	
}

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

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

#topNav ul li.highlight ul li a{
	color:#666;
	font-weight:bold;
	height:28px;
	margin-bottom:10px;
	}

#topNav ul li ul li a{
	background-color:transparent;
	
	color:#666;
	}
	
#topNav ul li ul{
	xmargin:0 0 10px 0 ;
	}
	
#topNav ul li ul li{
	xpadding:0;
	color:#fff;
	display:block;
	}

#topNav ul li ul li a:hover{
	background-color:transparent;
	color:#000;
	}
#contactInfo h5{
	margin-bottom:.5em;
	font-size:1.2em;
	text-decoration:underline;
	}
	
	
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{
	height:auto;
	background-color:#333;
	background:transparent url(../images/contentBg.png) repeat-y;
	width:820px;
	padding: 0 40px 0 60px;
}

#content{
		width:640px;
		padding:30px 0 0 10px;
	}

#footer{
	height:203px;
	background:transparent url(../images/footerBg.jpg) repeat-y;
	text-align:center;
	width:950px;
	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;
}