	
body{
	background:#999966;
	margin:0 auto 5px auto;
	text-align:center;
	}

#wrapper{
	margin: auto;
	border-top:0px solid #666;
	border-right:0px solid #666;
	border-bottom:0px solid #666;
	border-left:0px solid #666;
	width:848px;
	background:url(../images/body_Y.jpg) repeat-y top center;
	}
	
.titleHR{
	margin:0px 0px 20px 0px; *margin:-10px 0 0 0;
	color:#FFF;
	background-color:#FFF;
	text-align:left;
	height:1px;
	width:98%;
	border:0;
}

#bodyDiv{
	text-align:left;
	float:right;
	width:490px; *width:522px;
	margin:40px 0 10px auto;
	padding:0 35px 10px 0;
	}

.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle select{
	border:1px solid #2B5100;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px;
	background:#FFF;
}
.contactSubmitBTN{
	border:0px solid #666633;
	padding:0;
	margin:0;
	height:46px;
	width:146px;
	background:url(../images/sendMsgBtn.png) no-repeat top left;
}
.submitNomBtn{
	border:0px solid #666633;
	padding:0;
	margin:0;
	height:38px;
	width:166px;
	background:url(../images/submitNomBtn.png) no-repeat top left;
}

.over{
	cursor:pointer;
}

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

/* -------------------------- TOP NAVIGATION -------------------------- */

#topNavDiv{
	width:100%;
	background:#666 ;	
	border-top:;
	border-right:;
	border-bottom:;
	border-left:;
	margin:0 auto; }

#topNavUL{ margin:0; padding:0px auto;}

#mainLI {
	display:inline;
	position:relative;
	padding:6px 10px;
	margin:6px 20px; }

#topNavUL li a { font: normal bold 11px verdana, arial, sans-serif; }

#topNavUL li a.topNavLinks:link, #topNavUL li a.topNavLinks:visited{
	color: #FFF;
	text-decoration: none; }
	
#topNavUL li a.topNavLinks:focus, #topNavUL li a.topNavLinks:hover{
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }
	
/* ~~~~~~~~ TOP NAV CURRENT ~~~~~~~~ */
#topNavUL li a.topNavCurrent:link, #topNavUL li a.topNavCurrent:visited{
	color: #000;
	text-decoration: underline;
	background: #E6E6E6; }
	
#topNavUL li a.topNavCurrent:focus, #topNavUL li a.topNavCurrent:hover{
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }

/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ TOP NAV SUB (DROPDOWN) ---------------- */
#topNavUL li ul { /* second-level lists */
	position: absolute;
	padding:0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:4px 0px 10px 0px;
	background:#666 ;
	border-top:3px solid #666;
	border-right:2px solid #666;
	border-bottom:0px solid #666;
	border-left:0px solid #666; }

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

#topNavUL li li {
	white-space:nowrap;
	display:block;
	padding:4px 30px 4px 30px;
	font: normal bold 11px verdana, arial, sans-serif;
	margin:0px 0px;
	text-align:center; }

#topNavUL li ul a.topNavLinks:link, #topNavUL li ul a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF; }

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

/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	
	
/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ TOP NAV SUB2 (NO DROPDOWN) ---------------- */
#topSubNavUL_NO_DD{
float:right;
margin:4px 0px 10px 0px;
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:0px 0px; }

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

#topSubNavUL_NO_DD a.topNavLinks:focus, #topSubNavUL_NO_DD a.topNavLinks:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	
/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topSubNavUL_NO_DD a.topNavCurrent:link, #topSubNavUL_NO_DD a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0; }
	
#topSubNavUL_NO_DD a.topNavCurrent:focus, #topSubNavUL_NO_DD a.topNavCurrent:hover{
	color: #FF6600; 
	text-decoration: none;
	background: #f0f0f0; }
	


/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ LEFT NAVIGATION ---------------- */
#leftNavDiv{
	float:left;
	width:231px;
	margin:35px 0 0 66px;
	padding:0;
	}

table.leftNav{
	width:125px;
	margin:20px 0 20px 0;
	text-align:right;
	background:#CCCC99 ;
	border-top:0px solid #666;
	border-right:0px solid #666;
	border-bottom:0px solid #666;
	border-left:0px solid #666;
	}

table.leftNav td a{
	display: block;
	font: normal bold 12px trebuchet ms, verdana, arial, sans-serif;
	padding:10px 0 0 0;
	margin:0;
	border-bottom:1px dotted #8BAC5F;
	}

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #666633;
	text-decoration: none;
	}
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #38381D; 
	text-decoration: none;
	background: ;
	border-bottom:1px dotted #38381D;
	}
	
/* ~~~~~~~~ LEFT NAV CURRENT ~~~~~~~~ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #38381D;
	text-decoration: none;
	background: ;
	border-bottom:1px dotted #38381D;
	}
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #38381D; 
	text-decoration: none;
	background: ;
	border-bottom:1px dotted #38381D;
	}



/* +++++++++++++++++++ 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{
	width:848px;
	margin:0 auto;
	
	/*margin-left:-1px;*/
	text-align:center;
	background:url(../images/body_B.jpg) no-repeat top center;
	padding:20px 0 0 0;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #CCCC99;
	}

/* ------------- FONTS ----------------- */
.title{
	font:normal bold 20px trebuchet ms, verdana, arial, sans-serif;
	color: #CCCC99;
	text-align:left;
	margin:0px 0px 0px 0px; *margin:0px 0px -5px 0px;
	}
#tagline{
	font:normal normal 12px/1.3 trebuchet ms, verdana, arial, sans-serif;
	color: #FFF;
	text-align:left;
	margin:; text-align:justify;
	}

.bodyText {
	font:normal normal 12px/1.3 trebuchet ms, verdana, arial, sans-serif;
	color: #FFF;
	word-spacing:.5px;
	}
.bodyTextRight {
	font:normal normal 12px/1.3 trebuchet ms, verdana, arial, sans-serif;
	color: #FFF;
	word-spacing:.5px;
	text-align:right;
	}
.bodyTextBold {
	font:normal normal 12px/1.3 trebuchet ms, verdana, arial, sans-serif;
	color: #FFF;
	word-spacing:.5px;
	font-weight:bold;
	}
.bodyTextBoldRight {
	font:normal normal 12px/1.3 trebuchet ms, verdana, arial, sans-serif;
	color: #FFF;
	word-spacing:.5px;
	font-weight:bold;
	text-align:right;
	}

/* --------- LINKS -------------- */
a:link { color: #CCCC99; text-decoration: underline;}
a:visited { color: #CCCC99; text-decoration: underline;}
a:focus { color: #999966; text-decoration: none;}
a:hover { color: #999966; text-decoration: none;}

a.footerLink:link { color: #E6E5C2; text-decoration: underline;}
a.footerLink:visited { color: #E6E5C2; text-decoration: underline;}
a.footerLink:focus { color: #CCCC99; text-decoration: none;}
a.footerLink:hover { color: #CCCC99; text-decoration: none;}


/* TinyMCE editor body */
body.mceContentBody{
	background: #3A600F;
	color:#FFF;
	text-align:left;
	padding:15px;}

body.mceContentBody p, #bodyDiv p{ margin:0; }
body.mceContentBody a:link{color:#CCCC99;}
body.mceContentBody a:visited{color:#CCCC99;}
body.mceContentBody hr, #bodyDiv hr{ color:#FFF; background:#FFF; border:0; height:1px; margin:5px 0 10px 0; }

#bodyDiv td, body.mceContentBody td{ font:normal normal 12px/1.3 trebuchet ms, verdana, arial, sans-serif; color:#FFF; }

.subTitle2{
	font:normal bold 16px/1.3 trebuchet ms, verdana, arial, sans-serif;
	color:#CCCC99; }
	
.connectText{
	margin:20px 0 5px 0;
	font:normal normal 11px/1.3 trebuchet ms, verdana, arial, sans-serif;
	color:#333300; }

ul { list-style: circle outside; }

