/*
 AHW - Design Option 5 
*/


/* Basic page setup */
*
{
	margin: 0px;
	padding: 0em;
}

body {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 20px 25px 0px;
}

/* Default links */

a {
	color: #046D91;
}

a:hover {
	text-decoration: none;
	color: #0592C1;
}

/* Design Specific stuff */

#header
{
	background: #023A4D url(/images/css_header_bg.jpg) no-repeat left top;
	height: 135px;
	width: 100%;
}

#header h1 {
	display: none;
}

#header form
{
	float: right;
	margin-top: 75px;
	margin-right: 30px;
	color: #FFFFFF;

}

#content {
	margin-left: 235px;
	margin-right: 0px;
	width: auto;
	margin-top: 20px;
}

.section {
	padding: 20px;
	background:  url(/images/css_section_bg.jpg) repeat-x left top;
	margin-bottom: 20px;
}

.section h3 {
	margin: 0 0 6px;
	border-bottom: 2px solid #01202A;
	color: #484848;
	padding-bottom: 4px;
}

/*  Menu stuff  */
#sitenav {
	width: 210px;
	margin-left: 0px;
	margin-top: 15px;
	float: left;
}

#sitenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitenav li ul {
	padding: 15px 0;
}

#sitenav li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
	font-size: 14px;
}

.menulink {
	font-weight: normal;
	color: #01202A;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
	background-image: url(/images/menu_blt.jpg);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: left 5px;
}

#sitenav a:link {
	color: #01202A;
	text-decoration: none;
}

#sitenav a:visited {
	color: #01202A;
	text-decoration: none;
}

#sitenav a:hover {
	color: #0592C1;
	text-decoration: none;
}

#sitenav a:active {
	color: #01202A;
	text-decoration: none;
}

.section p {
	margin-bottom: 1em;
}
.section ul {
	margin-right: 3em;
	margin-left: 2em;
}

/* Utility styles */

blockquote {
	margin: 10px 5px 15px;
	font-style: italic;
	font-weight: bold;
}

.hilight { background-color: #FFFF66; }
