* { margin: 0; padding: 0; }

ul,ol{
	padding: 2px 0 2px 40px;
}
#bodyDiv ul, #bodyDiv ol{ overflow: hidden; }

blockquote{ margin: 1.12em 40px; display:block;}

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

#wrapper{
	margin: 0 auto;
	border-top:0 solid #26249F;
	border-right:0 solid #26249F;
	border-bottom:0 solid #26249F;
	border-left:0 solid #26249F;
	width:950px;
	background:#fff;
	}
	
.titleHR{
	margin:0px 0px 5px 0px;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	width:99%;
	border:0;
}

#bodyDiv{
	text-align:left;
	float:;
	width:680px;
	margin:0;
	padding:20px 20px 20px 20px;
	border-right:1px solid #E6E6E6;
	}

.contactFormStyle input,textarea,select{
	border:1px solid #CCC;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px;
}
input.contactSubmitBTN{
	border:3px double #CCC;
	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;
	text-align:left;
	width:950px;
	margin:0 auto;
	}
	
#headerIMG{
	display:block;
	}

/* ############################################################################################################ */
/* ######## TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ####### */
/* ############################################################################################################ */
#topNavDiv{
	width:948px;
	border-top:1px solid #FFF;
	border-right:none;
	border-bottom:none;
	border-left:none;
	margin:0 auto;
	padding:0; }

#innerTopNavDiv{
	height:24px;
	background:#1d5BC0 ;
	padding:8px 0 0 0;
	}

#topNavUL{ margin:0; padding:0;}
.mainLI { display:inline; position:relative; }
.mainLI a.topNavLinks_main, .mainLI a.topNavCurrent_main {
	font: normal bold 13px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	padding:8px 20px 8px 20px;
	margin:0; }

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

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

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

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

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

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

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

/* ____________________________________________________________________ Top Nav: SUB CURRENT Links _____ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #FFFF00;
	background: none;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #FFFF00; 
	background: none;
	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 12px Lucida Sans Unicode, Lucida Grande, 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 NAVIGATION ---------------- */
table.leftNav{
	float:left;
	width:200px;
	text-align:left;
	background:#1d5BC0 ;
	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: none;
	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; margin:0 auto 10px auto;
	background:#1d5BC0;
	padding:4px 0;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #FFF;
	}

/* ------------- FONTS ----------------- */
h1{
	font:normal bold 22px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	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: #FFF; text-decoration: underline;}
a.footerLink:visited { color: #FFF; text-decoration: underline;}
a.footerLink:focus { color: #CCC; text-decoration: none;}
a.footerLink:hover { color: #CCC; text-decoration: none;}



#slides {
	margin-top:5px;
	position:relative;
	z-index:100; }

.slides_container {
	width:640px;
	border:1px solid #CCC;
	line-height:1.3;
	padding:6px 0;
	margin:0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0px 0px 10px #CCC;
	-moz-box-shadow: 0px 0px 10px #CCC;
	box-shadow: 0px 0px 10px #CCC;
	overflow:hidden;
	position:relative;
}

.slides_container div.slide {
	width:640px;
	height:195px;	/*If height not specified height will be set by the slide content*/
	display:block;	/*KEEP*/
}

#slides .next,#slides .prev {
	position:absolute;
	top:80px;
	left:-4px;
	width:24px;
	height:43px;
	border:none;
	display:block;
	z-index:101; }

#slides .next { left:660px; }

.pagination {
	margin:10px auto 0;
	width:100px; }

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none; }

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(slideshow/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden; }

.pagination li.current a { background-position:0 -12px; }

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30%;
	padding:5px 20px 0 20px;
	background:#000;
	background:url(slideshow/alpha70.png);
	/*background:rgba(0,0,0,.5);*/
	
	width:640px;
	font-size:14px;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none; }

.caption a {
	color:#fff; }
	
	

/* 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; }

#side_bar{
	float:right;
	width:220px;
	text-align:center;}
	


