body {
	font: 14px/1.5em 'Open Sans', sans-serif;
	;
	margin: 0px;
	padding: 0px;
	color: #424241;
}
p {
	margin: 0px 0px 1em;
}
#header {
}

#header .content div{
	float: left;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
}
#header .logo {
	background: url(images/logo.png) no-repeat center center;
	text-indent: -999em;
	display: block;
	height: 100px;
	width: 280px;
}
#header form {
	text-align: center;
}
#header form strong {
	text-transform: uppercase;
	color: #6f6f6f;
	display: block;
	padding-top: 20px;
	font: bold 18px 'Open Sans Condensed', serif;
}
#header form input {
	line-height: 26px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #D5D5D5;
	border-right: 1px none #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	width: 180px;
}
#header form #signup {
	background: url(images/button.png) no-repeat;
	height: 28px;
	width: 49px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#header .phone {
	padding-top: 24px;
}
#header .phone span {
	background: url(images/blue.png) no-repeat center center;
	height: 48px;
	width: 289px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	font: bold 18px/48px 'Open Sans Condensed', serif;
}
#header .phone strong {
	font: bold 24px 'Open Sans', serif;
	letter-spacing: -1px;
}

#main-form {
	background: url(images/form.png) no-repeat center top;
	height: 581px;
	width: 318px;
	position: absolute;
	top: -30px;
	left: 662px;
	font-size: 12px;
	color: #6f0000;
	font-weight: bold;
}
#main-form h3 {
	text-align: center;
	color: #FFF;
	margin: 0px 0px 0.8em;
	font: bold 36px/1em 'Open Sans Condensed', serif;
}
#main-form form {
	padding-top: 45px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: normal;
}
#main-form .thankyou {
	padding-top: 45px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: normal;
}

#main-form table {
	margin-bottom: 15px;
}

#main-form label {
	display: block;
}
#main-form input[type="text"] {
	width: 98%;
	padding: 3px 1%;
	border-style: none;
	margin-bottom: 10px;
}
#subject {
	display: none;
}

#main-form #submit {
	background: url(images/button-submit.png) no-repeat;
	height: 39px;
	width: 163px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	display: block;
}

#graphic {
	background: url(images/graphic.png) repeat-x center bottom;
	border-top: 5px solid #FFF;
}
#graphic .content {
	min-height: 530px;
	width: 662px;
	padding-right: 318px;
	position: relative;
	background: url(images/cloud.png) no-repeat left top;
	}
#graphic .title {
	margin: 0px;
	text-align: center;
	font: bold 20px/1.8em 'Open Sans Condensed', sans-serif;
	color: #003866;
	padding-top: 9px;
	letter-spacing: -1px;
}
#graphic .title strong {
	font-size: 35px;
}
#testimonial h3 {
	line-height: 47px;
	background: url(images/tab.png) no-repeat;
	margin: 0em auto 1em;
	height: 47px;
	width: 263px;
	text-align: center;
	font-family: Courgette;
	font-weight: normal;
	color: #747474;
}
#testimonial .quotes{
	background: url(images/quotes.png) no-repeat center top;
	padding-right: 104px;
	padding-left: 104px;
	color: #525251;
	font-size: 14px;
	line-height: normal;
}
#testimonial .quotes p {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
#testimonial td em {
	font-size: 12px;
}
#testimonial td strong {
	color: #000000;
	font-size: 14px;
}



#main {
	background: url(images/shadow.png) no-repeat center top;
}
#main .text {
	padding: 40px 40px 20px;
}
#main td p {
	text-align: justify;
}

#main h1 {
	margin: 0em 0em 0.5em;
	font: bold 42px/1.2em 'Open Sans Condensed', sans-serif;
	color: #424241;
	text-align: center;
	letter-spacing: -2px;
}




.content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.navy-blue-bar {
	background: url(images/navyblue.png) repeat-x center top;
	height: 44px;
	border-top: 5px solid #FFF;
	clear: both;
	float: none;
	color: #FFF;
	text-align: center;
	font: bold 16px/40px 'Open Sans Condensed', serif;
}
