@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d6568;
	background:#5d6568;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}
 h1{
	 font-size:18px;
	 
 }
.spacer {
	clear:both;
	height:1px;
	margin:0px;
	padding:0px;
	display:block;
	overflow:hidden;
}

.centered {
	text-align:center;
}

#container {
	display:block; 
	width:940px; 
	margin:0px auto; 
	padding-top:18px;
}

/********** innercont styles *************/

#innercont {
	display:block; 
	width:940px; 
	background:url(img/mid.gif) repeat-y;
}

#innercont .top {
	background:url(img/top.gif) top left no-repeat;
}

#innercont .bot {
	background:url(img/bot.gif) bottom left no-repeat; 
	padding:19px 60px 60px;
}

/********** header styles *************/

#header {
	display:block; 
	height:106px;
	overflow:hidden;
}

#header .left {	
	float:left; 
	width:178px;
}
#header .left a {	

	font-size:17px;
	color:#5d6568;
	text-decoration:none;
}
#header .right {
	display:block; 
	width:639px; 
	height:50px; 
	background:url(img/head_rightbg.gif) repeat-x; 
	float:right; 
	padding-top:56px;
}

/********** topnav styles ***********/

#topnav {
	margin:0px;
	padding:0px;
	list-style:none;
	float:right;
}

#topnav .item {
	display:block;
	float:left;
	height:50px;
	margin-left:2px;
	width:75px;
}

#topnav .item a {
	text-decoration:none;
	font-size:13px;
	color:#5d6568;
	display:block;
	padding:15px 0px 0px;
	padding-bottom:18px;
	width:75px;
	text-align:center;
}

#topnav .item a:hover {
	background:url(img/itembg.gif) repeat-x #FF0000;
}

#topnav .active a {
	background:url(img/itembg.gif) repeat-x #FF0000;
}

#topnav .subnav {
	display:none;
	clear:left;
	position:absolute;
	width:75px;
	background:#5d6568;
	margin:0px;
	padding:0px;
	list-style:none;
	overflow:hidden;
}

#topnav .subnav li {
	display:block;
	height:30px;
	border-bottom:2px solid #ffffff;
	overflow:hidden;
}

#topnav .subnav a {
	display:block;
	font-size:12px;
	color:#ffffff !important;
	font-weight:normal !important;
	height:23px !important;
	width:75px;
	padding:7px 7px 0px;
	margin:0px;
	background:none !important;
	text-align:left !important;
}

#topnav .subnav a:hover {
	background:#747e82 !important;
}

#topnav .subnav .last {
	border:none;
	height:30px; 
	overflow:hidden;
}

div > /**/ #topnav .subnav .last {
	height:30px;
}

#topnav .sfhover .subnav {
	display:block;
}

#topnav .sfhover {
	background:url(img/itembg.gif) repeat-x #FF0000;
}

div > /**/ #topnav .item:hover a {
	background:url(img/itembg.gif) repeat-x #FF0000;
}

div > /**/ #topnav .item:hover .subnav {
	display:block;
}

/********** banner styles ***********/

#banner {
	display:block; 
	background:url(img/bannerbg.jpg); 
	width:820px; 
	height:271px; 
	margin-top:12px;
}

#banner .left {
	width:400px;
	font-family:'Century Gothic', Arial, Helvetica, sans-serif; 
	font-size:21px; 
	color:#969696; 
	float:left; 
	padding-left:77px;
	padding-top:50px;
}

#banner .largetxt {
	font-size:30px; 
	color:#5d6568; 
	line-height:35px; 
	margin-bottom:15px;
}

#banner .right {	
	float:right; 
	padding-right:34px;
}

/********** content styles ***********/

#content {
	display:block; 
	margin-top:2px;
}
#content .leftcol h1 {
	font-size:18px; 
	margin:10px;
}
#content .leftcol h2 {
	font-size:15px; 
	margin:10px;
}
#content .leftcol p{
	margin:10px;
}
#content .leftcol {
	display:block; 
	width:177px; 
	float:left;
}

#content .rightcol {
	display:block; 
	width:583px; 
	float:right;
}

#content .rightcol h1 {
	font-size:18px; 
	color:#889e29; 
	margin:10px 0px;
}

#content .rightcol h2 {
	font-size:12px; 
	color:#5d6568; 
	margin:10px 0px;
}

#content .rightcol p {
	margin:10px 0px 20px; 
	line-height:20px; 
	text-align:justify;
}

#content .rightcol p a {
	color:#889e29;
}

#content .rightcol p a:hover {
	text-decoration:none;
}

#content .wrap {
	background:url(img/leftcolbg.gif) repeat-y;
	width:820px; 
}

/********** leftnav styles ***********/

.leftnav {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:14px;
}

.leftnav li {
	display:block;
	width:178px;
	height:38px;
	border-bottom:2px solid #ffffff;
}

.leftnav li a {
	display:block;
	width:158px;
	height:26px;
	color:#5d6568;
	text-decoration:none;
	padding-top:12px;
	padding-left:20px;
}

.leftnav li a:hover {
	background:#dedfdf;
}



/********** home_cont styles **************/

#home_cont {
	display:block; 
	background:url(img/home_contbg.jpg) 235px 50% no-repeat; 
	width:820px;
}

#home_cont .left {
	width:225px; 
	float:left; 
	text-align:center; 
	padding-top:20px;
}

#home_cont .right {
	width:550px; 
	float:right; 
	padding:20px 0px;
}

#home_cont h1 {
	font-size:14px; 
	color:#889e29; 
	font-weight:normal;
	margin:0px; 
	padding:0px;
}

#home_cont p {
	margin:15px 0px; 
	line-height:20px; 
	text-align:justify;
}

/********** footer styles **************/

#footer {
	display:block; 
	border-top:4px solid #889e29; 
	font-size:11px; 
	color:#5d6568; 
	padding-top:10px;
}

#footer .links {
	font-size:13px; 
	margin-bottom:10px;
}

#footer .links a {
	color:#5d6568 !important;
}

#footer .links a:hover {
	color:#889e29 !important;
}

#footer .links img {
	margin:0px 14px;
	vertical-align:middle;
}

#footer a {
	color:#a8b6bb; 
	text-decoration:none;
}

.floatl {
	float:left;
	margin-right: 10px;
}
