@charset "UTF-8";
/* CSS Document */
/* Developed by Wylie Creative, Kennesaw Georgia */

/* Defaults */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 16px;
	color: #522D1C;
	background-color: #EAE2B3;
}

.clearHack {
	clear: both;
	visibility: hidden;
}

#container {
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


p {
	padding-bottom: 8px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #27467d;
}

h2 {
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 6px;
	font-weight: normal;
}

hr {
	background-color: #3C689D;
	border-top-color: #3C689D;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 15px;
}


/* Header */
#headerContainer {
	background-image: url(../images/headerBgdTile.jpg);
	background-repeat: repeat-x;
	height: 104px;
}

#headerContainerSuites {
	background-image: url(../images/headerBgdTile_Suites.jpg);
	background-repeat: repeat-x;
	height: 104px;
}

#header {
	display: block;
	overflow: hidden;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 360px;
	height: 100px;
	float: left;
}


/* Drop Down Menu */
.headlink {
	list-style-type: none;
}

li.headlink ul {
	display: none;
}

li.headlink:hover ul {
	display: block;
}


/* noFlash Gallery */
#slideshow {
	display: block;
	height: 315px;
	width: 635px;
	float: left;
	overflow: hidden;
}

#slideshow div {
	position:absolute;
	z-index:1;
}

#slideshow div.active {
	z-index:3;
}

#slideshow div.last-active {
	z-index:2;
}


/* Feautured Property */
#property {
	background-color: #f5f0d5;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 20px;
	border: 2px solid #3C679C;
	float: left;
}

#propertyImage {
	display: block;
	height: 150px;
	width: 236px;
	background-color: #FBF7EB;
	margin-bottom: 10px;
}

	.propertyNear {
	font-size: 11px;
	line-height: 10px;
	color: #933500;
	}
	
	.propertyTitle {
	font-size: 24px;
	line-height: 26px;
	color: #6b3c24;
	}
	
	.propertyLocation {
	font-size: 16px;
	line-height: 18px;
	color: #6a7771;
	margin-bottom: 5px;
	}

.addRightMargin {
	margin-right: 20px;
}



/* Main Content Containers */
#contentContainer {
	background-image: url(../images/contentBgdTile.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#content a {
	color: #522D1C;
	text-decoration: none;
	background-color: #E3DAA3;
	padding: 3px 6px;
	line-height: 20px;
	display: block;
}

.locationsHeader {
	color: #522D1C;
	text-decoration: none;
	background-color: #F5F0D5;
	padding: 3px 6px;
	line-height: 20px;
	display: block;
}

#clean a {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#content a:hover {
	background-color: #522D1C;
	color: #E0DAA5;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 15px;
	padding-right: 15px;
}

#content li {
	font-size: 12px;
	line-height: 16px;
}

#mainRail {
	width: 330px;
	float: left;
	margin-bottom: 20px;
}

#centerRail {
	width: 260px;
	float: left;
}

#doubleRail {
	width: 620px;
	float: left;
}

.addLeftMargin {
	padding-left: 30px;
}

.addTopMargin {
	padding-top: 20px;
}

.addTopLeftMargin {
	padding-top: 20px;
	padding-left: 30px;
}


/* footer */
#footerContainer {
	display: block;
	background-image: url(../images/footerBgdTile.jpg);
	background-repeat: repeat-x;
	height: 181px;
}

#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}

#footer p {
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
}

#footerAddress {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0px;
	font-size: 14px;
	color: #6A3B27;
	padding-top: 15px;
}

#footerRight {
	float: right;
	display: block;
	text-align: right;
	padding-top: 15px;
}

#footer .disclaimer {
	font-size: 14px;
	color: #6A3B27;
}

#footer a {
	color: #6288BC;
}

#footer a:hover {
	color: #3F709A;
}


/* Home Page Spicific Elements */
#indexFlash {
	display: block;
	height: 300px;
	width: 620px;
}

