/*********************
* Globals
*********************/

*{margin: 0; padding: 0;}

body{
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #bebebe url(img/bkd.gif) repeat-x;
}

a{
	color: #42735E;
}

a:hover{
	text-decoration: none;
}

 h2{
	display: none;
}

.clear{
	clear: both;
}


#displaynone{
	display: none;
}

}
.htext{
	display: none;
}
/*********************
* Structural
*********************/

#wrap{
	margin: 0 auto;
	padding-bottom: 10px;
	width: 802px;
	background: url(img/wrap.gif) repeat-y;
}

#header{
	width: 802px;
	height: 182px;
	margin-bottom: 0px;
	background: url(img/header2.jpg) no-repeat;
}

#right-col{
	width: 521px;
	float: right;
	margin-right: 17px;
}

html>body #right-col{
	margin-right: 34px;
}

#right-col #intro{
	width: 521px;
	height: 216px;
	margin-bottom: 2px;
	background: url(img/intro.jpg) no-repeat;
}

#right-col #content{
	text-align: left;
	padding: 12px;
	margin-bottom: 10px;
}




#left-col{
	width: 203px;
	margin-left: 30px;
	background: #75ae00;
}

html>body #left-col{
	width: 203px;
	margin-left: 33px;
}

#left-col #nav{
	/*margin-left: 3px;*/
	padding-top: 15px;
	width: 193px;
}

html>body #left-col #nav{
	padding-top: 12px;
	width: 193px;
	margin: 0 auto;
}

#left-col #nav #nav-btm{
	width: 193px;
	height: 0px;
	font-size: 1px;
	line-height: 1px;
	clear:left;
}

#left-col #left-col-top{
	width: 203px;
	height: 11px;
	background: url(img/left-col-top.gif) no-repeat;
}

#left-col #left-col-btm{
	width: 203px;
	height: 11px;
	background: url(img/left-col-btm.gif) no-repeat;
}

#footer{
	margin: 10px auto 0 auto;
	width: 752px;
	height: 90px;
	clear: both;
	background: url(img/footer.jpg) no-repeat;
}

#footer ul{
	display: none;
}


/*********************
* Navigation
*********************/


#nav ul{
	list-style: none;
	text-align: left;
}

#nav li{

	width: 191px;
	height: 22px;
	margin: 0px 0;
	position:relative;
	float:left;
}

#nav a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	width: 191px;
	height: 22px;
	line-height: 12px;
	text-indent: 0px;
	background: url(img/nav-a.gif) no-repeat;
}

#nav a:hover{
	background-position: 0 -22px;
	text-decoration: underline;
}

#nav ul.sub{    
	padding: 0 2px;
	width: 175px;
	background: #283B33;
	position: absolute;
	top: -3px;
	left: -999em;
	margin-left:192px;
}

#nav li:hover ul.sub, #nav li.over ul.sub{
	left:auto;
}

#nav ul.sub a{
	width: 175px;
	margin: 3px 0;
	background: #4F5E58;
}

#nav ul.sub a:hover{
	background: #76827D;
}

#nav ul.sub li{
	border: 0;
	width: auto;
	height: auto;
}




/*********************
* Content
*********************/
table {
margin-top: 10px;
	font-size: 12px;


}

#content img{
	float: left;
	margin: 6px;
}

#content p{
	margin: 0 0 15px 0;
	line-height: 22px;
}
#content a{
	color: #75ae00;
	text-decoration: none;
	font-weight: bold;
font-size: 11px;
}

#content a:hover{
	text-decoration: underline;
}

#content h3,h1{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 4px 0;
	padding-top: 2px;
	text-indent: 5px;
	height: 20px;
	background: #75ae00 ;
}

#content h4{
	font-size: 13px;
	width: 494px;
	height: 14px;
	margin-top: 8px;
	color: #fff;
	padding: 2px;
	text-indent: 9px;
	background: url(img/content-h4.gif) no-repeat;
}

#content div.desc-box{
	width: 488px;
	background: #F1F1F1;
	margin: 0 0 15px 0;
	padding: 5px;
}

#content div.desc-box p{
	text-align: justify;
	margin: 5px;
}

#content a.more{
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 95px;
	height: 25px;
	margin: 6px;
	float: right;
	background: url(img/learn-more.gif) no-repeat;
}

#content a.more:hover{
	background-position: 0 -25px;
}

#content ul{
	margin: 0 0 10px 30px;
}

#content li{
	margin: 0px 0;
}

#content dl{
	list-style: none;
}

#content dd{
	margin-bottom: 10px;
}

#content blockquote{
	width: 450px;
	font-size: 11px;
	margin-left: 10px;
}

#content fieldset{
	width: 200px;
	text-align: left;
}

.submit{
	width: 100px;
	height: 40px;
	margin-top: 6px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: #acbdcd;
}

#footertext{

position: absolute;
	margin-top: 82px;
	margin-left: 275px;
	text-align: center;


}