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

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

h1{
	color:#0F9646;
	font-size:22px;
	}
h2{
	 color:#587d89;
	 font-size:18px;
	 }

h3{
	color:#AD4057;
	font-size:15px;
	}
h4{
	color:#CE2D25;
	}
h5{
	color:#582d05;
	}

.container{
	
	xbackground-color:#666;
}

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

#wrapper{
	
}

#header{
	height:251px;
	xbackground:transparent url(../images/.png) repeat-y;

}

#logo{
	height:251px;
	width:237px;
	background:transparent url(../images/logo.png)  no-repeat;

}

#flash{
	width:707px;
	height:251px;
	background:transparent;	}


#leftNav{
	
}

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

#leftNav ul li {
	
	position:relative;
	float:left;
	padding:0 0 10px 0;
	xmargin:10px 10px;
	list-style-type:none;
	font-size:16px;
	color:#fff;
	font-family:verdana;
	border-right: 3px #0F9646 solid;
	
	
	
}



#leftNav ul li a{
	display:block;
	width:244px;
	height:37px;
	color:#0F9646;
	text-decoration:none;
	padding:10px 0 0 10px;
	
	
	
}

#leftNav ul li.highlight{
	background:transparent url(../images/navBg.png) no-repeat;
	color:#000;
	}

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

#leftNav ul li.haschildren{
	width:254px;
	}
	
#leftNav ul li.hasvisiblechildren a{
	background:transparent;
	color:#000;
	}
#leftNav ul li.hasvisiblechildren ul li.highlight a{

	margin:0 0 0 5px;
	width:239px;
	color:#000;
	}
	}

#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:#000;
	}

#leftNav ul li ul li a{
	xbackground-color:#c3541a;
	margin:0 0 0 5px;
	width:239px;
	color:#000;
	}
	
#leftNav ul li ul{
	margin:0;
	}
	
#leftNav ul li ul li{
	padding:0;
	color:#000;
	}

#leftNav ul li ul li a:hover{
	xbackground-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; }

#mainContentTop{
	xwidth:950px;
	height:11px;
	background:transparent url(/images/contentTop.png) no-repeat;
	}


#mainContent{
	xpadding-top:20px;
	height:auto;
	background:transparent url(/images/contentBg.png) repeat-y;
	
	
}

#content{
	margin:10px 20px;
	width:630px;
	font-size:14px;
	

}
#footer{
	height:84px;
	background:transparent url(../images/footer.png) repeat-y;
	text-align:center;
}

#footer a{
	color:#C3541A;
	}

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

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

#body #contact-form-container div.input label{
	color:#C3541A;
	}
#body ul, ol {padding-left:16px;}	

