
body{
	background:url(../images/bg_repeat.jpg) repeat top left;
	margin:5px auto;
	text-align:center;
	}

#wrapper{
	margin: auto;
	border-top:0px solid #666;
	border-right:0px solid #666;
	border-bottom:0px solid #666;
	border-left:0px solid #666;
	width:810px;
	background:;
	}
	
.titleHR{
	margin:0px 0px 5px 0px; *margin:0px 0px -5px 0px;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:2px;
	width:45%;
	border:0;
}

#contentTop{
	background:#FFF url(../images/contentTop_bg.jpg) repeat-x top left;
	}

#bodyDiv{
	text-align:left;
	float:left;
	width:610px;
	margin:15px 0px 0px 0px;
	padding:0px 0px 5px 15px;
	}

.contactFormStyle input,textarea,select{
	border:1px solid #FF6600;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px;
}
input.contactSubmitBTN{
	border:3px double #FF6600;
	padding:2px 8px;
	font-weight:bold;
}
.off{
	background:#FFF;
}
.over{
	background:#99CCFF;
	cursor:pointer;
}

#headerDiv{
	border-top: #FFF;
	border-right: #FFF;
	border-bottom:5px solid #FFF;
	border-left: #FFF;
	}
	
#headerIMG{
	display:block;
	}

/* ############################################################################################################ */
/* ######## TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ####### */
/* ############################################################################################################ */
#topNavDiv{
	width:100%;
	border-top:2px solid #FF5A00;
	border-right:0 solid #FF5A00;
	border-bottom:2px solid #FF5A00;
	border-left:0 solid #FF5A00;
	margin:0 auto;
	padding:0 auto; }

#innerTopNavDiv{
	height:21px; *height:25px;
	background:#FFF url(../images/topNav_bg.jpg) repeat-x top left;
	padding:4px 0 0 0; *padding:3px 0 0 0;
	}

#topNavUL{ margin:0; padding:0;}
.mainLI { display:inline; position:relative; }
.mainLI a.topNavLinks_main, .mainLI a.topNavCurrent_main {
	font: normal bold 14px Times New Roman, serif; text-transform: uppercase;
	padding:4px 20px 4px 20px;
	margin:0 10px; }

#topNavUL li a.topNavLinks_main:link, #topNavUL li a.topNavLinks_main:visited{
	color: #0B2069;
	text-decoration: none; }
	
#topNavUL li a.topNavLinks_main:focus, #topNavUL li a.topNavLinks_main:hover{
	color: #FF5A00; 
	text-decoration: none;
	background: ; }

/* ___________________________________________________________________________ Top Nav: CURRENT Links _____ */
#topNavUL li a.topNavCurrent_main:link, #topNavUL li a.topNavCurrent_main:visited{
	color: #FF5A00;
	text-decoration: none;
	background: ; }
	
#topNavUL li a.topNavCurrent_main:focus, #topNavUL li a.topNavCurrent_main:hover{
	color: #FF5A00; 
	text-decoration: none;
	background: ; }

/* _______________________________________________________________________________________________________ */
/* ___________________________________________________________________________ Top Nav: SUB DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
#topNavUL li ul { /* second-level lists */
	position: absolute;
	padding:6px 4px;
	/* use left instead of display to hide, because display: none isn't read by screen readers */
	left: -999em;
	margin:4px 0px 10px 0px;
	background:#666 ;
	border-top:0px solid #666;
	border-right:0px solid #666;
	border-bottom:0px solid #666;
	border-left:0px solid #666; }

#topNavUL li:hover ul, #topNavUL li.sfhover ul { /* lists nested under hovered list items */
	left:0;
	/*top:1em;*/
	top:0; }

.subLI{ display:block; }
.subLI a{
	white-space:nowrap;
	display:block;
	padding:4px 20px 4px 20px;
	font: normal bold 11px verdana, arial, sans-serif;
	margin:0;
	text-align:left; }

#topNavUL li ul a.topNavLinks:link, #topNavUL li ul a.topNavLinks:visited{
	color: #FFF;
	background: ;
	text-decoration: none; }

#topNavUL li ul a.topNavLinks:focus, #topNavUL li ul a.topNavLinks:hover{
	color: #FFFF00; 
	background: ;
	text-decoration: none; }

/* ____________________________________________________________________ Top Nav: SUB CURRENT Links _____ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #FFFF00;
	background: ;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #FFFF00; 
	background: ;
	text-decoration: none; }
	
	
/* _______________________________________________________________________________________________________ */
/* ________________________________________________________________________ Top Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
#topSubNavUL_NO_DD{
float:right;
margin:4px 0 10px 0;
background:#666 ;
border-top:1px solid #CCC;
border-right:2px solid #CCC;
border-bottom:0px solid #666;
border-left:0px solid #666; }

#topSubNavUL_NO_DD li{
	display:block;
	position:relative;
	text-align:center;
	padding:4px 30px 4px 30px;
	margin: 0 0; }

#topSubNavUL_NO_DD a { font: normal bold 11px verdana, arial, sans-serif; }

#topSubNavUL_NO_DD a.topNavLinks:link, #topSubNavUL_NO_DD a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF;
	text-decoration: none; }

#topSubNavUL_NO_DD a.topNavLinks:focus, #topSubNavUL_NO_DD a.topNavLinks:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	
/* ________________________________________________________________ Top Nav: SUB NO-DD CURRENT Links _____ */
#topSubNavUL_NO_DD a.topNavCurrent:link, #topSubNavUL_NO_DD a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0;
	text-decoration: none; }
	
#topSubNavUL_NO_DD a.topNavCurrent:focus, #topSubNavUL_NO_DD a.topNavCurrent:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	
	
	
#phoneNumber{
	float:right;
	width:182px;
	font:normal bold 16px verdana, arial, sans-serif;
	color:#0B2069;
	margin:20px auto 30px auto;
	text-align:center;
	}

#signupDIV{
	clear:right;
	float:right;
	width:182px;
	text-align:center;
	background:#FFF url(../images/leftNav_bg_y.jpg) repeat-y top left;
	margin:0;
	padding:0;
	font:normal normal 13px verdana, arial, sans-serif;
}


/* ------------ LEFT NAVIGATION ---------------- */
table.leftNav{
	float:left;
	width:16%;
	text-align:left;
	background:#FFF ;
	border-top:0px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:0px solid #666;
	}

table.leftNav td a{
	display: block;
	font: normal bold 11px verdana, arial, sans-serif;
	padding:6px 3px 6px 3px;
	margin:1px 0px 1px 0px;
	}

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #FFF;
	text-decoration: none;
	}
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}
	
/* ~~~~~~~~ LEFT NAV CURRENT ~~~~~~~~ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #000;
	text-decoration: underline;
	background: #E6E6E6;
	}
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}



/* +++++++++++++++++++ SUB NAV ++++++++++++++++++++ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 10px verdana, arial, sans-serif;
	padding:0px 0px 0px 15px;
	}
tr.leftNavSub td a:link, tr.leftNavSub td a:visited {
   color: #FFF;
	}
tr.leftNavSub td a:focus, tr.leftNavSub td a:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6;
	}
	
	
/* ----- Newsletter Signup Elements ----- */
.nlsuTextRadio {
font: normal bold 12px/1.2 verdana, arial, sans-serif ;
text-align: left ;
padding: 0 10px 2px 10px ;
}

.nlsuTextField{
font: normal normal 10px verdana, arial, sans-serif ;
text-align: left ;
}

.privacy{
font: italic bold 9px/1.2 verdana, arial, sans-serif ;
text-align: center ;
padding: 0 10px 2px 10px ;
}

.newsLetterSignUpQuote{
font: italic normal 11px/1.2 verdana, arial, sans-serif ;
text-align: center ;
padding: 0 10px;
}

.newsLetterSignUpSignature{
font: normal bold 10px verdana, arial, sans-serif ;
text-align: right ;
padding: 0 10px 2px 10px ;
}


/* ---------- Footer Elements ---------- */
#footerDiv{
	clear:both;
	width:100%;
	text-align:center;
	background:url(../images/footer_bg.png) no-repeat top left;
	padding:30px 0px 5px 0px;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #0B2069;
	}

/* ------------- FONTS ----------------- */
.title{
	font:normal bold 22px verdana, arial, sans-serif;
	color: #1f0082;
	text-align:left;
	margin:0px 0px 15px 0px;
	}
.tagline{
	font:italic bold 14px verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin:0px 0px 5px 0px;
	}

.bodyText {
	font:normal normal 16px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	}
.bodyTextResources {
	font: normal normal 13px/1.3 verdana, arial, sans-serif ;
	color: #000;
	word-spacing: .3px ;
	}	
.bodyTextRight {
	font:normal normal 16px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	text-align:right;
	}
.bodyTextBold {
	font:normal normal 16px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	font-weight:bold;
	}
.bodyTextBoldRight {
	font:normal normal 16px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	font-weight:bold;
	text-align:right;
	}


/* TinyMCE editor body */
body.mceContentBody{ background: #FFF; text-align:left; }
body.mceContentBody p{ margin:0; }

#bodyDiv p{ margin:0; }
#bodyDiv table{ font:normal normal 16px/1.5 verdana, arial, sans-serif; }

.comment {
	font: italic normal 12px verdana, arial, sans-serif ;
	color: #663300 ;
	background-color: #E0BF8A ;
	border: 4px groove #FF5A00 ;
	text-align: left;
	padding: 10px ; }
	
.top { font: normal bold 10px verdana, arial, sans-serif ; }

.servicesSubTitle {
	color: #1F0082 ;
	font: normal small-caps 14pt verdana, arial, sans-serif ; }

ul { list-style-image: url(../images/bullet.jpg); }

table.contactTable td{ font-size:12px; }


/* --------- LINKS -------------- */
a:link { color: #0D4B98; text-decoration: underline;}
a:visited { color: #0D4B98; text-decoration: underline;}
a:focus { color: #990000; text-decoration: none;}
a:hover { color: #990000; text-decoration: none;}

a.footerLink:link { color: #333; text-decoration: underline;}
a.footerLink:visited { color: #333; text-decoration: underline;}
a.footerLink:focus { color: #000; text-decoration: none;}
a.footerLink:hover { color: #000; text-decoration: none;}