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

#body2{ background:#FFF; margin:0 auto; text-align:center; position:relative;z-index:0; min-height:100%; width:900px; padding:0 15px;}

#wrapper{
	margin: 0 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{
	margin:0 0 5px 0; *margin:0 0 -5px 0;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	width:100%;
	border:0;}

#bodyDiv{
	text-align:left;
	float:left;
	width:700px;
	margin:0 0 0 5px;
	padding:0;}
	
#bodyDiv_HOME{
	text-align:left;
	float:;
	width:100%;
	margin:0;
	padding:0;}
	
#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.contactSubmitBTN{
	border:3px double #666;
	padding:2px 8px;
	font-weight:bold;}
	
.off{ background:#FFF; }
.over{ background:#CCC; cursor:pointer; }

#headerDiv{
	border-top:0 solid #999;
	border-right:0 solid #999;
	border-bottom:0 solid #999;
	border-left:0 solid #999;
	text-align:left;
	background:#FFF;
	padding:5px 0 15px 0; }
	
#headerIMG{	display:block; }

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

#innerTopNavDiv{
	height:21px;
	background:#FFF url(../images/topNav_bg_dots.jpg) repeat-x top center;
	padding:6px 0 20px 0;
	}

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

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

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

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

#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;
	font: normal normal 11px verdana, arial, sans-serif;
	margin:0;
	text-align:left; }

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

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

/* ____________________________________________________________________ Top Nav: SUB CURRENT Links _____ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #000066;
	background: ;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #000066; 
	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 ###### */
/* ############################################################################################################ */
#leftNavDiv{
	float:left;
	width:194px;
	background: ;
	font: normal bold 12px verdana, arial, sans-serif;
	}
	
table.leftNav{
	text-align:left;
	
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666; }

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

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

/* _______________________________________________________________________________________________________ */
/* _______________________________________________________________________ Left Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
tr.leftNavSub td a{
	display: block;
	font: italic normal 10px verdana, arial, sans-serif;
	padding:2px 0 0 9px; }

tr.leftNavSub td a.leftNavLink:link, tr.leftNavSub td a.leftNavLink:visited {
	color: #000;
	text-decoration: none; }
	
tr.leftNavSub td a.leftNavLink:focus, tr.leftNavSub td a.leftNavLink:hover {
	color: #123B90; 
	text-decoration: none;
	background: url(../images/leftNav_bg_sub.jpg) no-repeat center left; }
	
/* _________________________________________________________________________ Left Nav: CURRENT Links _____ */
tr.leftNavSub td a.leftNavCurrent:link, tr.leftNavSub td a.leftNavCurrent:visited {
	color: #123B90;
	text-decoration: none;
	background: url(../images/leftNav_bg_sub.jpg) no-repeat center left; }
	
tr.leftNavSub td a.leftNavCurrent:focus, tr.leftNavSub td a.leftNavCurrent:hover {
	color: #123B90; 
	text-decoration: none;
	background: ; }


/* ############################################################################################################ */
/* ######### FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ########### */
/* ############################################################################################################ */
#footerDiv{
	border-top:1px solid #999;
	clear:both;
	width:100%;
	margin-top:20px;
	text-align:center;
	background:;
	padding:10px 0;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #999;	}


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

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

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


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

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

h1{ font:normal bold 20px/1.5 verdana, arial, sans-serif; }
h2{ font:normal bold 16px/1.5 verdana, arial, sans-serif; }
h3, h4{ font:normal normal 11px/1.5 verdana, arial, sans-serif; }

#table_1{  }
#table_2, #table_3, #table_4, #table_5, #table_6, #table_7, #table_8, #table_9, #table_10 { display:none; width:100%; }

#cell_1 a, #cell_2 a, #cell_3 a, #cell_4 a, #cell_5 a, #cell_6 a, #cell_7 a, #cell_8 a, #cell_9 a, #cell_10 a{ color: #000; text-decoration: none;}
#link_cell_1 a, #link_cell_2 a, #link_cell_3 a, #link_cell_4 a, #link_cell_5 a, #link_cell_6 a, #link_cell_7 a, #link_cell_8 a, #link_cell_9 a, #link_cell_10 a{ color: #000; text-decoration: none;}

body.mceContentBody #table_1, 
	body.mceContentBody #table_2, 
	body.mceContentBody #table_3, 
	body.mceContentBody #table_4, 
	body.mceContentBody #table_5, 
	body.mceContentBody #table_6, 
	body.mceContentBody #table_7, 
	body.mceContentBody #table_8, 
	body.mceContentBody #table_9, 
	body.mceContentBody #table_10 { display:table; margin:10px auto; }

body.mceContentBody .hoverable { display:table;position:relative; margin:10px auto; }
.hoverable{
	display:none;
	width:100%;
	position:absolute;
	z-index:1000;
}

body.mceContentBody .contentdiv{ border:1px solid red; margin:4px; padding:2px;}
body.mceContentBody .sliderwrapper{ border:2px solid green; margin:4px auto; width:600px; }
body.mceContentBody .pagination{ border:2px solid blue; margin:4px auto; width:600px; }

#hardCode_topNav{
	position:absolute;
	top:10px;
	right:15px;
	}
#hardCode_topNav a, #hardCode_topNav{
	font:normal normal 12px verdana, arial, sans-serif;
	color:#333;
	}

fieldset p{ margin:3px 0; }

fieldset{
	padding:5px;
	background:#F6F6F6;
	border:1px solid #999;
	width:75%;
	margin:0 auto 25px auto;
	display:block;
	}

legend{
	font:normal bold 11px verdana, arial, sans-serif;
	padding:3px 10px;
	background:#333;
	color:#FFF;
	}
	
label{
	width: 50%;
	float: left;
	text-align: right;
	margin-right: 8px;
	display: block;
	}
	

