* { 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.jpg) repeat top left;	margin:0 auto; text-align:center; }

#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:964px;
	background:url(../images/wrapper_bg_y.jpg) repeat-y top center;}
	
.titleHR{
	margin:0 0 10px 0;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	width:100%;
	border:0;}

#bodyDiv{
	text-align:left;
	float:;
	width:790px;
	margin:25px auto 0 auto;
	padding:0 0 25px 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; }
	
#headerIMG{	display:block;	}

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

#innerTopNavDiv{
	height:26px;
	background:url(../images/topNav_bg.jpg) no-repeat top center;
	padding:10px 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 15px 10px 15px;
	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: #FFF; 
	text-decoration: none;
	background: #611308; }

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

/* _______________________________________________________________________________________________________ */
/* ___________________________________________________________________________ Top Nav: SUB DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
#topNavUL li ul { /* second-level lists */
	position: absolute;
	z-index:100;
	padding:0 0 0 0;
	/* use left instead of display to hide, because display: none isn't read by screen readers */
	left: -999em;
	margin:10px 0 0 0;
	background:#611308 ;
	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:6px 20px;
	font: normal normal 14px 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: #CCCC99; 
	background: #611308;
	text-decoration: none; }

/* ____________________________________________________________________ Top Nav: SUB CURRENT Links _____ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #CCCC99;
	background: #611308;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #CCCC99; 
	background: #611308;
	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 NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ###### */
/* ############################################################################################################ */
table.leftNav{
	float:left;
	width:0;
	text-align:left;
	background:#999 ;
	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 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	padding:6px 3px 6px 3px;
	margin:1px 0 1px 0; }

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

/* _______________________________________________________________________________________________________ */
/* _______________________________________________________________________ Left Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 12px Lucida Sans Unicode, Lucida Grande, 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:url(../images/footer_bg.jpg) no-repeat top center;
	padding:50px 0 10px 0;
	font:normal normal 11px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #CCC;	}


/* ############################################################################################################ */
/* ########### FONTS ############ FONTS ############# FONTS ############ FONTS ############ FONTS ############# */
/* ############################################################################################################ */
h1{
	font:normal bold 20px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif; text-shadow: 2px 2px 5px #BBB;
	color: #000;
	text-align:left;
	margin:0 0 10px 0; }
	
.tagline{
	font:italic bold 14px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin: 0 0 5px 0; }

.bodyText {
	font:normal normal 14px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:; }
	
.bodyTextRight {
	font:normal normal 14px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:;
	text-align:right; }
	
.bodyTextBold {
	font:normal normal 14px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:;
	font-weight:bold; }
	
.bodyTextBoldRight {
	font:normal normal 14px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:;
	font-weight:bold;
	text-align:right; }

a:link { color: #990000; font-weight:bold; text-decoration: underline;}
a:visited { color: #990000; font-weight:bold; text-decoration: underline;}
a:focus { color: #325126; font-weight:bold; text-decoration: none;}
a:hover { color: #325126; font-weight:bold; 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;}


.sliderwrapper{
position: relative; 	/*leave as is*/
overflow: hidden; 		/*leave as is*/
border: 1px solid #EEF1E0;
/*border-bottom-width: 6px;*/
width: 750px; 			/*width of featured content slider*/
height: 205px;
z-index:0;
margin:0 auto;
}

.sliderwrapper .contentdiv{
visibility: hidden; 	/*leave as is*/
/*position: absolute; 	/*leave as is*/
/*left: 0;  			/*leave as is*/
/*top: 0;  				/*leave as is*/
padding: 5px;
margin:0 auto;
background: #FFF;
width: 740px; 			/* width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 200px;
/*border:1px solid red;*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:0;
}

.pagination{
margin:0 auto;
position:relative;
z-index:1000;
width: 740px; 			/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
border: 1px solid #EEF1E0;
background-color: #EEF1E0;
font: normal normal 12px Geneva, sans-serif !important;
padding: 1px 10px 1px 0;
}

.pagination a{
font: normal normal 12px Geneva, sans-serif !important;
padding: 0 10px;
text-decoration: none !important; 
color: #999 !important;
background: #FFF;
}

.pagination a:hover, .pagination a.selected{
font: normal normal 12px Geneva, sans-serif !important;
color: #999 !important;
background-color: #CCCC99;
}



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

#bodyDiv p{ margin:0; }
#bodyDiv table{ font:normal normal 14px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif; }

#mc_embed_signup{ width:250px; background:; padding:1px; margin:0 150px 5px auto; float:right; }
#mc_title{ font:normal bold 18px Trebuchet MS, Arial, Helvetica, sans-serif; color:#408609; text-align:center; padding:4px; margin-bottom:5px; }
.mc_required{ font:normal normal 12px arial, sans-serif; color:#CC0000; }

#mc_embed_signup label{ font:normal normal 14px Trebuchet MS, Arial, Helvetica, sans-serif; color:#000; float:left; width:105px; text-align:right; padding-right:2px; }

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

div.mce_inline_error{
	font-size:12px !important;
	color:red;
	}
	
	
.searchresult{
	padding: 8px 0;
	width:554px; }

.searchresult h3, .searchresult p{
	margin: 0;
	font:normal normal 13px arial, san-serif; }

.searchresult h3 a{
	color: #2200CC;
	text-decoration: underline;
	font:normal normal 16px arial, san-serif; }

.searchresult .resultdesc b{ font-weight:bold; }

.searchresult .resulturl{ color: green; }


