/* --------------------------------------- Body STYLES --------------------------------------------- */	
body 
{
	font-family: Tahoma,Verdena, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0;
	padding: 0;
}

div { margin: 0; padding: 0; }

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:link:hover {text-decoration: none;}

a img, a img:hover { border-style: none; }
img { padding: 0; margin: 0; }


/* -------------------------------------------- HEADER STYLES -------------------------------------------- */

/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */
#footer-copyright{
	color: #000000;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 20px 0px 0px;
	text-align: center;
	letter-spacing: 1px;
	}
#footer-copyright a { 
	text-decoration: none;
	color: #000000;
	}	
/* -------------------------------------------- MISC STYLES -------------------------------------------- */

a span.hint { display: none; }

/* -------------------------------------------- MENU STYLES -------------------------------------------- */
#dropMenu
{
  margin: 0 auto;
  width: 564px;
  height: 26px;
	border-left: 1px #000 solid;
	overflow: hidden;
}

#dropMenu td 
{
	border-bottom: 1px #000 solid;
	border-top: 1px #000 solid;
}

#dropMenu td br { display: none; }
#dropMenu td a.menu { display: block; overflow:hidden; height:26px; }
#dropMenu td a.inline { display: block; }
html>body #dropMenu td a.menu { overflow:hidden; height:26px; }

#dropMenu td strong { display: block; overflow:hidden; height:26px; margin-top:0; padding-top:0; }
html>body #dropMenu td strong { display: block; overflow:hidden; height:26px; }

a.menu {
	display: block;
	width: auto;
	overflow: hidden;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 26px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0 auto;
	margin: 0;
	background-image: url(/clientImages/33765/template/common-menu-bgtile.gif);
	background-position: left 1px;
	background-repeat: repeat-x;
	border-right: 1px #430007 solid;
	border-left: 1px #A95135 solid;
	white-space: nowrap;
}
html>body a.menu { background-position: left top; }

a.menu:hover
{
	border-right: 1px #6A0E06 solid;
	border-left: 1px #F7A357 solid;
	background-image: url(/clientImages/33765/template/common-menu-bgtile.gif);
	background-position: left -27px;
	background-repeat: no-repeat;
}
html>body a.menu:hover { background-position: left -26px; }
	
#dropMenu a.submenu {
	font-size: 10px;
	line-height: 10px;
	color: #FFF;	
	text-decoration: none;
	padding: 5px;
	text-indent: 12px;
	display: block;
	opacity:1.00;
	}

#dropMenu a.submenu:link:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
a.submenu, a.submenu2, a.submenu3, a.submenu4, a.submenu5 {
	display: block;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	font-size: 8pt;
	line-height: 10pt;
	}
	
a.submenu:hover, a.submenu2:hover, a.submenu3:hover, a.submenu4:hover, a.submenu5:hover { color: #931903; text-decoration: underline; }

#dropMenu td a.menu{
	color: #fff;
		font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 26px;
}
	
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	z-index: 10;
	width: 160px;
	background-color: #DC811B;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	opacity: 0.90;
	visibility: hidden;
	margin: 0;
	padding: 2px 0px;
	}
