
body{
	background:#FFF;
	margin:5px auto;
	text-align:center;
	}

#wrapper{	
	margin: auto;
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	width:800px; *width:804px;
	background:#FFF;
	}

.titleHR{
	margin:0px 0px 5px 0px; *margin:0px 0px -5px 0px;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	width:98%;
	border:0;
}

#bodyDiv{
	text-align:left;
	float:;
	width:80%;
	margin:15px auto 10px auto;
	padding:0 0 10px 0;
	}

.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle 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: #999;
	border-right: #999;
	border-bottom:0px solid #999;
	border-left: #999;
	}
	
#headerIMG{
	display:block;
	}


/* -------------------------- TOP NAVIGATION -------------------------- */

#topNavDiv{
	width:100%;
	background:#000 ;	
	border-top:;
	border-right:;
	border-bottom:;
	border-left:;
	margin:0 auto;
	padding:6px 0;
	}

#topNavUL{ margin:0; }

#mainLI {
	display:inline;
	position:relative;
	z-index:0; }

#mainLI a { font: normal bold 14px verdana, arial, sans-serif; padding:5px 20px; margin:0 1px; }

#topNavUL li a.topNavLinks:link, #topNavUL li a.topNavLinks:visited{
	color: #FFCC00;
	text-decoration: none; }
	
#topNavUL li a.topNavLinks:focus, #topNavUL li a.topNavLinks:hover{
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }
	
/* ~~~~~~~~ TOP NAV CURRENT ~~~~~~~~ */
#topNavUL li a.topNavCurrent:link, #topNavUL li a.topNavCurrent:visited{
	color: #000;
	text-decoration: none;
	background: #E6E6E6; }
	
#topNavUL li a.topNavCurrent:focus, #topNavUL li a.topNavCurrent:hover{
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }

/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ TOP NAV SUB (DROPDOWN) ---------------- */
#topNavUL li ul { /* second-level lists */
	position: absolute;
	padding:0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:4px 0px 10px 0px;
	background:#666 ;
	border-top:3px solid #666;
	border-right:2px 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; }

#topNavUL li li {
	white-space:nowrap;
	display:block;
	padding:4px 30px 4px 30px;
	font: normal bold 11px verdana, arial, sans-serif;
	margin:0px 0px;
	text-align:center; }

#topNavUL li ul a.topNavLinks:link, #topNavUL li ul a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF; }

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

/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	
	
/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ TOP NAV SUB2 (NO DROPDOWN) ---------------- */
#topSubNavUL_NO_DD{
float:right;
margin:4px 0px 10px 0px;
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:0px 0px; }

#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; }

#topSubNavUL_NO_DD a.topNavLinks:focus, #topSubNavUL_NO_DD a.topNavLinks:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	
/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topSubNavUL_NO_DD a.topNavCurrent:link, #topSubNavUL_NO_DD a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0; }
	
#topSubNavUL_NO_DD a.topNavCurrent:focus, #topSubNavUL_NO_DD a.topNavCurrent:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	


/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ LEFT NAVIGATION ---------------- */
table.leftNav{
	float:left;
	width:0;
	text-align:left;
	background:#666 ;
	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 14px 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;
	}



/* ---------- Footer Elements ---------- */
#footerDiv{
	clear:both;
	width:100%;
	text-align:center;
	background:#000;
	padding:5px 0;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #FFF;
	}

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

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

/* --------- 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: #CCC; text-decoration: underline;}
a.footerLink:visited { color: #CCC; text-decoration: underline;}
a.footerLink:focus { color: #FFF; text-decoration: none;}
a.footerLink:hover { color: #FFF; text-decoration: none;}


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

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