@charset "UTF-8";
body {
	margin-top: 0px;
	background-color: #181715;
	background-image: url(homepage/gradient_bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	text-align: justify;
}
.centered_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	text-align: center;
}
.dotted_runaround {
	margin: 10px;
	padding: 10px;
	border: thin dotted #FFF;
}
.caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #970809;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
/* CSS Document */

.left_background {
	background-image: url(homepage/left_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.main_bkgrnd {
	background-color: #181715;
	background-image: url(homepage/main_content_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.right_background {
	background-image: url(homepage/right_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.runaround {
	margin: 10px;
}
.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	line-height: 30px;
	color: #FCED9A;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #FCED9A;
}
.dotted_line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}
.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #FCED9A;
	font-variant: normal;
	text-transform: none;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
.header2Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	font-variant: normal;
	text-transform: none;
}
.ImageFloatRight {
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}
.white_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	text-align: left;
}
