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

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0; margin: 0; font-size: 100%; font-weight: normal;
} 


ol {
margin-left: 1.4em; list-style: decimal;
} 

img {
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

#wrapper {
width: 900px; 
margin-right: auto; 
margin-left: auto; 
}

#header {
	padding-bottom: 30px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	/*border: thin solid #009999;*/
}

#mainNav li {
	float: left;
	width: 150px;
	padding: 10px 0px 0px 0px;
	font-family: "Helvetica Black", "Arial Black", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:14px;
	letter-spacing: .125em;
	color: #999999;	
}
p {
	padding-top: 15px;
}

#mainNav {
   list-style:none;
   margin:0 auto;
   width:760px;
   position:relative;
   text-align:center;
   
	}

#mainNav a {
	color: #572C52;
	text-decoration: none;
	
	display: block;

}

#mainNav a:hover {
	color: #58B7DB;

}

#content_wrapper {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content_back.png);
	background-repeat: repeat-y;
	padding-right: 55px;
	padding-left: 60px;
	padding-top: 20px;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
}

.content_top {
	background-image: url(images/content_top.png);
	margin-right: auto;
	margin-left: auto;
	height: 39px;
}
.textindent {
	padding-left: 15px;
}

.content_bottom {
	background-image: url(images/content_bottom.png);
	margin-right: auto;
	margin-left: auto;
	height: 39px;
	background-repeat: no-repeat;	
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #572C52;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #572C52;
	font-family: Helvetica, Arial, sans-serif;
}


.footer {
	padding-top: 0px;
	background-image: url(images/footer_logo.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	height: 100px;
	padding-right: 20px;
	
}

.footertext {
	text-align: left;
	color: #666666;
	font-size: 12px;
	padding-top: 70px;
	padding-left: 116px;
	word-spacing: 1px;
	line-height: 20px;
	padding-bottom: 72px;
}


.footer a {
	text-align: center;
	text-decoration:none
}

#aboutus .content_top {
	background-image: url(images/aboutus_top.png);
}

#services .content_top {
	background-image: url(images/services_top.png);
}

#staff .content_top {
	background-image: url(images/staff_top.png);
}

#staff .subhead {
	margin-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
	
	.services {
	font-size: 12px;
	padding-right: 8px;
	padding-left: 2px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.etant_services {
	
	margin-left: -5px;
}
.service_title {
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-left: 0px;
	font-size: 14px;
}
.price {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	float: right;
	padding-bottom: 3px;

}
.description {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 20px;

}
.service_heading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 40px;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

#aboutus .header {
	background-image: url(images/header_background.png);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 20px;
	padding-left: 15px;
}


	
	
