@charset "UTF-8";
.quotes {
	font-family: 'PT Serif Caption', serif;
	font-size: 20px;
	line-height: 30px;
	color: #A6C2C3;
	font-weight: 100;
}
/* CSS Document */

.pattern_background {
	background-image: url(homepage/background.jpg);
}
.pattern_background_white {
	background-image: url(homepage/background_white.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.shadow {
	background-image: url(homepage/bottom_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #5D7F8C;
	text-decoration: none;
}
a:hover {
	color: #6A5445;
	text-decoration: underline;
}
a:visited {
	color: #5D7F8C;
}
a:active {
	color: #5D7F8C;
}
h1 {
	font-family: 'PT Serif Caption', serif;
	font-size: 38px;
	line-height: 40px;
	color: #A6C2C3;
	font-weight: 100;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
h3 {
	font-family: 'PT Serif Caption', serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: 100;
	color: #666;
}
p {
	font-family: 'PT Serif Caption', serif;
	font-size: 13px;
	line-height: 25px;
	color: #666;
	text-align: justify;
	padding-top: 0px;
	margin-top: 0px;
}
body {
	margin-top: 0px;
	background-image: url(homepage/background_white_lg.jpg);
	background-repeat: repeat-x;
}
.sub_titles {
	font-family: 'PT Serif Caption', serif;
	;
	font-size: 22px;
	line-height: 25px;
	font-weight: 100;
	color: #A6C2C3;
}
.testimonial_back {
	background-image: url(homepage/testimonials_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.border {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #A7C1C2;
	border-bottom-color: #A7C1C2;
}
.lg_quotations {
	font-family: 'PT Serif Caption', serif;
	font-size: 40px;
	line-height: 20px;
	color: #A6C2C3;
	font-weight: 100;
}

