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

*{
margin:0;
padding:0;
}

body {
	background-color:#5E662B;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size:62.5%;
}

a {
	color:#8d9744;
	text-decoration: none;
}
a:hover { color:#666666;}

#wrapper {
	width:980px;
	margin:0 auto;
	text-align:left;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	padding-left:8px;
}

/* ------------------------------------------------------------------------------------ header */

#header {
background-color:#FFFFFF;
width:954px;
height:74px;
text-align:right;
padding-top:20px;
padding-right:10px;
}

/* ------------------------------------------------------------------------------------ nav */

#nav {
width:964px;
height:52px;
background-color:#B6C05D;
}

#nav ul { text-align:center;  padding-top:10px; padding-left:20px;}
#nav li {
	display:inline;
	list-style-type: none;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#nav .home {
	width:76px;
	height:31px;
	overflow:hidden;
	background-image: url(../images/menu-home.gif);
}
#nav .about {
	width: 108px;
	height:31px;
	overflow:hidden;
	background-image: url(../images/menu-about.gif);
}
#nav .new {
	width: 217px;
	height:31px;
	overflow:hidden;
	background-image: url(../images/menu-new.gif);
}
#nav .employment {
	width: 140px;;
	height:31px;
	overflow:hidden;
	background-image: url(../images/menu-employment.gif);
}
#nav .contact {
	width: 141px;
	height:31px;
	overflow:hidden;
	background-image: url(../images/menu-contact.gif);
}
#nav .ourhomes {
	width: 130px;
	height:31px;
	overflow:hidden;
	background-image: url(../images/menu-ourhomes.gif);
}

#nav a.ourhomes, #nav a.contact, #nav a.employment, #nav a.new, #nav a.about, #nav a.home {
	display:block;
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#nav a.ourhomes:hover, #nav a.contact:hover, #nav a.employment:hover, #nav a.new:hover, #nav a.about:hover, #nav a.home:hover {
	background-position: 0px -31px;
}

/* ------------------------------------------------------------------------------------ content */
#flash {
width:964px;
height:163px;
}

#welcome {
background-color:#8E9744;
width:924px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
}
#welcome p {
	color: #FFFFFF;
	font-size:1.7em;
	margin-left:10px;
	line-height:1.5em;
	padding-bottom:10px;
}

#content {
width:924px;
margin-left:20px;
background-color:#ffffff;
font-size:1.4em;
line-height:1.9em;
padding-top:15px;
}

#content .left { float:left; width:275px; padding-right:15px;}

#content .left .box { width:265px; padding:2px; border: 1px solid #b5c05d; margin-bottom:15px;}
#content .left .box p { line-height:1.7em;}
#content .left .box2 { width:265px; padding:2px; border: 1px solid #b5c05d; margin-bottom:15px; background-color:#8d9744; color:#FFFFFF;}
#content .left .box2 a {
	color:#FFFFFF;
	text-decoration: underline;
}

#content .left .box2 a:hover { color:#000000}
#content .right { float:left; width:630px;}

#content .right h2 {
	color:#8d9744;
	font-size:1.7em;
	font-weight: normal;
	margin-bottom:6px;
}
#content .right p { margin-bottom:5px;}
#content .right ul { margin-left:30px;}
#content .right li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left:16px;
	margin-bottom:15px;
}

#content .testimonials {
	width:904px;
	border: 1px solid #b5c05d;
	padding:10px;
	margin-bottom:10px;
	clear:both;
}

#content .testimonials h2 {
	color:#8d9744;
	font-size:1.9em;
	font-weight: normal;
	margin-bottom:6px;
}

#content .testimonials blockquote {
	width:395px;
	float:left;
	margin-right:20px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	padding-left:35px;
	padding-top:4px;
}
#content .testimonials blockquote em { color:#b5c05d; text-align:right;}

/* ------------------------------------------------------------------------------------ footer */

#sites {
background-color:#8E9744;
width:964px;
text-align:center;
padding-top:15px;
padding-bottom:15px;
font-size:1.2em;
color:#FFFFFF
}
#sites h3 {
	font-weight: normal;
	font-size:1.8em;
	color:#c4ce6f;
	margin-bottom:6px;
}

#sites a {
	color:#ffffff;
	text-decoration: none;
}
#sites a:hover {color:#5E662B;}

#footer {
width:964px;
text-align:center;
background-color:#B6C05D;
padding-top:15px;
padding-bottom:15px;
color:#ffffff;
font-size:1.0em;
}

#footer a { color:#5E662B;}

.clear { clear:both;}
.imager { float:left; margin-right:5px;}
.imager-centre {   margin-bottom:5px; margin-left:60px;}
