/* --------------------------------------- Body STYLES --------------------------------------------- */	
body, p, td, li {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	color: #4B5D33;
}	
td{	vertical-align:top;	}
h1, h2 {line-height: 18pt;font-size: 14pt;}
h3, h4 {line-height: 12pt;}
h5, h6 {font-size: 10pt;}	
a { text-decoration: underline;
	color: #000;	}
a:hover {text-decoration: none;}
/* -------------------------------------------- HEADER STYLES -------------------------------------------- */

/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */
#footer-copyright{
	color: #4B5D33;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 20px 0px 0px;
	text-align: center;
	letter-spacing: 1px;
	}
#footer-copyright a { 
	text-decoration: none;
	color: #4B5D33;
	}	
/* -------------------------------------------- MISC STYLES -------------------------------------------- */
/* -------------------------------------------- MENU STYLES -------------------------------------------- */
/* -------------------------------------------- MENU STYLES -------------------------------------------- */
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */

#menu {	position: relative;	}

a.menu
{
	padding: 2px 5px 2px 10px;
	display: block;
	width: 182px;
	height: 20px;
	overflow: hidden;
	font-family: Verdana, Helvetica, sans-serif;
	color: #A6D1BE;
	font-size: 9px;
	line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

html>body a.menu { width:162px; height:15px; }

a.menu:hover
{
	background-color: #50908F;
	color: #fff;
}
	
a.submenu {
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;	
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	display: block;
	letter-spacing: 1px;
	}

a.submenu:hover 
{
	background-color: #76A69A;
	color: #fff;
}
.submenu, .submenu2, .submenu3, .submenu4, .submenu5 {
	display: block;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	font-size: 7pt;
	line-height: 10pt;
	}		
.submenu:hover, .submenu2:hover, .submenu3:hover, .submenu4:hover, .submenu5:hover { 
	background-color: #50908F;
	color: #fff;
 }
a.submenu	{text-indent: 10px;}
a.submenu2	{text-indent: 15px;}
a.submenu3	{text-indent: 20px;}
a.submenu4	{text-indent: 25px;}	
#details-submenu strong a { text-decoration: underline;}				
	
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	top: auto;
	right: 185px;
	width: 160px;
	background-color: #4F8F8E;
	border: solid 1px #ffffff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	opacity: 0.90;
	visibility: hidden;
	margin: -20px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	z-index: 100;
	text-align: right;
	color: #fff
	}
