@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}
	
img, div { behavior: url(Scripts/iepngfix.htc) }

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #F0EADA url(../images/bg.gif) repeat-x;
	color: #212121;
}
	
a:link, a:visited {
	text-decoration: none;
	color: #993300;
	}
	
a:active, a:hover {
	text-decoration: none;
	color: #DA9C39;
	}

#container {
	margin: 0 auto;
	width: 1006px;
	}
	
#header {
	height: 26px;
	background: url(../images/bg_content.gif) repeat-y;
	margin: 0 5px;
	}
	
#header h1 {
	display: none;
	}
	
#nav {
	margin: 5px 0 0 0;
	float: right;
	}
	
#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	padding: 0 4px;
	letter-spacing: 1px;
	color:#CCC;
	font-size: 13px;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 1em;
	width: 10em;
	padding-top: 5px;
	margin-top: 2px;
	left: 0;
	background: #F0EADA;
	line-height: 170%;
	border: 1px solid #ccc;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
	width: 10em;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #212121;
	}
	
#nav a:active, #nav a:hover {
	text-decoration: none;
	color: #DA9C39;
	}

/* pages - background image on top */

#home {
	height: 459px;
	background: #F0EADA;
	padding: 5px;
	}

#about {
	height: 459px;
	background: #F0EADA url(../images/flash/001.jpg) no-repeat 5px 5px;
	padding: 5px;
	}

#activities {
	height: 459px;
	background: #F0EADA url(../images/flash/006.jpg) no-repeat 5px 5px;
	padding: 5px;
	}

#contact {
	height: 459px;
	background: #F0EADA url(../images/flash/003.jpg) no-repeat 5px 5px;
	padding: 5px;
	}

#facilities {
	height: 459px;
	background: #F0EADA url(../images/flash/009.jpg) no-repeat 5px 5px;
	padding: 5px;
	}

#faqs {
	height: 459px;
	background: #F0EADA url(../images/flash/005.jpg) no-repeat 5px 5px;
	padding: 5px;
	}

#gardens {
	height: 459px;
	background: #F0EADA url(../images/flash/011.jpg) no-repeat 5px 5px;
	padding: 5px;
	}

#links {
	height: 459px;
	background: #F0EADA url(../images/flash/002.jpg) no-repeat 5px 5px;
	padding: 5px;
	}

#locations {
	height: 459px;
	background: #F0EADA url(../images/flash/010.jpg) no-repeat 5px 5px;
	padding: 5px;
	}

#newsletter {
	height: 459px;
	background: #F0EADA url(../images/flash/004.jpg) no-repeat 5px 5px;
	padding: 5px;
	}

#residents {
	height: 459px;
	background: #F0EADA url(../images/flash/008.jpg) no-repeat 5px 5px;
	padding: 5px;
	}

#gal {
	height: 459px;
	background: #F0EADA url(../images/flash/007.jpg) no-repeat 5px 5px;
	padding: 5px;
	}
	
/* end pages */

#logo {
	margin: 0 0 0 30px;
	width: 216px;
	}
	
#content {
	width: 996px;
	background: #FFF url(../images/bg_content.gif) repeat-y;
	margin: 0 5px;
	}
	
#testcol {
	display: inline;
	float: left;
	width: 215px;
	margin: 0 0 5px 30px;
	}
	
#testcol h2 {
	padding: 30px 0 10px 0;
	color: #212121;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:italic;
	text-align: center;
	}
	
#testcol h3 {
	padding: 0 0 0 20px;
	color: #212121;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	}
	
#testcol p {
	padding: 5px 0 5px 0;
	line-height: 160%;
	}
	
.quotes {
	margin: 0 15px;
	font-style: italic;
	color: #666;
	font-size: 11px;
	}
	
.author {
	margin: 0 15px;
	font-style: italic;
	font-size: 11px;
	text-align: right;
	}
	
#gallery {
	display: inline;
	float: left;
	width: 750px;
	}
	


#leftcol {
	display: inline;
	float: left;
	width: 480px;
	}
	
#leftcol h1, #gallery h1 {
	padding: 30px 0 5px 30px;
	color: #DA9C39;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	}
	
#leftcol h2, #gallery h2 {
	padding: 5px 0 5px 30px;
	color: #666;
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
#leftcol h3 {
	padding: 5px 0 5px 30px;
	color: #212121;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	}
	
#leftcol p, #gallery p {
	padding: 5px 10px 10px 30px;
	line-height: 160%;
	}
	
#leftcol td, #gallery td {
	vertical-align: top;
	}

.tble {
	margin-left: 20px;
	}

.tble2 {
	margin-left: 20px;
	text-align: center;
	}
	
.tdclr {
	height: 1px;
	background: #999;
	}
	
#rightcol {
	display: inline;
	float: left;
	width: 270px;
	}
	
.rphotos {
	margin: 20px 0 0 20px;
	border: 5px solid #F0EADA;
	}
	
.captions {
	background: #F0EADA;
	margin: 20px 0 0 30px;
	text-align: center;
	width: 440px;
	}
	
.captions p {
	padding:  5px;
	font-size: 11px;
	font-style: italic;
	}
	
.captions img {
	border-top: 5px solid #F0EADA;
	border-left: 5px solid #F0EADA;
	border-right: 5px solid #F0EADA;
	}
	
.lphotos {
	border: 5px solid #F0EADA;
	}
	
#clear {
	clear: both;
	height: 20px;
	}
	
.cpage {
	clear: both;
	}
	
#footer p, #foot {
	text-align: right;
	padding: 10px 11px 5px 10px;
	font-size: 10px;
	}
	
#foot {
	float: left;
	display: inline;
	}
	
#foot a:link, #foot a:visited {
	text-decoration: none;
	color: #212121;
	padding: 0 4px;
	}
	
#foot a:active, #foot a:hover {
	text-decoration: underline;
	color: #212121;
	padding: 0 4px;
	}
	
#pagecontent {
	display: none;
	}
