@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #0072BB;
}

#container {
	margin: 25px auto 0 auto;
	width: 759px;
	background: #FFF url(../images/bg_container.jpg) no-repeat;
	border: 5px solid #000;
	}
	
#header {
	height: 115px;
	}
	
#header h1 {
	display: none;
	}
	
#nav {
	height: 100px;
	color: #FFF;
	}
	
#nav h6 {
	font-size: 22px;
	font-weight: normal;
	padding: 35px 0 0 85px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
#nav p {
	font-size: 14px;
	padding: 25px 0 0 17px;
	}
	
#nav a {
	padding: 0 8px;
	}
	
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#nav a:hover, #nav a:active {
	color: #A71633;
	text-decoration: underline;
	}
	
#services {
	float: left;
	margin: 390px 0 0 10px;
	width: 280px;
	display: inline;
	font-size: 10px;
	}
	
#services h4 {
	color: #A71633;
	font-size: 14px;
	padding: 10px 25px 10px 10px;
	}
	
#content {
	}
	
#content p {
	padding: 0 25px 10px 333px;
	line-height: 150%;
	}
	
#content ul {
	padding: 0 25px 10px 350px;
	}
	
#content li {
	list-style-image: url(../images/list.gif);
	padding: 0 0 2px 0;
	}
	
#content h1 {
	color: #A71633;
	font-size: 21px;
	font-weight: normal;
	padding: 0 58px 20px 0;
	text-align: right;
	background: url(../images/bg_headers.gif) no-repeat 0300px 12px;
	}
	
#content h2 {
	color: #A71633;
	font-size: 14px;
	padding: 10px 25px 10px 333px;
	}
	
.bghome {background: url(../images/bghome.jpg) no-repeat 15px 50px;}
.bgcontact {background: url(../images/bgcontact.jpg) no-repeat 15px 50px;}
.bgservices {background: url(../images/bgservices.jpg) no-repeat 15px 50px;}
.bgabout {background: url(../images/bgabout.jpg) no-repeat 15px 50px;}
.bgfaqs {background: url(../images/bgfaqs.jpg) no-repeat 15px 50px;}

#footbox {
	float: right;
	width: 127px;
	height: 130px;
	margin-top: -71px;
	background: url(../images/footbox.jpg) no-repeat;
	}

#footer {
	float: left;
	height: 85px;
	width: 632px;
	background: #FFF url(../images/bg_footer.gif) repeat-x;
	}
	
#footer p {
	padding: 8px 0 10px 15px;
	line-height: 140%;
	}
	
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
	}
	
#footer a:active, #footer a:hover {
	color: #AB223E;
	text-decoration: none;
	}
	
.ftwhite {
	color: #fff;
	}
	
.clear {
	clear: both;
	}
	
.photos {
	float: right;
	padding: 30px 0 10px 0;
	}