@charset "utf-8";
/* CSS Document */

body {
	background-color: #222429;
	margin-top: 0px;
}

#header {
	width: 729px;
	height: 103px;
	margin: 0 auto;
}

#newsletter {
	float: left;
	width: 151px;
	height: 103px;
}

#mainNav {
	float: right;
	width: 578px;
	height: 53px;
	padding: 29px 0 0 0;
}

#mainImage {
	width: 729px;
	height: 283px;
	background-image: url(../images/mainImage_home.jpg);
	margin: 0 auto;
}

#content {
	width: 729px;
	height: 330px;
	background-color: #181A1D;
	margin: 0 auto;
}



#frontText {
	float: left;
	width: 475px;
	height: 175px;
	padding: 5px 0 0 30px;
}




#cta {
	float: right;
	width: 198px;
	height: 500px;
	padding: 20px 20px 0 0;
}

#cta {
	float: right;
	width: 198px;
	height: 178px;
	padding: 20px 20px 0 0;
}

#contentFooter {
	width: 729px;
	height: 4px;
	margin: 0 auto;
}

#frontTestimonial {
	width: 729px;
	height: 112px;
	margin: 0 auto;
}

#testiText {
	float: left;
	width: 250px;
	height: 75px;
	padding: 20px 0 0 75px;
}

#testiExcerpt {
	float: left;
	width: 350px;
	height: 90px;
	padding: 10px 0 0 20px;
}

#footerHeader {
	width: 729px;
	height: 4px;
	margin: 0 auto;
}

#footer {
	width: 729px;
	height: 74px;
	background-color:#181A1D;
	margin: 0 auto;
}

#footerText {
	width: 720px;
	height: 50px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 20px 0 0 0;
	line-height: 1.75em;
}

#footerText a:link, #footerText a:visited {
	text-decoration: none;
	color: #999999;
}

#footerText a:hover {
	text-decoration: underline;
	color: #999999;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	color:#FF0000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	color:#FFFFFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height: 1.75em;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #999999;
}