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

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------------- */

body{
	background:#83826c url(images/bg-site.jpg) center center no-repeat fixed;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#231f20;
}

h1{
	font-size:1.3em;
	margin-bottom:1em;
	color:#002f60;
}

a{
	color:#002f60;
}

#wrapper{
	width:775px;
	margin:0 auto;
	background:url(images/bg-wrapper.jpg) repeat;
	border-left:#FFF solid 3px;
	border-right:#FFF solid 3px;
}

#header{
	text-align:center;
}

#headerlinks{
	text-align:right;
	padding:10px 20px 0 0;
	font-size:1.3em;
}

#footerlinks{
	text-align:right;
	padding:10px 0;
	font-size:1.2em;
}

#main-logo{
	margin-bottom:40px;
}

#nav{
	
}

#nav li{
	display:inline;
	float:left;
}
	#nav li a span{
		display:none;
	}

	#btn-home a{
		display:block;
		width:127px;
		height:32px;
		background:url(images/btn-home.gif) no-repeat;
	}
	
		#pg-home #btn-home a{
			background:url(images/btn-home-o.gif) no-repeat;
		}
		
	
	#btn-neighbourhood a{
		display:block;
		width:127px;
		height:32px;
		background:url(images/btn-neighbourhood.gif) no-repeat;
	}
	
		#pg-neighbourhood #btn-neighbourhood a{
			background:url(images/btn-neighbourhood-o.gif) no-repeat;
		}
		
	#btn-redsky a{
		display:block;
		width:131px;
		height:32px;
		background:url(images/btn-redsky.gif) no-repeat;
	}
	
		#pg-redsky #btn-redsky a{
			background:url(images/btn-redsky-o.gif) no-repeat;
		}
		
	#btn-homesites a{
		display:block;
		width:130px;
		height:32px;
		background:url(images/btn-homesites.gif) no-repeat;
	}
	
		#pg-homesites #btn-homesites a{
			background:url(images/btn-homesites-o.gif) no-repeat;
		}
		
	#btn-team a{
		display:block;
		width:127px;
		height:32px;
		background:url(images/btn-team.gif) no-repeat;
	}
	
		#pg-team #btn-team a{
			background:url(images/btn-team-o.gif) no-repeat;
		}
		
	#btn-pool a{
		display:block;
		width:130px;
		height:32px;
		background:url(images/btn-pool.gif) no-repeat;
	}
	
		#pg-pool #btn-pool a{
			background:url(images/btn-pool-o.gif) no-repeat;
		}
	
	#btn-gallery a{
		display:block;
		width:130px;
		height:32px;
		background:url(images/btn-gallery.gif) no-repeat;
	}
		
		#pg-gallery #btn-gallery a{
			background:url(images/btn-gallery-o.gif) no-repeat;
		}
	
	
#content{
	margin:0 80px 40px 80px;
	overflow:hidden;
	height:1%;
}

/* IE HAck*/

html>body #content{
	height: auto;
}

	#content p{
		line-height:1.5em;
		margin-bottom:1em;
	}

#main-image{
	width:775px;
	height:350px;
	margin:0 0 40px 0;
	clear:both;
}

#village-map{
	width:775px;
	height:538px;
	margin:0 0 40px 0;
	clear:both;
	padding:0 0 3px 0;
	background:#FFF;
}

#main-section{
	width:420px;
	float:left;
}
	
	#main-section li{
		padding:.75em 0;
	}
	
	#main-section li a{
		background:url(images/li.png) center left no-repeat;
		padding:.5em 0 .5em 3em;
		text-transform:uppercase;
	}

.content-list{
	margin:0 0 1.5em 0;
}

.redsky-red{
	color:#9a3d23;
}

.content-list li{
	list-style:outside square;
	margin-left:1.5em;
	padding:.75em 0;
}

#sidebar{
	float:right;
	width:165px;
}

	#sidebar img{
		border: none;
		margin:0 0 10px 0;
	}

#footer{
	clear:both;
	border-top:2px solid #002f60;
	overflow:hidden;
	padding:25px;
}

#footerinfo{
	float:right;
	width:300px;
	text-align:right;
}

.left{
	float:left;
}

/* ------------------------------------------------------- */
.col-left{
	clear:both;
	width:45%;
	float:left;
	padding-bottom:10px;
}

.col-right{
	width:45%;
	float:right;
}

.spacer{
	clear:both;
	padding:10px 0;
}

#subject {
	display: none;
}
