@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
	background: url(../images/background.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

a, a:visited {
	text-decoration: none;
	color: #002E53;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/shadow_background.png);
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

#header {
	height: 90px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 173px;
	height: 90px;
	position: relative;
	float: left;
	margin-left: 30px;
}

#logo h1 {
	background: url(../images/header_logo.jpg) no-repeat;
	width: 173px;
	height: 90px;
	margin: 0px;
	padding: 0px;
}

#logo a {
	width: 173px;
	height: 90px;
	display: block;
	text-indent: -999999px;
}

#mainContent {
	padding: 0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 544px;
	background-image: url(../images/maincontent_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav {
	background: #002340;
	height: 40px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top: 4px solid #666;
	border-bottom: 4px solid #666;
}

#header_text {
	float: right;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #5F0000;
	font-style: italic;
	text-align: center;
	margin-right: 50px;
	margin-top: 25px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#column1 {
	float: left;
	width: 246px;
	margin-left: 60px;
	margin-top: 25px;
	display: inline;
}
#column2 {
	margin-top: 25px;
	float: right;
	width: 516px;
	margin-right: 50px;
	display: inline;
}
#contentbottom {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 776px;
}

#column1 img {
	padding-bottom: 3px;
}

#header_text h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
}

#homelogo {
	height: 26px;
	width: 27px;
	position: absolute;
	left: 36px;
	top: 30px;
}

#footer {
	background:url(../images/footer_background.png) no-repeat;
	height: 133px;
	width: 952px;
	text-align: left;
	color: #FFF;
	position: relative;
	margin: 0px auto;
}

#gga_logo {
	float: right;
	width: 72px;
	position: absolute;
	left: 810px;
	top: 30px;
}

#footer_text {
	width: 370px;
	position: absolute;
	left: 370px;
	top: 30px;
}

#footer_address {
	float: left;
	width: 250px;
	position: absolute;
	top: 30px;
	left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer_address a {
	color: #FFF;
	text-decoration: none;
}

#footer_address a:hover {
	text-decoration: underline;
}
#page_content {
	width: 700px;
	margin-top: 0px;
	min-height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#page_content h1 {
	font-style: italic;
	font-weight: normal;
	color: #6A0206;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A0406;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#page_content h3 {
	color: #630A09;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}
table {
	padding: 5px;
}
td {
	padding: 10px;
}
#page_content ul li {
	margin-left: 35px;
	line-height: 18px;
	padding-bottom: 5px;
}
.builder_image {
	float: left;
	height: 393px;
	width: 250px;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
}
.builder_text {
	float: right;
	width: 300px;
	margin-top: 60px;
	margin-right: 70px;
	line-height: 20px;
}

hr {
	border-top: 1px dashed #590600;/*the border*/
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
} 
.photo {
	padding-right: 10px;
}
.model_buttons {
	text-align: right;
	margin-bottom: 12px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.topsubnav {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
}
.image_right {
	padding-right: 10px;
}
.floorplan_floors {
	font-size: 18px;
	font-style: italic;
	color: #002340;
}
.prices {
	font-size: 20px;
	font-weight: bold;
	color: #6D0B0A;
}
.disclaimer {
	font-size: 11px;
	line-height: 12px;
	color: #08223F;
	font-style: italic;
	padding: 5px;
}
#bottom_text {
	color: #FFF;
	font-size: 12px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#bottom_text h1 {
	font-size: 15px;
	font-weight: normal;
}
#footer #footer_text h2 {
	font-size: 16px;
	font-weight: normal;
}
#page_content h2 {
	font-size: 15px;
	color: #0C2E51;
	padding-bottom: 5px;
}
.pricereducedcolor {
	color: #900;
}
