

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
	background:#0987a7 url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#main_container{
	width:1024px;
	margin:0 auto;
	text-align:left;
	clear:both;
}

#footer{
	width:auto;
	background:url(../images/footerbg.jpg) repeat-x;
	text-align:center;
	clear:both;
}

p{
	margin:0 0 15px 0;
	padding:0;
}

p.last{
	margin:0;
}

.divider{
	float:left;
	clear:both;
	margin:0 0 30px 30px;
}

.lastdivider{
	float:left;
	clear:both;
	margin:0 0 0px 30px;
}

#about{
	width:505px;
	float:left;
	padding:0 20px 0 0;
}

#about a{
	color:#000000;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
}

#about a:hover{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
}

#features{
	width:442px;
	float:left;
	background:url(../images/reflection.jpg) no-repeat;
	padding:105px 0 0 0;
}

#features ul{
	padding:0 0 0 15px;
	margin:0 0 0 5px;
}

#community{
	width:268px;
	padding:0 15px 0 0;
	float:left;
}

#commap{
	float:left;
	width:711px;
	color:#000000;
}

#map{
	width:680px;
	height:290px;
	border: solid 2px #054e61;
}

#promovideo{
	float:left;
	width:645px;
}

#promovideo div.video{
	border: solid 2px #054e61;
}

#gallery{
	float:left;
	width:319px;
	padding:0 0 0 30px;
}

#gallery div.normal{
	border:solid 2px #054e61;
	margin:0 15px 15px 0;
	float:left;
	width:58px;
}

#gallery div.lastrow{
	border:solid 2px #054e61;
	margin:0 15px 0px 0;
	float:left;
	width:58px;
}


