@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg_body.jpg) top center no-repeat #9698a1;
	margin: 0 0 20px 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: #484848;
	line-height:150%;
}
#container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(images/bg_content.png) bottom center no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD; 
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#nav {
margin:0;
position:absolute;
padding-top:15px;
padding-bottom:7px;
top:150px;
left:0;
width:100%;
height:20px;
z-index:2;
background:url(images/bg_navBar.gif) top center repeat-x;
text-align:center;
color:#FFFFFF;
font:20px Arial, Helvetica, sans-serif bold;
}

#nav a {
margin:0;
position:relative;
background:none;
padding:0 15px 3px 15px;
font:18px Arial, Helvetica, sans-serif normal;
color:#FFFFFF;
text-decoration:none;
}

#nav a:hover {
margin:0;
position:relative;
background:none;
padding:0 15px 3px 15px;
font:18px Arial, Helvetica, sans-serif normal;
text-decoration:none;
color:#FFFFFF;
background:url(images/bg_nav.gif) bottom center repeat-x;
}

#mainContent {
margin:15px;
padding:20px 20px 40px 200px;
background:url(images/pic_illustrations.gif) top left no-repeat;
}

#mainContent h1 {
font:22px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#032d67;
padding-bottom:5px;
border-bottom:1px solid #032d67;
}
#mainContent h2 {
font:18px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333333;
margin:0;
padding-top:20px;
}

#mainContent h3 {
font:16px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#0055cc;
margin:0;
padding-top:20px;
}

#mainContent ul {
font-size:13px;
font-weight:bold;
color:#0099FF;
}
#mainContent ul a{
font-size:13px;
font-weight:bold;
color:#0099FF;
text-decoration:underline;
}

#mainContent ul a:hover{
color:#33aaFF;
text-decoration:none;
}


#mainContent a {color:#1d60bd; text-decoration:underline;}
#mainContent a:hover {color:#006bff; text-decoration:none;}


#mainContent p img {
float:right;
margin:5px 0 10px 10px;
border:1px solid #032d67;
}

div.formHolder {
text-align:right;
width:350px;
margin-left:50px;
}

div.formHolder input {
margin:3px 10px;
}


div.formHolder input.text {
font:11px Verdana, Arial, Helvetica, sans-serif normal;
padding:1px;
height:14px;
width:150px;
color:#666666;
border:1px solid #999999;
margin:3px 10px;
}

div.formHolder input.zip {
font:11px Verdana, Arial, Helvetica, sans-serif normal;
padding:1px;
height:14px;
width:50px;
color:#666666;
border:1px solid #999999;
margin:3px 10px;
}
div.formHolder input.button { width:75px; padding:3px; height:30px; cursor:pointer; }

#footer {
	padding:20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#none;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:.125em;
	color:#3366FF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:  0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

ul.credits{
position:relative;
top:0;
left:20px;
margin:0 auto;
text-align:left;
padding:0px;
width:780px;
}
ul.credits li{
list-style-type:none;
display:block;
font:normal 8pt Arial, Helvetica, sans-serif;
color:#ffffff;
}
ul.credits li.parker{
list-style-type:none;
font:normal 8pt Arial, Helvetica, sans-serif;
color:#ffffff;
float:right;
position:relative;
margin-right:20px;
padding-right:20px;
}
ul.credits li a{
color:#ffffff;
text-decoration:underline;
}
ul.credits li a:hover{
color:#00ff00;
text-decoration:none;
}



