@charset "UTF-8";
/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.oneColFixCtrHdr #container {
	width: 773px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E6E7E3 url(images/background_2.jpg) no-repeat top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	padding: 34px 20px 36px;
	height: 141px;
	position: relative;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #button {
	padding-top: 20px;
	padding-right: 27px;
	padding-bottom: 33px;
	padding-left: 20px;
	height: 75px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	height: 70px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.homeTextBlock{
	float:left;
	width:240px;
	padding:0;
	margin:0 3px 0 0;
	background: #ffffff;
	height: 240px;
}
.aquaList {
	list-style: url(images/aqua_carat.gif);
	margin-right: 30px;
	margin-top: 6px;
}

.orangeList {
	list-style: url(images/orange_carat.gif);
	margin-right: 30px;
	margin-top: 6px;
}

.purpleList {
	list-style: url(images/purple_carat.gif);
	margin-right: 30px;
	margin-top: 6px;
}

.clearFloat{
	clear:both;
}
/*main nav styles */


#header ul {
	padding: 0px;
	list-style: none;
	position: absolute;
	right: 23px;
	bottom: 20px;
	width: 200px;
	margin: 0px;
}
.oneColFixCtrHdr #container #header .firstNavItem {
	color: #561958;
	font-size: 24px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #header a.firstNavItem:link, .oneColFixCtrHdr #container #header a.firstNavItem:visited {
	color: #561958;
	font-size: 24px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #header a.firstNavItem:hover {
	color: #e56c00;
}
#header li {
	height: 40px;
	background-position: bottom;
}
#header li a:link, #header li a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #006983;
	text-decoration: none;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
}
#header li a:hover {
	color: #e56c00;
}

.oneColFixCtrHdr #container #mainContent .mainContentContainer h1 {
	font-size: 18px;
	font-weight: bold;
	color: #E56C00;
}
.lowtextblock {
	float:left;
	width:475px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0;
	text-align: left;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
