
body{ background:#FFF url(../images_new/sand.gif) repeat top left;	margin:20px auto; text-align:center; }

#wrapper{
	margin: auto;
	border-top:1px solid #FF9900;
	border-right:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
	border-left:1px solid #FF9900;
	width:710px;
	background:#FFF;}
	
.titleHR{
	margin:5px 0 20px 0; *margin:0 0 15px 0;
	color:#DDD;
	background-color:#DDD;
	text-align:left;
	height:1px;
	width:100%;
	border:0;}

#bodyDiv{
	text-align:left;
	float:;
	width:500px; *width:520px;
	margin:0;
	padding:20px 20px 10px 20px;
	border-left:1px solid #FF9900;
	overflow:auto; }

#contactMsgDiv{
	width:90%;
	padding:5px;
	background:#FFFFCC;
	border:1px solid #FF9900;
	margin:5px auto;
	font-size:larger;
	}
.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:0 solid #CCC;
	border-right:0 solid #CCC;
	border-bottom:0 solid #CCC;
	border-left:0 solid #CCC;
	margin:0 auto;
	padding:0 auto; }

#innerTopNavDiv{
	height:21px;
	background:#999;
	padding:6px 0 0 0;
	}

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

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

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

/* _______________________________________________________________________________________________________ */
/* ___________________________________________________________________________ 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:5px 0 10px 10px;
	background:#666 ;
	border-top:0px solid #666;
	border-right:0px 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; }

#subLI{ display:block; }
#subLI a{
	white-space:nowrap;
	display:block;
	padding:4px 5px;
	font: normal bold 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: #E6E6E6;
	text-decoration: none; }

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

/* ____________________________________________________________________ Top Nav: SUB CURRENT Links _____ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #660000;
	background: #CCC;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #660000; 
	background: #CCC;
	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: #5798FF;
	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;
	border-top:0 solid #FF9900;
	border-right:0 solid #FF9900;
	border-bottom:0 solid #FF9900;
	border-left:0 solid #FF9900;
	width:160px;
	}
	
table.leftNav{
	margin:0 auto 10px 8px;
	width:145px; *width:155px;
	text-align:left;
	}

table.leftNav td a{
	display: block;
	font: normal normal 10px verdana, arial, sans-serif;
	text-transform:uppercase;
	padding:2px 5px 2px 5px;
	margin:8px 0 0 0;
	border:1px solid #5798FF;}

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

/* _______________________________________________________________________________________________________ */
/* _______________________________________________________________________ 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{
	clear:both;
	width:100%;
	text-align:center;
	background:;
	padding:10px 0 2px 0;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #6666FF;	}


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

.bodyText {
	font:normal normal 10px/1.4 verdana, arial, sans-serif;
	color: #6666FF;
	word-spacing:; }
	
.bodyTextRight {
	font:normal normal 10px/1.4 verdana, arial, sans-serif;
	color: #6666FF;
	word-spacing:;
	text-align:right; }
	
.bodyTextBold {
	font:normal normal 10px/1.4 verdana, arial, sans-serif;
	color: #6666FF;
	word-spacing:;
	font-weight:bold; }
	
.bodyTextBoldRight {
	font:normal normal 10px/1.4 verdana, arial, sans-serif;
	color: #6666FF;
	word-spacing:;
	font-weight:bold;
	text-align:right; }

a:link { color: #FF6600; text-decoration: underline;}
a:visited { color: #FF6600; text-decoration: underline;}
a:focus { color: #6699FF; text-decoration: none;}
a:hover { color: #6699FF; 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{ margin:0; background: #FFF; text-align:left; }
body.mceContentBody p{ margin:0; }

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