@import "dump.css";

html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	background:#88a3b3;
	color:#22313a;
	text-align:center;
	font:12px arial, verdana, sans-serif;
}

ul{
	float:left;
	overflow:hidden;
	margin:5px 0;
	padding:0;
}

*>ul{
	float:none;
}

li{
	margin:0 0 0 18px;
}

a img{
	border:0;
}

#rightCol h1, #rightCol h2, #rightCol h3, #rightCol h4, #rightCol h5, #rightCol h6{
	clear:both;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-family:"Times New Roman", serif;
	font-weight:bold;
	margin-bottom:.8em;
}

h1{
	font-size:16px;
	line-height:20px;
	color:#776921;
	background:transparent;
}

h2{
	font-size:14px;
	line-height:20px;
}

h3{
	font-size:12px;
	line-height:20px;
}

p{
	margin:0 0 10px 0;
	padding:0;
	line-height:18px;
	text-align:justify;
}

hr{
	clear:both;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#d6e0e5;
	height:0;
	margin:5px 0;
}

.frame{
	width:723px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

#header{
	position:relative;
	background:#dee5eb url("../imgs/header_gradient.gif") bottom left repeat-x;
	padding:0 0 6px 0;
	color:#776921;
	height:136px;
}

#header h1{
	display:block;
	margin:0;
	padding:0;
	float:right;
	width:286px;
	height:136px;
	background-image:url("../imgs/arrowheadlogo.gif");
}

#header h1 a{
	display:block;
	width:286px;
	height:136px;
}

#header h1 a span{
	display:none;
}

#contentFrame{
	padding:10px 0;
	background:#FFF;
	color:#000;
}

#footer{
	background:#88a3b3 url("../imgs/footer_border.gif") repeat-x;
	color:#FFF;
	padding:30px 0;
}

#footer hr{
	margin:20px 0;
}

#footer p{
	line-height:1.75em;
}

#map{
	float:left;
	overflow:hidden;
	margin:0 30px 20px 0;
}

.menu{
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	clear:both;
}

.menu li{
	float:left;
	padding:0 8px 0 0;
	margin:0 8px 0 0;
	line-height:10px;
	border-right:1px solid #FFF;
}


.nolpadding{
	padding-left:0 !important;
}

.noborder{
	border:0 !important;
}

.menu a{
	text-decoration:none;
	display:block;
	color:#FFF;
	background:transparent;
}

.submenu{
	clear:both;
	margin:0 0 2em 0;
	padding:0 0 0 20px;
}

.submenu li{
	clear:both;
	float:none;
	padding:5px 0;
	border:0;
	list-style:disc;
}

.submenu a{
	color:#666;
	font-weight:600;
	text-transform:lowercase;
	font-variant:small-caps;
}

#headerMenu{
	position:absolute;
	top:50px;
	background:url("../imgs/header_tagline.gif") top left no-repeat;
	padding:30px 0 0 0;
}

#headerMenu .menu li{
	border-color:#776921;
}

#headerMenu .menu a{
	color:#776921;
	background:transparent;
}

.left{
	float:left;
}

img.left{
	margin:10px 10px 10px 0;
}

.right{
	float:right;
}

.col{
	height:100px;
	padding:10px;
}

*>.col{
	height:auto;
	min-height:100px;
}

.main{
	background:url("../imgs/bighands.jpg") top center no-repeat;
	width:723px;
	padding-top:256px;
	margin:0 auto;
}

.main .col{
	background:url("../imgs/colbg.gif") top left repeat-x;
}

.main #leftCol{
	float:left;
	border-left:1px solid #FFF;
	width:209px;
}

.main #rightCol{
	float:right;
	width:454px;
	border-right:1px solid #FFF;
}

.sub{
	background:url("../imgs/bighands_small.jpg") top center no-repeat;
	width:723px;
	padding-top:147px;
	margin:0 auto;
}

.sub .col{
	background:url("../imgs/colbg2.gif") top left repeat-x;
}

.sub #leftCol{
	float:left;
	border-left:1px solid #FFF;
	width:461px;
}

.sub #rightCol{
	float:right;
	width:202px;
	border-right:1px solid #FFF;
}

.sub.fullcurve{
	background-image:url("../imgs/bighands_small_fullcurve.jpg");
	width:721px;
}

form{
	padding:.5em;
}

.formsection{
	clear:both;
	overflow:auto;
	margin:0 0 10px 0;
}

label{
	display:block;
	font-weight:bold;
}

input{
	border:1px solid #000;
	margin:0 0 4px 0;
	padding:2px;
}

input[type=image]{
	border:0;
	width:auto;
}

fieldset{
	border:0;
}

input, label, button, textarea{
	vertical-align:top;
}

textarea{
	width:425px;
}

address{
	padding:10px;
	margin:10px 0;
	font:11px/16px arial verdana, sans-serif;
	background:#F5F5F5;
	border:1px solid #EEE;
	color:#000;
}
/*
address:first-line {
	text-transform:lowercase;
	font-weight:600;
	font-variant:small-caps;
	letter-spacing:.05em;
}*/

.centerTxt{
	text-align:center;
}

.required:first-letter {
	font-weight:900;
	color:blue;
}

.cb{
	clear:both;
}

.cl{
	clear:left;
}

.cr{
	clear:right;
}


#newsletterform textarea{
	width:145px;
}

.error{
	font:600 11px/14px arial, verdana, sans-serif;
	padding:4px;
	margin:10px 0;
	background:#ffffa3;
	border:1px solid #ffd175;
}


#name,
#email,
#address{
	width:170px;
}

#city{
	width:70px;
}

#state{
	width:32px;
}

#zipcode{
	width:50px;
}
