/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.0 (Beta)
DATE: 20060418
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:5px;
padding:0;
height:100%;
background-color:#E5F7EE;
color:#000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

a {
color:#0065A4;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#centerColumn {
	padding:10px;
	width:902px;
	text-align:left;
	vertical-align: middle;
	background-color:#FFF;
	border:1px solid #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#centerColumn h1 {
margin:0 0 0 0;
padding:10px 0 0 0;
font-size:24px;
}

#centerColumn h2 {
margin:0 0 -5px 0;
padding:10px 0 0 0;
font-size:18px;
border-bottom: dotted 1px #6B1B41;
width: 700px;
color: #6B1B41;
margin-left: 180px;
}

#centerColumn p {
	margin-left: 180px;
	line-height: 150%;
	padding: 0;
}

#centerColumn ul {
	margin-left: 220px;
	line-height: 150%;
	padding: 0;
}

#centerColumn ul ul {
	margin-left: 0;
	line-height: 150%;
	padding: 0;
}

#header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:140px;
	background-image: url(/midwest/images/midwest_banner.jpg);
	background-repeat: no-repeat;
}

#header h1 {
margin:0 0 -8px 0;
padding:10px 0 0 10px;
font-size:20px;
}

#header h2 {
margin:0 0 0 0;
padding:10px 0 0 18px;
font-size:90%;
font-weight:300;
}

#fauxRightColumn {
position:relative;
float:left;
margin:10px 2px 20px 10px;
width:150px;
}

#fauxRightColumn .navtop {
	margin-top: 20px;
	background-image: url(/images/nav_rounded_top.gif);
	height: 10px;
	}

#fauxRightColumn .nav {
font-size:90%;
background-color:#EEE;
border-left:1px solid #CCC;
border-right:1px solid #CCC;
padding: 0px 4px;
	}
	
#fauxRightColumn .navbottom {
	background-image: url(/images/nav_rounded_bottom.gif);
	height: 10px;
	}

/*#fauxRightColumn h2 {
margin-bottom:-10px;
font-size: 90%;
}

 #fauxRightColumn ul {
list-style:none;
margin-left: -35px;
}

#fauxRightColumn li {
margin-bottom: 10px;
}
*/
#fauxRightColumn .menuItem {
	font-size: 90%;
	margin-bottom: 10px;
}

#fauxRightColumn .rotate {
	font-size:90%;
	background-color:#EEE;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

/* #fauxRightColumn .servingBoxTitle {
	background-color: #D85F27;
	color: #FFF;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	font-size:90%;
}

#fauxRightColumn .servingBoxText {
	padding: 4px;
	font-size:90%;
} */

#footer {
clear: both;
bottom:0;
margin:0;
padding:2px 10px;
height:40px;
line-height: 20px;
text-align:center;
font-size:75%;
background-color:#FFF;
border-top:20px solid #0065A4;
border-bottom:3px solid #0065A4;
border-left:3px solid #0065A4;
border-right:3px solid #0065A4;
color: #D85F27;
font-weight: bold;
}

#copyright {
	text-align: right;
	font-size: 90%;
	float:right;
	color: #000;
	font-weight: normal;
}

img.floatLeft {
	float: left;
	margin-right: 12px;
}
img.floatRight {
	float: right;
	margin-left: 12px;
}
.caption {
	font-size: 90%;
	text-align: center;
	color: #000;
	padding-top: 6px;
	}
ul#body li {
	margin-bottom: 4px;
	}