body
{
	margin:0px;
	background-color:#07785C;	
}

#wrapper1
{
	width:100%;
	float:left;
	clear:both;	
	background-color:#787878;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#wrapper2
{
	width:100%;
	float:left;
	clear:both;
	background-color:#05785b;
	background-image:url(../images/wrapper2_bg.jpg);
	background-repeat:repeat-x;
}

#top
{
	width:1020px;
	height:105px;
	float:left;
	clear:both;
	position:relative;
	z-index:1;
	left:50%;
	margin-left:-510px;	
	_float:none;
	_position:inherit;
	_margin-left:0px;
	_left:0;
}

#logo_1
{
	width:281px;
	height:105px;
	float:left;
	clear:right;
}

#menu
{
	width:739px;
	height:105px;
	float:left;
	clear:right;
}

.nav
{
	margin-right:10px;
	float:left;
	clear:right;
}

#menu_top
{
	width:739px;
	height:76px;
	float:left;
	clear:both;
}

#menu_bottom
{
	width:739px;
	height:29px;
	float:left;
	clear:both;
}

#banner_logo
{
	float: left;
	clear: both;
	width:1020px;
	height:228px;
	position:relative;
	left:50%;
	margin-left:-510px;	
	_margin-top:-5px;
	_float:none;
	_position:inherit;
	_margin-left:0px;
	_left:0;
}

#logo2
{
	float:left;
	clear:right;
	height:228px;
	width:281px;
	background-image:url(../images/logo_2.jpg);
}

#banner
{
	float:left;
	clear:right;
	width:739px;
	height:228px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	z-index: 0 !important; z-index: -1;	
}

.banner_carey
{
	float:left;
	clear:right;
	width:739px;
	height:228px;
	background-image:url(../images/banner_carey.jpg);
	background-repeat:no-repeat;
	z-index: 0 !important; z-index: -1;	
}

.banner_notcarey
{
	float:left;
	clear:right;
	width:739px;
	height:228px;
	background-image:url(../images/banner_notcarey.jpg);
	background-repeat:no-repeat;
	z-index: 0 !important; z-index: -1;	
}

#bottom
{
	width:1020px;
	height:105px;
	float:left;
	clear:both;
	position:relative;
	left:50%;
	margin-left:-510px;
	_float:none;
	_position:inherit;
	_margin-left:0px;
	_left:0;
}

#middle
{
	width:1020px;
	background-image:url(../images/middle.gif);
	background-repeat:repeat-y;
	float:left;
	clear:both;
	position:relative;
	left:50%;
	margin-left:-510px;
	_margin-top:-4px;
	_float:none;
	_position:inherit;
	_margin-left:0px;
	_left:0;
}

#sidebar
{
	width:280px;
	float:left;
	clear:right;
	text-align:right;
}

#contents_sidebar
{
	width:480px;
	float:left;
	clear:right;	
	_margin-top:-6px;
}

#right_column
{
	float:left;
	clear:right;
	width:260px;
	_margin-top:-6px;
	
}

#contents
{
	float: left;
	clear: both;
	width:1020px;
	position:relative;
	left:50%;
	margin-left:-510px;	
	_margin-top:-4px;
	#float:none;
	#position:inherit;
	#margin-left:0px;
	#left:0;
}

body, html
{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
}

p, li, td {
    text-align: left;
    color:White;
    line-height: 18px;
    font-size:14px;
    margin:20px 30px 20px 30px;
}

h1 {
    font-size: 26px;
    color: #01533c;
    margin:0px;
    margin-top:5px;
    text-align:left;
}

h2 {
    font-size: 22px;
    color: #494949;  
    margin:0; 
    text-align:left;
}

h3 {
    font-size: 18px;
    color: #ffffff;
    margin:0;
    margin-bottom:5px;
    text-align:left;
}

h4 {
    font-size: 16px;
    color: #787878;
    margin-top:0px;
    margin-bottom:5px;
    font-style:italic;
    text-align:left;
}

ul
{
	margin-top:5px;
}


li {

}

a:link, a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #dfdfdf;
}

a:hover, a:visited:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #ffffff;
}

#bottom a:link, #bottom a:visited {
	font-size: 14px;
	text-decoration: none;
	color: white;
}

#bottom a:hover, #bottom a:visited:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #787878;
}

.bannertext a, .bannertext a:visited
{
	color:#026e54;
}




 
/*-----------------------------------------------------THIS IS FOR DROP DOWN MENU-------------*/
ul.topnav {
	list-style: none;
    padding: 0;
	margin: 0;
	float: left;
	font-size:13px;
}
ul.topnav li {
	float: left;
	margin: 0;	
    padding:0;
    padding-left:8px;
	position: relative; /*--Declare X and Y axis base--*/
	z-index:8;
}
ul.topnav li a{
	padding: 0;
	display: block;
	font-weight: normal;
	font-family: verdana, Helvetica, sans-serif;
	float: left;
}


ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav 
{

	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 7px;
	top: 29px;
	background: #014530;
	color:#ffffff;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 180px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;   
	z-index:8; 

}
ul.topnav li ul.subnav li
{
    text-align:left;
    cursor:pointer;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999999; /*--Create bevel effect--*/
	/*border-bottom: 1px solid #cdcdcd; /*--Create bevel effect--*/
	clear: both;
	width: 180px;
	height:20px;
	z-index:8; 
}
html ul.topnav li ul.subnav li a 
{    
    font-size:12px;
    margin-top:0px;
    margin-left:15px;
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
    left:5px;
	width: 180px;
	z-index:8; 
}

html ul.topnav li ul.subnav li:hover { /*--Hover effect for subnav links--*/
	background: #1d5342;
	
}

html ul.topnav li ul.subnav li:hover a { /*--Hover effect for subnav links--*/
	color:#ffffff; 
}
/*-----------------------------------------------------THIS IS FOR DROP DOWN MENU-------------*/
