html {height:100%;}
body{ background:#0F376E url(../images/bg_x.jpg) repeat-x top center;	margin:0 auto; text-align:center; height:100%;}

#body2{ background:url(../images/wrapper_bg_y.png) repeat-y top center; margin:0 auto; text-align:center; position:relative;z-index:0; min-height:100%;}

#wrapper{
	margin: auto;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666;
	width:900px;
	background:;}
	
.titleHR, hr{
	margin:1px 0 8px 0; *margin:-4px 0 5px 0;
	color:#cccc99;
	background-color:#cccc99;
	text-align:left;
	height:1px;
	width:100%;
	border:0;
	position:relative;
	z-index:200;}

#bodyDiv_OUT{
	float:right;
	margin:-15px 15px 10px 0; *margin:-15px 15px 10px 0;
	width:667px;
	position:relative;
	z-index:0;
	background:#FFF;
	text-align:left;	
	padding:0;
	}
	
#bodyDiv{
	padding:0 25px;
	margin:-55px 0 0 0;
	min-height:100px;
	position:relative;
	z-index:1;
	}

#contactMsgDiv{
	width:500px;
	padding:5px;
	background:#FFFFCC;
	border:1px solid #666;
	margin:5px auto;
	}
.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle select{
	border:1px solid #666;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px; }
	
input.noBorderField{ border:none; }
	
input.contactSubmitBTN{
	border:3px double #666;
	padding:2px 8px;
	font-weight:bold;}
	
.contactFormStyle .off{ background:#F3EFE5; }
.contactFormStyle .over{ background:#CCCC99; cursor:pointer; }

#headerDiv{
	border-top:0 solid #999;
	border-right:0 solid #999;
	border-bottom:0 solid #999;
	border-left:0 solid #999; }
	
#headerIMG{	display:block;	}

/* ############################################################################################################ */
/* ######## TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ####### */
/* ############################################################################################################ */
#topNavDiv{
	width:780px;
	border-top:0 solid #CCC;
	border-right:0 solid #CCC;
	border-bottom:0 solid #CCC;
	border-left:0 solid #CCC;
	margin:-76px 0 0 auto; *margin:-76px 0 50px auto;
	padding:0 auto;
	position:relative;
	z-index:9999; }

#innerTopNavDiv{
	height:21px;
	background:;
	padding:6px 0 0 0;
	}

#topNavUL{ margin:0; padding:0; }
.mainLI { display:inline; position:relative; }
.mainLI a.topNavLinks_main, .mainLI a.topNavCurrent_main {
	font: normal bold 11px verdana, arial, sans-serif;
	padding:12px 4px;
	margin:0 10px; }

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

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

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

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

.subLI{ display:block;}
.subLI a{
	white-space:nowrap;
	display:block;
	padding:4px 8px 4px 12px; *padding:2px 8px 2px 12px;
	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: #444;
	background: ;
	text-decoration: none; }

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

/* ____________________________________________________________________ Top Nav: SUB CURRENT Links _____ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #996633;
	background: ;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #996633; 
	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; }
	

/* ############################################################################################################ */
/* ######## LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ###### */
/* ############################################################################################################ */
table.leftNav{
	margin-left:15px;
	float:left;
	width:185px;
	text-align:left;
	background:#FFF url(../images/sideDiv_top.jpg) no-repeat top center;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666; }


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

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #444;
	text-decoration: none; }
	
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #996633; 
	text-decoration: none;
	background: ; }
	
/* _________________________________________________________________________ Left Nav: CURRENT Links _____ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #996633;
	text-decoration: none;
	background: ; }
	
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #996633; 
	text-decoration: none;
	background: ; }

/* _______________________________________________________________________________________________________ */
/* _______________________________________________________________________ Left Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 10px verdana, arial, sans-serif;
	padding: 0 0 0 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 ############ FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ########### */
/* ############################################################################################################ */
#footerDiv{
	clear:both;
	width:100%;
	text-align:center;
	background:;
	padding:20px 0 10px 0;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #789FC4;	}


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

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

a:link { color: #663300; text-decoration: underline;}
a:visited { color: #663300; text-decoration: underline;}
a:focus { color: #990000; text-decoration: none;}
a:hover { color: #990000; text-decoration: none;}

a.footerLink:link { color: #789FC4; text-decoration: underline;}
a.footerLink:visited { color: #789FC4; text-decoration: underline;}
a.footerLink:focus { color: #FFF; text-decoration: none;}
a.footerLink:hover { color: #FFF; text-decoration: none;}

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

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

#random_header_div{
	float:right;
	position:relative;
	width:340px;
	background:url(../images/random_header_bg_32.png) no-repeat top center;
	font:normal normal 13px verdana, arial, sans-serif;
	color:#fff;
	margin:-210px 15px 0 auto;
	text-align:left;
	height:95px;
	}
#random_header_div div{ padding:5px; }


#mc_embed_signup{ width:165px; border:1px solid #CCC; background:#F6F6F6; padding:1px; margin:10px auto;  }
#mc_title{ font:normal bold 12px verdana, arial, sans-serif; color:#FFF; text-align:center; padding:2px; background:#003399; margin-bottom:5px; }
.mc_required{ font:italic bold 14px arial, sans-serif; color:red; }

#mc_embed_signup label{ font:normal normal 12px verdana, arial, sans-serif; }

#mc_field_div{ padding:0 5px; margin:4px auto; }
#mc-embedded-subscribe-form{ margin:0 auto;}

div.mce_inline_error{
	font-size:11px; !important
	}

