@import url("styles_common.css");

/* ---------------------------------------*/
/* ---------->>> #left <<<----------------*/
/* ---------------------------------------*/
/*
   Layout:
   
		#left
*/
/* ---------------------------------------*/

#left {
	background: #d00026 url(../images/sideLogoLg2.jpg) no-repeat;
}
/* ---------------------------------------*/
/* ---------->>> #right <<<---------------*/
/* ---------------------------------------*/
/*
   Layout:
   
		#right
			#banner
			#mid
				#textHolder
					.contentDivider
						h1 title
						.imageRight
						p text
							
				
			
*/
/* ---------------------------------------*/

#right {
	float: left;
	border: 0px solid blue;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#banner{
	/*float: left;*/
	display: block;
	background: url(../images/home_banner1.jpg) no-repeat;
	width: 817px;
	height: 141px;
}
#apartments #banner{
	background: url(../images/content_banner_ap.jpg) no-repeat;
}
#mid{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ebebeb;
	border: 0px solid #fff;
}

#textHolder{
	float: left;
	display: block;
	width: 777px;;
	min-height: 320px;
	background-color: #ebebeb;
	border: 0px solid #fff;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.contentDivider{
	display: block;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	min-height: 1%;
	min-width: 1%;
	border: 0px solid #000;
}
.contentDivider a{
	cursor: pointer;
}
#mainHeader{
	display: block;
	background: url(../images/home_title.gif) no-repeat;
	width: 280px;
	height: 55px;
}
#mainHeader em{
	display: none;
}
#textHolder p{
	font-size: 10px;
	line-height: 2em;
}

.imageLeft{
	float: left;
	display: block;
}
.imageRight{
	float: right;
	display: block;
	padding: 0px 0px 20px 0px;
}
#textHolder p{
	max-width: 495px;
	/*font-size: 11px;*/
	line-height: 2em;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000;
}
#textHolder h1{
	min-width: 505px;
	clear: both;
	float: left;
	display: block;
	margin: 0px 0px 12px 0px;
}
#textHolder h1#Nautica{
	background: url(../images/ap_title_nautica2.gif) no-repeat top left;
	height: 31px;
}
#textHolder h1#TheLanding{
	background: url(../images/ap_title_landing2.gif) no-repeat top left;
	height: 31px;
}
#textHolder h1#Platinum{
	background: url(../images/ap_title_platinum2.gif) no-repeat top left;
	height: 31px;
}
#textHolder h1 em{
	display: none;
}
#viewNautica {
	display: block;
	background: url(../images/ap_view_nautica2.gif) no-repeat top left;
	width: 109px;
	height: 17px;
	margin: 20px 0px 0px 0px;
	float: left;
}
#viewNautica:hover{
	background-position: 0px -17px;
}
#viewNautica em{
	display: none;
}
#viewTheLanding{
	display: block;
	background: url(../images/ap_view_landing2.gif) no-repeat top left;
	width: 136px;
	height: 17px;
	margin: 20px 0px 0px 0px;
}
#viewTheLanding:hover{
	background-position: 0px -17px;
}
#viewTheLanding em{
	display: none;
}
#viewPlatinum{
	display: block;
	background: url(../images/ap_view_platinum2.gif) no-repeat top left;
	width: 113px;
	height: 17px;
	margin: 20px 0px 0px 0px;
}
#viewPlatinum:hover{
	background-position: 0px -17px;
}
#viewPlatinum em{
	display: none;
}