@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0C4F60;
	color: #000000;
	width:100%;
}
.pageWrap {
	min-width: 135px;
	max-width: 320px;
	zoom:1;
	background: url(../images/int_pageBG.jpg) repeat-y;

	}
	.pageWrap .inside {

	position: relative;
}
.container {
	width: 100%;
	text-align: left;
	zoom:1;
	background: #FFF;
}
.header {
	background: #62564A url(../images/int_headerBaseBG.png) repeat-x 0px 100%;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}
.header p {
	color: #FFF;
	font-size: 11px;
}

#img_backButton {
	margin-bottom: 5px;
	position: absolute;
	right: 10px;
}
#img_header_heightsLogo {
	padding-left: 6px;
}
.photoHeader {
	background: url(../images/home_headerPhotos.jpg) repeat-x;
	height: 80px;
}
.mainContent {
	padding: 15px 10px;
	background: #FFF;
}
.mainContent h1 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #615549;
	margin-bottom: 5px;
}
.mainContent h2 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #615549;
	margin-bottom: 5px;
}
.mainContent p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #615549;
	margin-bottom: 5px;
}
.mainContent ul {
	list-style: none;
}
.mainContent li {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #615549;
	background: url(../images/int_amenitiesBullet.png) no-repeat 0px 5px;
	padding-left: 12px;
	margin-bottom: 5px;
}
.mainContent a {
	color: #615549;
}

.footer {
	background: #615549 url(../images/int_footerBG.png) repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
} 
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-bottom: 4px;
}
.subFooter {
	background: url(../images/int_subFooter.jpg) repeat-x;
	height: 57px;
}
.nav ul, .nav_main ul{
	list-style: none;
}
.nav li, .nav_main li {
	background: url(../images/int_mainNavArrowRight.png) no-repeat 95% 50%;
	border-bottom: 1px solid #E8BB20;
	padding: 10px 15px 5px 10px;
}
.nav_main a {
	color: #615549;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.nav a {
	color: #615549;
	font-size: 11px;
	text-decoration: none;
}


/* FLOOR PLAN ELEMENTS */

.photoHeader_floorPlans {
	background: url(../images/apartments_headerPhotos.jpg) repeat-x;
	height: 80px;
}
.floorPlanWrap_theTower {
	background: #F5E6A8 url(../images/apts_theTowerGradient.png) repeat-x;
}
.floorPlanWrap_theFlats {
	background: #BCD0D6 url(../images/apts_theFlatsGradient.png) repeat-x;
}
.floorPlanWrap_theLofts {
	background: #C6C1BD url(../images/apts_theLoftsGradient.png) repeat-x;
}
.floorPlans_currentSelection {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.floorPlanHolder {
	border-bottom: 1px solid #E8BB20;
	position: relative;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
.floorPlanThumb {
	margin-right: 5px;
	margin-bottom: 12px;
	float: left;
}
.floorPlanDescription {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 20px;
}
.floorPlanHolder p {
	font-size: 12px;
	line-height: 16px;
	color: #0C4F60;
}
.crossOut {
	text-decoration: line-through;
}
.floorPlanInquire
{
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-left:100px;
}
.floorPlanInquire a
{
	text-decoration:none;
	color: #0C4F60;
}


/* AMENITIES ELEMENTS */

.photoHeader_amenities {
	background: url(../images/amenities_headerPhotos.jpg) repeat-x;
	height: 80px;
}
.disclaimer {
	font-size: 10px;
	font-style: italic;
	color: #666;
	line-height: 14px;
}


/* CONTACT ELEMENTS */

.formWrap {
	margin-top: 10px;
}
.formWrap p {
	margin-bottom: 10px;
}
.form_textField {
	font: 11px Arial, Helvetica, sans-serif;
	width: 100%;
}
.form_submitButton {
	background: url(../images/btn_submit.png);
	height: 28px;
	width: 104px;
	border-style: none;
	cursor: pointer;
}


/* EVENTS ELEMENTS */

.events_dateList {
	margin-top: 15px;
}
.events_dateList a {
	background: url(../images/events_dateBG.png) no-repeat;
	width: 100%;
	display: block;
	color: #FFF;
	text-decoration: none;
	font: 12px Tahoma, Geneva, sans-serif;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 4px;
	padding-bottom: 15px;
}
