
body{
	background:#FEF2A6;
	margin:2px auto;
	text-align:center;
	}

#wrapper{
	margin: auto;
	border-top:2px solid #A73F22;
	border-right:2px solid #A73F22;
	border-bottom:2px solid #A73F22;
	border-left:2px solid #A73F22;
	width:800px; *width:804px;
	background:#FFF url(../images/tfg_bg.jpg) repeat-y center top;
	}
	
.titleHR{
	margin:0px 0px 15px 0px; *margin:-5px 0px 15px 0px;
	color:#990000;
	background-color:#990000;
	text-align:left;
	height:2px;
	width:100%;
	border:0;
}

#bodyDiv{
	text-align:left;
	float:left;
	width:;
	margin:15px 0 10px 0;
	padding:0 60px;
	}

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

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

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

#topNavDiv{
	width:100%;
	background: url(../images/topNav_bg.jpg) repeat-x top left;	
	border-top:;
	border-right:;
	border-bottom:;
	border-left:;
	margin:0;
	/*position:relative;
	z-index:1;
	height:;*/
	 }

#topNavUL{ margin:0; padding:3px 0 18px 0;}

.mainLI {
	display:inline;
	position:relative;
	z-index:0;}

.mainLI a { font: normal small-caps bold 12px verdana, arial, sans-serif; padding:3px 25px 3px 35px; margin:0 0px 0 0;}

#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: #FFFF00; 
	text-decoration: none;
	background: ; }
	
/* ~~~~~~~~ TOP NAV CURRENT ~~~~~~~~ */
#topNavUL li a.topNavCurrent:link, #topNavUL li a.topNavCurrent:visited{
	color: #FFFF00;
	text-decoration: none;
	background: ; }
	
#topNavUL li a.topNavCurrent:focus, #topNavUL li a.topNavCurrent:hover{
	color: #FFFF00; 
	text-decoration: none;
	background: ; }

/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ TOP NAV SUB (DROPDOWN) ---------------- */
#topNavUL li ul { /* second-level lists */
	position: absolute;
	width:;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:-19px 0 0 0; *margin:-13px 0 0 0;
	padding:22px 10px 10px 0;
	background: url(../images/dd_bg.png) no-repeat bottom right ;
	border-top:0px solid #666;
	border-right:0px solid #666;
	border-bottom:0px solid #666;
	border-left:0px solid #FFFF00; }

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

/* #topNavUL li li { */
.subLI a {  font: normal bold 11px verdana, arial, sans-serif; padding:4px; margin:0; } /*display:block;*/

.subLI{
	white-space:nowrap;
	display:block;
	text-align:left; }

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

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

/* ~~~~~~~~ TOP NAV *SUB* CURRENT ~~~~~~~~ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #FFFF00;
	background: #A73F22; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #FFFF00; 
	text-decoration: none;
	background: #A73F22; }
	
	
/* -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
/* ------------ 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 0px 4px 0px;
	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:0;
	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_bg.jpg) repeat-x bottom left;
	padding:31px 0px 4px 0px;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #FFF;
	}

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

.bodyText {
	font:normal normal 14px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	}
.bodyTextRight {
	font:normal normal 14px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	text-align:right;
	}
.bodyTextBold {
	font:normal normal 14px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	font-weight:bold;
	}
.bodyTextBoldRight {
	font:normal normal 14px/1.5 verdana, arial, sans-serif;
	color: #000;
	word-spacing:.5px;
	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: #F0F0F0; text-decoration: underline;}
a.footerLink:visited { color: #F0F0F0; text-decoration: underline;}
a.footerLink:focus { color: #99CCFF; text-decoration: none;}
a.footerLink:hover { color: #99CCFF; text-decoration: none;}


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

body.mceContentBody p{ margin:0; }

#randomAdDiv{
	float:right;
	position:relative;
	width:350px;
	font:normal normal 14px verdana, arial, sans-serif;
	color:#fff;
	margin:-110px 5px 0 auto;
	height:110px;
	}
	
#bodyDiv p, #randomAdDiv p{
	margin:0;
	}

#autoQuoteDiv table, #homeQuoteDiv table, #ltcQuoteDiv table{ font:normal normal 11px verdana, arial, sans-serif; }

#autoQuoteDiv{
	width:370px;
	float:left;
	margin:-20px 0 0 -45px; }

#homeQuoteDiv{
	width:370px;
	float:right;
	margin:0 -45px 0 0;
	border-left:2px solid #999; }

#ltcQuoteDiv{
	width:370px;
	float:left;
	margin:50px 0 0 -45px;
	border-top:2px solid #999; }

