/* CSS Document*/
body {
height : 100%;
margin : 0 auto;
font-size : 0.85em;
line-height: 120%;
font-weight : normal;
font-family: "Lucida-Sans", Arial, sans-serif;
background : #ffffff;
z-index: 1000;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	line-height: 120%;
	font-weight: bold;
	color: #663300;
	}

a {
	color:#663300;
	
}


a:hover {color:#663300}
a:active {color:#663300}

#siteContainer {
	width:800px;
	margin:0 auto;

	}

#nav {
	margin: 0 auto;
	width: 800px;
	height: 24px;
	background-color: #663300;
	z-index: 1000;
	
	}

	
#nav ul {
	font-size: 80%;
	margin: 1px auto;
	padding: 4px 8px;
	text-align: center;
	
}	
#nav li {
	display: inline;
	padding: 4px 5px;
	list-style: none;
	color: #ffffff;
	
	}

#nav a {	
	padding:4px 4px;
	color: #ffffff;
	text-decoration: none;	
	}
	
#nav a:hover {background-color: black; }
#nav a:active {background-color: black;  }
	
	
#menu {
	margin: 10px 0;
	float: left;
	width: 270px;
	background-color: #ffffff;
	font-weight: bold;
}

#menu li {
color: #663300;
padding: 5px 0;
list-style: none;
	
}
#menu li a {
list-style: none;
text-decoration: none;	
}

#menu li a:hover { color: black;}
#menu li a:active { color: black;}


#content {
	float: right;
	width: 800px;
	margin: 20px auto 20px 10px;
	line-height: 120%;
	text-align: justify;
	background-color: #ffffff;
	}

#teamcontent {
	margin: 20px 0 20px 5px;
	width: 800px;
}

#servicelinks a {
text-decoration: none;
border: none;
}

.backlink {float: right; text-align: right;}
.teammenu {text-align: center;}
.teammenu img {padding: 10px; border: none;}
.teammenu a:hover img {border: 1px red solid;}
.teammenu a:active img {border: 1px red solid;}
.subhead {font-weight: bold; color: #CC3333;}
.bold {font-weight: bold;}
.signature {font-style: oblique; color: #663300; font-size: 80%; text-align: right;}
.caption {font-size: 0.65em; line-height: 150%;}

.leftimage {border:none; margin: 10px auto 0 auto;}
.newstext { font-size: 120%; line-height: 140%;text-align: center;}

#center {text-align: center;}

 
.text {
	float: right;
	width: 490px;
	margin: 20px  0;
	line-height: 120%;
	text-align: justify;
	background-color: #ffffff;
	}
	
	
.contact {
	float: right;
	margin: 20px  0;
	line-height: 120%;
	text-align: left;
	background-color: #ffffff;
	}
	
.quote {
	width: 200px;
	margin: 0 auto 0 20px;
	text-align: center;
	color: red;
	font-size: 140%;
	line-height: 190%;
	}
	
.guarantee {
	width: 200px;
	margin: 0 auto 0 20px;
	text-align: justify;
	color: #663300;
	font-size: 90%;
	line-height: 140%;
	}
.guaranteehead {font-weight: bold; text-align: center; color: red;}
	
#window {
width: 400px;
margin: 0 auto;
text-align: center;
}



#footer {
	clear: both;
	width: 800px;
	height: 24px;
	margin: 10px auto;
	text-align: center;
	font-size: 80%;
	background-color: #663300;
	color: #ffffff;
	z-index: 1000;
	
	}
	
#footer p {padding: 4px 0; }
#footer a {color: #FFCC99; }


	


	