/* --------------------------------------- Body STYLES --------------------------------------------- */	
body, p, td, li {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}	
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: #18356f ;}
a:hover {text-decoration: underline;}
/* -------------------------------------------- HEADER STYLES -------------------------------------------- */

/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */

/* -------------------------------------------- MISC STYLES -------------------------------------------- */

/* -------------------------------------------- MENU STYLES -------------------------------------------- */
#menu {
	vertical-align: center;
	text-align: center;
	}
a.menu {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	margin: 0px 10px;
	}
a.menu:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
a.submenu {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #841413;	
	text-decoration: none;
	text-transform: lowercase;
	}
a.submenu:hover { 	background-color: #841413	; }
.submenu, .submenu2, .submenu3, .submenu4, .submenu5 {
	font-size: 11px;
	color: #841413;	
	text-decoration: none;
	padding: 1px 5px 1px 5px;

	}		
a.submenu	{text-indent: 0px;}
a.submenu2	{text-indent: 5px;}
a.submenu3	{text-indent: 10px;}
a.submenu4	{text-indent: 15px;}	
#details-submenu strong a { 
	text-decoration: underline;
	}		
.submenu:hover, .submenu2:hover, .submenu4:hover, .submenu5:hover { 	color: #C6BCA3; }
.submenu5:link:hover { 	color: #3E0C0B; }
	
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 130px;
	background-color: #EAD3B4;
	border-top: solid 1px #841413;
	border-left: solid 1px #841413;
	border-right: solid 1px #841413;
	border-bottom: solid 1px #841413;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);moz-opacity: 90%;
	visibility: hidden;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	z-index:99;
	}