@charset "utf-8";
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;
	background: #E6E6E6;
	behavior:url("scripts/csshover.htc");
}


/* LAYOUT ELEMENTS */

.container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.header {
	margin: 30px 0px 0px;
	width: 925px;
	border-top: 8px solid #425969;
	padding: 30px 0px 0px 30px;
}

.tabMenu 
{
	margin: 0px;
	width: 920px;
	padding: 5px 0px 0px 30px;
}
.header p {
            color: #4E4E4E;
            margin: 0px;
            padding: 0px;
            font-size: 13px;
            line-height: 20px;
            font-weight: normal;
}

.header a {
	color: #4E4E4E;
	text-decoration: none;
}
.header a:hover {
	color: #999999;
}

/* Icon Menu Elements */

.iconMenu 
{
	position:relative;
	padding-bottom:5px;
}

.iconTable
{
	font-size:10px;
}
.iconTable td
{
	padding-bottom:0px;
	padding-left:0px;
	border-bottom:none;
	border-style:none;
}


.iconMenu img {
	padding-right: 2px;
}
.iconMenu  h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 30px 0px 5px;
	padding: 0px;
	width: 200px;
}
.iconMenu p {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	margin: 9px 0px;
	padding: 0px;
	width: 200px;
}
.iconMenu .textField {
	font-size: 10px;
	margin-bottom: 5px;
}

.iconClick {
	padding: 8px 10px 15px 18px;
	margin-top: 36px;
	display: none;
	width: 225px;
}
.textingClick {
	background: #666666;
	position: absolute;
	padding: 8px 10px 15px 18px;
	width: 225px;
	z-index:1;
}
.specialsClick {
	position: absolute;
	margin-left: 28px;
	background: #9f5f50;
	padding: 8px 10px 15px 18px;
	width: 225px;
	z-index:1;
}
.printBrochureClick {
	position: absolute;
	margin-left: 60px;
	background: #666666;
	padding: 8px 10px 15px 18px;
	width: 225px;
	z-index:1;
}
.petPolicyClick {
	position: absolute;
	margin-left: 95px;
	background: #574319;
	padding: 8px 10px 15px 18px;
	width: 225px;
	z-index:1;
}
.greenClick {
	position: absolute;
	margin-left: 130px;
	background: #34715A;
	padding: 8px 10px 15px 18px;
	width: 225px;
	z-index:1;
}
.pdfClick {
	position: absolute;
	margin-left: 160px;
	background: #660000;
	padding: 8px 10px 15px 18px;
	width: 225px;
	z-index:1;
}
.emailClick {
	position: absolute;
	margin-left: 183px;
	background: #938A77;
	padding: 8px 10px 15px 18px;
	width: 225px;
	z-index:1;
}
.mainContent {
	padding: 0px 0px 0 30px;
	margin-top: 20px;
}
.mainContent h1 {
	color: #445A65;
	margin: 0px;
	padding: 8px 0px 14px;
	font-size: 26px;
	font-weight: normal;
}
.mainContent p {
	color: #445A65;
	font-size: 12px;
	margin: 0px 0px 12px;
	padding: 0px 80px 0px 0px;
	line-height: 18px;
}
.communityMap {
	margin: 35px 0px 0px 30px;
	padding: 12px 0px 0px;
	width: 899px;
	border-top: 3px solid #425969;
}
.footer {
	margin: 21px 0px 0px;
	width: 895px;
	border-top: 8px solid #425969;
	padding: 8px 30px 0px;
}
.footer p {
	color: #666666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	line-height: 14px;
}
.footer a {
	color: #666666;
	text-decoration:none;
}
.footer a:hover {
	color: #000000;
}
.footer .copyright {
	font-size: 9px;
}
.footer img {
	float: right;
}
#floorPlanTable {
	border: 7px solid #999999;
	color: #4D4D4D;
	font-size: 13px;
	font-weight: bold;
}
#floorPlanTable a {
	color: #4D4D4D;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#floorPlanTable a:hover {
	color: #000000;
}
#floorPlanTable ul li {
	background: url(../images/cm_floorplans_playbutton.png) no-repeat;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 6px;
	list-style: none;
}
#floorPlanTable ul li:hover {
	background: url(../images/cm_floorplans_playbuttonOver.png) no-repeat;
}
#floorPlanTable ul {
	margin: 0px;
	padding: 0px;
}
#floorPlanTable td {
	border-bottom: 2px solid #666666;
	margin: 0px;
	padding: 0px 0px 5px 20px;
	clear: both;
	height: 41px;
}
#floorPlanTable img {
	padding-right: 5px;
	border-style: none;
}


/* APARTMENT DETAILS ELEMENTS */

.container_details {
	text-align: center;
	background: #FFFFFF;
}

.container_details p {
	font-size: 11px;
	color: #4E4E4E;
	margin: 0px 15px 15px;
	padding: 0px;
	line-height: 16px;
}
.container_details h1 {
	font-size: 17px;
	font-weight: bold;
	color: #4E4E4E;
	margin: 15px 15px 3px;
	padding: 0px;
}

.container_details #table_availableUnits {
	font-size: 14px;
	color: #777777;
	font-weight: bold;
	/*border-top: 5px solid #9B9B9B;
	border-right: 5px solid #9B9B9B;
	border-bottom: 5px solid #9B9B9B;
	border-left: 4px solid #9B9B9B;*/
	text-align: left;
}
.container_details #table_availableUnits td {
	height: 32px;
	border-bottom: 1px solid #999999;
	vertical-align: middle;
}

.container_details a {
	/*text-transform: uppercase;*/
	color: #6C1305;
	text-decoration: none;
}
.container_details a:hover {
	color: #AEBBC3;
}


/* AMENITIES ELEMENTS */

.amenitiesList {
	float: right;
	width: 466px;
	text-align: left;
	background: #FFFFFF url(../images/cm_amentiesListBG.gif);
	padding-top: 30px;
	padding-right: 32px;
}
.amenitiesList th {
	font-size: 14px;
	background: url(../images/cm_amenities_subheadBG.png) no-repeat;
	padding-left: 3px;
	height: 28px;
}
.amenitiesList ul {
	margin: 0;
	padding: 0;
	list-style: url(none) none outside;
}
.amenitiesList li {
	background: url(../images/cm_amenities_bullet.png) no-repeat left top;
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	width: 128px;
}

.amenitiesList .liRoll {
	background: url(../images/cm_amenities_bullet.png) no-repeat left top;
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	width: 128px;
}

.amenitiesList .liRoll:hover
{
	font-weight:bold;
}

.amenitiesWrapper {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	height: 448px;
}
.subAmenityWrapper 
{
	font-size:12px;
	margin-left:10px;
	margin-top:10px;
}


/* PHOTO GALLERY ELEMENTS */

#photoGallery_thumbSetTable {
	font-size: 11px;
}
#photoGallery_thumbSetTable td {
	padding-right: 12px;
}
#photoGallery_thumbSetTable a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#photoGallery_thumbSetTable a:hover {
	color: #000000;
}

.gallery img { height: 80px; }

/* LOCATION MAP ELEMENTS */

.locationMapWrapper {
	float: right;
	margin-right: 20px;
	margin-left: 25px;
}


/* CONTACT ELEMENTS */

.contactWrapper {
	background: #8B7D60;
	margin: 0px;
	padding: 0px 0px 5px 60px;
	width: 845px;
}
.contactWrapper h1 {
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	margin: 12px 0px;
	padding: 12px;
}
.contactWrapper p {
	color: #FFFFFF;
	line-height: 21px;
	margin: 0px 25px 15px 0px;
	padding: 0px;
}
.contactWrapper .instructions {
	font-size: 9px;
}
.contactWrapper .textField {
	font-size: 12px;
	margin-left: 6px;
	padding: 2px;
}

#contactTable01 {
	font-size: 12px;
	color: #FFFFFF;
}
.contactWrapper td {
	height: 36px;
}
.contactWrapper .bottomQuestions {
	line-height: 30px;
}
.contactWrapper #button {
	background: #8B7D60 url(../images/cm_submit.png);
	height: 39px;
	width: 78px;
	border-style: none;
	margin-left: 290px;
	margin-top: 12px;
	cursor:pointer;
}
.contactWrapper #button:hover {
	background: #8B7D60 url(../images/cm_submitOver.png);
}
.contactCalendar {
	float: right;
	width: 400px;
}
.hidden { display: none; }
.unhidden { display: block; }


/* ONLINE LEASE ELEMENTS */

.onlineLease {
	position: relative;
}
.onlineLease a {
	color:#000;
}
.onlineLease a:hover {
	color: #7A1600;
}
.onlineLease h1 {
	font-size: 18px;
	color: #7A1600;
	padding: 0px;
	margin: 0px;
}
.onlineLease h2 {
	font-size: 11px;
	color: #7A1600;
	padding: 0px;
	margin: 0px;
}
.progressBar {
	background: url(../images/ol_progressBarBG.png);
	height: 34px;
	width: 910px;
	margin-top: 25px;
	padding-right: 30px;
	padding-left: 15px;
	margin-bottom: 25px;
}
.progressBar .progressSteps {
	float: right;
}
.progressSteps p {
	display: inline;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font-size: 24px;
	color: #8e9da6;
	font-weight: bold;
}
.progressBar h1 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 21px;
	margin: 5px 0px 0px;
	padding: 0px;
	font-weight: normal;
}
.progressSteps .currentStep {
	color: #FFF;
}
.onlineLease #tbl_mainTable th {
	background: #FFF;
	border: 3px solid #999999;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
}
#tbl_mainTable .leftBox {
	background: url(../images/ol_tableDivider.png) repeat-y right;
	width: 415px;
	padding: 20px 20px 20px 15px;
	text-align: left;
	vertical-align: top;
}
#tbl_mainTable .rightBox {
	padding: 20px 20px 20px 15px;
	text-align: left;
	vertical-align: top;
}
#tbl_mainTable p {
	font-size: 11px;
	color: #000;
	line-height: 16px;
}
.onlineLease .continueBtn {
	height: 40px;
	width: 90px;
	float: right;
	cursor:pointer;
}
.overlay {
	background: url(../images/int_white-95.png);
	padding: 10px 35px 35px;
	width: 650px;
	border: 2px solid #000;
	position: absolute;
	left: 115px;
	top: 85px;
}
.overlay h1 {
	font-size: 14px;
	font-weight: normal;
	color: #7A1600;
	margin-top: 25px;
}
.overlay p {
	font-size: 11px;
}
.onlineLease .formField {
	font-size: 11px;
	padding: 1px;
	border: 1px solid #ADB8BF;
}
.onlineLease .formFieldMarked {
	font-size: 11px;
	padding: 1px;
	border: 2px solid red;
}

.tbl_applicantNames td {
	padding: 15px 5px 0px 0px;
}
.instructions {
	font-size: 10px;
	font-style: italic;
}
.sectionHeader {
	background: #415968;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-top: 25px;
}
.sectionHeader p {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.secondaryTable td {
	padding: 15px 5px 0px 0px;
}
.secondaryTable p {
	font-size: 11px;
	color: #000;
}
.onlineLease hr {
	color: #415968;
	background: #415968;
	height: 1px;
	border-style: none;
	margin: 15px 0px 0px;
	padding: 0px;
}
.formHilight {
	font-size: 14px;
	font-weight: bold;
}

#flash_boxPlot {
	margin: 21px 0px 0px;
	width: 955px;
	border-top: 8px solid #425969;
	padding: 8px 0px 0px;
}
.fpDetails_unitTD0 {
	position: relative;
	width: 120px;
	padding-left: 100px;
}
.fpDetails_garageBanner0 {
	position: absolute;
	left: -12px;
	top: 0px;
}

