body, p, td, li {
	font-family: Verdena, Arial, sans-serif;
	font-size: 12px;
	color: #424242;
}	
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: #775F42;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 20px 0px 0px;
	margin-top: -5px;
	text-align: center;
	letter-spacing: 1px;
	}
#footer-copyright a { 
	text-decoration: none;
	color: #775F42;
	}	
#footer-address{
	color: #fff;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 20px 0px 0px;
	margin-top: -5px;
	text-align: center;
	letter-spacing: 1px;
	}
#footer-address a { 
	text-decoration: none;
	color: #fff;
	}	
/* -------------------------------------------- MENU STYLES -------------------------------------------- */
#menu-home a{
	font-family: Verdena, Arial, sans-serif;
	color: #F2E7D3;
	font-size: 11px;
	line-height: 25px;
	padding: 0px 10px;
	margin: 0px 1px;
	text-decoration: none;
	text-transform: uppercase;
	}
#menu-home a:hover {
	text-decoration: none;
	color: #F1E5CB;
	}	

a.menu {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #F2E7D3;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 10px 0px 20px;
	margin: 0px 5px;
	}
a.menu:hover {
	text-decoration: none;
	color: White;
	background: url(../images/menu-dividers.gif) center left no-repeat;
	}
	
a.submenu {
	font-size: 11px;
	line-height: 11px;
	color: #786856;	
	text-decoration: none;
	text-transform: lowercase;
	padding: 3px 5px 3px 5px;
	display: block;
	letter-spacing: 1px;
	font-weight: bold;
	}

a.submenu:hover { 
	color: #fff;
	background-color: #B4651A;
	font-weight: bold;
	 }
.submenu, .submenu2, .submenu3, .submenu4, .submenu5 {
	display: block;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	font-size: 7pt;
	line-height: 10pt;
	}		
.submenu:hover, .submenu2:hover, .submenu3:hover, .submenu4:hover, .submenu5:hover { 
	color: #0C3B4D;
	background-color: #B8AC86;
	font-weight: bold;
	 }
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;
	width: 170px;
	background-color: #D7C7A3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);moz-opacity: 95%;
	visibility: hidden;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	}
/* will make the drop down containers stay above the bodyCopy ...  */ 
#dropMenu div.menuContainer { z-index:100; }