/*
Get color schemes from http://websitetips.com/colortools/colormatch/ or some other source
Colors are presented in the order they were on the page above.

	Header & Footer:				#2488C7
	links:									#1D6EA1
	h1-6:										#16547A
	content background:			#C79924
	link-hover:							#A1651D
	Visited Links:					#7A4D16
	page-border:						#383838
	page & box background:	#C7C7C7
	dark-text:							#000000
*/

/* Tags */
html, * { padding:0; margin:0; }
body { background-color:#C7C7C7; margin:0 auto; font-size:12px; color:#000000; font-family:Geneva, Arial, Helvetica, sans-serif; }
div { display: block; margin: 0px auto 0px auto; }
table { margin: 0px; padding: 0px;}
td { font-size: 12px; }
ul, ol, li { margin:0 0 5px 30px; }
form {margin-bottom:2px; list-style: none;}
img {margin: 0px; padding: 0px;}
p { margin:2px 0 2px 0; line-height:12px; }
h1 { font-size:26px; color:#16547A; text-align:center; padding-top:10px; letter-spacing:3px; font-weight:normal; }
h2 { font-size:17px; color:#16547A; display:inline; padding:0 5px; margin:5px 0; }
h3 { font-size:15px; color:#16547A; font-weight:normal; }
h4 { font-size:13px; color:#16547A; border-bottom:1px solid #222222; padding:5px; }
h5 { font-size:11px; color:#16547A; text-align:center; margin: 0px 10px 0px 10px; }
h6 { font-size:8pt; color:#16547A; font-weight : lighter; margin: 0px 10px 0px 10px; }
input {font-size: 12px; color: black; height: 17px; border: 1px solid #383838; vertical-align: middle; margin-top: 0px; margin-bottom: 0px;}
select {font-size: 12px; color: black; height: 19px; vertical-align: middle; border: 1px solid #383838;}
label {width:100px; font-size: 12px; margin: 0px 4px 0px 10px; color: #000000; float: left; text-align: right;}

a { color:#1D6EA1; text-decoration:none; }
a:visited {color: #7A4D16; text-decoration: none;}
a:hover { color: #A1651D; }
a:active {color: #A1651D}

/* Coloring for rows */
.odd {background-color: #EDF1FD;}
.even {background-color: #000000;}
.hl_red {background-color: #FF9696;}
.hl_yellow {background-color: yellow;}

#right {text-align: right }
#left {text-align: left }

.bold { font-weight:bold; }
.clear { clear:both; }

div#container { background-color:#383838; width:1000px; padding:2px 2px 2px 2px; margin:60px auto 0 auto; }
div#nav { height:40px;}
div#nav ul { float:left; margin:0; padding:0; }
div#nav ul li { display:block; float:left; }
div#nav ul li a { float:left; border:none; padding:10px 10px 0 10px; height:35px; font-family:"Trebuchet MS", Verdana, Arial; font-size:20px; color:#C7C7C7; text-decoration:none; display:block; }
div#nav ul li a:hover { color:#16547A; background-color:#C79924; }
div#nav form { float:right; margin:10px 200px 0 0; }
div#content { padding:20px 0 0 0; background-color:#C79924; }
div#page { width:100%; }
.bg_head_foot { background-color:#2488C7; padding:10px; }
.box_content { background-color: #C7C7C7; padding: 5px; text-align: left; border: 1px solid #383838;}

.button { background-color:#2488C7; border: #B3CBF7 solid 1px; vertical-align: middle; height: 20px;}
.button p { margin: 2px 10px 0px 10px; color: white; font-size: 12px;}
.cat_button { margin: 10px 0px 10px 0px; vertical-align: middle; font-size: 11px; position: absolute; }
div.drop_menu_box {position: absolute; visibility: hidden; background: #619DFF; border: 1px solid white;}
div.drop_menu_box p {text-align: left;}
div.drop_menu_box a {font-size: 12px; display: block; border: #B3CBF7 solid 1px; padding: 0px 10px; text-decoration: none; color: white;}

/* forms */
.form_submit { background-color:#2488C7; border: #DEDEDE solid 1px; height: 22px; color: white;}
.price {border: medium none; font-size: 11px; color: #003366; font-weight : bold; text-align : right;}
.form_number {text-align : right;}
.form_error {color: red; font-weight: bold;}
.form_required {font-weight: bold;}

/* white text */
.white a:link { color: white; }
.white a:visited { color: white; }
.white a:hover { color: white; }
.white a:active { color: white; }

.mainmenu	{ margin-left: 0px; margin-right: 0px; font-size: 11px; color: #003366;}
.partlist	{ margin-left: 3px; margin-right: 3px; font-size: 11px; color: #003366;}
.nomargin { margin: 0px;}

.faq_q	{ margin: 1px 10px 0px 10px; font-weight:bold; font-size: 11px; color: #003366;}
.faq_a	{ margin: 1px 10px 10px 10px; font-size: 11px; color: #003366;}

.listing { font-size: 9px;}

.D11 { POSITION:absolute; VISIBILITY:hidden; Z-INDEX:200;}