
/*

 border & footer - #BFBAA0	 or header- #C0BBA0
 brown -  #A76B28


*/

html {
	/* Always make vertical scrollbar (kills annoying page shift in Firefox) */
	min-height: 100%;
	margin-bottom: 1px;
}


p { color: #333333; font-family: Verdana, Helvetica; font-size: 12px; font-weight: normal; }
td { color: #333333; font-family: Verdana, Helvetica; font-size: 12px; font-weight: normal; }
li { color: #333333; font-family: Verdana, Helvetica; font-size: 12px; font-weight: normal; }

.title { color: #A76B28; font-family: Arial, Helvetica; font-size: 14px; font-weight: bold; }
.subtitle { color: #A76B28; font-family: Verdana, Helvetica; font-size: 12px; font-weight: bold; }


a { color:#A76B28; }
a:hover { text-decoration:none; }

.footer {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#A76B28;
}

.quote { color: #113C8A; font-family: Arial, Helvetica; font-size: 14px; font-weight: normal; font-style:italic; }
.quote2 { color: #333333; font-family: Arial, Helvetica; font-size: 14px; font-weight: normal; font-style:normal; }

/* Contact form styles */
.button { border: 1px solid #9A9788; background-color: #A76B28; font-size: 11px; font-family: Verdana; font-weight: bold; color:#FFFFFF; }
.textbox { border: 1px solid #C0BBA0; font-size: 12px; font-family: Verdana; width: 270px; } 
.short_textbox { border: 1px solid #C0BBA0; font-size: 11px; font-family: Verdana; width: 100px; }
.textboxreqd { border: 1px solid #C0BBA0; font-size: 12px; font-style: italic; font-family: Verdana; width: 270px; background-color: #edeadb; color: #9A9788; }
.combobox { border: 1px solid #C0BBA0; font-size: 11px; font-family: Verdana; }
.large_text { border: 1px solid #C0BBA0; font-size: 12px; font-family: Verdana; width: 270px; height: 75px; }

.quicktext { border: 1px solid #C0BBA0; font-size: 12px; font-family: Arial; font-weight:normal; width: 225px; height: 15px; }
.quicktextbox { border: 1px solid #C0BBA0; font-size: 12px; font-family: Arial; font-weight:normal; width: 270px; height: 75px; }

.searchdrop { border: 1px solid #C0BBA0; font-size: 10px; font-family: Verdana; width:95px;}
.searchdropwide { border: 1px solid #C0BBA0; font-size: 10px; font-family: Verdana; width:200px;}
.searchtext { border: 1px solid #C0BBA0; font-size: 10px; font-family: Verdana; width: 160px; } 
.searchshorttext { border: 1px solid #C0BBA0; font-size: 10px; font-family: Verdana; width: 55px; } 

.form_serial { display: none; }
