/* BEGIN NAVIGATION STYLES */

.nav {
	font-weight: bold;
	text-align: left;
	width: 125px;
}

.nav ul {
	font-size: 11px;
	background-color: #CCDCE6;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 125px;
}
	
.nav ul li {
	position: relative;
}
	
.nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #063868;
	padding: 5px;
	border-bottom: 1px solid #FFF;
}
.nav ul li a:hover {
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #F78F1E;
	padding: 5px;
	border-bottom: 1px solid #FFF;
}	
/* Fix IE. Hide from IE Mac \*/
* html .nav ul li { float: left; }
* html .nav ul li a { height: 1%; }
/* End */


.nav li:hover ul ul, li.over ul ul { display:none; } 
.nav li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */

/* END NAVIGATION STYLES */

/* BEGIN CONTENT STYLES */

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #EF790C;
	font-size: 16px;
	margin-bottom: -10px;
}
h2 {
	font-weight:bold;
	color: #000;
	font-size:14px;	
	margin-bottom: -10px;
}
.testimonials {
	/* width: 188px; */
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	/* background-color: #CCDCE6; */
	/* padding: 10px; */
}
.bodybottom, .bodybottom a, .bodybottom a:active, .bodybottom a:hover, .bodybottom a:visited {
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
a {
	color: #063868;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
.fineprint {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.content {
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background-color: #CCDCE6;
	padding: 10px;
	width: 394px;
}
.bodyhanging {
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background-color: #DDE3EB;
	padding: 10px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}
.underline {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	line-height: 1px;
}
.formtext {
	color: #000000;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
	margin-right: 10px;
	width: 150px;
	font-size:12px;
}
.formelements {
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
	padding-left: 5px;
	width: 240px;
	font-size:12px;
}
.content ul {
	padding: 0;
	margin-left: .1em;
	font-size: 12px;
	list-style-type: none;
}
.content ul li {
	background-image: url(../_img/bullet.gif);
	padding-left: 1em;
 	background-repeat: no-repeat;
	background-position: 0 4px;
}
.bottom {
	background-color: #063868;
	padding: 10px;
}