@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #CCDFF0 url(../images/int_circleBG.gif);
	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");
}
form {
	margin: 0px;
	padding: 0px;
}

hr {
	color: #FFFFFF;
	background: #FFFFFF;
	height: 1px;
	border-color: #FFFFFF;
	border-style: none;
}

/* LAYOUT ELEMENTS */

#container {
	width: 910px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/int_pageBG.gif);
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 363px;
	background: no-repeat 16px 48px;
	margin: 0px;
}
#nav {
	margin: 0px;
	padding: 16px 0px 8px 18px;
	background: #FFFFFF;
}
#nav img {
	padding: 0px;
	margin-right: 24px;
}
#header #logo {
	float: right;
	margin: 12px 26px 0px 0px;
	padding: 0px;
}
#secondaryNav {
	margin-left: 270px;
	margin-top: 88px;
	width: 225px;
}
#secondaryNav p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 25px;
}
#secondaryNav a {
	color: #000000;
	text-decoration: none;
}
#secondaryNav a:hover {
	color: #FFFFFF;
}
#mainContent {
	margin: 0px;
	padding: 0px 20px 55px;
}
#mainContent h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 18px 0px 25px 30px;
	padding: 0px;
	color: #000000;
}
#mainContent p 
{
	margin:0px 0px 21px 0px;
	font-size: 11px;
}
#mainContent .contentText {
	font-size: 11px;
	margin: 0px 215px 21px 30px;
	padding: 0px;
	line-height: 17px;
}
#footer {
	padding: 0 20px;
	width: 870px;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0 25px 92px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #E36F1E;
}
#footer #eoh_handicapped {
	float: left;
	margin-top: 7px;
	margin-left: 26px;
}
#footer #facebook {
	border-style: none;
	float: right;
	margin-top: 4px;
	margin-right: 35px;
}


/* COMMON ELEMENTS */

/* Form Elements */

.instructions {
	padding: 0px;
	font-size: 9px;
}
.textField {
	font-size: 10px;
}

.button 
{
	font-size: 16px;
	text-align:center;
	cursor:pointer;
	height:36px;
	width: 83px;
	background: #E46F1F;
	text-transform:none;
}
.button a 
{ 
	height:36px;
	text-decoration:none; 
	color: #FFFFFF;
}
.button:hover {
	background: #764200;
}


/* SPECIAL FEATURES ELEMENTS */

#specialFeatures_list {
	float: right;
	width: 400px;
	margin-left: 50px;
}
#specialFeatures_list p {
	margin: 12px 0px 0px;
	padding: 0px;
	line-height: 30px;
}
#visitUs_map {
	float: right;
	width: 340px;
	margin-right: 25px;
}


/* VISIT US ELEMENTS */

#contactAddress {
	margin-left: 270px;
	margin-top: 140px;
	width: 225px;
}
#contactAddress p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 25px;
}
#contactWrapper h1 {
	padding: 0px;
	margin: 0px;
}
#contactWrapper {
	width: 475px;
	margin-left: 28px;
	font-size: 12px;
}
#contactWrapper p {
	margin-right: 0px;
}

.contactTable01 {
	text-transform: uppercase;
}


/* EVENTS ELEMENTS */

#events_calendar {
	float: right;
	width: 465px;
	margin-right: 40px;
	margin-top: 28px;
}
#events_calendar th {
	font-size: 15px;
	text-transform: uppercase;
	color: #000000;
}
#events_calendar th a {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}
#events_calendar th a:hover {
	color: #FFFFFF;
}
#events {
	width: 312px;
}
#events h1 {
	margin-bottom: 0px;
}
#events .contentText {
	margin-right: 18px;
	line-height: 18px;
}
#events hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}


/* CONCIERGE SERVICE ELEMENTS */

#conciergeServices {
	width: 650px;
}
#conciergeServices h1 {
	margin-bottom: 0px;
}
#conciergeServices .contentText {
	margin-right: 18px;
	line-height: 18px;
}
#conciergeServices hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}


/* SERVICE REQUEST ELEMENTS */

#serviceRequest_sidebar {
	float: right;
	width: 455px;
	padding-left: 35px;
	margin-top: 50px;
	border-left: 2px solid #FFFFFF;
	font-size: 11px;
	margin-left: 30px;
	margin-bottom: 50px;
}
#serviceRequest_sidebar p {
	margin-right: 0px;
	margin-left: 0px;
}
#serviceRequest_sidebar  td  {
	height: 35px;
}
#serviceRequest_sidebar .textField {
	margin-left: 8px;
}


/* RESOURCES & LINKS ELEMENTS */

#resourceLinks_sidebar {
	text-align: center;
	float: right;
	width: 563px;
	margin-right: 38px;
	padding-top: 55px;
	padding-bottom: 55px;
}
#resourceLinks_sidebar   p {
	font-size: 15px;
	margin: 0px 0px 8px;
	padding: 0px;
}
#resourceLinks_sidebar a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 8px;
	margin-left: 8px;
}
#resourceLinks_sidebar a:hover {
	color: #FFFFFF;
}
#resourcesList ol {
	list-style: url(none) none;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#resourcesList {
	padding-top: 18px;
	padding-left: 32px;
}
#resourcesList ol li {
	background: url(../images/googleMap_icon.png) no-repeat;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#resourcesList ol p {
	color: #000000;
	margin: 0px 0px 0px 30px;
	padding: 3px 0px 0px;
	font-size: 10px;
	line-height: 15px;
}
#resourcesList a {
	color: #000000;
}
#resourcesList a:hover {
	color: #FFFFFF;
}


/* GIVE FEEDBACK ELEMENTS */

#serviceFeedback {
	float: right;
	font-size: 11px;
	padding-left: 25px;
	border-left: 2px solid #FFFFFF;
	width: 370px;
	padding-bottom: 55px;
}
#serviceFeedback  p {
	margin: 0px;
	padding: 0px;
}
#serviceFeedback td {
	padding-bottom: 18px;
	padding-left: 6px;
}
#serviceFeedback h1 {
	margin: 0px 0px 12px;
	padding: 0px;
}
#moveInExperience {
	font-size: 11px;
	margin-left: 30px;
	width: 435px;
	padding-bottom: 55px;
}
#moveInExperience  p {
	margin: 0px;
	padding: 0px;
}
#moveInExperience td {
	padding-bottom: 18px;
	padding-left: 6px;
}
#moveInExperience h1 {
	margin: 0px 0px 12px;
	padding: 0px;
}


/* APARTMENT HOMES ELEMENTS */

#apartmentHomes_apartmentSearch {
	padding: 0px;
	width: 125px;
	margin-top: 75px;
	margin-left: 180px;
	text-align: right;
}
#apartmentHomes_apartmentSearch .textField {
	margin-bottom: 8px;
}
#apartmentHomes_apartmentSearch a {
	background: #B3CFE7;
	border-style: none;
	cursor:pointer;
	font-size: 20px;
	color: #000000;
	height: 25px;
	width: 63px;
	margin-top: 0px;
	padding: 0px;
	text-decoration:none;
}
#apartmentHomes_apartmentSearch a:hover 
{
	color: #F68026;
}

#header #button {
	background: #B3CFE7;
	border-style: none;
	cursor:pointer;
	font-size: 20px;
	color: #000000;
	height: 25px;
	width: 63px;
	margin-top: 0px;
	padding: 0px;
}
#header #button:hover {
	color: #F68026;
}

#apartmentHomes_apartmentSearch #button {
	background: #C0CBE9;
}
#apartmentHomes_content {
	float: right;
	width: 560px;
	margin-bottom: 100px;
}
#apartmentHomes_content h1 {
	margin: 35px 0px 8px;
	padding: 0px;
}
#apartmentHomes_content .contentText {
	margin: 0px 25px 0px 0px;
	padding: 0px;
}


/* APARTMENT THUMBNAILS ELEMENTS*/

#apartmentThumbs_apartmentSearch {
	text-align: right;
	margin-top: 15px;
	float:left; 
	width:270px; 
}

#apartmentThumbs_apartmentSearch a {
	background: #B3CFE7;
	border-style: none;
	cursor:pointer;
	font-size: 20px;
	color: #000000;
	height: 25px;
	width: 63px;
	margin-top: 0px;
	padding: 0px;
	text-decoration:none;

}
#apartmentThumbs_apartmentSearch a:hover
{
	color: #F68026;
}


#apartmentThumbs_apartmentSearch .textField {
	margin-bottom: 12px;
	margin-left: 5px;
}
#apartmentThumbs_apartmentNav 
{
	float:left;
	width:565px;
	margin-top: 103px;
	margin-left: 35px;
}
.apartmentThumbs_thumbnailTable {
	font-size: 10px;
}
.apartmentThumbs_thumbnailTable td {
	border-bottom: 2px solid #CCDFF0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.apartmentThumbs_thumbnailTable img {
	border-style: none;
	margin-bottom: 7px;
}
.apartmentThumbs_thumbnailTable a {
	color: #000000;
	text-decoration: none;
}
.apartmentThumbs_thumbnailTable a:hover {
	color: #969696;
}


/* APARTMENT DETAILS ELEMENTS*/

#apartmentDetail_apartmentSearch {
	text-align: right;
	margin-bottom: 22px;
}
#apartmentDetail_apartmentSearch .textField {
	margin-bottom:5px;
	margin-right: 5px;
}

#apartmentDetail_apartmentSearch a {
	background: #B3CFE7;
	border-style: none;
	cursor:pointer;
	font-size: 20px;
	color: #000000;
	height: 25px;
	width: 63px;
	margin-top: 0px;
	padding: 0px;
	text-decoration:none;

}
#apartmentDetail_apartmentSearch a:hover
{
	color: #F68026;
}


#apartmentDetail_apartmentNav {
	margin-top: 87px;
}
.apartmentDetail_floorplan {
	margin-top: 20px;
	margin-left: 50px;
}
#apartmentDetail_content {
	float: right;
	width: 285px;
	height: 830px;
	border-left: 2px solid #CCDFF0;
}
#apartmentDetail_content h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 25px 30px;
	padding: 0px;
}
#apartmentDetail_content .contentText {
	margin-right: 25px;
}
#apartmentDetail_content h1 {
	margin-bottom: 2px;
}
.floorPlateWrapper {
	float: right;
	width: 260px;
	margin-right: 15px;
}
.floorAvailabilityWrapper {
	width: 250px;
	position: relative;
	margin-left: 40px;
	height: 300px;
}
.floorAvailabilityWrapper img {
	position: absolute;
}




/*HOME ELEMENTS */

#home_container {
	width: 1060px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/home_buildingBG.png) no-repeat left bottom;
	position: relative;
	height: 700px;
}

#home_apartmentSearch {
	margin-top: 55px;
	margin-left: 60px;
	width: 350px;
	position: absolute;
}
#home_apartmentSearch .textField {
	margin-bottom: 5px;
	margin-right: 5px;
}
#home_apartmentSearch a {
	border-style: none;
	background: url(../images/int_transparentButtonBg.gif) no-repeat;
	cursor:pointer;
	font-size: 20px;
	color: #000000;
	height: 25px;
	width: 63px;
	margin-top: 0px;
	padding: 0px;
	text-decoration:none;
}
#home_apartmentSearch a:hover {
	color: #F68026;
}
#home_container #logo {
	float: right;
	margin: 0px;
	padding: 0px;
	top: 50px;
	position: absolute;
	right: 80px;
}
#home_content {
	position: absolute;
	width: 1020px;
	top: 410px;
}
#home_content .contentText {
	margin-right: 85px;
	margin-bottom: 35px;
	margin-left: 380px;
	font-size: 11px;
	padding: 0px;
	line-height: 17px;
}
#launchPlayer {
	float: right;
	margin-right: 75px;
}

/* Home Circle Buttons */

#home_container #aparmentHomes {
	position: absolute;
	top: 115px;
	left: 290px;
}
#home_container #amazingViews {
	position: absolute;
	top: 155px;
	left: 505px;
}
#home_container #visitUs {
	position: absolute;
	top: 188px;
	left: 739px;
}
#home_container #specialFeatures {
	position: absolute;
	top: 248px;
	left: 392px;
}
#home_container #area {
	position: absolute;
	top: 250px;
	left: 630px;
}
#home_container #residents {
	position: absolute;
	top: 297px;
	left: 822px;
}

.coloredRow {
	background-color:#CCDFF0;
	padding:3px;
	height:20px;
	font-size:11px;
}
.regRow {
	padding:3px;
	height:20px;
	font-size:11px;
}

.resultsHeader
{
	height:20px;
}

.pagerStyle
{
	padding: 2px 5px 2px 5px;
	font-weight:bold;
}

.pagerStyle a:link
{
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	font-weight:normal;
}

.pagerStyle a:hover
{
	padding: 2px 5px 2px 5px;
	text-decoration:underline;
	font-weight:normal;
}

.pagerStyle a:visited
{
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	font-weight:normal;
}

.pnlViewImage
{
	position:absolute;
	top:0;
	left:0;
	background-color:#FFFFFF;
	border:solid 3px black;
	width:610px;
	height:420px;
}


.pnlFloorPlan
{
	display:none;
	position:absolute;
	background-color:#FFFFFF;
	left:30px;
	top:-275px;
	border:solid 1px black;
}
