/* GENERAL_____________________________________________________________________________*/

.edit {
	float:right;
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

table {
	font-size:inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

body, div, dl, dt, dd, pre, form, fieldset, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}

#nav1 ul  {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}

th {
	text-align:left;
}

h1, h2, h3, h4 {
	font-size:100%;
}

q:before, q:after {
	content:'';
}

select, input, textarea {
	font-size:99%;
}

* {
	outline: none;
}

/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}


body {
	font: 12px Arial, Helvetica, sans-serif;	
	line-height: normal;
	text-align: left;
	color: #333;
}

a.selected {
	color: #33CCFF;
	font-weight: bold;
}

/* LINKS
_____________________________________________________________________________*/

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

/*FONTS and HEADERS
________________________________*/

h2 {
	font-size: 22px;
	margin-bottom: 12px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.hl {
	height: 1px;
	background: repeat-x url(/images/site/bg.jpg);
	margin: 8px 0 12px 0;
	clear: both;
}

/* STRUCTURE
________________________________*/

#container {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto;
	text-align: left;
	width: 840px;
	padding-bottom: 50px;
	position: relative;
}
* html #container { height: 100%;}

#content {
	background: repeat-y url(/images/site/bg.jpg) 213px 0;
	width: 100%;
}

.left-col {
	float: left;
	width: 200px;
	padding-right: 17px;
	text-transform: uppercase;
}

.center {
	width: 605px;
	float: left;
	margin-left: 10px;
}

.right-col {
	float: right;
	width: 172px;
	padding-top: 3px;
}

/* HEADER
________________________________*/

a#logo {
	display: block;
	margin: 18px 0;
}

.years30 {
	position: absolute;
	right: 48px;
	top: 40px;	
}

#header {
	background: repeat-y url(/images/site/bg.jpg) 658px 0;
	width: 100%;
}

#header img {
	float: left;
}

#header p {
	padding: 1px 0 3px 0;
	margin: 0;
	height: 12px;
}
	
/* LEFT  COLUMN
________________________________*/

#nav1 {
	padding-bottom: 10px;
}

.left-col li {
	margin-top: 10px;
	padding-left: 5px;
}

.left-col li li {
	margin-top: 5px;
}

.left-col a:hover {
	color: #33CCFF;
}

/* CENTER COLUMN
________________________________*/

img.mainpic {
	margin-bottom: 8px;
}

.article-copy {
	line-height: 17.5px;
	font-size: 13px;
}
.article-copy a { font-weight: bold;}
.article-copy .hl {
	margin-bottom: 12px;
}

.article-copy p {
	margin: 0px 0 10px 0;
}

span.amber {
	color: #e0bf5b;
	font-style: italic;
}

img.push {
	vertical-align: middle;
	margin: 0 25px;
}

.article-copy ul {
	padding: 0 0 10px 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
.article-copy li {
	list-style: outside disc;
	margin-left: 34px;
}
	
.article-copy ul.indent li {
	margin-left: 28px;
}
	
.article-copy ul ul {
	padding: 0px;
	margin-left: 14px;
}

/* CONTACT PAGE FORMS
________________________________*/

form {
	margin-top: 25px;
	font-size: 14px;
	position: relative;
}

form#contact_form {
	margin-bottom: 25px;
}

form#rate-request {
	margin-bottom: 50px;
}

form div {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

input.text,
textarea,
select {
	background-color: #EEE;
	margin-top: 5px;
	width: 275px;
	border: 1px solid #999;
	padding: 2px 3px 2px 3px;
}

input.radio {
	margin: 7px 2px 2px 0px;
}

textarea#request-text {
	height: 90px;
}

form span {
	color: #e43c33;
	vertical-align: 2px;
	font-size: 16px;
}

span.small-label {
	font-size: 10px;
	color: inherit;
	vertical-align: inherit;
}

#required {
	position: absolute;
	top: 236px;
	font-size: 11px;
}

#required span {
	vertical-align: middle;
}

select {
	padding: 1px 0 1px 0;
}

select.month {
	width: 89px;
}

select.day {
	width: 50px;
}

select.year {
	width: 66px;
}

form#rate-request textarea {
	width: 95%;
	height: 80px;
	margin-bottom: 15px;
}

/* FOOTER
________________________________*/

#footer {
	margin-top: -4px;
}

#footer a {
	font-size: 11px;
	text-transform: uppercase;
}

#footer div {
	font-size: 9px;
	margin-top: 4px;
}

/* SITE MAP
________________________________*/

#sm1 {
	float: left;
	width: 50%;
}

#sm2 {
	float: left;
	width: 50%;
}

#sm1 ul ul,
#sm2 ul ul {
	margin: 0;
	padding-left: 20px;
}

#sm1 li,
#sm2 li {
	margin-top: 8px;
}