/* Masthead and navbar CSS */

/*GLOBAL*/
/* { margin: 0; padding: 0; border: none; }*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*MASTHEAD*/

.PageDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.searchButton {
	background-color: #897962;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 9pt;
}

.SectionDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 24px;
}

/*NAVBAR*/

#dmenu {
	float: left;
	margin: 0;
	padding: 0 3 0 0;
	width: 1000px;
	/*background: #666;*/
	background:#999;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #333;
	font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
	z-index: 100;
}
.topmenuul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topmenuli {
	list-style-type: none;
	float: left;
}
.topmenuli a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 2 9;
}
.topmenuli a:hover {
	color: #E7E7E7;
}
.topmenutitle {
	background: #999;
	border-right: 1px solid #666;
	border-left: 1px solid #b7b7b7;
}
.classmenutitle {
	background: #7E7E7E;
	border-right: 1px solid #666;
	border-left: 1px solid #b7b7b7;
}
.helpmenutitle {
	background: #666;
	border-right: 1px solid #666;
	border-left: 1px solid #b7b7b7;
}
.submenuul {
	list-style-type: none;
	position: absolute;
	padding: 0 1;
	display: none;
	margin-top: -1px;
	margin-left: 10px;
	background: #f7f7f7 url(http://extras.mnginteractive.com/live/media/site297/2006/0628/20060628__slt_mainnav_dropdown_bg.gif) top left repeat-x;
	border-right: 1px solid #887763;
	border-bottom: 1px solid #887763;
	border-left: 1px solid #887763;
}
.submenuli a {
	display: block;
	width: 125px;
	padding: 2px;
	text-decoration: none;
	color: #000;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #333;
}
.submenuli a:hover {
	text-decoration: none;
	background: #887763;
	color: #FFF;
}
li:hover ul, li.over ul {
	display: block;
}
#dmenu li>ul {
	top: auto;
	left: auto;
}
/*SUBMAST & NAV*/

#Subnav {
	width: 320px;
	border-top: 1px solid #B9AC9D;
	border-bottom: 1px solid #B9AC9D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Subnav .subnavHead {
	background: url(http://extras.mnginteractive.com/live/media/site297/2006/0629/20060629__slt_subnav_bg.gif );
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	color: #843C39;
	text-indent: 5px;
}
#Subnav .subnavHead a:link {
	color: #843C39;
	text-decoration: none;
}
#Subnav .subnavHead a:visited {
	color: #843C39;
	text-decoration: none;
}
#Subnav .subnavHead a:hover {
	color: #7E7E7E;
	text-decoration: none;
}
#Subnav .subnavLinks {
	padding: 1 0;
	font-size: 9px;
	font-weight: bold;
	color: #843C39;
	text-indent: 5px;
	border-top: 1px solid #B9AC9D;
}
#Subnav .subnavLinks a:link {
	color: #843C39;
    text-decoration: none;
}
#Subnav .subnavLinks a:visited {
	color: #843C39;
	text-decoration: none;
}
#Subnav .subnavLinks a:hover {
	color: #7E7E7E;
	text-decoration: none;
}

.clearPos {
	clear: both;
}

.MainWrapper {
	display: block;
}

