@charset "utf-8";
/* CSS Document */
body {
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #525252;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
p {
	padding-bottom: 15px;
}

h1 { color: #67ad45; padding-bottom: 10px; }
h2 { color: #67ad45; padding-bottom: 10px; padding-top: 10px; }
ul { padding-left: 20px; } 
#wrap {
	margin: auto; 
	width: 857px;
	background-image: url('images/bodybg.png');
	background-repeat: repeat-y;
	padding: 0 24px;
}

#header {
	height: 120px;
	background-image: url('images/headerbg.png');
	background-repeat: repeat-x;
}

#logo {
	float: left;
	height: 100px;
	width: 262px;
	background-image: url('images/septiclogo.png');
	margin: 10px;
}
#phno {
	float: right;
	height: 80px;
	width: 280px;
	background-image: url('images/headerphno.png');
	margin: 20px 10px 10px 10px;
}
#nav {
	height: 36px;
	background-image: url('images/navbg.png');
	background-repeat: repeat-x;
}

#footer {
	height: 73px;
	background-image: url('images/footerbg.png');
	background-repeat: repeat-x;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#pagebody { 
	padding: 20px 20px 100px 20px; 
	background-image: url('images/pagebodybg.png');
	background-repeat: repeat-x;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -73px; /* negative value of footer height */
	height: 73px;
	clear:both;
	width: 857px;
	margin-left: auto;
	margin-right: auto;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ----------------------------------- END STRUCTURAL ------------------------------------- */
/* ----------------------------------- END STRUCTURAL ------------------------------------- */
/* ----------------------------------- END STRUCTURAL ------------------------------------- */

.footermain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.footercopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #356711;
	text-align: center;
}
.footercopy a { 
	color: #356711;
}
#footermenu { color: #4a8520; font-size: 10px; font-weight: bold; padding: 10px 0px; text-align: center; }
#footermenu a { 
	color: #4a8520;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#nav a { 
	display: block;
	float: left;
	height: 16px;
	padding: 10px 39px 10px 38px;
	color: #FFF;
	text-shadow:#000;
	font-weight: bold;
	font-size: 12px;
}

#nav a:hover {
	background-image: url('images/navhover.png');
	text-decoration: none;
}
#nav a:active {
	background-image: url('images/navactive.png');
	text-decoration: none;
}

#loginbox {
	padding: 3px;
	border-width: 1px;
	border-color: #DDD;
	border-style: solid;
	width: 300px;
	margin: 0 auto;
}
#contact {
	padding: 3px;
	border-width: 1px;
	border-color: #DDD;
	border-style: solid;
	width: 600px;
	margin: 0 auto;
}

.top {
	background-image: url('images/navbg.png');
	padding: 10px;
	font-size:12px;
	color: #FFF;
	font-weight:bold;
}
.bottom {
/* width: 278px; */
 padding: 10px;
 border-color: #DDD;
 border-width: 1px;
 border-style: solid;
 background-color:#FFF;
 font-size:12px;
 color: #000;
}
.textfield {
border: 1px solid #DDD;
background: #FFF;
font-size: 1.1em;
padding: 5px;
width: 150px;
}
.submit {
border: 1px solid #DDD;
background: #EEE;
font-size: 1.1em;
width: 150px;
}
.layout {
	padding-bottom: 10px;	
	float: left;
	padding-right: 20px;
}
.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
} 