body{
	margin: 0;
	padding: 0;
	background: url(images/bkgd-rep.jpg) repeat;
	font-family: "Lucida Grande", Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
}

#background-top {
	width: 100%;
	height: 500px;
	background: url(images/bkgd-top.jpg) repeat-x;
	float: left;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1000px;
}

#header-top {
	width: 1000px;
	height: 70px;
	background: url(images/header-top.png) no-repeat;
	behavior: url(iepngfix.htc);
}

#header-middle {
	width: 1000px;
	background: url(images/header-bkgd.png) repeat-y;
	behavior: url(iepngfix.htc);
}

#header-logo-phone {
	width: 960px;
	height: 130px;
	background-image: url(images/header-logo-phone.jpg);
	margin-left: 20px;
	margin-right: 20px;
}

#flash-box {
	width: 610px;
	height: 385px;
	margin-left: 194px;
	margin-right: 196px;
	background-image: url(images/flash-mockup.jpg);
}

#nav {
	width: 960px;
	height: 42px;
	margin-left: 20px;
	margin-right: 20px;
	background: url(images/nav-bkgd.jpg) no-repeat;
	margin-top: 10px;
}

#header-bottom {
	width: 1000px;
	height: 35px;
	background-image: url(images/header-bottom.png);
	behavior: url(iepngfix.htc);
}

#middle {
	width: 1000px;
	background-image: url(images/content-bkgd-rep.png);
	behavior: url(iepngfix.htc);
}

#pg-title {
	width: 960px;
	height: 74px;
	margin-left: 20px;
	margin-right: 20px;
}

.pg-title-home {
	background: url(images/pg-title-home.jpg) no-repeat;
}

.pg-title-about-us {
	background: url(images/pg-title-about-us.jpg) no-repeat;
}

.pg-title-gallery {
	background: url(images/pg-title-gallery.jpg) no-repeat;
}

.pg-title-communities {
	background: url(images/pg-title-communities.jpg) no-repeat;
}

.pg-title-contact-us {
	background: url(images/pg-title-contact-us.jpg) no-repeat;
}


#content {
	width: 800px;
	margin-left: 100px;
	margin-right: 100px;
	padding-bottom: 15px;
}

#footer {
	width: 1000px;
	height: 160px;
}

#footer-top {
	width: 1000px;
	height: 80px;
	background-image: url(images/footer-top.png);
	behavior: url(iepngfix.htc);
}

#footer-bottom {
	width: 1000px;
}


/* ------- TEXT STYLES ------- */

h1 {
	font: bold 19px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ded6ae;
	text-align: left;
}

h2 {
	color: #ded6ae;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 20px;
	margin-bottom: 0px;
}

h3 {
	color: #ded6ae;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 0;
}

h4 {
	color: #ffffff;
	font: bold 16px/22px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 0;
}

p {
	color: #ffffff;
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: justify;
}

.align-center {
	text-align: center;
}

.bold-highlight {
	color: #ded6ae;
	font-weight: bold;
}

ul {
	color: #ffffff;
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: justify;
}

.small-centered-text {
	color: #ffffff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

hr {
	width: 80%;
	border-top: 1px solid #4f3b1e;
	border-right-style: none;
	border-bottom: 2px solid #634a26;
	border-left-style: none;
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
}

a:link { color: #ded6ae; text-decoration: underline }
a:visited { color: #ded6ae; text-decoration: underline }
a:hover { color: #000; text-decoration: none }
a:active { color: #000; text-decoration: none }

.nav-text {
	color: #634a26;
	font: bold 15px/20px Georgia, "Times New Roman", Times, serif;
	padding-top: 12px;
	text-align: center;
}

.nav-text a:link { color: #634a26; text-decoration: none }
.nav-text a:visited { color: #634a26; text-decoration: none }
.nav-text a:hover { color: #c09b5a; text-decoration: underline }
.nav-text a:active { color: #c09b5a; text-decoration: underline }

.footer-links {
	color: #555;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	text-align: center;
	margin-bottom: 17px;
}

.footer-links a:link { color: #555; text-decoration: none }
.footer-links a:visited { color: #555; text-decoration: none }
.footer-links a:hover { color: #fff; text-decoration: underline }
.footer-links a:active { color: #fff; text-decoration: underline }


#copyright {
	color: #555;
	text-align: left;
	padding-left: 15px;
	width: 515px;
	float: left;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

#lh-credit {
	color: #555;
	text-align: right;
	padding-right: 15px;
	float: right;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

.lh-credit a:link { color: #555; text-decoration: underline;}
.lh-credit a:visited { color: #555; text-decoration: underline;}
.lh-credit a:hover { color: #fff; text-decoration: none;}
.lh-credit a:active { color: #fff; text-decoration: none;}


/* ------- ENDS TEXT STYLES ------- */


