@charset "utf-8";
/* CSS Document */

body {
	background-color:#000033;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-image: url(IMAGES/background.jpg);*/
	background-repeat: repeat;
}
#wrapper {
	width: 750px;
	margin:auto;
	border: medium solid #CCCCCC;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	height: auto;
	padding: 0;
	/*border: medium double #71091E;*/
	border-bottom: thin solid #71091E;
	background-position: center center;
	/*background-image: url(ksd197621/Images/MMW_header3-v2.gif);*/
	background-image: url(Images/MMW_header4.gif);
	height: 124px;
	background-repeat: no-repeat;
}
#nav {
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#contents {
	float: none;
	width: auto;
	background-color: #ffffff;
	position: static;
}

#leftBox {
	clear: left;
	float: left;
	width: auto;
	}

#mainContent {
	/*border-right: thin groove #330066;
		border-left: thin groove #330066;
			border-top: thin groove #330066;*/
	clear: left;
	float: right;
	width: auto;
	padding: 10px;
	text-align: left;
}

#navfooter {
	clear: both;
	text-align: center;
	list-style-type: none;
	border: thin solid #003366;
	background-color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	width: auto;
	/*height: 25px;*/
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	background-color: #000033;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	width: auto;
	padding-top: 3px;
	padding-bottom: 5px;
}


/* Top Nav Bar */
ul.mainNav {
	border-bottom: 2px solid #000066;
	/*margin: 20px;*/
	/*padding-left: 20px;*/
	float: right;
	width: auto;
}

.mainNav li {
	list-style: none;
	float: right;
	background-color:#000066;
	margin-right:  5px;
}

.mainNav a {
	display: block;
	padding: 7px 15px 4px 15px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.mainNav a:hover {
	background-color:#999999;
}



/* SIDE Nav Bar */
ul#sideNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	/*border-bottom: 1px dashed #999999;*/
}

ul#sideNav li {
	/*border-bottom: 2px solid #000066;
	border-right: 1px double #000066;*/
}

#sideNav a {
	text-decoration: none;
	color: #334574;
	font-size: 10px;
	text-transform: uppercase;
	/*border: 1px dashed #999999;*/
	display: block;
	padding: 7px 5px 7px 5px;
	border-right-width: thick;
	border-right-style: double;
	border-right-color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-botton-color;#000066;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color;#000066;
}

#sideNav a:hover {
	background-color:#000066;
	color: #FFFFFF;
}

/* special formatting for home page link */
a#activeLink,
a#dividerLink {
	background-color:#000066;
	font-weight: bold;	
	color: #FFFFFF;
}


#home #sideNav a#activeLink:hover,
#home #sideNav a#divider:hover {
	background-color: #CCCCCC;
}

/* styles for the "you are here" buttons */
#leftBox #sideNav a#homelink,
#feature #sideNav a#featureLink {
	/*background: #FFFFFF url(images/bg_here.png) no-repeat 95% 50%;*/
	/*background-color:#00CCCC;*/
	padding-right: 0px;
	padding-left: 20px;
	font-weight: bold;
	text-align:right;
	border-bottom: thick #999999;
	border-right: double thick #333333;
	border-top: thin #999999;
}

#home #sideNav a#homelink,
#feature #sideNav a#corporateLink {
	/*background: #FFFFFF url(images/bg_here.png) no-repeat 95% 50%;*/
	/*background-color:#00CCCC;*/
	padding-right: 0px;
	padding-left: 20px;
	font-weight: bold;
	text-align:right;
	border-bottom: thick #999999;
	border-right: double thick #333333;
	border-top: thin #999999;
}


#home #sideNav a#homelink:hover,
#feature #sideNav a#featureLink:hover {
	color: #999999;
}

/* IE Fixes */

/* remove annoying gaps */
#sideNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #sideNav a {
	height: 1px;
}
#wrapper #contents #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper #contents #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000066;
	font-style: italic;
}

#wrapper #contents #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
