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

body {
	background-image: url(../images/bg.jpg);
	background-color: #2C2C2C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.container {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}

.header {
	height: 156px;
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}

.content {
	height: 100%;
	width: 979px;
	margin-right: auto;
	position: relative;
	padding-left: 30px;
}

.footer {
	background-image: url(../images/footer_bg.gif);
	height: 94px;
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.mainText {
	font-family: Helvetica, Arial, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #636363;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 40px;
	padding-bottom: 10px;
}

.formText {
	font-family: Helvetica, Arial, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #636363;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.bulletText {
	font-family: Helvetica, Arial, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #636363;
	line-height: 125%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 40px;
	padding-bottom: 0px;
}

.testimonials {
	font-family: Helvetica, Arial, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #bf6727;
	line-height: 250%;
	padding-top: 24px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

blockquote {
  	text-indent: -0.4em;
}


.footerText {
	font-family: Helvetica, Arial, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #ffd78c;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
}

.contentLink a:link { text-decoration: none; color: #bf6727; }
.contentLink a:active { text-decoration: none; color: #bf6727; }
.contentLink a:hover {text-decoration: none; color: #8bb4c7; }
.contentLink a:visited { text-decoration: none; color: #bf6727; }
