﻿#wrapper {
	width: 960px;	/* All other browsers */
	text-align: left; /* To counter-act the text-align:center on the body */
	margin: 0 auto; /* Centering */
	padding: 5px 0;
}

/* Needed to force some blocks to be their correct height
   when they contain floated blocks */
div.clear {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
}

/*************************************************************
 * TOP OF THE PAGE
 ************************************************************/
#header {
	float: left;
	width: 960px;
	height: 83px;
	margin-bottom: 0px;
}

#header ul {list-style-type:none; padding:0; margin:0;}

#header ul a {text-decoration: none;}

#left {float:left}

#header * {border: 0;}

.bvstrapline {margin-left: 20px;}

#right {height:66px; float:right;}
#right .mcpinfologo {margin-top:13px;}

.nav #WLSearchBoxDiv table {
	position: absolute;
	width: 150px;
	left: 807px;
	top: 6px;
}

.sitemappath {display:block; margin: 3px 0 0 0;}

/*************************************************************
 * FOOTER
 ************************************************************/
.footer {
	position: static;
	margin: auto;
	margin-top: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 960px;
	height: 80px;
}
#divider {
	margin: 7px 0 6px 0;
}
.footerleft {
	position: relative;
	width: 560px;
	height: 50px;
	float: left;
}
.footerright {
	position: relative;
	width: 400px;
	height: 50px;
	float: left;
	text-align: right;
	font-size: 0.85em;
}
.footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.footer ul li {
	display: inline;
	margin:1px 0 0 0;
	padding: 0 6px 0 0px;
}

.footer ul li.last {
	border-right:none;
}
.footer ul a {
	font-size: 0.9em;
	color: #505050;
}
/* END FOOTER */
