/* CSS Document */
body {
	background-color: #fff;
	margin: 0;
	}

h1 {
	font-size: 1.5em;
	}

h2 {	
	font-size: 1.25em;
	border-bottom: 1px solid #861A44;
	}

img {border: 0;}

a {color: #4F7EBF;}

#pagewrap {
	width: 750px;
	background-image:url(../images/page_gradient.jpg);
	font-family: Arial, Helvetica, sans-serif; 
	}

img {border:0;}

#header {
	background-image:url(../images/coastline.jpg);
	width: 750px;
	height: 239px;
	}

#logoMain {		
	position:absolute;
	left: 470px;
	top: 40px;
	}	

#headImg {
	position:absolute;
	left: 0;
	top: 0;
		}

#navUtil{
	text-align:right;
	background-color: #6B94C9;
	padding: 5px 10px 5px 0;
	border-bottom: 5px solid #E9B26E;
	height: 24px;
	}

#navUtil a:link, 
#navUtil a:active, 
#navUtil a:visited { 
	color:#fff;
	font-size:1.25em;
	text-decoration:none;
	}

#navUtil a:hover {
	text-decoration:underline;
	}
	
/* nav section */
#navSection {
	}

ul#nav {
	width: 147px;
	position: absolute;
	top: 300px;
	}

ul#nav, ul#nav ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#nav li {
	}
	
#nav li a {
	display: block;
	width: 147px;
	text-decoration: none;
	color: #DD5426;
	font-size: 0.9em;
	padding: 5px 0 3px 10px;
	border-bottom: 1px solid #861A44;
	background-color: #fcf2e7;
}

#nav li a.active {
	background-color: #8EA4A2;
	color: #87251C;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a { /* second-level lists */
	color: #fff;
	background-color: #6B94C9;
	width: 250px;
	border: 0;
}

#nav li ul a:hover { /* second-level lists */
	background-color: #9DB8DB;
	font-weight: bold
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-top: -30px;
	left: 70px;
}


/* content */
#contentMain {
	background: url(../images/man_red_shirt.gif) no-repeat bottom left;
	padding: 5px 5px 5px 180px;
	min-height: 350px;
	}

.highlight {
	float: right;
	width: 200px;
	font-size: .9em;
	padding-left: 10px;
	}
	
	.highlightsmall {
	float: right;
	width: 200px;
	font-size: .9em;
	padding-left: 20px;
	padding-bottom:20px;
	padding-top:20px;
	background-color:#E9B26E;
	}

.alert,
.error,
.required {
	font-weight: bold;
	color: #f00;
	}	

.faqA {
	margin-top: 0;
	}
	
.faqQ {
	font-weight: bold;
	margin-bottom: 0;
	}

.faqToc li
	{
	font-size: .85em;
	margin-bottom: .2em;
	}
p.message
{
	color:#F00
	}

a.glossary {
	text-decoration: none; 
	border-bottom: 1px dotted;
	color: #333;
	}
a.glossary span{ display: none; }
a.glossary:hover{position: relative;} /* IE6 Only */
a.glossary:hover span{
	position: absolute;
	display: block;
	background-color: #F4F4F4;
	border: 1px solid #BCBCBC;
	width: 250px;
	padding: 5px;
	font-size: .9em;
}

th.colGroupHead {
	text-align: left;
	background-color: #E9B26E;
	}
	
/* footer */
#footer {
	background-color: #E9B26E;
	color: #fff;
	padding: 10px;
	font-size: .8em;
	}

#footer ul {
	float: right;
	text-align: right;
	margin-top: -2px;
	}

#footer li {
	list-style-type: none;
	}

#persPeeps {
	position: absolute; 
	}

