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

body{
	background:url(../images/background.gif) 0 0 repeat;
	font-family:"Times New Roman", Times, serif;
	color:#003300;
	}
	
#wrapper{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	clear:both;

	}
	
#header{
	width:960px;
	}
	
#nav{
	background:url(../images/nav-bg.jpg) 0 0 no-repeat;
	height:26px;
	text-align:left;
	clear:left;
	vertical-align:bottom;
	font-size:16px;
	
	}
	
#nav a{
	color:#003300;
	vertical-align:bottom;
	font-size:16px;
	padding:10px 5px 5px 5px;
	margin-left:10px;
	text-decoration:none;
	font-weight:bold;
	}	
	
#nav a:visited{
	color:#003300;
	vertical-align:bottom;
	font-size:16px;
	padding:10px 5px 5px 5px;
	margin-left:10px;
	text-decoration:none;
	font-weight:bold;
	}	
	
#nav a:hover{
	color:#000066;
	vertical-align:bottom;
	font-size:16px;
	padding:10px 5px 5px 5px;
	margin-left:10px;
	text-decoration:underline;
	font-weight:bold;
	}
	
#section-home #nav #menu-home, #section-amenities #nav #menu-amenities, #section-contact #nav #menu-contact,
#section-directions #nav #menu-directions, #section-floorplans #nav #menu-floorplans, #section-rates #nav #menu-rates, 
#section-calculator #nav #menu-calculator, #section-testimonials #nav #menu-testimonials, 
#section-photos #nav #menu-photos,
.menu a:active{
color:#000066;
	vertical-align:bottom;
	font-size:16px;
	padding:10px 5px 5px 5px;
	margin-left:10px;
	text-decoration:underline;
	font-weight:bold;
	}
	
#content{
	background:url(../images/content-main-bg.jpg) 0 0 repeat-y;
	width:960px;
	
	
	
	}
	
#main{
	width:920px;
	float:left;
	margin-left:20px;
	}
	
#right-col{
	width:1px;
	float:right;
	
	}
	
#footer{
	background:url(../images/footer-bg.jpg) 0 0 no-repeat;
	width:960px;
	height:125px;
	padding:15px 10px 0px 5px;
	font-size:13px;
	text-align:center;
	
	}
#footer a{
	width:960px;
	height:125px;
	font-size:13px;
	text-align:center;
	text-decoration:underline;
	color:#000066;
	
	}
	
#divider{
background:url(../images/divider-bg.jpg) 0 0 no-repeat;
width:325px;
}

#divider h3{
font-family:"Times New Roman", Times, serif;
margin:10px;
font-size:22px;
color:#003300;
}

#divider p{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#003300;
margin-left:5px;
margin-right:5px;
padding-left:5px;
padding-right:5px;
}

#calculator{
background:url(../images/calc-bg.jpg) 0 0 no-repeat;
width:400px;
height:525px;
margin-left:200px;
}

p{
text-align:left;
}

a, a:visited{
color:#000066;
}

a:hover{
text-decoration:none;
}
