html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: #001B3E;
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: white; 
} 
 
#header{
 position:relative; 
 height:138px;
 width:100%;
} 

img {
border:0;
}

#splash {
 margin:0;
 text-align: center;
 position:relative; 
 height:405px;
 width:100%;
 background-image: url(../images/splash_bg.jpg);
 background-repeat: repeat-x;
 background-position: bottom;
}

#splash img {
 float: left;
 margin-left: 10px;
 margin-right: 20px;
}

#splash_copy {
 margin:0;
 padding-top: 45px;
 position: relative;
 font-family: New Century Schoolbook, serif;
 font-size: 25pt;
 color: #00193E;
 line-height: 30pt;
 margin-right: 20px;
}

#splash_quoted {
 color: #00193E;
 line-height: 16pt;
 font-size: 14pt;
 margin-right: 20px;
 margin-bottom: 40px;
}

#leftcol{
 width:580px; 
 float:left; 
 position:relative;
 padding-top: 25px;
  }
 
#leftcol p {
 text-align: justify;
 font-family: New Century Schoolbook, serif;
 margin-left: 35px;
 margin-right: 20px;
 color: #555;
 font-size: 11pt;
 line-height: 17pt;
}

#leftcol #button {
margin-left:15px;
}

#leftcol a:link, #leftcol a:visited {
color: #333;
text-decoration: underline;
}

#leftcol a:hover {
color:black;}

.right {
 border: 3px solid #bbb;
 margin-left: 12px;
 margin-top:5px;
 float: right;
}

#button a:link, #button a:visited {
 position: relative;
 padding-top: 8px;
 padding-bottom: 8px;
 padding-left: 15px;
 padding-right: 15px;
 background-color: #00193E;
 background-image: url(../images/button_bg.png);
 background-repeat: repeat-x;
 background-position: bottom;
 color: white;
 text-decoration: none;
 font-weight: normal;
 font-family: arial, sans-serif;
 font-size: 10pt;
}

#button a:hover {
 color:white;
 background-color: #333;
 background-image: url(../images/button_bg_over.png);
}



.left {
	float:left;
}

#home_floorplans {
 margin-left: 15px;
  width: 100%;
  text-align: center;
}
#home_floorplans p{
text-align: left;

}

#img_caption {
 margin:0;
 padding: 0;
 font-size: 9px;
}

.large {
 font-size: 17pt;
}
h1 {
 font-family: New Century Schoolbook, serif;
 color: #555;
 font-weight: normal;
 font-size: 19pt;
 margin-left: 35px;
}
h2 {
 font-family: Arial, sans-serif;
 color: #333;
 font-weight: normal;
 font-size: 15pt;
 margin-left: 35px;
}

#sidebar{ 
 float: right; 
 width:300px; 
 padding-top: 25px;
 }
 
#sidebar h1 {
margin-left: 50px;
}

#sidebar #button {
margin-left:55px;
}

#featured_photos{
 margin-left:45px;
 }

#featured_photos td{
 padding: 5px;
 }


#featured_photos a:link img, #featured_photos a:visited img {
 border: 3px solid #ccc;
}
#featured_photos a:hover img {
 border: 3px solid #aaa;
}

.img_border {
 border: 3px solid #ccc;
}
#footer{
 letter-spacing: 0px;
 font-family: Helvetica, Verdana, Arial;
 margin-top: 10px;
 color: white;
 font-size: 8pt;
 height:20px;
 clear:both;
 } 
 
#footer a:link, #footer a:visited{
 	color: #dfdfdf;
 	text-decoration: none;
 }
#footer a:hover{ text-decoration: underline; }
ul#menu{
	font-weight: normal;
	margin:0;
	padding:0;
	padding-left: 10px; 
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	background:transparent url("../images/menu_off.gif") repeat-x top left;
	font-family:New Century Schoolbook, serif;
	border-bottom:2px solid #bbb;
	border-top:1px solid #C0E2D4;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
}

ul#menu li a{
	display:block;
	float:left;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	padding:12px 8px 0 8px;
	height:24px;
	background:transparent url("../images/menu_divider.gif") no-repeat top right;
}

ul#menu li a:hover{
	background:transparent url("../images/menu_hover.gif") no-repeat top right;	
}
	

#amenities_list{
font-size: 11pt;
	margin-left:20px;
	display: block;
	font-family: arial, sans-serif;
	color: #333;
}
#amenities_list li{
margin-top: 3px;
}
	
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.border {
border: 1px solid #ddd;
padding-top: 15px;
padding-bottom: 15px;
width: 475px;

}

