@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #0066CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.4em;
}
.italic {
	font-style: italic;
	color: #0099CC;
}
a:link, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFCC00;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFCC00;
	height: 25px;
	background-image: url(../imgs/general/h3_backer.gif);
	background-repeat: repeat-x;
	display: block;
	background-position: left top;
}
.stepsheader {
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(../imgs/general/list_arrow.gif);
}
li {
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.img {
	border: 7px solid #FFFFFF;
	margin: 25px 0px 0px;
}
.steps {
	border: 7px solid #FFFFFF;
}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFF00;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004A93;
	text-align: center;
}
label {
	width: 80px;
	display: block;
}
input {
	width: 250px;
}
textarea {
	width: 250px;
}
input.btn {
	width: 120px;
}
.testimonials {
	font-style: italic;
	color: #FFFFFF;
}
.testimonial_author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #FFCC00;
	line-height: 14px;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 14px;
	margin-top: 5px;
}

