* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #000000;
	font-size: 62.5%;
}

p {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

#pageHeading {
	font: normal 1.5em Arial, sans-serif;
	color: #50C6DD;
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	width: 740px;
}

a {
	outline: none;
}
#wholePlanLinks {
	text-align: right;
	position: absolute;
	top: 40px;
	right: 0px;
	font-size: 1.5em;
	color: #50C6DD;
}

#wholePlanLinks a, #wholePlanLinks a:visited {
	
	text-decoration: none;
	color: #50C6DD;
	text-transform: uppercase;
	font-weight: normal;
}

#wholePlanLinks a:hover,
#wholePlanLinks a:active,
#wholePlanLinks a:focus
{
	color: #1A7386;
	text-decoration: underline;
}

#wrapper {
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	margin-top: -220px;
	text-align: center;
	height: 500px;
	background-image: url(../images/bkgnd_strip.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #FFFFFF;
	width: 100%;
}

#contact #footer {
	top: 580px;
}

#subwrapperLeft {
	background-color: #FFFFFF;
	background-image: url(../images/bkgnd_content_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 500px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	text-align: left;
}

#subwrapperRight {
	background: #FFFFFF url(../images/bkgnd_content_right.gif) no-repeat right center;
	height: 500px;
	width: 740px;
	padding-right: 10px;
}

#content {
	position: relative;
}

#footer {
	position: absolute;
	width: 740px;
	text-align: center;
	top: 510px;
	color: #CCCCCC;
	line-height: 1.2em;
	font-size: 0.8em;
}


#navigation {
	width: 740px;
	overflow: hidden;
	text-align: right;
	position: absolute;
	z-index: 5;
	left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	top: 7px;
}

#navigation ul {
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navigation li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navigation a span {
	display: none;
}

a#nav_home, a#nav_home:visited,
a#nav_apartments, a#nav_apartments:visited,
a#nav_view, a#nav_view:visited,
a#nav_location, a#nav_location:visited,
a#nav_contact, a#nav_contact:visited
{
	height: 30px;
	background-color: #FFFFFF;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;   
	opacity: 0.8;
}

a#nav_home, a#nav_home:visited {
	width: 60px;
	background-image: url(../images/menu_home.gif);
}

a#nav_apartments, a#nav_apartments:visited {
	width: 125px;
	background-image: url(../images/menu_aparments.gif);
}

a#nav_view, a#nav_view:visited {
	width: 50px;
	background-image: url(../images/menu_view.gif);
}

a#nav_location, a#nav_location:visited {
	width: 100px;
	background-image: url(../images/menu_location.gif);
}

a#nav_contact, a#nav_contact:visited {
	width: 90px;
	background-image: url(../images/menu_contact.gif);
}

a#nav_home:hover,
a#nav_home:active,
a#nav_home:focus,
a#nav_apartments:hover,
a#nav_apartments:active,
a#nav_apartments:focus,
a#nav_view:hover,
a#nav_view:active,
a#nav_view:focus,
a#nav_location:hover,
a#nav_location:active,
a#nav_location:focus,
a#nav_contact:hover,
a#nav_contact:active,
a#nav_contact:focus
{
	background-position: center bottom;
}

.briefBlock {
	z-index: 5;
	position: absolute;
}

.transparentBlock *, .messageBlock {
	z-index: 5;
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;   
	opacity: 0.6;
	padding: 5px;
	color: #FFFFFF;
}

.transparentBlock a,
.transparentBlock a:visited {
	background-color: transparent;
	color: #0066FF;
	text-decoration: underline;
}

.transparentBlock a:hover,
.transparentBlock a:active, 
.transparentBlock a:focus{
	background-color: transparent;
	color: #999999;
}

#flashContent, #subContent {
	height: 420px;
	position: absolute;
	top: 70px;
	left: 0px;
	background-color: #FFFFFF;
	width: 740px;
}

#flashContent {
	top: 40px;
	overflow: auto;
}

#apartments #subContent {
	height: 420px;
	position: absolute;
	top: 40px;
	background: url(../images/bkgnd_apartments.jpg) no-repeat center center;
}

#apartmentBrief {
	width: 340px;
	left: 0px;
	top: 195px;
}

#apartmentBrief p {
	margin-bottom: 2px;
}

a#site_plan_link {
	position: absolute;
	height: 115px;
	width: 150px;
	display: block;
	right: 0px;
	bottom: 0px;
}

a#site_plan_link span {
	display: none;
}

#buildingLevels, #levelPlans {
	position: absolute;
}

#buildingLevels ul,
#buildingLevels li,
#levelPlans ul,
#levelPlans li 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#buildingLevels ul,
#levelPlans ul 
{
	position: relative;
}

#buildingLevels li {

}

#buildingLevels span,
#levelPlans span {
	display: none;
}

#buildingLevels a,
#buildingLevels a:visited,
#levelPlans a,
#levelPlans a:visited 
{
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
}


/* Beach front level one ------------------------------------------------------------------------------------------------ */

a#beach_front_lvl_1 {
	height: 65px;
	width: 190px;
	left: 515px;
	top: 235px;
	z-index: 99;
}

a#beach_front_lvl_1:hover,
a#beach_front_lvl_1:active,
a#beach_front_lvl_1:focus
{
	background: url(../images/beach_front_lvl_1_hover.gif);
}

#beach_front_level_one #subContent {
	background: #FFFFFF url(../images/beach_front_level_1_floor_plan.gif) no-repeat center center;
}

a#beach_front_lvl_1_unit_111 {
	width: 190px;
	height: 366px;
	top: 54px;
	left: 479px;
}

a#beach_front_lvl_1_unit_111:hover,
a#beach_front_lvl_1_unit_111:active,
a#beach_front_lvl_1_unit_111:focus
{
	background: url(../images/beach_front_lvl_1_unit_111_hover.gif);
}

a#beach_front_lvl_1_unit_112 {
	width: 152px;
	height: 346px;
	top: 74px;
	left: 331px;
}

a#beach_front_lvl_1_unit_112:hover,
a#beach_front_lvl_1_unit_112:active,
a#beach_front_lvl_1_unit_112:focus
{
	background: url(../images/beach_front_lvl_1_unit_112_hover.gif);
}

a#beach_front_lvl_1_unit_113 {
	width: 151px;
	height: 346px;
	top: 74px;
	left: 185px;
}

a#beach_front_lvl_1_unit_113:hover,
a#beach_front_lvl_1_unit_113:active,
a#beach_front_lvl_1_unit_113:focus
{
	background: url(../images/beach_front_lvl_1_unit_113_hover.gif);
}

a#beach_front_lvl_1_unit_114 {
	width: 115px;
	height: 361px;
	top: 54px;
	left: 71px;
}

a#beach_front_lvl_1_unit_114:hover,
a#beach_front_lvl_1_unit_114:active,
a#beach_front_lvl_1_unit_114:focus
{
	background: url(../images/beach_front_lvl_1_unit_114_hover.gif);
}


/* ----------------------------------------------------------------------------------------------------------------------- */


/* Beach front level two ------------------------------------------------------------------------------------------------ */

a#beach_front_lvl_2 {
	height: 85px;
	width: 353px;
	left: 352px;
	top: 207px;
}

a#beach_front_lvl_2:hover,
a#beach_front_lvl_2:active,
a#beach_front_lvl_2:focus
{
	background: url(../images/beach_front_lvl_2_hover.gif);
}

#beach_front_level_two #subContent {
	background: #FFFFFF url(../images/beach_front_level_2_floor_plan.gif) no-repeat center center;
}

a#beach_front_lvl_2_unit_121 {
	width: 187px;
	height: 295px;
	top: 86px;
	left: 524px;
}

a#beach_front_lvl_2_unit_121:hover,
a#beach_front_lvl_2_unit_121:active,
a#beach_front_lvl_2_unit_121:focus
{
	background: url(../images/beach_front_lvl_2_unit_121_hover.gif);
}

a#beach_front_lvl_2_unit_122 {
	width: 175px;
	height: 280px;
	top: 111px;
	left: 353px;
}

a#beach_front_lvl_2_unit_122:hover,
a#beach_front_lvl_2_unit_122:active,
a#beach_front_lvl_2_unit_122:focus
{
	background: url(../images/beach_front_lvl_2_unit_122_hover.gif);
}

a#beach_front_lvl_2_unit_123 {
	width: 177px;
	height: 282px;
	top: 109px;
	left: 179px;
}

a#beach_front_lvl_2_unit_123:hover,
a#beach_front_lvl_2_unit_123:active,
a#beach_front_lvl_2_unit_123:focus
{
	background: url(../images/beach_front_lvl_2_unit_123_hover.gif);
}

a#beach_front_lvl_2_unit_124 {
	width: 183px;
	height: 295px;
	top: 84px;
	left: 0px;
}

a#beach_front_lvl_2_unit_124:hover,
a#beach_front_lvl_2_unit_124:active,
a#beach_front_lvl_2_unit_124:focus
{
	background: url(../images/beach_front_lvl_2_unit_124_hover.gif);
}


/* ----------------------------------------------------------------------------------------------------------------------- */


/* Beach front level three ------------------------------------------------------------------------------------------------ */

a#beach_front_lvl_3 {
	height: 66px;
	width: 349px;
	left: 356px;
	top: 183px;
}

a#beach_front_lvl_3:hover,
a#beach_front_lvl_3:active,
a#beach_front_lvl_3:focus
{
	background: url(../images/beach_front_lvl_3_hover.gif);
}

#beach_front_level_three #subContent {
	background: #FFFFFF url(../images/beach_front_level_3_floor_plan.gif) no-repeat center center;
}

a#beach_front_lvl_3_unit_131 {
	width: 192px;
	height: 308px;
	top: 71px;
	left: 547px;
}

a#beach_front_lvl_3_unit_131:hover,
a#beach_front_lvl_3_unit_131:active,
a#beach_front_lvl_3_unit_131:focus
{
	background: url(../images/beach_front_lvl_3_unit_131_hover.gif);
}

a#beach_front_lvl_3_unit_132 {
	width: 182px;
	height: 292px;
	top: 97px;
	left: 368px;
}

a#beach_front_lvl_3_unit_132:hover,
a#beach_front_lvl_3_unit_132:active,
a#beach_front_lvl_3_unit_132:focus
{
	background: url(../images/beach_front_lvl_3_unit_132_hover.gif);
}

a#beach_front_lvl_3_unit_133 {
	width: 183px;
	height: 292px;
	top: 97px;
	left: 189px;
}

a#beach_front_lvl_3_unit_133:hover,
a#beach_front_lvl_3_unit_133:active,
a#beach_front_lvl_3_unit_133:focus
{
	background: url(../images/beach_front_lvl_3_unit_133_hover.gif);
}

a#beach_front_lvl_3_unit_134 {
	width: 191px;
	height: 304px;
	top: 70px;
	left: 0px;
}

a#beach_front_lvl_3_unit_134:hover,
a#beach_front_lvl_3_unit_134:active,
a#beach_front_lvl_3_unit_134:focus
{
	background: url(../images/beach_front_lvl_3_unit_134_hover.gif);
}


/* ----------------------------------------------------------------------------------------------------------------------- */


/* Beach front level four ------------------------------------------------------------------------------------------------ */

a#beach_front_lvl_4 {
	height: 54px;
	width: 349px;
	left: 356px;
	top: 158px;
}

a#beach_front_lvl_4:hover,
a#beach_front_lvl_4:active,
a#beach_front_lvl_4:focus
{
	background: url(../images/beach_front_lvl_4_hover.gif);
}

#beach_front_level_four #subContent {
	background: #FFFFFF url(../images/beach_front_level_4_floor_plan.gif) no-repeat center center;
}

a#beach_front_lvl_4_unit_141 {
	width: 240px;
	height: 420px;
	top: 0px;
	left: 500px;
}

a#beach_front_lvl_4_unit_141:hover,
a#beach_front_lvl_4_unit_141:active,
a#beach_front_lvl_4_unit_141:focus
{
	background: url(../images/beach_front_lvl_4_unit_141_hover.gif);
}

a#beach_front_lvl_4_unit_142 {
	width: 264px;
	height: 323px;
	top: 88px;
	left: 238px;
}

a#beach_front_lvl_4_unit_142:hover,
a#beach_front_lvl_4_unit_142:active,
a#beach_front_lvl_4_unit_142:focus
{
	background: url(../images/beach_front_lvl_4_unit_142_hover.gif);
}

a#beach_front_lvl_4_unit_143 {
	width: 241px;
	height: 420px;
	top: 0px;
	left: 0px;
}

a#beach_front_lvl_4_unit_143:hover,
a#beach_front_lvl_4_unit_143:active,
a#beach_front_lvl_4_unit_143:focus
{
	background: url(../images/beach_front_lvl_4_unit_143_hover.gif);
}

/* ----------------------------------------------------------------------------------------------------------------------- */


/* Beach front level five ------------------------------------------------------------------------------------------------ */

a#beach_front_lvl_5 {
	height: 49px;
	width: 349px;
	left: 356px;
	top: 126px;
}

a#beach_front_lvl_5:hover,
a#beach_front_lvl_5:active,
a#beach_front_lvl_5:focus
{
	background: url(../images/beach_front_lvl_5_hover.gif);
}

#beach_front_level_five #subContent {
	background: #FFFFFF url(../images/beach_front_level_5_floor_plan.gif) no-repeat center center;
}

a#beach_front_lvl_5_unit_151 {
	width: 240px;
	height: 420px;
	top: 0px;
	left: 499px;
}

a#beach_front_lvl_5_unit_151:hover,
a#beach_front_lvl_5_unit_151:active,
a#beach_front_lvl_5_unit_151:focus
{
	background: url(../images/beach_front_lvl_5_unit_151_hover.gif);
}

a#beach_front_lvl_5_unit_152 {
	width: 264px;
	height: 323px;
	top: 88px;
	left: 237px;
}

a#beach_front_lvl_5_unit_152:hover,
a#beach_front_lvl_5_unit_152:active,
a#beach_front_lvl_5_unit_152:focus
{
	background: url(../images/beach_front_lvl_5_unit_152_hover.gif);
}

a#beach_front_lvl_5_unit_153 {
	width: 241px;
	height: 420px;
	top: 0px;
	left: 0px;
}

a#beach_front_lvl_5_unit_153:hover,
a#beach_front_lvl_5_unit_153:active,
a#beach_front_lvl_5_unit_153:focus
{
	background: url(../images/beach_front_lvl_5_unit_153_hover.gif);
}


/* ----------------------------------------------------------------------------------------------------------------------- */

/* Beach front level six ------------------------------------------------------------------------------------------------ */

a#beach_front_lvl_6 {
	height: 58px;
	width: 343px;
	left: 356px;
	top: 80px;
}

a#beach_front_lvl_6:hover,
a#beach_front_lvl_6:active,
a#beach_front_lvl_6:focus
{
	background: url(../images/beach_front_lvl_6_hover.gif);
}

#beach_front_level_six #subContent {
	background: #FFFFFF url(../images/beach_front_level_6_floor_plan.gif) no-repeat center center;
}

a#beach_front_lvl_6_unit_161 {
	width: 727px;
	height: 420px;
	top: 0px;
	left: 7px;
}

a#beach_front_lvl_6_unit_161:hover,
a#beach_front_lvl_6_unit_161:active,
a#beach_front_lvl_6_unit_161:focus
{
	background: url(../images/beach_front_lvl_6_unit_161_hover.gif);
}
/* ----------------------------------------------------------------------------------------------------------------------- */


/* Mountain top level one ------------------------------------------------------------------------------------------------ */

a#mountain_top_lvl_1 {
	width: 297px;
	height: 18px;
	top: 158px;
	left: 38px;
}

a#mountain_top_lvl_1:hover,
a#mountain_top_lvl_1:active,
a#mountain_top_lvl_1:focus
{
	background: url(../images/mountain_top_lvl_1_hover.gif);
}

#mountain_top_level_one #subContent {
	background: #FFFFFF url(../images/mountain_top_level_1_floor_plan.gif) no-repeat center center;
}

a#mountain_top_lvl_1_unit_214 {
	width: 189px;
	height: 336px;
	top: 0px;
	left: 25px;
}

a#mountain_top_lvl_1_unit_214:hover,
a#mountain_top_lvl_1_unit_214:active,
a#mountain_top_lvl_1_unit_214:focus
{
	background: url(../images/mountain_top_lvl_1_unit_214_hover.gif);
}

a#mountain_top_lvl_1_unit_213 {
	width: 174px;
	height: 269px;
	top: 72px;
	left: 205px;
}

a#mountain_top_lvl_1_unit_213:hover,
a#mountain_top_lvl_1_unit_213:active,
a#mountain_top_lvl_1_unit_213:focus
{
	background: url(../images/mountain_top_lvl_1_unit_213_hover.gif);
}

a#mountain_top_lvl_1_unit_212 {
	width: 184px;
	height: 348px;
	top: 72px;
	left: 356px;
}

a#mountain_top_lvl_1_unit_212:hover,
a#mountain_top_lvl_1_unit_212:active,
a#mountain_top_lvl_1_unit_212:focus
{
	background: url(../images/mountain_top_lvl_1_unit_212_hover.gif);
}

a#mountain_top_lvl_1_unit_211 {
	width: 209px;
	height: 388px;
	top: 32px;
	left: 506px;
}

a#mountain_top_lvl_1_unit_211:hover,
a#mountain_top_lvl_1_unit_211:active,
a#mountain_top_lvl_1_unit_211:focus
{
	background: url(../images/mountain_top_lvl_1_unit_211_hover.gif);
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Mountain top level two ------------------------------------------------------------------------------------------------ */

a#mountain_top_lvl_2 {
	height: 27px;
	width: 297px;
	left: 38px;
	top: 134px;
}

a#mountain_top_lvl_2:hover,
a#mountain_top_lvl_2:active,
a#mountain_top_lvl_2:focus
{
	background: url(../images/mountain_top_lvl_2_hover.gif);
}

#mountain_top_level_two #subContent {
	background: #FFFFFF url(../images/mountain_top_level_2_floor_plan.gif) no-repeat center center;
}

a#mountain_top_lvl_2_unit_224 {
	width: 211px;
	height: 336px;
	top: 52px;
	left: 0px;
}

a#mountain_top_lvl_2_unit_224:hover,
a#mountain_top_lvl_2_unit_224:active,
a#mountain_top_lvl_2_unit_224:focus
{
	background: url(../images/mountain_top_lvl_2_unit_224_hover.gif);
}

a#mountain_top_lvl_2_unit_223 {
	width: 186px;
	height: 303px;
	top: 96px;
	left: 195px;
}

a#mountain_top_lvl_2_unit_223:hover,
a#mountain_top_lvl_2_unit_223:active,
a#mountain_top_lvl_2_unit_223:focus
{
	background: url(../images/mountain_top_lvl_2_unit_223_hover.gif);
}

a#mountain_top_lvl_2_unit_222 {
	width: 187px;
	height: 304px;
	top: 95px;
	left: 362px;
}

a#mountain_top_lvl_2_unit_222:hover,
a#mountain_top_lvl_2_unit_222:active,
a#mountain_top_lvl_2_unit_222:focus
{
	background: url(../images/mountain_top_lvl_2_unit_222_hover.gif);
}

a#mountain_top_lvl_2_unit_221 {
	width: 215px;
	height: 304px;
	top: 50px;
	left: 525px;
}

a#mountain_top_lvl_2_unit_221:hover,
a#mountain_top_lvl_2_unit_221:active,
a#mountain_top_lvl_2_unit_221:focus
{
	background: url(../images/mountain_top_lvl_2_unit_221_hover.gif);
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Mountain top level three ------------------------------------------------------------------------------------------------ */

a#mountain_top_lvl_3 {
	height: 23px;
	width: 297px;
	left: 38px;
	top: 114px;
}

a#mountain_top_lvl_3:hover,
a#mountain_top_lvl_3:active,
a#mountain_top_lvl_3:focus
{
	background: url(../images/mountain_top_lvl_3_hover.gif);
}

#mountain_top_level_three #subContent {
	background: #FFFFFF url(../images/mountain_top_level_3_floor_plan.gif) no-repeat center center;
}

a#mountain_top_lvl_3_unit_234 {
	width: 217px;
	height: 347px;
	top: 57px;
	left: 0px;
}

a#mountain_top_lvl_3_unit_234:hover,
a#mountain_top_lvl_3_unit_234:active,
a#mountain_top_lvl_3_unit_234:focus
{
	background: url(../images/mountain_top_lvl_3_unit_234_hover.gif);
}

a#mountain_top_lvl_3_unit_233 {
	width: 190px;
	height: 313px;
	top: 102px;
	left: 203px;
}

a#mountain_top_lvl_3_unit_233:hover,
a#mountain_top_lvl_3_unit_233:active,
a#mountain_top_lvl_3_unit_233:focus
{
	background: url(../images/mountain_top_lvl_3_unit_233_hover.gif);
}

a#mountain_top_lvl_3_unit_232 {
	width: 193px;
	height: 313px;
	top: 102px;
	left: 372px;
}

a#mountain_top_lvl_3_unit_232:hover,
a#mountain_top_lvl_3_unit_232:active,
a#mountain_top_lvl_3_unit_232:focus
{
	background: url(../images/mountain_top_lvl_3_unit_232_hover.gif);
}

a#mountain_top_lvl_3_unit_231 {
	width: 198px;
	height: 314px;
	top: 57px;
	left: 542px;
}

a#mountain_top_lvl_3_unit_231:hover,
a#mountain_top_lvl_3_unit_231:active,
a#mountain_top_lvl_3_unit_231:focus
{
	background: url(../images/mountain_top_lvl_3_unit_231_hover.gif);
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Mountain top level four ------------------------------------------------------------------------------------------------ */

a#mountain_top_lvl_4 {
	height: 22px;
	width: 297px;
	left: 38px;
	top: 92px;
}

a#mountain_top_lvl_4:hover,
a#mountain_top_lvl_4:active,
a#mountain_top_lvl_4:focus
{
	background: url(../images/mountain_top_lvl_4_hover.gif);
}

#mountain_top_level_four #subContent {
	background: #FFFFFF url(../images/mountain_top_level_4_floor_plan.gif) no-repeat center center;
}

a#mountain_top_lvl_4_unit_244 {
	width: 217px;
	height: 345px;
	top: 46px;
	left: 0px;
}

a#mountain_top_lvl_4_unit_244:hover,
a#mountain_top_lvl_4_unit_244:active,
a#mountain_top_lvl_4_unit_244:focus
{
	background: url(../images/mountain_top_lvl_4_unit_244_hover.gif);
}

a#mountain_top_lvl_4_unit_243 {
	width: 189px;
	height: 313px;
	top: 92px;
	left: 203px;
}

a#mountain_top_lvl_4_unit_243:hover,
a#mountain_top_lvl_4_unit_243:active,
a#mountain_top_lvl_4_unit_243:focus
{
	background: url(../images/mountain_top_lvl_4_unit_243_hover.gif);
}

a#mountain_top_lvl_4_unit_242 {
	width: 192px;
	height: 313px;
	top: 92px;
	left: 373px;
}

a#mountain_top_lvl_4_unit_242:hover,
a#mountain_top_lvl_4_unit_242:active,
a#mountain_top_lvl_4_unit_242:focus
{
	background: url(../images/mountain_top_lvl_4_unit_242_hover.gif);
}

a#mountain_top_lvl_4_unit_241 {
	width: 196px;
	height: 311px;
	top: 48px;
	left: 544px;
}

a#mountain_top_lvl_4_unit_241:hover,
a#mountain_top_lvl_4_unit_241:active,
a#mountain_top_lvl_4_unit_241:focus
{
	background: url(../images/mountain_top_lvl_4_unit_241_hover.gif);
}


/* ----------------------------------------------------------------------------------------------------------------------- */

/* Mountain top level five ------------------------------------------------------------------------------------------------ */

a#mountain_top_lvl_5 {
	height: 24px;
	width: 297px;
	left: 38px;
	top: 69px;
}

a#mountain_top_lvl_5:hover,
a#mountain_top_lvl_5:active,
a#mountain_top_lvl_5:focus
{
	background: url(../images/mountain_top_lvl_5_hover.gif);
}

#mountain_top_level_five #subContent {
	background: #FFFFFF url(../images/mountain_top_level_5_floor_plan.gif) no-repeat center center;
}

a#mountain_top_lvl_5_unit_253 {
	width: 258px;
	height: 322px;
	top: 51px;
	left: 0px;
}

a#mountain_top_lvl_5_unit_253:hover,
a#mountain_top_lvl_5_unit_253:active,
a#mountain_top_lvl_5_unit_253:focus
{
	background: url(../images/mountain_top_lvl_5_unit_253_hover.gif);
}

a#mountain_top_lvl_5_unit_252 {
	width: 229px;
	height: 302px;
	top: 98px;
	left: 256px;
}

a#mountain_top_lvl_5_unit_252:hover,
a#mountain_top_lvl_5_unit_252:active,
a#mountain_top_lvl_5_unit_252:focus
{
	background: url(../images/mountain_top_lvl_5_unit_252_hover.gif);
}

a#mountain_top_lvl_5_unit_251 {
	width: 259px;
	height: 319px;
	top: 51px;
	left: 481px;
}

a#mountain_top_lvl_5_unit_251:hover,
a#mountain_top_lvl_5_unit_251:active,
a#mountain_top_lvl_5_unit_251:focus
{
	background: url(../images/mountain_top_lvl_5_unit_251_hover.gif);
}


/* ----------------------------------------------------------------------------------------------------------------------- */

/* Mountain top level six ------------------------------------------------------------------------------------------------ */

a#mountain_top_lvl_6 {
	height: 30px;
	width: 297px;
	left: 38px;
	top: 48px;
}

a#mountain_top_lvl_6:hover,
a#mountain_top_lvl_6:active,
a#mountain_top_lvl_6:focus
{
	background: url(../images/mountain_top_lvl_6_hover.gif);
}

#mountain_top_level_six #subContent {
	background: #FFFFFF url(../images/mountain_top_level_6_floor_plan.gif) no-repeat center center;
}

a#mountain_top_lvl_6_unit_263 {
	width: 258px;
	height: 322px;
	top: 51px;
	left: 0px;
}

a#mountain_top_lvl_6_unit_263:hover,
a#mountain_top_lvl_6_unit_263:active,
a#mountain_top_lvl_6_unit_263:focus
{
	background: url(../images/mountain_top_lvl_6_unit_263_hover.gif);
}

a#mountain_top_lvl_6_unit_262 {
	width: 229px;
	height: 302px;
	top: 98px;
	left: 256px;
}

a#mountain_top_lvl_6_unit_262:hover,
a#mountain_top_lvl_6_unit_262:active,
a#mountain_top_lvl_6_unit_262:focus
{
	background: url(../images/mountain_top_lvl_6_unit_262_hover.gif);
}

a#mountain_top_lvl_6_unit_261 {
	width: 259px;
	height: 319px;
	top: 51px;
	left: 481px;
}

a#mountain_top_lvl_6_unit_261:hover,
a#mountain_top_lvl_6_unit_261:active,
a#mountain_top_lvl_6_unit_261:focus
{
	background: url(../images/mountain_top_lvl_6_unit_261_hover.gif);
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Mountain top level seven ------------------------------------------------------------------------------------------------ */

a#mountain_top_lvl_7 {
	height: 29px;
	width: 297px;
	left: 38px;
	top: 24px;
}

a#mountain_top_lvl_7:hover,
a#mountain_top_lvl_7:active,
a#mountain_top_lvl_7:focus
{
	background: url(../images/mountain_top_lvl_7_hover.gif);
}

#mountain_top_level_seven #subContent {
	background: #FFFFFF url(../images/mountain_top_level_7_floor_plan.gif) no-repeat center center;
}

a#mountain_top_lvl_7_unit_271 {
	width: 740px;
	height: 331px;
	top: 45px;
	left: 0px;
}

a#mountain_top_lvl_7_unit_271:hover,
a#mountain_top_lvl_7_unit_271:active,
a#mountain_top_lvl_7_unit_271:focus
{
	background: url(../images/mountain_top_lvl_7_unit_271_hover.gif);
}

/* ----------------------------------------------------------------------------------------------------------------------- */


#viewBrief {
	width: 720px;
	left: 10px;
	top: 400px;
}

#view #flashContent {
}

#locationBrief {
	width: 325px;
	right: 0px;
	top: 2px;
}
#locationBrief p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#location #subContent {
	background: url(../images/bkgnd_location.jpg) no-repeat center top;
	top: 40px;
}

#contact #subContent {
	background: url(../images/bkgnd_contact.jpg) no-repeat center center;
	top: 40px;
}

#contactBrief {
	position: absolute;
	width: 720px;
	top: 3px;
	left: 5px;
}

#contactForm {
	margin-bottom: 0.5em;
	width: 720px;
	left: 5px;
	top: 45px;
	position: absolute;
}

.formBlock {
	margin-bottom: 0.2em;
	overflow: hidden;
}

.formBlock label {
	display: block;
	float: left;
	width: 25%;
	text-align: right;
	margin-right: 2px;
	padding: 0.2em;
}

.required label, .noteRequired {
	
	background-repeat: no-repeat;
	background-position: 0.5em center;
}

.formTextField {
	padding: 2px;
	width: 40%;
}

.formTextArea {
	width: 70%;
	overflow: auto;
	height: 20em;
	padding: 2px;
}

.formSelect {
	padding: 2px 2px 1px 2px;
	width: 40.5%;
	text-transform: capitalize;
	height: 1.5em;
}

.formTextField,
.formTextArea,
.briefTextArea,
.formSelect,
.formButton {
	border: 1px solid #FFFFFF;
}

.formTextField:focus,
.formTextArea:focus,
.formSelect:focus,
.formTextField:focus,
.formError .formTextField,
.formError .formTextArea,
.formError .formSelect {
	background: #333333;
}

.formError label {
	background: #333333 url(../images/icon_error.gif) no-repeat left center;
}

#formButton {
	padding-left: 112px;
}

.formButton {
	background: #858585;
	color: #FFFFFF;
	padding: 0.2em;
}

.formChecks ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	width: 499px;
	overflow: hidden;
	z-index: 5;
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;   
	opacity: 0.6;
	padding: 5px;
	color: #FFFFFF;
}

#priceRange label {
	z-index: 5;
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;   
	opacity: 0.6;
	color: #FFFFFF;
	margin-right: 2px;
	padding: 0.2em;
}

.formChecks li label {
	margin-bottom: 0.1em;
	padding-left: 0.7em;
	width: 70%;
}

.formChecks li {
	width: 164px;
	overflow: hidden;
	margin: 0px;
	float: left;
	text-align: left;
	padding: 0px;
}

.messageBlock
{
	margin-bottom: 5px;
}

#sendInfo {
	margin-left: 188px;
	z-index: 5;
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	color: #FFFFFF;
	padding: 5px;
	width: 499px;
}

#send_info {
	position: relative;
	bottom: 3px;
}

#logo {
	height: 52px;
	width: 305px;
	position: absolute;
	display: block;
	right: 0px;
	z-index: 10;
	top: -18px;
}
#logo a {
	display: block;
	height: 52px;
	width: 305px;
	background: url(../images/vue_logo.gif) no-repeat center center;
}
#logo span {
	display: none;
}
#edenLifeLogo {
	position: absolute;
	left: 5px;
	top: 425px;
}
#patDriscollLogo {
	position: absolute;
	right: 0px;
	top: 450px;
}
#professionalsLogo {
	position: absolute;
	left: 210px;
	top: 425px;
}
