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

#wrapper{
	margin: auto;
	border-top:0px solid #B68300;
	border-right:0px solid #B68300;
	border-bottom:0px solid #B68300;
	border-left:0px solid #B68300;
	width:900px;
	background:;
	}
	
.titleHR{
	margin:-5px 0px 5px 0px; *margin:-5px 0px -5px 0px;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	width:100%;
	border:0;
}

#bodyDiv{
	background:#FFF;
	text-align:left;
	float:;
	width:745px; *width:780px;
	margin:0 auto;
	padding:15px 20px 10px 20px;
	border-left:1px dashed #B68300;
	border-right:1px dashed #B68300;
	}

.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle select{
	border:1px solid #333;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px;
}
input.contactSubmitBTN{
	border:3px double #333;
	padding:2px 8px;
	font-weight:bold;
}
.off{
	background:#FFF;
}
.over{
	background:#99CCFF;
	cursor:pointer;
}

#headerDiv{
	background:url(../images/header_X.png) repeat-x top left;
	height:123px;
	margin-bottom:3px;
	padding:0;
	border-top: ;
	border-right: ;
	border-bottom: ;
	border-left: ;
	}
	
#headerIMG{
	display:block;
	}

#stockDiv{
	background:url(../images/stockBar_X.png) repeat-x top left;
	height:23px;
	margin-bottom:3px;
	}

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

#topNavDiv{
	width:100%;
	background: url(../images/topNav_X.png) repeat-x top left;	
	border-top:;
	border-right:;
	border-bottom:;
	border-left:;
	margin:0 auto;
	height:28px;
	padding:0px auto; }
	
#innerTopNav{
	padding:5px 0 0 0; *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; text-transform:uppercase;
	padding:5px 8px; *padding:6px 8px;
	margin:0 5px; }

#topNavUL li a.topNavLinks_main:link, #topNavUL li a.topNavLinks_main:visited{
	color: #000;
	text-decoration: none; }
	
#topNavUL li a.topNavLinks_main:focus, #topNavUL li a.topNavLinks_main:hover{
	color: #FFF; 
	text-decoration: none;
	background: #B68300; }
	
/* ~~~~~~~~ TOP NAV CURRENT ~~~~~~~~ */
#topNavUL li a.topNavCurrent_main:link, #topNavUL li a.topNavCurrent_main:visited{
	color: #000;
	text-decoration: none;
	background: #FFDB99;
	border-left: 1px solid #B68300;
	border-right: 1px solid #B68300;
	}
	
#topNavUL li a.topNavCurrent_main:focus, #topNavUL li a.topNavCurrent_main:hover{
	color: #FFF; 
	text-decoration: none;
	background: #B68300; }

/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ 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 5px; *margin:9px 0 10px 5px;
	background:#D2BA7F ;
	border-top:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	border-left:1px solid #555; }

#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 6px;
	font: normal bold 11px verdana, arial, sans-serif;
	margin:0px 0px;
	text-align:left;
	}

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

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

/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #000;
	background: #FFDB99;
	border-top: 1px solid #B68300;
	border-bottom: 1px solid #B68300;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #FFF; 
	text-decoration: none;
	background: #B68300; }
	
	
/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ 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 ---------------- */
table.leftNav{
	float:left;
	width:16%;
	text-align:left;
	background:#666 ;
	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: underline;
	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;
	background:url(../images/footer_X.png) repeat-x top left;
	padding:0;
	height:58px;
	font:normal normal 11px verdana, arial, sans-serif;
	color: #FFF;
	}
#innerFooter{
	padding:15px 0 0 0;
	}

/* ------------- FONTS ----------------- */
.title{
	font:normal bold small-caps 24px New Times Roman, Times, serif;
	color: #333;
	text-align:left;
	margin:0px 0px 0px 0px; *margin:0px 0px -5px 0px;
	}
#tagline{
	font:italic bold 16px New Times Roman, Times, serif;
	color: #555;
	text-align:left;
	margin:5px 0px 5px 0px;
	}

.bodyText {
	font:normal normal 14px/1.4 New Times Roman, Times, serif;
	color: #000;
	word-spacing:;
	}
.bodyTextRight {
	font:normal normal 14px/1.4 New Times Roman, Times, serif;
	color: #000;
	word-spacing:;
	text-align:right;
	}
.bodyTextBold {
	font:normal normal 14px/1.4 New Times Roman, Times, serif;
	color: #000;
	word-spacing:;
	font-weight:bold;
	}
.bodyTextBoldRight {
	font:normal normal 14px/1.4 New Times Roman, Times, serif;
	color: #000;
	word-spacing:;
	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: #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; }

#bodyDiv p{ margin:0; }
#bodyDiv table{ font:normal normal 14px/1.4 New Times Roman, Times, serif; }

.formText table{ font:normal normal 12px verdana, arial, sans-serif; }

.mortAppFormStyle input, .mortAppFormStyle textarea,  .mortAppFormStyle select{
	border:1px solid #999;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px;
}
input.mortSubmitBTN{
	border:3px double #999;
	padding:2px 8px;
	font-weight:bold;
}
.off{
	background:#FFE8B4;
}
.over{
	background:#CC9900;
	cursor:pointer;
}
