﻿body
{
	margin:0px;
	background:#005538;
	color:#878787;
}
td
{
	vertical-align:top;
}
body, td
{
	font:13px Arial, sans-serif; 
}
p { margin-top:13px; margin-bottom:13px; }
h1 { font-size:18px; font-weight:normal; margin-top:20px; margin-bottom:5px; padding-top:5px; color:#1cbcb8; border-top:1px #1cbcb8 solid; }
h2 { font-size:16px; font-weight:normal; margin-top:13px; margin-bottom:5px; color:#000; }
hr { color:#ddd; border:0px; border-top:1px #ddd solid; height:1px; }
.small { font-size:11px; }
.dark { color:#555555; }
img
{
	border:0;
}
a
{
	color:#176349;
}
a:hover
{
	color:#15b4b0;
}
ul
{
	margin-top:5px;
	margin-bottom:10px;
}
li
{
	list-style-type:circle;
	margin-bottom:3px;
}
#container
{
	background:#176349;
	width:701px;
	margin-left:auto;
	margin-right:auto;
}

/*** NAV MENU ***/
.drop-down-container
{
	position:relative;
	overflow:visible;
	z-index:3;
}
.drop-down-menu
{
	display:none;
	position:absolute;
	top:41px;
	left:0px;
	z-index:2;
	opacity:0.95;
	filter:alpha(opacity=95);
	overflow:visible;
}
.drop-down-menu a
{
	display:block;
	color:#878787;
	background:#fff;
	text-decoration:none;
	padding-top:2px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:2px;
	border-top:1px #a6e5e3 solid;
	font-size:13px;
	line-height:17px;
	width:170px;
}
.drop-down-menu a:hover
{
	background:#ddfffe;
	color:#556688;
}
.drop-down-menu a.level2
{
	font-size:11px;
	line-height:17px;
	padding-left:5px;
	border-left:2px #a6e5e3 solid;
}
span.level2-marker
{
	float:right; 
	margin-right:3px; 
	font-size:11px; 
	color:#77c3c1;
}
#submenu1,
#submenu2,
#submenu3
{
	width:340px;
	height:500px;
}
#submenu4,
#submenu5
{
	top:0px;
	left:180px;
}



/*** HOME ***/
#home-background
{
	background:url(images/home_bg_gradient.jpg) repeat-x top left;
}
#home-content
{
	width:665px;
	background:url(images/home_bg_content.png) repeat-y top left;
}


/*** SUBPAGE ***/
#subpage-background
{
	background:url(images/subpage_bg_gradient.jpg) repeat-x top left;
}
#subpage-content
{
	width:665px;
	background:url(images/subpage_bg_content.png) repeat-y top left;	
}
#subpage-layout-table
{
	background:url(images/subpage_bg_content_top.png) no-repeat top left;
}
#subpage-layout-left
{
	padding-top:28px;
	padding-left:42px;
	padding-right:24px;
}
#subpage-layout-right
{
	height:396px;
	padding-right:25px;
}
#subpage-image
{
	position:relative;
	z-index:2;
	margin-bottom:-12px;
}
#subpage-text
{
	margin-right:20px;	
}


/*** FOOTER ***/
#footer
{
	text-align:center; 
	font-size:10px; 
	margin-top:15px;
}
#footer-contact
{
	color:#fff;
}
#footer-copyright
{
	color:#8cb2a4; 
	margin-top:3px;
}
#footer-copyright a
{
	color:#8cb2a4;
	text-decoration:none;
}
#footer-copyright a:hover
{
	text-decoration:underline;
}
#footer_print_email
{
	text-align:center; 
	margin-top:10px; 
	color:#fff;
}
#footer_print_email a:link,
#footer_print_email a:visited,
#footer_print_email a:active
{
	color:#fff;
	text-decoration:none;
}
#footer_print_email a:hover
{
	text-decoration:underline;
}