@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	width:100%;

}

#container{
	position:relative;
	width:780px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
}

#header{
	position:relative;
	width:95%;
	padding:15px;
	text-align:left;

}
#menu{
	position:relative;
	text-align:center;
	background:#fff url(../images/border_shadow_top.jpg) bottom repeat-x;
	height:40px;
	

}

.nav{
	
	text-align:center; 
	vertical-align:middle;
	padding:10px;
}

#bannerBack{
	position:relative;
	background:#c6f2ff url(../images/beach2.jpg) bottom repeat-x;
	overflow:visible;
	z-index:500;
	border-bottom:1px solid #f2f2f2;
	border-top:1px solid #ccc;
}

#bannerBackLake{
	position:relative;
	background:#e4eaf6 url(../images/lake_banner_back.jpg) bottom repeat-x;
	overflow:visible;
	z-index:500;
	border-bottom:1px solid #f2f2f2;
	border-top:1px solid #ccc;
}

#banner{
	position:relative;
	overflow:visible;
	z-index:500;
	width:815px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}

#banner_link{
	position:absolute;
	left: 574px;
	top: 13px;

}

#picShadow{
	position:relative;
	background:url(../images/pic_back.gif) no-repeat 85px 6px;
	width:770px;
	height:320px;
	margin:auto;
	bottom:-40px;
	float:left;
	


}

#picShadowInterior{
	position:relative;
	background:none;
	width:770px;
	height:320px;
	margin:auto;
	bottom:-40px;
	float:left;
	


}

#picBackShadow{
	position:relative;
	background:url(../images/pic_back_shadow.gif) no-repeat 103px 23px;
	width:770px;
	height:320px;
	margin:auto;

}

#picBack{
	position:relative;
	background:url(../images/pic.gif) no-repeat 80px 2px;
	width:770px;
	height:315px;
	margin:auto;
	
}

#picBack img{
	position:relative;
	border:6px solid #fff;
	margin:auto;
	text-align:center;
	top:-5px;

}

#tagline{
	position:relative;
	font-weight:bold;
	bottom:-30px;
	right:-165px;
	font-size:1.5em;
	z-index:500;
	top: 0;
	left: 0;
}	

#body{
	position:relative;
	background:#fff url(../images/border_shadow_bottom.jpg) top repeat-x;
	padding-top:50px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	
}

#contentContainer{
	position:relative;
	width:96.5%;
	margin:auto;
	padding-bottom:20px;
}

#topContent{
	position:relative;
	text-align:center;
	height:100px;
	padding-top:10px;
	padding-bottom:30px;

}

#topContentInterior{
	position:relative;
	text-align:center;
	top:-20px;
	padding-bottom:30px;

}

#leftContent{
	position:relative;
	float:left;
	width:58%;
	margin-left:15px;

}

#rightContent{
	position:relative;
	float:right;
	width:35%;
	border-left:1px solid #ccc;
	padding-left:15px;


}

#newsletter{
	position:relative;
	width:87%;
	margin:auto;
	padding:5px;
	border:1px solid #ccc;

}


#footer{
	position:relative;
	clear:both;
	text-align:center;
	padding:20px;
}



/*CLASSES*/

.clear{
	clear:both;
}

.boxBlue{
	background:#005e9c;
	margin:8px;
	color:#fff;
	font-weight:bold;

}

.propertBox{
	position:relative;
	margin:7px;
}

.propertBox img{
	position:relative;
	padding:4px;
	border:1px solid #ccc;
}

.boxBlueVertical{
	background:#005e9c;
	margin:8px;
	color:#fff;
	font-weight:bold;
	padding:10px 15px;
}



.border5{
	border:5px solid #004f7b;
}


.border{
	border:1px solid #004f7b;
}


.floatLeft{
	position:relative;
	float:left;

}
.floatRight{
	position:relative;
	float:right;

}

.separator{
	border-top:1px solid #cdcdcd;
	height:5px;
	width:95%;
	margin:auto;
	clear:both;
	padding-bottom:20px;
	padding-top:2opx;
}


#body .floatLeft{
	position:relative;
	float:left;
	padding:2px;
}
#body  .floatRight{
	position:relative;
	float:right;
	padding:2px;

}
#banner img.floatLeft {
	position:relative;
	top:63px;
}

*html #banner img.floatLeft {
	position:relative;
	top:63px;

}

#banner img.floatRight {
	position:relative;
	top:63px;
}

*html #banner img.floatRight  {
	position:relative;
	top:63px;

}

.borderGray{
	border:1px solid #ccc;
}

.line{
	border-top:1px solid #ccc;
	width:99%;
	height:3px;
	margin:auto;
}

.line2{
	border-top:4px double #ccc;
	width:99%;
	height:3px;
	margin:auto;
}

.box_blue{
	margin:auto;
	background:#004f7b;
	color:#fff;
	width:200px;
	text-align:center;
	padding:8px;
}
.margin10{
	margin:10px;
}
.box_gray{
	margin:auto;
	background:#f1f1f1;
	width:97%;
	padding:5px;
}

.width40{
	width:40%;
}

/*CLASSES END*/
