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

body{
	background:#6076ab url(../images/bg.jpg) no-repeat;
}

h1{
	color:#ff0000;
	font-size:3em;
	}
	
h2{
	 color:#587d89
	 }

h3{
	color:#5F76AA;
	}
	
h4{
	color:#CE2D25;
	}
	
h5{
	color:#582d05;
	}

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

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

#flash{
	margin:0 0 20px 85px;
	}
	
#leftMain{
	width:200px;
	height:auto;
	}

#topLeftNav{
	background:transparent url(../images/navHeader.png) no-repeat;
	height:24px;
	width:199px;
}

#bottomLeftNav{
	height:24px;
	width:199px;
	background:transparent url(../images/navFooter.png) no-repeat;
}

#leftNav{
	width:180px;
	height:auto;
	padding:0 10px;
	background:transparent url(../images/navContentBg.png) repeat-y;
	text-align:center;
}

#leftNav a{
	text-decoration:none;
	}

#leftNav ul{
	margin:0 10px;
	list-style:none;
}

#leftNav ul li {
	position:relative;
	font-size:10px;
	color:#000;
	font-family:verdana;
	text-align:center;
	display:block;
}

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

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

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

#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{
	height:auto;
	background-color:#333;
	background:transparent url(../images/contentBg.png) repeat-y;
}

#content{
	margin: 0 20px;
	height:auto;
}
#footer{
	height:236px;
	background:transparent url(../images/footer.png) repeat-y;
	text-align:right;
	font-size:10px;
}

#footer a{
	color:#C3541A;
	}

#footer-text{
	margin-right:250px;
	width:700px;
	}

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

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

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