body { font-family: Arial, Helvetica, sans-serif;
	   color:#C5A66E;
	   scrollbar-base-color: #000000;
	   scrollbar-arrow-color: #ffffff;
	   scrollbar-track-color: #000000;
	   scrollbar-shadow-color: white;
	   scrollbar-lightshadow-color: e8e1db;
	   scrollbar-darkshadow-color: 150f0f;
	   scrollbar-highlight-color: 867265;
	   scrollbar-3dlight-color: white;}

p { font-size: 12px;
	line-height: 16px;}

h1 { font-size: 18px;
	 font-weight: normal;
	 color:#B15C00;
	 text-transform:uppercase;}

h2 { font-size: 17px;
	 font-weight: bold;
	 color: #6B4A1F;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#BF9917;
	 text-transform:uppercase}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: normal;
	text-decoration: none;
	color:#B15C00;
	font-family:Georgia, "Times New Roman", Times, serif;}

a:hover { text-decoration: underline;
		  color:#ffffff;}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}

.imgborder { BORDER: #432C0D 1px solid;}

.bottomright { border-bottom: #432C0D 1px solid;
			   border-right: #432C0D 1px solid;}

.bottomborder { border-bottom: #432C0D 1px solid;}

.rightborder { border-right: #432C0D 1px solid;}

hr {color:#432C0D;
	background:#432C0D;
	height:1px;
	border:0;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}

.mainnav {	padding-right:10px;
			color:#ffffff;
			text-decoration:none;
			text-transform:uppercase;
			font-weight:normal;
			font-size:10px;
			line-height: 16px;
			font-family:Georgia, "Times New Roman", Times, serif;}

a.mainnav:first-letter {font-size:12px;}

.mainnav:hover { text-decoration:none;
				 color:#0033FF;}

.subnav { padding-right:10px;
		  color:#B15C00;
		  text-decoration:none;
		  font-weight:normal;
		  font-size:11px;
		  line-height: 12px;
		  font-family:Georgia, "Times New Roman", Times, serif;}

.subnav:hover { text-decoration:none;
				color:#ffffff;}

.leftbg {
	background-image: url(assets/images/int_left_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainbg {
	background-image: url(assets/images/interior_mainbgSolid.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.vertline {
	background-image: url(assets/images/vertline.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.textlink {	color:#B15C00;
		  	text-decoration:none;
			font-weight:normal;
			font-size:9px;
		  	line-height: 12px;
		  	font-family:Georgia, "Times New Roman", Times, serif;}

.textlink:hover { text-decoration:none;
				  color:#ffffff;}

.address { color:#B15C00;
		   font-family:"Times New Roman", Times, serif;
		   font-size:12px;
		   font-weight:bold;}

/* Custom Forms -- Just change the colors */

.text { font-size: 12px;
	line-height: 16px;
	color:#C5A66E;}

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #B15C00 1px solid;
	background-color: #C5A66E;
}

 input.submit
{
	border: 1px solid #C5A66E;
	border-top-color: #C5A66E;
	border-left-color: #C5A66E;
	padding: 0.25em;
	background-color: #B15C00;
	color: #C5A66E;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #C5A66E;
	border-top-color: #C5A66E;
	border-left-color: #C5A66E;
	padding: 0.25em;
	background-color: #C5A66E;
	color: #B15C00;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */