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


body
{
	background-color:#000;
	padding:0;
	margin:0;
	font-family:arial;
}

#main-content
{
	width:900px;
	margin:auto;
}

#banner
{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height:100px;
}

#banner .contact-blurb
{
	float:right;
	margin-top:15px;
	width:130px;
	color:#FFF;
	font-size:12px;
}

a img
{
	border:0;
}

.clear 
{
	 clear:both
}

#nav_container
{
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	border-bottom:3px #89C98C solid;
	
}

#nav
{
	margin:0;
	padding:0;
	height:38px;
	list-style:none;
}



#nav li
{
	float:left;   
    display:block;   
    width:120px;  
	line-height:39px;
    padding:0px 15px 10px 15px; 
    position:relative;  
    z-index:500;   
}

#nav ul
{
	left:0;
	margin:0;
	display:none;
	position:absolute;
	border:1px #89C98C solid;
	padding: 0;
}

#nav ul li
{
	background-color:#343434;
	float:left;
	cursor:pointer;
	z-index:999;
	line-height:37px;
    padding:0px 15px 0px 15px; 
	min-width:120px;
}
#nav li.selected
{
	background-image:url(../images/nav_bg_select.gif);
	background-repeat:repeat-x;
}

#nav ul li.selected_sub
{
	background-image:url(../images/nav_bg_select.gif);
	background-repeat:repeat-x;
}

.li-border
{
	border-right:1px #89C98C solid;
}

#nav li.divider
{
	background-image:url(../images/nav_separator.gif);
	background-repeat:no-repeat;
	width:2px;
	padding:10px 0px 10px 0px;
	
}

#nav li.divider .bg
{
	background-image:url(../images/nav_separator.gif);

}

#nav li a
{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	display:block;
}



#home_footer
{
	background-image:url(../images/greenbox.gif);
	height:273px;
	background-position: 0px 80px;
	background-repeat:repeat-x;
	margin-top:10px;
}

#home_footer .wrapper
{
	width:1000px;
	margin:auto;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;

}

#home_footer .wrapper .copyright, #footer  .copyright
{
	width:900px;
	margin:auto;
}

#home_footer .wrapper .copyright #left, #footer .copyright #left
{
	float:left; 
	color:#9C9C9C; 
	font-size:12px
}
#home_footer .wrapper .left-wrapper, #footer  .left-wrapper
{
	float:left; 
	width:200px;
}

#home_footer .wrapper .right-wrapper, #footer .right-wrapper
{
	float:left; 
	width:750px;
}

#home_footer .wrapper .copyright #right, #footer  .copyright #right

{
	float:right;
}

#home_footer .wrapper .copyright #right a, #footer  .copyright #right a

{
	color:#659D68;
	font-size:12px
}



#home_footer h1, #footer h1
{
	font-weight:normal;
}

#home_footer p
{
	padding-top:15px;
	text-align:justify;
	font-size:12px;
	line-height:140%;
}

.title h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
}

#sc p
{
	line-height:250%;
}

#gray_line
{
	height:15px;
	background-color:#343434;
}

#content_wrapper
{
	color:#FFF;
	font-size:12px;
}