@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body {
	background-color:#544b5d;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size:62.5%;
}

a {
	color:#8f829e;
	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:#b8a9c8;
}

#nav ul { text-align:center;  padding-top:14px; padding-left:15px;}
#nav li {
	display:inline;
	list-style-type: none;
	float:left;
	margin-left:6px;
	margin-right:6px;
}

#nav .home {
	width:62px;
	height:36px;
	overflow:hidden;
	background-image: url(../images/menu-home.gif);
}

#nav .about {
	width:90px;
	height:36px;
	overflow:hidden;
	background-image: url(../images/menu-about-us.gif);
}

#nav .facility {
	width:90px;
	height:36px;
	overflow:hidden;
	background-image: url(../images/menu-facilities.gif);
}

#nav .contact {
	width:124px;
	height:36px;
	overflow:hidden;
	background-image: url(../images/menu-contact.gif);
}

#nav .testimonials {
	width:127px;
	height:36px;
	overflow:hidden;
	background-image: url(../images/menu-testimonial.gif);
}

#nav .touch {
	width:140px;
	height:36px;
	overflow:hidden;
	background-image: url(../images/menu-keep.gif);
}

#nav .further {
	width:213px;
	height:36px;
	overflow:hidden;
	background-image: url(../images/menu-more.gif);
}

#nav a.home, #nav a.about, #nav a.facility, #nav a.contact, #nav a.testimonials, #nav a.touch, #nav a.further {
	background-position: 0px 0px; display:block;
}
#nav a.home:hover, #nav a.about:hover, #nav a.facility:hover, #nav a.contact:hover, #nav a.testimonials:hover, #nav a.touch:hover, #nav a.further:hover { background-position: 0px 36px;}
/* ------------------------------------------------------------------------------------ content */
#flash {
width:964px;
height:163px;
}

#welcome {
background-color:#8f829e;
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 #5f681d; margin-bottom:15px;}
#content .left .box p { line-height:1.7em;}
#content .left .box2 { width:259px; padding:5px; border: 1px solid #5f681d; margin-bottom:15px; background-color:#8f829e; color:#FFFFFF;}
#content .left .box h2 {
color:#8f829e;
	font-size:1.7em;
	font-weight: normal;
	margin-bottom:6px;}
#content .left .box2 h2 {
	color:#ffffff;
	font-size:1.7em;
	font-weight: normal;
	margin-bottom:6px;
}#content .left .box2 a {
	color:#FFFFFF;
	text-decoration: underline;
}

#content .left .box2 a:hover { color:#544b5d}

#content .right, #content .testimon { float:left; width:630px;}
#content .testimon blockquote {
	margin-right:20px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	padding-left:35px;
	padding-top:4px;
	margin-bottom:30px;
} 

#content .right h2 {
	color:#8f829e;
	font-size:1.7em;
	font-weight: normal;
	margin-bottom:6px;
}
#content .right p { margin-bottom:15px;}
#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 #5f681d;
	padding:10px;
	margin-bottom:10px;
	clear:both;
}

#content .testimonials h2 {
	color:#8f829e;
	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:#8f829e; text-align:right;}

/* ------------------------------------------------------------------------------------ footer */

#sites {
background-color:#8f829e;
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:#b8a9c8;
	margin-bottom:6px;
}

#sites a {
	color:#ffffff;
	text-decoration: none;
}
#sites a:hover {color:#544b5d;}

#footer {
width:964px;
text-align:center;
background-color:#b8a9c8;
padding-top:15px;
padding-bottom:15px;
color:#ffffff;
font-size:1.0em;
}
#footer a { color:#544b5d}
.clear { clear:both;}
.imager { float:left; margin-right:5px;}
.imager-centre {   margin-bottom:5px; margin-left:60px;}