@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
}
.background_home {
	background-color: #000000;
	background-image: url(../images/background_home.jpg);
	background-repeat: no-repeat;
}
.background_interior {
	background-color: #000000;
	background-image: url(../images/background_interior.jpg);
	background-repeat: no-repeat;
}
.left_margin {
	margin-left: 28px;
}
.align_right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.headline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #c5a96b;
	font-weight: bold;
}
.heading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #c5a96b;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c5a96b;
}
.bullet_points {
	margin-left: 30px;
	list-style-type: circle;
}
a:link {
	color: #c5a96b;
	text-decoration: underline;
}
a:visited {
	color: #c5a96b;
	text-decoration: underline;
}
a:hover {
	color: #c5a96b;
	text-decoration: none;
}
a:active {
	color: #c5a96b;
	text-decoration: underline;
}
.small_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.italics {
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
}
.quotation_reference {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c5a96b;
	text-align: right;
}
.background_newsletter_signup {
	background-color: #000000;
	background-image: url(../images/background_newsletter_signup.jpg);
	background-repeat: no-repeat;
}
.black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.black_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.background_contact_us {
	background-color: #000000;
	background-image: url(../images/background_contact_us.jpg);
	background-repeat: no-repeat;
}
.background_newsletter_unsubscribe {
	background-color: #000000;
	background-image: url(../images/background_newsletter_unsubscribe.jpg);
	background-repeat: no-repeat;
}
.bold {
	font-weight: bold;
}
