/* --------------------------------------- Body STYLES --------------------------------------------- */	
body, p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}	
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	
td{	vertical-align:top;	}
h1, h2 {line-height: 20pt;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: #474D49;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	letter-spacing: 1px;
	}
#footer-copyright a { 
	text-decoration: none;
	color: #474D49;
	}	
/* -------------------------------------------- MISC STYLES -------------------------------------------- */
/* -------------------------------------------- MENU STYLES -------------------------------------------- */
#menu {
	vertical-align: center;
	text-align: right;
	}
html>body #menu {
	text-align: -moz-right;
}	
a.menu {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 8px;
	margin: 0px 10px;
	}
html>body #menu{
	padding: 0px 8px;
	margin: 0px 10px;
}	
a.menu:hover {
	font-weight: bold;
	text-decoration: none;
	color: #EADA8C;
	}
a.submenu {
	font-size: 7pt;
	line-height: 10pt;
	color: #325336;	
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0px 0px 5px;
	display: block;
	word-spacing: -1px;
	}
a.submenu:hover { color: #ffffff; }
.submenu, .submenu2, .submenu3, .submenu4{
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #000000;	
	text-decoration: none;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 5px;

	}		
a.submenu	{text-indent: 0px;}
a.submenu2	{text-indent: 10px;}
a.submenu3	{text-indent: 10px;}
a.submenu4	{text-indent: 15px;}	
		
.submenu:hover, .submenu2:hover, .submenu3:hover, .submenu4:hover{ color: #FFFFFF; }

.submenu5 {
	font-size: 9px;
	font-weight: bold;
	line-height: 10px;
	color: #000000;	
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 5px;

	}		

.submenu5:hover { background-color: #CBA35D; color:#FFFFFF;}
	
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 150px;
	background-color: #E9D785;
	border-left: solid 1px #325336;
	border-right: solid 1px #325336;
	border-bottom: solid 1px #325336;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	opacity: 0.90;
	visibility: hidden;
	margin: 0px 0px 0px 8px;
	padding: 5px 0px 5px 0px;
	}
