@charset "utf-8";
/* CSS Document */
body {
	background-color:white;
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	font-size:16px;
}
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	font-size: 14px;
	margin: 10px auto 20px;
}
#wrapper #mainLogo {
	/*background: url(/content/images/logo_header2.jpg) no-repeat left;*/
	background: url(/content/images/logo-page-11.png) no-repeat;
	height:104px;
}
#content {
	clear: both;
 	text-align:left;
	background-color: #CAE1FF;
	margin: 0 0 0 0;
	padding: 6px 42px 20px 30px;
}
h1 {
	color: #000080;
	text-align:left;
	font-weight: bold;
	font-size: 30px;
	font-family: 'Crimson Text', arial, serif;
}
h1.headline {
	color: #036;
	font-size: 20px;
	margin: 15px 0 0 0;
	text-align:center;
	font-family: 'Crimson Text', arial, serif;
}
div#homeBoxes h2 {
	color: #3B6AA0;
	text-align: center;
	font-size: 16px;
}
h2 {
	color: #3B6AA0;
	text-align: left;
	font-size: 16px;
}
p.q {
	font-weight:bold;
}
p.a {
	font-weight:normal;
}
#superPages {
	margin:24px 0 12px 0;
}
#mainText {
	margin: 5px 16px;
	color:black;
}
#mainHome {
	float:right;
	width: 400px;
	text-align:left;
	height: 400px;
	background-color: #CAE1FF;
	color: #3B6AA0;
}
#mainWindow {
	background-color: white;
	margin: 0;
}
#homeImage {
	float:left;
	width:400px;
}
#homeBoxes {
	float:left;
	margin:10px 0 0 0;
}
#homeBoxes .boxLightBlue {
	float:left;
	margin:0 9px 0 0;
	width:193px;
	height:200px;
	background:url(/content/images/box_1b.gif) no-repeat;
}
#homeBoxes .boxPink {
	float:left;
	margin:0 9px 0 0;
	width:193px;
	height:200px;
	background:url(/content/images/box_pink.gif) no-repeat;
}
#homeBoxes .boxTeal {
	float:left;
	margin:0 9px 0 0;
	width:193px;
	height:200px;
	background-image: url(/content/images/box_ltegren.gif);
	background-repeat: no-repeat;
}
#homeBoxes .boxGrand {
	float:left;
	margin:0 9px 0 0;
	width:193px;
	height:200px;
	background-image: url(/content/images/box_grandreopening.png);
	background-repeat: no-repeat;
}
#homeBoxes .boxPurple {
	float:left;
	margin:0 9px 0 0;
	width:193px;
	height:200px;
	background-image: url(/content/images/boxylw.gif);
	background-repeat: no-repeat;
}
#homeBoxes .boxCyan {
	float:right;
	width:193px;
	height:200px;
	background-color: #CF0;
	background-image: url(/content/images/box_4b.gif);
	background-repeat: no-repeat;
}
#homeBoxes .innerBox {
	margin:20px 20px 0 20px;
	text-align:left;
}
#homeBoxes .innerBoxDark {
	color:#3B6AA0;
	margin:20px 20px 0 20px;
	text-align:left;
}
.home {
	color: #3B6AA0;
	font-size:12px;
	margin: 15px 0 0 10px;
}
.info {
	color: #FFFFFF;
	font-size:12px;
	text-align:left;
}
p.infoDark {
	color:#3B6AA0;
	font-size:12px;
	text-align:left;
}
h2.infoDark {
	color:#3B6AA0;
}
#footerText {
	text-align:center;
	clear: both;
	font-size: 12px;
	padding-top:20px;
}
.innerBox p {
	font-weight: bold;
	color: #000;
}
#wrapper #homeBoxes .boxPurple .innerBox h2 a {
	font-size: 12px;
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 48px;
	width: 800px;
	/*background: url(/content/topNav/nav3.png) no-repeat top;*/
	background: url(/content/topNav/nav5.png) no-repeat top;
	padding: 10px 0;
	margin: 15px 0 0 0;
	overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
	margin-left:15px;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url(/content/topNav/lava2.png) no-repeat right -30px;
	width: 9px;
	height: 33px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: url(/content/topNav/lava2.png) no-repeat top left;
	height: 33px;
	margin-right: 7px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative;
	left:15px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	outline: none;
	text-align: center;
	height: auto;
	top: 7px;
	z-index: 10;
	float: left;
	display: block;
	margin: auto 12px;
}
