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

html, body{
	background:#838382 url(../images/bg.png) repeat-x;
	height:100%;
	margin:0;
}

h1{
	color:#2c3696;
}

h2{
	color:#999;
}

h3{
	color:#ce3c03;	
}

h4{
	color:#333;
}

h5{
	color:#989eca;
}

a{
	color:#cc6806;
}

#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -351px;
}

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

#header p.headerTxt{
	font-size:1.5em;
	font-weight:bold;
	color:#ff0000;
	text-transform: uppercase;
	float:right;
	text-align:left;
	padding:50px 80px 0 0;
	margin:0;
	line-height:1em;
}

#leftCorner{
	width:86px;
	height:66px;
	background:transparent url(../images/navLeftCorner.png) no-repeat;
}
#topNav{
	padding:23px 0 0 0;
	height:43px;
	background:transparent url(../images/navBg.png) repeat-x;
	width:774px;
	font-size:1.3em;
	font-weight:bold;
}

#topNav ul{
	margin:0;
	list-style:none;
}

#topNav ul li {
	position:relative;
	float:left;
	margin:2px 10px;
	list-style-type:none;
	line-height:18px;
}

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

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

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

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

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

#topNav ul li a#active{
	color:#000;
}

#subpages{
	width:100px;
	padding:5px 35px;
	font-size:1.3em;
	font-weight:bold;
}

#subpages ul{
	margin:0;
	list-style:none;
}

#subpages ul li {
	position:relative;
	float:left;
	margin:2px 10px;
	list-style-type:none;
	line-height:18px;
}

#subpages ul li a{
	color:#fff;
	text-decoration:underline;
}

#subpages ul li a:hover{
	color:#ff0000;
	text-decoration:none;
}

#rightCorner{
	width:90px;
	height:66px;
	background:transparent url(../images/navRightCorner.png) no-repeat;
}


#mainContent{
	background:transparent url(../images/contentBg.png) no-repeat;
	height:auto;
	padding:10px 50px;
	width:850px;
	margin-bottom:30px;
}

#footer{
	text-align:center;
	width:100%;
}

#subFooter{
	height:100px;
	color:#000;
	text-align:center;
	line-height:5px;
	padding-top:5px;
	margin:0 auto;
	position:relative;
}

#footer p.link{
	color:#000;
}


#body #contact-form-container {
	background-color:transparent;
	}

#contact-form-container div.input textarea{
	height:120px;
	}
	
#body #contact-form-container select {
	padding-right:10px;
	}
	
#body #contact-form-container div.input input#ContactEmail, #body #contact-form-container div.input input#ContactName{
	width:49%;
	}
