@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: #54534a;
	background-color: #2B467D;
}

.clearHack {
	clear: both;
	visibility: hidden;
}

#container {
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


p {
	padding-bottom: 8px;
}

h1 {
	line-height: 22px;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 4px;
}

h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}

h3 {
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 4px;
}


/* Header and Main Nav */
#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;
}

#mainNav {
	float: left;
	width: 605px;
	display: block;
	list-style-type: none;
	padding-top: 30px;
}
	
#mainNav li {
	float: left;
	height: 27px;
	overflow: hidden;
}

#mainNav .spacer {
	width: 10px;
}
	
#mainNav li a {
	display: block;
	line-height: 27px;
	text-indent: -1500px;
	background-position: center top; /* horizontally centers the background image */
	}
	
	#mainNavHome {
	width: 87px;
	background: url(../images/nav/navHome.jpg) no-repeat;
	}
	
	#mainNavFeatures {
	width: 118px;
	background: url(../images/nav/navFeatures.jpg) no-repeat;
	}
	
	#mainNavAmenities {
	width: 119px;
	background: url(../images/nav/navAmenities.jpg) no-repeat;
	}
	
	#mainNavPlaceSuites {
	width: 153px;
	background: url(../images/nav/navPlaceSuites.jpg) no-repeat;
	}
	
	#mainNavContacts {
	width: 128px;
	background: url(../images/nav/navContacts.jpg) no-repeat;
	}
	
	#mainNavAvailability{
	width: 135px;
	margin-left: 145px;
	background-image: url(../images/nav/navLeaseNow.jpg);
	background-repeat: no-repeat;
	margin-top: 4px;
	}
#mainNavPayRent{
	width: 188px;
	background-image: url(../images/nav/navPayRent.jpg);
	background-repeat: no-repeat;
	margin-top: 4px;
	}
	
#mainNav li a:hover {
	background-position: 50% -27px;
}

#mainNav li a.currentSection, #mainNav li a.currentSection:hover {
	background-position: 50% -27px;
}


/* Main Content Containers */
#contentContainer {
	background-image: url(../images/contentBgdTile.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#contentContainerSuites {
	background-image: url(../images/contentBgdTile_Suites.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#content a {
	color: #FFF;
	text-decoration: none;
	background-color: #cc6819;
	padding: 3px 6px;
	line-height: 20px;
}

#content a.suitesLink {
	background-color: #9B281F;
	color: #FFF;
}

#content a:hover {
	background-color: #693a25;
}

#clean a {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	color: #54534a;
}

#clean a:hover {
	background-color: transparent;
	color: inherit;
}

#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;
}


/* Photos Links */
#photos {
	width: 260px;
	background-color: #dfd599;
}

#photos p {
	color: #693a25;
}

	.photosIndex {
	background-image: url(../images/header_photosIndex.jpg);
	background-repeat: no-repeat;
	}
	
	.photosFeatures {
	background-image: url(../images/header_photosFeatures.jpg);
	background-repeat: no-repeat;
	}
	
	.photosAmenities {
	background-image: url(../images/header_photosAmenities.jpg);
	background-repeat: no-repeat;
	}
	
	.photosSuites {
	background-image: url(../images/header_photosSuites.jpg);
	background-repeat: no-repeat;
	}
	
	.floorplans {
	background-image: url(../images/header_floorplans.jpg);
	background-repeat: no-repeat;
	}
	
#photosContent {
	padding-top: 185px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}

/* 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: #FFF;
	padding-top: 15px;
}

#footerRight {
	float: right;
	display: block;
	text-align: right;
	padding-top: 15px;
}

#footer .disclaimer {
	font-size: 11px;
}

#footer a {
	color: #64c5f7;
}

#footer a:hover {
	color: #FFF;
}


/* Home Page Spicific Elements */
#indexFlash {
	display: block;
	height: 300px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#frindsLinks a {
	margin: 0px;
	padding: 0px;
}


/* Features Elements */
#floorplans ul {
	list-style-type: none;
}

#floorplans li {
}


#ratebox {
	width: 330px;
	background-color: #dfd599;
	padding-bottom: 10px;
	padding-top: 10px;
}

#ratebox h1 {
	font-size: 16px;
	line-height: 14px;
	font-weight: normal;
	color: #cc6819;
}

#rate {
	width: 290px;
	display: block;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
}

.type {
	float: left;
	width: 190px;
}

.fee {
	float: left;
}

.disclaimer {
	font-size: 10px;
}

/* Place Suites Elements */
.date {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #678441;
}

/* Contacts Elements */
#findUs {
	width: 580px;
	background-color: #dfd599;
	padding: 20px;
	float: left;
}

#findUs p {
	color: #693a25;
}

#findUs h1 {
	color: #693a25;
}

#findUsMap {
	float: left;
	width: 310px;
}

#findUsText {
	margin-left: 30px;
	float: left;
	width: 240px;
}


/* Contact Form Elements */
#ipForm h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}

#ipForm .small{
	color:#643626;
	line-height: 10px;
	font-size: 11px;
}

#ipForm input{
	border:1px solid #678441;
	width:300px;
	margin-bottom: 10px;
	padding: 5px;
}

#ipForm .input2{
	border:1px solid #678441;
	width:240px;
	margin-bottom: 10px;
	padding: 5px;
	display: block;
	height: 60px;
}

#ipForm button {
	color: #FFF;
	text-decoration: none;
	background-color: #cc6819;
	padding: 3px 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Check Avalability Form Elements */

#requestForm	{
	width:420px;
	float: left;
	padding-bottom: 30px;
}

#requestForm label {
	display:block;
	font-weight:normal;
	text-align:right;
	width:100px;
	float:left;
	font-size: 14px;
	line-height: 30px;
}

#requestForm input {
	float:left;
	font-size:12px;
	border:solid 1px #4b4118;
	width:300px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#requestForm textarea {
	float:left;
	font-size:12px;
	border:solid 1px #4b4118;
	width:500px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#requestForm button{
	color: #FFF;
	text-decoration: none;
	background-color: #cc6819;
	padding: 3px 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.state {
	float:left;
	width:200px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#avalabilityPhoto {
	height: 400px;
	width: 530px;
	display: block;
	float: left;
}

#photosFlash {
	display: block;
	height: 360px;
	width: 620px;
	padding-bottom: 30px;
	float: left;
}

/* CalendarElements */
#calendarBox {
	background-color: #dfd599;
	margin: 0px;
	padding: 0px;
}

#calendarTop {
	background-image: url(../images/header_calendar.gif);
	height: 28px;
}

#calendarEvent {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #693a25;
}

#calendarEvent .date {
	font-size: 10px;
	font-weight: normal;
	color: #4b4118;
	line-height: 14px;
}

#calendarEvent .title {
	font-size: 16px;
	line-height: 17px;
	padding-bottom: 4px;
	color: #693a25;
}

#calendarEvent .detial {
	font-size: 11px;
	line-height: 13px;
}

#calendarLink {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}

