html body {
	background: url(images/bkgd.gif) top center repeat-x #000000;
	margin-top: 50px;
	margin-bottom: 70px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #363636;
	font-size: 12px;
	line-height: 18px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }


#main {
	align: center;
	text-align: left;
	width: 834px;
	background: #FFFFFF;
}

#header {
	padding: 18px;

}

hr {
	border: 0px;
	height: 1px;
	background: #999999;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}


#nav {
	background: url(images/bkgd-nav.gif) top center repeat-x;
	height: 33px;
	padding-left: 14px;
}
#nav a:hover { text-decoration: none; }

#content {
	clear: both;
	padding: 22px;
	padding-bottom: 44px;
	min-height: 250px;
}

#content:after {
	clear:both;
	content: ".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0.1em;
} /* Fixes the collapsing div problem */
#content { display:inline-block; } /* IE fix for above*/

#content ul li { padding-bottom: 8px; }

#content .feature_text { font-size: 16px; line-height: 24px; }
#content .feature_text b { color: #004A8D; }
#content .feature_text ul { margin-left: 70px; }
#content .feature_text ul li { padding-bottom: 0px; }

#content a { text-decoration: none; font-weight: bold; color: #004A8D; }
#content a:hover { text-decoration: underline; }

#content h1 {
	margin: 0px;
	margin-bottom: 28px;
	font-weight: normal;
	color: #00853E;
	font-size: 24px;
	line-height: 26px;
}

#content h2 {
	margin: 0px;
	color: #004A8D;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

#image img { margin-bottom: 12px; }
#image { margin-bottom: 12px; }

#content .subhead { color: #004A8D; font-size: 13px; line-height: 18px; font-weight: bold; }



#main_col { float: left; width: 520px; margin-right: 22px; text-align: justify; }
#main_col_wide { float: left; width: 620px; margin-right: 22px; text-align: justify; }

#sidebar {
	float: left;
	width: 220px;
	background: #D3DDE7;
	padding: 14px;
	padding-bottom: 42px;
}

#sidebar h3 { margin: 0px; color: #004A8D; }


#sidebar ul { margin-left: -20px; }


#footer {
	width: 834px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
}

#banner { height: 232px; }

#form table { margin-left: 20px; }
#form td { padding: 4px; }

.form-text { 
	width: 250px;
	border: 1px solid #ABC1E3;
	padding: 3px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
}

.form-select { 
	border: 1px solid #ABC1E3;
	padding: 3px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
}
.form-submit { 
	border: 0px;
	background: #D3DDE7;
	padding: 3px;
	padding-left: 13px; padding-right: 13px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004A8D;
	cursor: pointer;
}


/* Drop-down nav */

/* BR tag at bottom that clears menus */
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	display: none;
}

/* Clears all formatting of ordered and unordered list elements */
#menu, #menu ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
	display: inline;
}

/* Parent link appearance */
#menu li p {
	margin: 0px;
	position: relative;
	display: block;
}

/* Controls whether Parent links display horizontally or not */
#menu li {
	float: left;
	list-style: none;
}

/* Position of Submenu box and the LI's inside */
#menu li ul, #menu ul li  {
	width: 305px;
	position: relative;
	list-style: none;
	display: inline;
	vertical-align: middle;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Submenu area appearance */
#menu ul.submenu {
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(images/bkgd-subnav.gif) top center repeat-x #000000;
}

#menu ul.submenu li {
	width: 287px;
	border-bottom: 0px solid #6B6955;
	border-right: 0px solid #6B6955;
	padding: 6px;
	padding-left: 12px;
}

/* Submenu Links appearance */
#menu ul li a li.p7hvr {
	display: block;
	margin: 0px;
}

/* Submenu Hover Backgrounds */
#menu li ul.submenu li:hover,#menu li ul.submenu li.p7hvr {
	background: #004A8D;
}

/* Submenu Grouping */
#menu li ul {
	position: absolute;
	display: none;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* The Hover state of Parent links */
#menu li:hover a, #menu a:focus, #menu a:active, #menu li.p7hvr a {
	color: #FFFFFF;
}

/* The switch that displays the submenus on Parent link hover */
#menu li:hover ul, #menu li.p7hvr ul {
	display: inline;
}

/* How submenus look when Parent link is hovered */
#menu li:hover ul a, #menu li.p7hvr ul a {
	color: #FFFFFF;
	background-color: transparent;
	display: inline;
	border: 0px;
	border-top: 0px;
	padding-top: 0px;
	margin: 0px;
	font-size: 12px;
}

/* Hover state for Submenu links */
#menu ul a:hover  {
	width: 100%;
	background-color: none!important;
	color: #FFFFFF!important;
}

#menu li:hover li.p7hvr {
	color: #BB2C4D!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#menu li {width: auto;}
#menu img { margin-bottom: 0px; vertical-align: middle; }

/*     End drop-down nav CSS     */









