@charset "UTF-8";
/* CSS Document */

body {
	background-color: #EEEBB9;
	margin: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}





/* Containers  -------------------- */


#HeaderContainer {
	width: 100%;
	height: 130px;
	background-image: url(images/headerback.jpg);
	background-repeat: repeat-x;
}

#MainContainer {
	width: 100%;
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#Container {
	width: 900px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#FooterContainer {
	width: 100%;
	clear: both;
	background-image: url(images/footerback.jpg);
	background-repeat: repeat-x;
}





/* Header  -------------------- */


#Header {
	width: 900px;
	height: 90px;
	padding-top: 40px;
	background-image: url(images/headertexture.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#Logo {
	width: 290px;
	height: 90px;
	float: left;
}

#Navigation {
	width: 530px;
	height: 25px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 60px;
	float: left;
}





/* Navigation  -------------------- */


#Home {
	width: 85px;
	height: 25px;
	float: left;
}

#About {
	width: 90px;
	height: 25px;
	float: left;
}

#Amenities {
	width: 115px;
	height: 25px;
	float: left;
}

#FloorPlans {
	width: 135px;
	height: 25px;
	float: left;
}

#Contact {
	width: 105px;
	height: 25px;
	float: left;
}





/* Content  -------------------- */


h1 {
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	color: #475646;
}

p {
	font-family: Helvetica;
	font-size: 13px;
	line-height: 20px;
	color: #475646;
	text-align: justify;
}

#SideBar {
	width: 220px;
	height: 390px;
	float: left;
	padding: 55px 35px 0px 35px;
	background-image: url(images/sidebarback.jpg);
	background-repeat: no-repeat;
}

#Concierge {
	width: 220px;
	height: 95px;
}

#Gallery {
	width: 220px;
	height: 95px;
}

#Referral {
	width: 220px;
	height: 95px;
}

#Residents {
	width: 220px;
	height: 95px;
}



/* Home  -------------------- */

#HomeContent {
	width: 590px;
	float: left;
	padding: 20px 20px 20px 0px;
}

#HomeGallery {
	width: 590px;
	height: 320px;
}

#HomeCopy {
	width: 590px;
	padding-top: 20px;
	color: #475646;
	font-family: Georgia;
	font-size: 16px;
	line-height: 20px;
}





/* Content  -------------------- */

#Content {
	width: 590px;
	float: left;
	padding: 35px 20px 15px 0px;
}

#Copy {
	width: 590px;
}

#ContentImages {
	width: 590px;
}

#ImageGallery {
	width: 590px;
	height: 315px;
}





/* FloorPlans  -------------------- */

#FloorPlanInfo {
	width: 420px;
	height: 350px;
	float: left;
	padding-right: 30px;
}

#FloorPlanNav {
	width: 420px;
	height: 35px;
}
	
#FloorPlanContent {
	width: 420px;
	float: left;
}

#FloorPlanImages {
	width: 450px;
	height: 350px;
	float: left;
	background-image: url(images/floorplanimages.jpg);
	background-repeat: no-repeat;
}

#OneBedroom {
	width: 110px;
	height: 35px;
	float: left;
}
	
#TwoBedroom {
	width: 130px;
	height: 35px;
	float: left;
}





/* Contact  -------------------- */

#ContactInfo {
	width: 165px;
	float: left;
	padding-right: 30px;
}

#ContactImage {
	width: 395px;
	padding-top: 10px;
	float: left;
}





/* Footer  -------------------- */


#Footer {
	width: 845px;
	height: 155px;
	padding-left: 35px;
	padding-right: 20px;
	background-image: url(images/footertexture.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#Statement {
	width: 900px;
	height: 160px;
}

#FooterLinks {
	width: 845px;
	height: 15px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	float: left;
}

#Copyright {
	width: 845px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	clear: both;
}






