
html {
	 padding:0; /*remove padding */
	 margin:0; /* remove margins */
	 border:0; /* remove borders */
}
body {
	background: url('../images/body_bg.jpg') repeat-x #ddd;
	 font-family: "trebuchet MS", arial, helvetica, sans-serif;
	 font-size:85%;
	 color: #000;
	 margin-top:10px;
	 padding-top:10px;
	 line-height:150%;
}
#container {
	width: 740px;
	\width: 760px;
	w\idth: 760px;
	margin: auto;
}
#top {
	text-align:right;
	margin:0 6px 10px 0;
}

#toplinks {
	margin:5px auto 5px auto;
	width:740px; 
	text-align:right;
}
#banner {
	padding: 0px;
	margin-bottom: 0px;
	height:220px;
	background: url('../images/site_header.jpg') #fff;
}

#content {
	padding: 10px 15px 10px 15px;
	background: url('../images/fade.gif') repeat-y  #fff;
}
#footer {
	height:100px;
	clear: both;
	margin-top: 0px;
	background: url('../images/footer_bg.jpg') #fff;
	color:#000;
	text-align:center;
	font-weight:bold;
}
#footer p { color:#33818D;}
.no_print {display:none;}

h1 {
	color:#DE5E25;
	letter-spacing:-1px;
	font-size:160%;
	margin-bottom:0px;
	margin-top:0px;
}

h2 {
	color:#32818D;
	letter-spacing:-1px;
	font-size:130%;
	margin-bottom:0px;
}

img {border:0px;}

.header_float {
float:right;
padding:6px;
}

.float_right {
	float:right;
	padding:0 0 0 10px;
}

.floatright1 {
	float: right;
	margin: 0px 0px 2px 6px;
	border:1px dotted #99c;
	padding: 3px;
}
.floatleft {
	float: left;
	margin: 0px 6px 2px 0px;
	padding: 2px;
}

p { margin:5px 0 10px 0;}

.indent {margin-left:25px; margin-right:25px;}

a:link, a:visited {
	text-decoration:underline; 
	color:#33818D;
}
a:hover {
	color: #DE5E26; 
	text-decoration:underline;
}

#toplinks a:link, #toplinks a:visited {
	font-size:12px; 
	font-weight: bold; 
	text-decoration:none; 
	color:#000;
}
#toplinks a:hover {
	color: #fff; 
	text-decoration:underline;
}

#footer p {padding-top:10px;}

input, select, textarea { background-color:#eee; border:1px solid #DE5E26;}

.submit{ color:#fff; background-color:#347D8B; border:1px solid #347D8B;}

.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
}
.iconlist ul {
	margin:3px;
}
li.regular {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 0px;
	margin: .4em 0;
	text-indent:25px;
}
li.regular {
	background-image: url('../images/bullet.gif');
}

/* FAQ */
.question {
	margin-left:20px; 
	margin-bottom:0px; 
	font-weight:bold;
	padding:2px;
	color:#c00;
	background:url(../images/back-q.gif) top left no-repeat;
	text-indent:30px;
}
.answer {
	margin-left:20px; 
	margin-top:3px; 
	padding:2px;
	background:url(../images/back-a.gif) top left no-repeat;
	background-color:#eee; 
	text-indent:30px;
}
.answer p {
	background-color:#eee;
}

/* quote forms */
fieldset {
	border: #347D8B solid 1px;
	padding-bottom:0px; 
	padding-top:0px; 
	margin-top:10px;
}
legend {
	background: #DE5E26;
	border: #347D8B solid 1px;
	padding: 1px 10px;
	font-weight:bold;
	color:#fff;
}
.leftcol {
	font-family:arial, helvetica,verdana;
	font-size:13px;
	color:#000;
}
.rightcol {
	font-family:arial, helvetica,verdana;
	font-size:12px;
	color:#333;
}
