/* 
	All graphics and images copyright 2007 Quotit Corporation. All rights reserved.
	Please do not steal code.
*/



/*--- UNIVERSAL SETTINGS ---*/

* {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #95c43b;
	font-size: 12px;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #415342;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

p.formheader {
	padding-bottom: 10px;
	border-bottom: 1px solid #92959c;
}

p.bordertext {
	border-bottom: 1px solid #92959c;
	padding-bottom: 10px;
}

p.nomargin {
	margin: 0;
}

h1 {
	font: normal 28px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	margin: 5px 0 0 190px;
}

h2 {
	font: bold 28px Arial, Helvetica, Geneva, sans-serif;
	color: #95c43b;
	margin-bottom: 15px;
}

img {
	border: none;
}

/*--- SITE FRAMEWORK ---*/

body {
	padding: 25px 0 0 0;
	text-align: center;
	background: #fafaf6;
}
	
#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#wrap-top {
	width: 800px;
	background: url(../images/wrap-top.png) no-repeat;
	float: left;
}

#wrap-center {
	width: 800px;
	background: url(../images/wrap-center.png) repeat-y;
	float: left;
}

#wrap-join {
	width: 768px;
	height: 34px;
	background: url(../images/wrap-join.png) repeat-x;
	margin-left: 16px;
	float: left;
	display: inline;
}

#wrap-bottom {
	width: 800px;
	background: url(../images/wrap-bottom.png) no-repeat;
	float: left;
}

.leftcolumn {
	width: 405px;
	margin: 20px 10px 0 40px;
	display: inline;
	float: left;
}

.leftcolumn p {
	line-height: 20px;
}

.rightcolumn {
	width: 300px;
	margin: 25px 0 0 0;
	display: inline;
	float: left;
}

.greenbox {
	width: 390px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #e4dbaa;
	color: #000;
	background: #f5f0d7;
}

.greenbox p {
	margin: 0;
}

/* FORM STYLES */

form {
	width: 275px;
	margin-left: 15px;
	padding: 0 6px 6px 6px;
	border: 1px solid #ccc;
	background: #eee;
	float: left;
	display: inline;
}

label {
	text-align: right;
	float: left;
	width: 80px;
}

select {
	margin: 0 0 0 10px;
}

.checkbox {
	margin: 0 5px 0 5px;
}

.textfield {
	margin: 0 0 0 10px;
}

.field-name, .field-phone, .field-state, .field-zip, .field-email, .field-website {
	margin: 5px 0 5px 0;
	padding: 0;
	float: left;
}

input:focus, textfield:focus {
	background: #ffc;
}

.submitbutton {
	margin-left: 40px;
}

/* MISC SPANS, FONT, LISTS, IMAGE CLASSES */

ul {
	margin: 0 0 10px 15px;
	list-style-position: outside;
    list-style-type: square;
}

li {
	color: #273d77;
	margin: 2px 0 2px 0;
	padding: 1px 5px 3px 5px;
	border-bottom: 1px solid #ebebeb;
}

span.bold {
	font-weight: bold;
}

span.white {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.logoheadline {
	margin-left: 16px;
	float: left;
	display: inline;
}

.logoheadline p {
	font: normal 19px Arial, Helvetica, Geneva, sans-serif;	
}

.headerimage {
	margin-left: 40px;
}

.logospacer {
	margin-left:  30px;
}

.logos {
	margin: 10px 0 10px 10px;
}

.couponabsolute {
	margin: 28px 13px 0 -322px;
	position: absolute;
}

.coupon {
	margin: 13px 13px 0 -70px;
	float: left;
}

.arrow {
	margin-left: 190px;
	margin-right: 10px;
	float: left;
}

/* FOOTERS AND CLEARS */

#footer {
	text-align: center;
	height: 55px;
	clear: both;
}
