
body{
	background:#666;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#mainContent{ background:#666 url(../images_new/bg_y.jpg) repeat-y top center; margin:0 auto; width:100%; }

#bg_top {
	background:url(../images_new/bg_top.jpg) no-repeat top center;
	height:6px;
	margin:0 auto;
}

#wrapper{
	margin: 0 auto;
	border-top:0 solid #CCCC66;
	border-right:0 solid #CCCC66;
	border-bottom:0 solid #CCCC66;
	border-left:0 solid #CCCC66;
	width:850px;
	background:#FFF;
	}
	
.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:;
	width:830px; *width:842px;
	margin:10px auto 0 auto;
	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; }
	
#headerIMG{	display:block;	}

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

#innerTopNavDiv{
	height:22px;
	background:url(../images_new/topNav_bg_x.jpg) repeat-x top left;
	padding:8px 0 0 0;
	margin:0;
	}

#topNavUL{ margin:0; padding:0;}
.mainLI { display:inline; position:relative; font: normal bold 10px verdana, arial, sans-serif;}
.mainLI a.topNavLinks_main, .mainLI a.topNavCurrent_main {
	
	padding:8px 15px 6px 15px; *padding:8px 15px 7px 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: #000; 
	text-decoration: none;
	background: #CCCC66; }

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

/* _______________________________________________________________________________________________________ */
/* ___________________________________________________________________________ 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:7px 0 0 1px; *margin:15px 0 0 1px;
	background:#666 ;
	border-top:1px solid #CCCC66;
	border-right:1px solid #CCCC66;
	border-bottom:1px solid #CCCC66;
	border-left:1px solid #CCCC66; }

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

.subLI{ display:block; }
.subLI a{
	white-space:nowrap;
	display:block;
	padding:4px 14px;
	font: normal bold 10px verdana, arial, sans-serif;
	margin:0;
	text-align:left; }

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

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

/* ____________________________________________________________________ Top Nav: SUB CURRENT Links _____ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #333;
	background: #ECECEC;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #333; 
	background: #ECECEC;
	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{
	float:;
	width:100%;
	text-align:left;
	background:#336699 ;
	border-top:1px solid #336699;
	border-right:1px solid #336699;
	border-bottom:1px solid #336699;
	border-left:1px solid #336699; }

table.leftNav td a{
	display: block;
	font: normal bold 10px verdana, arial, sans-serif;
	padding:6px 1px 6px 5px;
	margin: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: #CCCC66; }
	
/* _________________________________________________________________________ Left Nav: CURRENT Links _____ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #000;
	text-decoration: none;
	background: #CCCC66; }
	
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #000; 
	text-decoration: none;
	background: #CCCC66; }

/* _______________________________________________________________________________________________________ */
/* _______________________________________________________________________ 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{
	width:100%;
	margin: 0 auto;
	text-align:center;
	background:#666 url(../images_new/footer_bg.jpg) no-repeat top center;
	padding:25px 0 35px 0;
	font:normal normal 10px/2 verdana, arial, sans-serif;
	color: #FFF;	}


/* ############################################################################################################ */
/* ########### FONTS ############ FONTS ############# FONTS ############ FONTS ############ FONTS ############# */
/* ############################################################################################################ */
.title{
	font:normal bold small-caps 20px verdana, arial, sans-serif;
	color: #333;
	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 verdana, arial, sans-serif;
	color: #666;
	word-spacing:; }
	
.bodyTextRight {
	font:normal normal 11px verdana, arial, sans-serif;
	color: #666;
	word-spacing:;
	text-align:right; }
	
.bodyTextBold {
	font:normal normal 11px verdana, arial, sans-serif;
	color: #666;
	word-spacing:;
	font-weight:bold; }
	
.bodyTextBoldRight {
	font:normal normal 11px verdana, arial, sans-serif;
	color: #666;
	word-spacing:;
	font-weight:bold;
	text-align:right; }

a:link { color: #663300; text-decoration: underline;}
a:visited { color: #4D3800; text-decoration: underline;}
a:focus { color: #3366CC; text-decoration: none;}
a:hover { color: #3366CC; 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; }

h1{ color:#FFF; font: normal bold 18px trebuchet ms,tahoma,sans-serif; margin:0 0 8px 0; background:#777; padding:1px 1px 1px 4px;}
h2{ color:#999900; font: normal bold 16px trebuchet ms,tahoma,sans-serif; margin:0;}
h3{ color:#999900; font: normal bold 14px trebuchet ms,tahoma,sans-serif; margin:0;}
hr{ margin:0; padding:0;
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:0; }

.cellTitle{ background:#E6F5FF; color:#cc6600; white-space: nowrap; }
.grey_border_table{ border-collapse:collapse; }
	.grey_border_table td{ border:1px solid #ccc; padding:4px; }

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