@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	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: #000000;
}
.oneColFixCtr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/ducks.jpg);
	background-repeat: no-repeat;
	background-position: 0 200px;
	height: 600px;
	text-align: left;
}

#header {
	background-color: #f3f3f3;
	border-bottom: solid #d7d9db 1px;
	padding: 8px 0;
	margin: 0;
}

.headline {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #f37432;
	font-size: 30px;
	position: absolute;
	width: 521px;
	height: 68px;
	text-align: left;
	left: 19px;
	top: 91px;
}

div#introText {
	position:absolute;
	left: 398px;
	top: 178px;
	width: 337px;
	height: 205px;
}

div#introText p {
	text-align: left;
}

#navcontainer {
	background:#6BC4EC;
	position:absolute;
	left: 763px;
	top: 77px;
	width: 144px;
	height: 121px;
}

#navcontainer {background:#6BC4EC; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px 1px ;
width: 130px;
background:#6BC4EC;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, .navlist a:visited
{
color: #11437E;
text-decoration: none;
border: none;
}

#navcontainer a:hover
{
background:#fff;
color: #11437E;
border: none;
}


a:link {
	color: #666;
border: none;
}

a:visited {
  color: #666;
  border: none;
}

a:hover {
	text-decoration: underline; color: #F79400;
	border: none;
}

strong {
	color: #f37432;
	font-style: normal;
	font-weight: bolder;
}

#boxes {
	position: absolute;
	left: 762px;
	top: 214px;
	width: 135px;
	height: 488px;
}

div#boxes img {
	padding 6px 0;
	padding-bottom: 12px;
}

#secondaryCopy {
	position: absolute;
	width: 487px;
	left: 19px;
	top: 484px;
	text-align: left;
}
