@charset "UTF-8";

/*CUSTOMIZED STYLES*/

body {
	background: #e3f2f9 url(../images/bg.jpg) no-repeat center top;
	font: 14px/1.3em Arial, Helvetica, sans-serif;
}

#wrapper {
	background-color:#FFF;
	padding-top: 10px;
	position:relative;
}

#footer {
	background: url(../images/footer-Bg.jpg) repeat-x;
	margin-top: 10px;
	padding-top:10px;
}

#header{ height: 114px; }

#vid{
	position: absolute;
	z-index: 100;
	left: 239px;
	top: 278px;
}

#hero {
	position: relative;
	z-index: 10;
}

.vertical-line {
	background: url(../images/line.gif) repeat-y;
	float: right;
}

.horizontal-line {
	background: url(../images/line.gif) repeat-x bottom;
	width: 380px;
	overflow: auto;
}

/*TYPOGRAPHY*/

h1 {
	font-size: 200%;
	text-transform: uppercase;
	font-weight: bold;
	color: #003a69;
	margin-bottom: 1em;
	margin-left: 20px;
	line-height: 1em;
}

h2 {
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bold;
	color: #003a69;
	margin-bottom: 1em;
	margin-left: 20px;
	line-height: 1em;
}

p { margin-bottom: 1.3em; }

#footer p { font-size: 80%; }

.container p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 1.3em;
}

ul, ol, dl { margin:1em; }

ol, ul, dl { margin-left:2em; }

ol li { list-style:decimal outside; }

ul li { list-style:disc outside; }

blockquote {
	background: url(../images/blockquote.png) no-repeat;
	margin: 1em 20px 1.5em;
	padding-left: 40px;
	font-size: 12px;
	text-align: justify;
	line-height: 1.3em;
}

.highlight {
	font-weight: bold;
	color: #003a69;
}

.highlight-2 {
	font-weight: bold;
	color: #f2c53d;
}

.title1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
}

.steps p {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.title2 {
	font-size: 22px;
	color: #E6AB2D;
	font-weight: bold;
	line-height: 1.3em;
}

.caps { text-transform: uppercase; }

.wufoo-form {
	float: right;
	width: 540px;
	overflow: visible;
	margin-bottom: 20px;
	background: url(../images/form-BG.jpg) no-repeat;
	padding: 30px;
}

