/* CSS Document */

/* Begin generic styles */


body, div, span, p, table, thead, th, tbody, tr, td, img, ul, ol, li, legend, fieldset, form, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.4;
}

html, body
{
	height: 99%;
}

div#site-container
{
	margin: 0px auto;
	width: 1023px;
	min-height: 94%;
}

/* IE6 */
* html #site-container
{
	height: 94%;
}

body {
	font-family:"Verdana",Arial,Helvetica,sans-serif;	
	font-size: 100%;
	background-color: #003e2f;	
	text-align:center; 
	}

form, input, textarea, select, option
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
	font-size: 1em;
}

a
{
	color: #009883;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


.body_holder {
	margin: auto;
	text-align:left;
	width: 780px;
	padding: 0px 0 0 0;
	}


h1 {	
	margin: 0;
	padding: 10px 0 0 0;
	color: #00916a;
	font-size: 130%;
	font-weight: bold;
	}

h2 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #00916a;
	font-size: 15px;
	font-weight: bold;
	}

.clear {
	clear:both;
	}

.hidden {
	display:none;
	}

.strong {
	font-weight:bold;
	}

.label {
	display: block;
	float: left;
	width: 180px;
	}

.pdf {
	background:url(../images/icons/pdf.gif) no-repeat left top;
	padding-left: 18px;	
	}
p {
	padding:0;
	margin: 0;
}
/* End generic styles */

/* Begin header styles */

.main_content {
	width: 780px;
	background:#ffffff;
	padding: 0 0px 50px 0px;
}

.main_content_txt {
	float: left;
	width: 550px;
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	color: #003e2f;
	padding-top: 30px;
}

.main_content_txt ul{
	padding-left: 40px;
}
.main_content_menu {
	float: left;
	width: 180px;
	font-family: "Arial", sans-serif;
	padding-left: 20px;
}

.main_content_menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px;
	padding-top: 60px;
}

.main_content_menu ul li ul{
	padding: 0 0 0 10px;
	margin: 0;
	border: 0;
}

.main_content_menu ul li ul li{
	padding: 5px 0 0 0;
	margin: 0;
	border: 0;
}

.main_content_menu ul li.active  {
	font-weight: bold;
}


.main_content_menu li{
	font-size: 15px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #cccccc;
	text-transform: lowercase; 
	color: #214fa2;  
}


.main_content_menu a:link, .main_content_menua:visited {
	color: #214fa2;	
	text-decoration: none;
	}
.main_content_menu a:hover, .main_content_menu a:active {
	color: #ea6b09;	
	text-decoration: none;
	}
.footer {
	width: 780px;
	float: left;
	margin: 0;	
	color: ffffff;
	background-color: #00946f;
	font-family:"Arial",Helvetica,sans-serif;	
	font-size: 13px;
}
.footer-txt {
	padding: 15px;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
}

.footer a:visited, .footer a:link {
	color: ffffff;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color: ffffff;
	text-decoration: underline;

}

.top-menu {
	background-color: #00946f;
	float:left;
	width: 780px;
	padding: 0px;
	height: 40px;


}
.top-menu a:visited, .top-menu a:link {
	color: #ffffff;
	text-decoration: none;
}

.top-menu a:hover, .top-menu a:active {
	color: #ffffff;
	text-decoration: underline;

}

.top-menu ul{
	float:left;
	padding: 10px;
}

.top-menu li{
  float:left;
  list-style-type:none;	
  padding: 0 10px 0 10px;
  border-right: 1px solid #cccccc;

}

.top-menu ul li ul{
	display: none;
	}

.top-menu ul li.active  {
	font-weight: bold;
}

.contentheading {
	font-size: 18px !important;
	color: #333333 !important;
	font-weight: bold;
}
/* End footer styles */



