/* --------------------------------------- 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: #282828;	}
a:hover {text-decoration: none;}

/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */
#footer-copyright{
	color: #4A371A;
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	letter-spacing: 0px;
	}
#footer-copyright a { 
	text-decoration: none;
	color: #492517;
	}	
/* -------------------------------------------- MISC STYLES -------------------------------------------- */
#textstyle{	width: 98%;}
.textbox{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	background-position:  center;
	text-align: left;
	vertical-align: middle;
	border: 2px color:#000000;
}
/* -------------------------------------------- MENU STYLES -------------------------------------------- */
#menu {
	vertical-align: center;
	text-align: center;
	}
a.menu {
	font-family: Tahoma,Times New Roman,Verdena, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
	color: #659616;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 20px;
	}
a.menu:hover {
	text-decoration: none;
	color: #342416;
	}
a.submenu {
	font-family: Tahoma,Times New Roman,Verdena, Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #342416;	
	text-decoration: none;
	padding: 3px;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
a.submenu:hover { 	background-color: #342416	; }
.submenu, .submenu2, .submenu3, .submenu4, .submenu5 {
	font-size: 10px;
	line-height: 10px;
	color: #E5EBB8;	
	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;}	
#details-submenu strong a { 
	text-decoration: underline;
	}		
.submenu:hover, .submenu2:hover, .submenu4:hover, .submenu5:hover { 	color: #ffffff; }
.submenu5:hover { 	color: #3E0C0B; }
	
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 160px;
	background-color: #E5EBB8;
	border-left: solid 1px #5D4F21;
	border-right: solid 1px #5D4F21;
	border-bottom: solid 1px #5D4F21;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);moz-opacity: 90%;
	visibility: hidden;
	margin: 0px 0px 0px 30px;
	padding: 1px 2px 1px 2px;
	}