@import url("navigation.css");
@import url("subpage-navigation.css");
@import url("subpages.css");
@import url("gallery.css");
@import url("shadowbox.css");
@import url("SpryValidationTextField.css");
@import url("SpryValidationSelect.css");

@font-face {
	font-family: Goudy;
	src: url('../fonts/GoudyBookletter1911.otf');
}

@font-face {
	font-style: italic;
	font-family: Goudy;
	src: url('../fonts/OFLGoudyStM-Italic.otf');
}

* {
	margin: 0;
}
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

/* @group Headers */

h1 {
	font: 22px/28px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: gray;
}

h3, h4, h5, h6 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: gray;
	text-transform: uppercase;
}

h3 a:link, h3 a:hover, h3 a:visited {
	color: gray;
	text-decoration: none;
}

h2 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: gray;
}

/* @end */

/* @group Layout */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: auto;

}

#body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: auto;
}

#flash {
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	width: 625px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	float: left;
	clear: both;
	position: relative;
}
#flash-alt-content {
	height: 450px;
	width: 625px;
	background-image: url(../images/index-flash.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	float: left;
	clear: both;
	position: relative;

}
#homepage-content {
	width: 325px;
	float: right;
	position: relative;
	clear: right;
	padding-top: 25px;
	margin-left: 0;
}

.pullquote {
	color: #A68236;
	font: italic 42px/42px Goudy, "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 50px;
	text-indent: -10px;
}

/* @end */

/* @group Footer */

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 950px;
	height: 20px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

#footer h3 {
	margin-top: 3px;
	font-size: 10px;
	letter-spacing: 1px;
}

.disclaimer {
	margin-top: 15px;
	text-transform: none;
	text-align: center;
	font-size: 12px;
	color: gray;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Navigation */

#navigation {
	width: 950px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0;
	position: relative;
	z-index: 99;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top: 15px;
}

/* @end */

#complimentary-consultation {
	width: 250px;
	height: 45px;
	background-color: maroon;
	color: white;
	position: relative;
	float: left;
	clear: both;
	font-weight: bold;
	margin-top: 40px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#how-to-select {
	width: 250px;
	height: 45px;
	background-color: maroon;
	color: white;
	position: relative;
	float: left;
	clear: both;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.promo-link-text {
	color: white;
	font-size: 15px;
	margin: 8px;
}
.promo-link-sub {
	text-transform: uppercase;
	font-size: 10px;
}

.promo-link-text a:link, .promo-link-sub a:link, #how-to-select a:visited, #complimentary-consultation a:visited {
	color: white;
	text-decoration: none;
}

.promo-link-text a:hover {
	text-decoration: underline;
}

.signature {
	font-size: 18px;
}