/* CSS Document */
body {
	background:url(images/bg_main.jpg) repeat-x top;
	background-color:#ffffff;
	margin:0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#ffffff;
}
#wrapped {
	width: 949px;
	margin: 0px auto; 
	text-align: left;
	margin-top: 25px;
}
#header {
	width: 949px;
	height: 98px;
	background:url(images/bg_nav.gif) no-repeat top;
}
#logo {
	width: 284px;
	float:left;
	padding-left: 65px;
	padding-top: 38px;
}
#nav {
	float: right;
	padding-right: 67px;
	padding-top: 12px;
}
#main_content {
	width: 949px;
	background:url(images/bg_content.gif) no-repeat top;
}
#content {
	width: 817px;
	padding-left: 65px;
}
#in_content {
	width: 817px;
	height: 213px;
	background:url(images/bg_incontent.gif) no-repeat top;
}
#left_text {
	width: 418px;
	float:left;
	padding-left: 57px;
	padding-top: 40px;
}
#right_text {
	width: 242px;
	float:right;
	padding-right: 42px;
	padding-top: 40px;
}
#in_content h1 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#sec_content {
	width: 817px;
	background:url(images/bg_seccontent.gif) repeat-y;
}
#sec_leftcol {
	width: 240px;
	float:left;
	font-size: 13px;
	line-height: 16px;
}
#sec_leftcol ul {
	margin-top: 5px;
	margin-bottom:0px;
	margin-left: 0px;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 5px;
	background:url(images/bg_subnav.jpg) bottom no-repeat;
}
#sec_leftcol ul li {
	list-style:url(images/nav_bullet.gif);
}
#sec_leftcol a:link, #sec_leftcol a:visited, #sec_leftcol a:active {
	text-decoration:none;
	color:#fefdfd;
}
#sec_leftcol a:hover {
	text-decoration: none;
	color:#9fa47b;
}
#sec_rightcol {
	float:right;
	width: 526px;
	padding-top: 40px;
	color:#58595b;
	min-height:340px;
}
#sec_rightcol ul {
	margin-top: 12px;
	margin-bottom: 12px;
}
#sec_rightcol ul li {
	list-style:url(images/sec_bullet.gif);
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
#sec_rightcol h1 {	
	font-size: 18px;
	color:#7f864f;
	background:url(images/bullet_h.gif) no-repeat left;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#sec_rightcol h2 {	
	font-size: 14px;
	color:#7f864f;
	margin-top: 12px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	text-decoration:underline;
	color:#0000fe;
}
a:hover {
	text-decoration:underline;
	color:#7F864F;
}
#footer {
	width: 891px;
	text-align: left;
	padding-bottom:10px;
	padding-top: 12px;
	color:#b4b4b4;
	font-size:11px;
	padding-left: 22px;
	padding-right: 35px;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#b4b4b4;
	font-size:11px;
}
#footer a:hover {
	text-decoration: underline;
	color:#b4b4b4;
	font-size:11px;
}
#footer a.seo:hover {
    color:#b4b4b4; 
	text-decoration: none; 
	cursor: text;
}
#gravitate {
	float:right;
}
.clr {
	clear: both;
}
#flash {
	height: 327px;
	width: 817px;
	background: #D1E4EB url(images/flash_bg.gif) no-repeat bottom;
}
.left {float: left;}
.right {float: right;}
img.left {
	border: 1px solid #858484;
	margin: 0px 10px 10px 0px;
	clear: left;
}
img.right {
	border: 1px solid #858484;
	margin: 0px 0px 10px 10px;
	clear: right;
}
