﻿#layout 
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#headerBanner
{
	position: relative;
	width: 758px;
	border: solid 1px #330099;
	background-color: #fff;
}

#headerMenu
{
	position: relative;
	background-image: url(images/grover_banner_bottom.jpg);
	background-repeat: no-repeat;
	border-left: solid 1px #309;
	border-right: solid 1px #309;
	border-bottom: solid 1px #309;
	width: 754px;
	padding-left: 4px;
}

#titleStripContainer
{
	position: relative;
	width: 752px;
	height: 26px;
}

#titleStrip
{
	position: relative;
	padding: 2px 2px 2px 14px;
	font-size: 1.1em;
	font-weight: bolder;
	color: #e5e5e5;
}

#bodyLeftContainer
{
	float: left;
	position: relative;
	width: 189px;
}

#bodyNav
{
	border-top: solid 1px #309;
	border-left: solid 1px #309;
	border-right: solid 1px #309;
	border-bottom: solid 1px #309;
	margin: 4px;
	background-color: #ffffff;
}

#bodyContainer
{
	border-left: solid 1px #330099;
	float: right;
	display: inline;
	position: relative;
	width: 566px;
}
#bodyCon, .bodyCon
{
	border: solid 1px #330099;
	position: relative;
	margin: 4px;
	padding: 4px 14px 4px 14px;
	background-color: #ffffff;
}

#footer
{
	clear: both;
	text-align: center;
	font-size: 0.7em;
}

#splashLeft
{
	border-top: solid 1px #330099;
	float: left;
	position: relative;
	width: 298px;
	background-color: #ffffff;
}

#splashRight
{
	border-top: solid 1px #330099;
	border-left: solid 1px #330099;
	float: right;
	display: inline;
	position: relative;
	width: 459px;
	background-color: #ffffff;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix 
{
	display: inline-table;
	border-left: solid 1px #330099;
	border-right: solid 1px #330099;
	border-bottom: solid 1px #330099;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
