﻿/*--- UNIVERSAL SETTINGS ---*/

* {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #3f62c0;
	font-size: 12px;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #415342;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
	text-align: justify;
}

p.formheader {
	padding-bottom: 10px;
	border-bottom: 1px solid #92959c;
}

p.nomargin {
	margin: 0;
}

h1 {
	font: bold 44px Arial, Helvetica, Geneva, sans-serif;
	color: #3f62c0;
}

h5 {
	margin-bottom: 10px;
	font: normal 25px Arial, Helvetica, Geneva, sans-serif;
	color: #f6ab02;
	text-align: center;
}

img {
	border: none;
}

/*--- SITE FRAMEWORK ---*/

body {
	padding: 0;
	text-align: center;
	background: #273c77 url(../images/bodybg.jpg) repeat-x;
}
	
#wrap {
	width: 825px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff url(../images/wrapbg.jpg) repeat-x;
}

#content {
	margin-top: 10px;
}

.logoheader {
	width: 805px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

.headlineheader {
	width: 805px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	border-top: 1px solid #5d5d5d;
	border-bottom: 1px solid #5d5d5d;
}

.leftcolumn {
	width: 445px;
	margin: 0 0 0 10px;
	display: inline;
	float: left;
}

.rightcolumn {
	width: 345px;
	margin: 0 0 0 20px;
	display: inline;
	float: left;
}


/* FORM STYLES */

#formtop {
	height: 10px;
	background: url(../images/top-formbg.gif) no-repeat;
}

#formbody {
	background: url(../images/formbg.gif) repeat-y;
}

#formbottom {
	height: 19px;
	background: url(../images/bottom-formbg.gif) no-repeat;
}

form {
	width: 300px;
	margin-left: 16px;
}

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;
}



/* SPANS, FONT, LISTS, IMAGE CLASSES */

ul {
	margin: 0 0 10px 15px;
	list-style-position: outside;
    list-style-type: square;
	text-align: justify;
}

li {
	color: #273d77;
	margin: 2px 0 2px 0;
	padding: 1px 5px 3px 5px;
	border-bottom: 1px solid #ebebeb;
}

span.orangelarge {
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	color: #f6ab02;
}

span.red {
	color: red;
}

span.bold {
	font-weight: bold;
}

span.subhead {
	padding: 5px;
	background: #ded5b3;
	border: 1px solid #b7a66d;
}

.submitbutton {
	margin-left: 70px;
}

.calltollfree {
	margin-top: 20px;
	margin-left: 25px;
}

.logospacer {
	margin-left:  30px;
}



/* FOOTERS AND CLEARS */

#footer {
	padding: 10px 0 0 0;
	text-align: center;
	height: 100px;
	clear: both;
	background: url(../images/footerbg.jpg) no-repeat;
}

