/* CSS Document
Red #480200
Gold #E0AE32
Dark Gold #8A581B
Gray/Tan #E3D7BF
DK Gray #707080


*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	background-color: #480200;
	background-image:url(images_site/background.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	color:#E3D7BF;
	text-align:center;
}
table{font-size:11px;}
a{ text-decoration: none; color: #E3D7BF;}
a:hover{ text-decoration: none; color: #E0AE32;}


h1{line-height: 25px;width:100%;color:#B07020;font-weight:bold;font-size:14px;text-transform:uppercase;}
h2{line-height: 25px;width:100%;color:#503020;font-weight:bold;font-size:14px;text-transform:uppercase;}
h3{color:#E0AE32; font-size:24px; font-family:"Times New Roman", Times, serif;}
h4{color:#E0AE32; font-size:16px; font-family:"Times New Roman", Times, serif;}
.boldText{text-transform:uppercase;font-weight:bold;}
.hilite{text-transform:uppercase; font-weight:bold; color:#E0AE32;}

#clearit{clear:both;}

#wrapper{width:850px; margin:0px auto;}
#head{position:relative; margin:0;}
#head_text{
	position:absolute;
	left: 0px;
	top: 147px;
	width: 800px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#E0AE32;
	font-style:italic;
	
}
#drop_nav{height:23px; margin:0px; padding:5px 0 3px 0; text-align:center;}

.nav{font-family:"Times New Roman", Times, serif; font-size:16px;}
.td_content_home{background-color:#0C0B0C; background-image:url( images_site/content_home.jpg); background-repeat:no-repeat; width:761px}
.td_content{background-color:#0C0B0C; background-image:url( images_site/content_back.jpg); background-repeat:repeat-x; width:761px}

#home_text{font-family:"Times New Roman", Times, serif; color:#E0AE32; width:520px; font-size:14px; margin-top:10px; text-align:center;}
#home_text a{font-weight:bold; color:#8A581B;}
#page_footer{margin:10px auto; padding-bottom:10px; font-size:9px;}
/* Select Boxes in HEAD */
.headSelect
{
	color: #480200;
	background-color: #FDFDFD;
/*	border-top : 1px solid #E0AE32;
	border-bottom : 1px solid #E0AE32;
	border-left : 1px solid #E0AE32;
	border-right : 1px solid #E0AE32;
*/	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: normal;
	margin:0;
}

/* HOME ONLY */
#quote{width:520px; font-size:12px; text-align:center; margin:20px 0;}
.quoteName{font-size:10px; font-style:italic;}


/*DETAIL PAGE*/
#tav_desc{width:180px; float:left; text-align:left; color:#E0AE32;}


