@charset "utf-8";
* {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;

}
img {
	border-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}
h1 {
	text-transform: uppercase;
	color: #979A8F;
	font: normal 18px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

a:hover {
	color: #9A423D;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	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;
	behavior:url("scripts/csshover.htc");
}


/* LAYOUT ELEMENTS */

.container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	text-align: left;
	padding-top: 20px;
	position: relative;
}
.header {
	width: 610px;
	margin-left: 325px;
	height: 325px;
	background: #C9C0B7;
} 
.headerNav {
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-right: 12px;
}
.headerNav p {
	font-size: 14px;
	margin-bottom: 5px;
}
.headerNav a {
	color: #000;
	text-decoration: none;
}
.headerNav a:hover {
	color: #9A423D;
}
#img_amberleighLogo {
	margin-top: 35px;
	margin-left: 7px;
	margin-bottom: 3px;
}
.headerPic {
	border-top: 2px solid #FFF;
}
.nav {
	float: left; /* since this element is floated, a width must be given */
	width: 290px;
	margin-left: 20px;
	background: #FFF;
	height: 325px;
}
.nav img {
	cursor:pointer;
	margin-bottom: 1px;
}
.navMask {
	overflow: hidden;
	margin-top: 2px;
	height: 27px;
}
.mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 915px;
	position: relative;
} 
.homeFooterWrapper {
	margin-right: 25px;
	margin-left: 25px;
}
.homeFooterWrapper span {
}


.footer {
	text-align: left;
	margin: 50px 20px 25px;
	padding: 10px;
} 
.footer_home {
	text-align: left;
	margin: 50px 50px 25px;
	padding: 10px;
} 
.footer a, .footer_home a {
	color: #717485;
}
.footer a:hover, .footer_home a:hover {
	color: #000;
}
.footer table, .footer_home table {
	margin-top: 12px;
}

.footer p, .footer_home p {
	font-size: 10px;
	line-height: 16px;
	color: #717485;
}
.footer h1 a, .footer_home h1 a {
	font-size: 10px;
	line-height: 18px;
	color: #717485;
}
.footerNav {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 5px;
	
}
.footerNav span {
	margin-right: 18px;
	margin-left: 18px;
}
.footer_home .footerNav span {
	margin-right: 13px;
	margin-left: 13px;
}


/* COMMON ELEMENTS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* APARTMENT HOMES ELEMENTS */

#table_apartmentHomes, #table_headerApartmentHomes {
	color: #99413D;
}
#table_apartmentHomes td {
	border-right: 1px solid #BDB3A6;
	padding-right: 20px;
}
#table_headerApartmentHomes td {
	border-right: 1px solid #FFFFFF;
}
#table_apartmentHomes a, #table_headerApartmentHomes a {
	color: #9D4241;
}
#table_apartmentHomes a:hover, #table_headerApartmentHomes a:hover {
	color: #BDB3A6;
}
#table_apartmentHomes p, #table_headerApartmentHomes p {
	font-size: 16px;
	color: #685A4D;
}
#table_headerApartmentHomes hr {
	color: #FFF;
	background: #FFF;
	height: 1px;
	width: 100%;
	border-style: none;
	margin-top: 6px;
	margin-bottom: 6px;
}
.table_propertySiteLink{
	border-top: 1px solid #FFF;
	
}
.goButton {
	margin-top: 20px;
}
#wrapper_siteMap {
	width: 874px;
	background: url(../images/int_greenBG_80.png);
	padding: 12px 15px 15px;
	position: absolute;
	left: 25px;
	top: 80px;
	visibility: hidden;
}
.close_siteMap {
	margin-bottom: 5px;
	float: right;
}

/* REQUEST BROCHURE/SCHEDULE VISITZ/CONTACT/FLOOR PLAN INQUIRY FORM ELEMENTS */

#requestBrochure {
	background: url(../images/int_redBG_80.png);
	width: 450px;
	padding: 20px;
	position: absolute;
	left: 232px;
	top: 80px;
	visibility: hidden;
}
#scheduleAVisit {
	width: 671px;
	padding: 20px;
	background: url(../images/int_redBG_80.png);
	position: absolute;
	left: 142px;
	top: 80px;
	visibility: hidden;
}
#floorplanInquiry {
	width: 671px;
	padding: 20px;
	background: url(../images/int_redBG_80.png);
	position: absolute;
	left: 142px;
	top: 80px;
	visibility: hidden;
}
.scheduleAVisit_sideBar {
	width: 195px;
	float: left;
}
.scheduleAVisit_sideBar p {
	color: #FFF;
	font-size: 12px;
	margin-bottom: 25px;
}
.scheduleAVisit_sideBar .getDirections a {
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
}
.scheduleAVisit_sideBar .getDirections a:hover {
	color: #FFE6A2;
}
#scheduleAVisit td, #requestBrochure td, .mainContent_contact td, #floorplanInquiry td {
	padding-bottom: 20px;
}
.scheduleAVisit_form, floorplanInquiry_form, .floorplanInquiry_form, {
	margin-left: 200px;
}
.scheduleAVisit_form p, .requestBrochure_form p, .floorplanInquiry_form p {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.scheduleAVisit_form .instructions, .requestBrochure_form .instructions, .floorplanInquiry_form .instructions {
	font-size: 11px;
	color: #FFF;
	margin-bottom: 25px;
}
.scheduleAVisit_textField01, .requestBrochure_textField01, .contact_textField01 {
	font-size: 11px;
	margin-right: 15px;
}
.scheduleAVisit_textField02, .requestBrochure_textField02, .contact_textField02 {
	font-size: 11px;
	padding-left: 12px;
}
.submitBtn_dark {
	background: url(../images/int_btn_submit_light.png);
	height: 83px;
	width: 82px;
	border-style: none;
	cursor: pointer;
	margin-right: 20px;
}
.submitBtn_dark:hover {
	background: url(../images/int_btn_submit_light_on.png);
}
.submitBtn_light {
	background: url(../images/int_btn_submit_dark.png);
	height: 83px;
	width: 82px;
	border-style: none;
	cursor: pointer;
	margin-right: 20px;
}
.submitBtn_light:hover {
	background: url(../images/int_btn_submit_dark_on.png);
}


/* APARTMENT DETAILS ELEMENTS */

.headerSubNav {
	border-top: 1px solid #FFF;
	background: #E0D9D3;
	height: 240px;
}
#table_apartmentList {
}
#table_apartmentList p {
	font-size: 12px;
}
#table_apartmentList th {
	font-size: 11px;
	color: #FFF;
	background: #8C9E4A;
	text-align: center;
	padding: 1px 12px;
}
#table_apartmentList td {
	border-top: 1px solid #BDB3A6;
	text-align: center;
	vertical-align: top;
	padding: 12px;
}
#table_apartmentList .altBG {
	background: #EBE8E3;
}

/* APARTMENT DETAIL ELEMENTS */

.header_apartmentDetail {
	width: 610px;
	margin-left: 325px;
	height: 325px;
	background: url(../images/aptDetail_headerBG.gif);
} 
#img_amberleighLogo_apartmentDetail {
	padding-top: 20px;
	padding-left: 20px;
}
.apartmentStats {
	margin-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: #FFF;
	margin-top: 5px;
}
.apartmentStats p {
	font-size: 15px;
	display: inline;
	margin-right: 12px;
}
.nav_apartmentDetail {
	float: right;
	width: 155px;
	margin-top: 12px;
}
.nav_apartmentDetail a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
}
.apartmentDescription {
	margin-right: 200px;
	margin-top: 12px;
	margin-left: 20px;
}
.apartmentDescription p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 12px;
}
.aptDetail_floorPlan {
	margin-right: 70px;
}
#furnitureArranger {
	position: absolute;
	text-align: right;
	right: 20px;
	z-index: 10;
	top: 20px;
	width: 905px;
}
.aptDetail_siteMap {
	background: #dde2c9;
	padding: 20px;
	margin-top: 25px;
}


/* AMENITIES CONTENT */

.mainContent_amenities {
	padding: 20px;
	position: relative;
} 
#amenities_flashHeader {
	margin-top: 1px;
	border-top: 1px solid #FFF;
}
#img_amenitiesKitchen {
	position: absolute;
	top: 450px;
	right: 20px;
}
#amenitiesPhotos {
	float: right;
	width: 480px;
	
}
.mainContent_amenities p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 18px;
}

/* GALLERY CONTENT */

.header_gallery {
	width: 610px;
	margin-left: 325px;
	height: 88px;
	background: #C9C0B7;
} 
.galleryMask {
	height: 415px;
	width: 610px;
	background: #000;
	float: right;
	position: absolute;
	overflow: hidden;
	right: 20px;
	top: 107px;
	border-top: 1px solid #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 1px;
}
#gallery_leftArrow {
	position: absolute;
	left: -100px;
	bottom: 25px;
	z-index: 10;
}
#gallery_rightArrow {
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 10;
}
#galleryContent .photoHolder {
	float: left;
	position: relative;
	height: 415px;
	width: 610px;
}
.photoHolder .photoCaption {
	height: 25px;
	width: 610px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	text-align: center;
	background: url(../images/gallery_captionBG.png);
}
.photoHolder .photoCaption p {
	color: #FFF;
	padding-top: 5px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.mainContent_gallery {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 270px;
	position: absolute;
	left: 0px;
	top: 350px;
} 
#galleryContent {
	position: absolute;
	left: 0px;
	width: 12000px;
	top: 0px;
}
.mainContent_gallery h1 {
	color: #685A4D;
}
.mainContent_gallery p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 18px;
}

/* RESIDENTS ELEMENTS */

.mainContent_residents {
	margin-right: 20px;
	margin-left: 325px;
	background: #BDB3A6;
	margin-top: 1px;
	padding: 20px 20px 60px 10px;
}
.mainContent_residents h1 {
	color: #685A4D;
}
.mainContent_residents p {
	font-size: 11px;
	margin-bottom: 20px;
	line-height: 18px;
}


/* LOCATION ELEMENTS */

.header_location {
	width: 610px;
	margin-left: 325px;
	height: 88px;
	background: #C9C0B7;
} 
.locationMap {
	margin-left: 325px;
	margin-top: 1px;
	position: relative;
	height: 370px;
	width: 610px;
	font-size: 11px;
}
.mapNav {
	width: 290px;
	position: absolute;
	z-index: 99;
	top: 350px;
	left: 20px;
	height: 130px;
	overflow-y: scroll;
}
.mapNav h1 {
	font-size: 15px;
	margin-bottom: 0px;
}
.mapNav p {
	font-size: 10px;
	margin-bottom: 5px;
}
.mapNav a {
	font-size: 11px;
}
.mainContent_location {
	margin-left: 20px;
	margin-top: 25px;
	margin-right: 25px;
}
.mainContent_location p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 18px;
}
.address {
	position: absolute;
	left: 30px;
	top: 375px;
}
.address p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 18px;
	margin-right: 225px;
}

/* CONTACT ELEMENTS */

.header_contact {
	width: 610px;
	margin-left: 325px;
	height: 88px;
	background: #C9C0B7;
} 
.contactForm {
	margin-left: 325px;
	margin-top: 1px;
}
.mainContent_contact {
	margin-left: 325px;
	margin-top: 1px;
	padding: 20px 20px 60px;
	background: #E0D9D3;
	margin-right: 20px;
}
.mainContent_contact h1 {
	font-size: 18px;
	color: #685A4D;
	font-weight: normal;
	margin-bottom: 5px;
}
.mainContent_contact p {
	font-size: 13px;
	line-height: 18px;
}
.contactInstructions {
	position: absolute;
	left: 30px;
	top: 375px;
	width: 270px;
}
.contactInstructions p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 18px;
}
.disclaimer {
	font-size: 10px;
}
.contact_form {
	margin-top: 30px;
}
#home_flash {
	text-align: center;
}
.mainContent_home {
	margin-top: 25px;
	margin-left: 55px;
	margin-right: 55px;
}
#img_homeLogo {
	margin-bottom: 12px;
}
.home_headerNav {
	text-align: right;
	padding-bottom: 5px;
	padding-right: 57px;
}
.home_headerNav p {
	display: inline;
	margin-left: 25px;
}
.mainContent_home p {
	font-size: 13px;
	line-height: 18px;
}
