/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background: white url(leftcolbg.jpg) repeat-y left top;
	color: #000000;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif!important;
	font /**/: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#outer {
	min-height: 100%;
	margin-left: 200px;
	margin-right: 200px;
	background: #ffffff;
	border-right: 1px solid #000;
	margin-bottom: -52px;
	color: #000000;
}

div.centrenav {
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	margin: 0px 5px 0px 5px;
	width: 20%;
	float: left;
}

div.centrenav a {
	font-family: Verdana;
	font-size: 0.8em;
}

div.centrenav ul {
	margin-top: 0px;
}

div.centrenav li {
	list-style-type: square;
	font-family: Tahoma;
	font-size: 0.8em;
}

td.centrenavheader {
	background-color: #009900;/*#5F9F76; */
	text-align: center;
	color: White;
	font-family: Tahoma;
	font-size: 1.0em;
	width: 25%;
	border: solid 1px #000000;
}
td.centrenavbody {
	background-color: #ffffff;
	width: 25%;
	border: solid 1px #999999;
	vertical-align: text-top;
	font-size: x-small;
}
.pagedate {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: small;
	font-weight: bold;
}
.gridHeader {
	background: #E8ECF0;
	font-family: Tahoma;
	font-size: 125%;
	color: #003366;
	border-style: solid;
	border-width: 1px;
	border-color: Navy;
}
.gridItem {
	font-family: Tahoma;
}
* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150px;
	background:#FFFFFF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
}

#mfdot{
	font-size: 60px;
	margin-left: 20px;
	vertical-align: middle;
	color: #009900;
	font-family: Arial Narrow,Verdana,Arial,Tahoma; 
	letter-spacing: -1px; 
	position: relative;
	height: 150px;
	float: left;
}

#sitedesc{
	font-size: 30px;
	margin-left: 50px;
	vertical-align: middle;
	color: #009900;
	font-family: Arial Narrow,Verdana,Arial,Tahoma; 
	letter-spacing: -1px; 
	position: relative;
	height: 150px;
	float: left;
}

#navlist{
	position:absolute;
	top:150px;
	left:0;
	
	width:100%;
    background: #009900; /*#7FBF96;*/
	overflow:hidden;
	color: #000000;
	height: 30px;
	vertical-align: middle;
}

#navlist li
{
	display: block;
	width: 19%;
	height: 30px;
	float: left;
	vertical-align: middle;
	}
#navlist li a
{
	display: block; 
	font: bold small Verdana, sans-serif; 
	color: #cad5e6; 
	position: relative; 
	text-align: center; 
	text-decoration: none
	}
	
#left {
	position:relative;/*ie needs this to show float */
	width: 200px;
	float:left;
	margin-left:-199px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position: relative;/*ie needs this to show float */
	width: 200px;
	float: right;
	margin-right: -199px; /*must be 1px less than width otherwise won't push footer down */
}

#footer {
	width: 100%;
	clear: both;
	height: 50px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #009900; /*#7FBF96;*/
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:182px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {position:relative; z-index:1; margin: 0 10px 0 10px;}
html>body #innercentrecontent{float:left;width:99.9%} /* float the parent of that float to contain any clearing elements */

/* css stuff below is just for presentation and not needed for the demo */

#left span {
	display:none;	
}	
#left a:hover {
	color: #666666;
	background: #FFFFCC;
	text-decoration: none;
}
#left a:hover span {
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
	background:#fff;
}
@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}
#footer span {
	display:none;	
}	
#footer a:hover {
	color: #666666;
	background: #FFFFCC;
	text-decoration: none;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#fff;
	left:50%;
}

#featuredpic {
	display: block;
	margin: 5px 5px 5px;
	position: relative;
	width: 100px;
	float: left;
}

#featured {
	background-color: #efefef;
}

#featured p {
	margin: 0px;
}
	
#featuredalso {
	display: block;
	clear: left;
}

#featuredtext {
	display: block;
	position: relative;
	float: left;
}

#FullList {
	display: block;
	width: 59.0%;
	float: left;
	font: bold 75% Verdana,Arial,Helvetica,sans-serif;
}

#Top25 {
	display: block;
	width: 39.5%;
	float: right;	
}

html > body  #minHeight{ float:left;width:0px;height:100%;margin-bottom:-52px; } /*safari wrapper thanks to Tim Connor*/

div.leftnav {
	background-color: #8BD531;
	border: solid 1px #CCCCCC;
	margin: 0px 5px 0px 5px;
}

div.leftnav a {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
}

div.leftnav ul {
	margin-top: 0px;
}

div.leftnav li {
	list-style-type: square;
	font-family: Tahoma;
	font-size: 100%;
}

h3.leftnavheader {
	display: block;
	background-color: #009900;/*#7FBF96; */
	text-align: center;
	color: White;
	font-family: Tahoma;
	font-size: 100%;
	width: 100%;
	margin: 4px 0px 4px 0px;
	padding: 4px 0 4px 0;
}

p.breadcrumb {
	margin: 0px;
}

.normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.2em
}

