@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(images/lava.jpg);
	background-repeat: repeat;
}

#container {
	width: 984px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/faulkner_11.png);
	background-repeat: repeat;
} 
#header {
	background-image: url(images/images/images/head-septic_02.png);
	background-repeat: no-repeat;
	height: 381px;
	width: 984px;
	padding: 0;
	background-position: center top;
	margin: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	width: 296px; /* top and bottom padding create visual space within this div */
	background-image: url(images/faulkner_10.png);
	background-repeat: no-repeat;
	height: 1050px;
	background-position: center top;
	padding-top: 135;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: right;
	float: left;
	margin-top: 135px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mainContent {
	width: 984px;
	margin: 0;
	padding-top: -10px;
	background-image: url(images/images/main-content_06.png);
	background-repeat: repeat;
} 
 #footer {
	background-color: #000000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 11px;
	margin-left: 11px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#right{
	width: 670px;
	background-repeat: no-repeat;
	background-image: url(images/images/images/faulkner_06.jpg);
	margin-left: 297px;
}
#right2 {
	width: 670px;
	margin-left: 297px;
}
#movie{
	float: right;
	height: 200px;
	width: 330px;
	margin-right: 5px;
	margin-top: 10px;
}h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
#left{
	float: left;
	width: 315px;
	margin-top: 28px;
	margin-left: 5px;
}#left h1 span {
	font-size: 14px;
	font-style: italic;
}

#one{
	width: 175px;
	margin-left: 15px;
	clear: both;
}
#keywords{
	background-image: url(images/faulkner_15.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 650px;
	padding-top: 40px;
	padding-left: 10px;
	clear: right;
	margin-left: 1px;
}
#right p {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}
#right p span {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
#keywords table tr td ul li {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
}
.map{
	margin-left: 15px;
}
.form{
	width: 200px;
	margin-left: 25px;
	margin-bottom: 75px;
}
#header2 {
	background-image: url(images/faulkner_02.png);
	background-repeat: no-repeat;
	height: 381px;
	width: 984px;
	padding: 0;
	background-position: center top;
}
#keywords2 {
	background-image: none;
	background-repeat: no-repeat;
	height: 10px;
	width: 650px;
	padding-top: 28px;
	padding-left: 10px;
	clear: right;
}
#header3 {
	background-image: url(images/images/images/head-ponds_02.png);
	background-repeat: no-repeat;
	height: 381px;
	width: 984px;
	padding: 0;
	background-position: center top;
}
.pond{
	margin-left: 15px;
	border: thin solid #4F4D40;
	margin-bottom: 90px;
}
.address{
	font-size: 8px;
}
#nav{
	height: 140px;
	width: 295px;
	margin-bottom: -140px;
	display: block;
	margin-left: 1px;
}
#nav a{
	margin: 0px;
	padding: 0px;
}
#right p a {
	color: #000;
	text-decoration: none;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFF;
	text-decoration: underline;
}
.margin{
	height: 950px;
}
#right2 p {
	padding-left: 25px;
}
#right p strong {
	font-weight: normal;
}
.phone{
	margin-top: 360px;
	color: #9E1515;
	text-align: center;
	font-size: 18px;
}
.contactForm{
	margin-left: 25px;
}
