/* --------------------------------------- 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;}
a:visited {text-decoration: none;} 

/* -------------------------------------------- MISC STYLES -------------------------------------------- */	
#maintable {
	width: 100%;
	height: 100%;
}
#maintd {
	vertical-align: middle;
	text-align: center;
}
div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 758px;
	height: auto;
}
/* -------------------------------------------- HEADER STYLES -------------------------------------------- */
#date {	
	color: #E0CCCD;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 0px 0px 2px 0px;
	text-align: left;
	letter-spacing: 0px;
	}
/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */
#toplinks{
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	color:#E0CCCD;
	text-align: right;
	padding: 0px 20px 2px 0px;
}
#toplinks a{
	color: #E0CCCD;
	text-decoration: none;
}
#address {
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	color:#D1C24D;
	letter-spacing: 1px;
}
#address a{
	text-decoration: none;
	color:#D1C24D;
}
#copyright{
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	color:#7E4917;
}
#copyright a{
	color: #7E4917;
	text-decoration: none;
}
/* -------------------------------------------- MENU STYLES -------------------------------------------- */

#menu-contact a{
	font-family: Tahoma,Verdena, Arial, sans-serif;
	color: #C1C1C1;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	padding: 10px 0px 10px 1px;
	margin: 0px 0px 0px 1px;
	text-decoration: none;
	text-transform: lowercase;
	}
#menu-contact a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}	
#menu {
	vertical-align: center;
	text-align: center;
	}
a.menu {
	background: url('../images/menuColons.gif') no-repeat right ;
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #C1C1C1;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0px 10px; 
	padding-left:0px; padding-right:20px; padding-top:0px; padding-bottom:0px
	}
a.menu:hover {
	text-decoration: none;
	color: #ffffff;
	}
	
a.submenu {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #fff;	
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px 5px 0px 5px;
	display: block;
	letter-spacing: 1px;
	}

a.submenu:link:hover { color: #AF2F48; }
.submenu, .submenu2, .submenu3, .submenu4, .submenu5 {
	display: block;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	font-size: 7pt;
	line-height: 10pt;	
	text-transform: lowercase;
	}		
.submenu:link:hover, .submenu2:link:hover, .submenu3:link:hover, .submenu4:link:hover, .submenu5:link:hover { color: #ffffff; }
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: #000000;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	opacity: 0.90;
	visibility: hidden;
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 0px;
	z-index: 10;
	}