/*This current style is set up for use with a vertical menu system. */
body {
	margin:0;
	padding:0;
	font-family:georgia;
	font-size:med;
	color:#fff;
	width:100%;
	height:100%;
	background:#0e4172 url(/images/body_bkgd.jpg) repeat-x top center;
	text-align:center;
}

a {
	color:#A7D3FD;
}

a:hover {
	text-decoration:none;
}

#flashhead {
	position:relative;
	width:996px;
	height:220px;
	margin:0 auto;
	background:transparent url(/images/flash_fpo2.jpg) no-repeat top center;
}
#hmenu {
	position:relative;
	width:908px;
	height:36px;
	margin:0 auto;
	background:transparent url(/images/hmenu_bkgd.jpg) repeat-x top center;
	text-align:right;
	/*border:solid 1px yellow;*/
}
#hmenuitems {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#hmenuitems td {
	padding:0;
	margin:0;
	vertical-align:top;
}
#bcshadow {
	position:relative;
	top:0;
	width:904px;
	background:#0B355D;
	margin:0 auto;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
}
#content {
	position:relative;
	top:0;
	width:900px;
	background:#265C92;
	border-left:solid 2px #08233E;
	border-right:solid 2px #08233E;
	border-bottom:solid 2px #08233E;
	margin: 0 auto;
}
.vmenu {
	width:184px;
	background:transparent url(/images/vmenu_bkgd.gif) repeat-y top right;
	text-align:left;
}
.vmenu h2, .rightcol h2 {
	margin:0;
	padding:0;
	height:36px;
	width:181px;
	font-size: larger;
	background:transparent url(/images/h2_bkgd.gif) no-repeat top left;
}
.vmenu h2 span, .rightcol h2 span {
	display:block;
	height:25px;
	background:#03213f;
	width:100%;
	text-indent: -6000px;
	line-height:1px;
	
}
.vmenu #thefaqs ul {
	margin:6px 0;
	padding:0;
	width:176px;
}
.vmenu #thefaqs li {
	margin:3px 0;
	padding:0;
	margin-left:26px;
	list-style-image:url(/images/custom_bullet.gif);
}
/****** MENULIST CONTROL STARTS HERE ***********/
.menulist {
	width:184px;
	background:transparent;
}
.menulist li {
	background:transparent url(/images/menuitem_bkgd.gif) no-repeat 162px 12px;
	border-bottom:solid 1px #517DA8;
}
.menulist a {
	text-align:right;
	padding-right:20px;
	color:#fff;
	font-weight:bold;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.highlighted {
/*	background:#03213F;*/
	background:#93AEC9;
}

/****** SUB-MENU CONTROL STARTS HERE ***********/
.menulist a .subind {
 float: right;
	display:none;
}
.menulist li li{
	background:#93AEC9; /* periwinkle */
	margin-left:23px; 
	width:204px;
}
/****** SUB-MENU HOVER CONTROL STARTS HERE ***********/
.menulist li li a:hover, .menulist li li a.highlighted:hover, .menulist li li a:focus {
/*	background:#93AEC9; periwinkle */
	background:#03213F;
}
.current-page { 
	background: #03213F; /* dark green-blue */
}
#super {
	margin-top:10px;
	text-align:center;
}
#cinfo {
	margin-right:8px;
	text-align:left;
	font-size: .9em;
}
.dcontent {
	width:532px;
	text-align:left;
	padding:8px;
	line-height:1.3em;
}
/*.dcontent h2 {
	margin:0;
	margin-bottom:.8em;
	line-height:1em;
	font-size: 2em;
}*/

.dcontent h2 {
	margin: 0;
	font-size: 20px;
}

/*.dcontent h3 {
	margin:0;
	margin-bottom:.8em;
	line-height:1.3em;
}*/

.dcontent h3 {
	margin-bottom: .8em;
	font-size: 16px;
}

.dcontent p {
	margin:0;
	margin-bottom:.8em;
}
.dcontent img {
	border:solid 4px #153E68;
	border-right:solid 12px #03213F;
	border-bottom:solid 12px #03213F;
	padding:4px;
	margin-left:8px;
	margin-top:4px;
	margin-bottom:4px;
}
.rightcol {
	width:184px;
	background:transparent url(/images/rightcol_bkgd.gif) repeat-y top left;
	text-align:left;
}
.rightcol h2 {
	width:100%;
}
#testimonials {
	margin:0 8px;
	font-family:times, serif;
	font-size:.9em;
	font-weight:bold;
	font-style:italic;
	margin-left:12px;
	margin-top:8px;
}
#cta {
	margin-left:3px;
	margin-top:8px;
	background:#93AEC9;
}
#cta fieldset {
	border:none;
}
#cta label {
	color:#044076;
	font-weight:bold;
}
.ctatxt {
	width:162px;
	margin-bottom:4px;
}
.ctatxtarea {
	width:162px;
	height:50px;
	margin-bottom:4px;
}
.ctaoffer {
	margin:0;
	padding:0;
	text-align:center;
	font-weight:bold;
	color:#0F4373;
}
#news {
	margin-left:3px;
	margin-top:8px;
}
.rightcol #news ul {
	margin:6px 0;
	padding:0;
	width:176px;
}
.rightcol #news li {
	margin:3px 0;
	padding:0;
	margin-left:26px;
	list-style-image:url(/images/custom_bullet.gif);
}
#phone {
	margin-left:3px;
	margin-top:4px;
	background:transparent url(/images/phone.gif) no-repeat top center;
}
#phone h2 {
	line-height:1px;
	text-indent:-6000px;
	background:none;
}
#links {
	margin-top:12px;
	border-top:solid 1px #517DA8;
}
.rightcol #links ul {
	margin:6px 0;
	padding:0;
	width:176px;
}
.rightcol #links li {
	margin:3px 0;
	padding:0;
	margin-left:26px;
	list-style-image:url(/images/custom_bullet.gif);
}
#footer {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:right;
}
#fcontent {
	padding:6px;
	text-align:right;
}
#basement {
	background:#01070E;
	margin-top:10px;
	padding:24px;
}
.bug {
	font-size:.8em;
	padding-left:50px;
}

.faqholder {
	border:none;
}
.faqholder legend {
	color:#fff;
	margin:0;
	padding:0;
	margin-bottom:12px;
}
.faqcat {
	margin-bottom:12px;
	border:solid 1px #ccc;
	padding:12px;
}
.faqcathead {
	color:#fff;
}
.faqquestion {
	margin-left:12px;
	margin-bottom:8px;
}
.faqquestion a {
	text-decoration:none;
}
.faqquestion a:hover {
	color:#fff;
}
.faqanswer {
	margin-left:0px;
	padding:8px;
	background:#A5BFD9;
	color:#000;
	margin-bottom:12px;
}
.mapobj,.mapobj img {
	border:none;
	color:#000;
}
.formobj {
	border:none;
	color:#000;
}
.formobj fieldset {
	border:2px solid #03213F;
	padding:10px;
	/*border:none;*/
}
.formobj legend {
	color:#fff;
	font-size:large;
	padding:4px;
	display:none;
}
.formobj a {
	color#2e4016;
	font-weight:bold;
	font-size:.10em;
}
.formobj label {
	display:block;
	margin-top:8px;
	color:#fff;
}
.formobj .txtbox {
	width:75%;
	margin-bottom:4px;
}


