/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://www.barringtonseptic.com/images/white-to-blue-gradient-10x2200.jpg);
	background-repeat: repeat;
	color: #696969;
	background-position: center;
	font: 80%/normal Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	
}

p { margin-bottom: 1.2em; }

h1, h2, h3, h4, h5, h6 {
 font-weight: normal;
 letter-spacing: -1px;
}

h1{
	font-family: Arial,Verdana,sans-serif;
	font-size: 150%;
	color: #798797;
	
}

h2{
	font-size: 114%;
	color: #798797;
	
}

h3{
 font-size: 100%;
 color: #798797;

}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #798797;
}

h5{
 font-size: 100%;
 color: #798797;
}


a:link, a:visited, a:hover {
	color: #3B4851;
	text-decoration: none;
}					

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 840px;
	background-position: center;
	margin: 5px auto;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #ccc;
	padding: 0px;
	text-align: left;
	background-color:#FFFFFF
}

#wrapper1{
	width: 840px;
	background-color: #ffffff;
	background-position: center;	
	margin: 5px auto;
	margin-left: auto;
    margin-right: auto;
	border: thin solid #ccc;
	padding: 0px;
	text-align: left;	
}

#header{
	background-image: url(http://www.barringtonseptic.com/images/barrington-septic-header.jpg);
	height: 286px;
	width: 840px;
}

 #content {
	float: left;
	
}

#stdParagraph{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
}



.short_form {
        font-family: Arial, Helvetica, sans-serif;
        font-size: .6em;
        font-weight: normal;
}

INPUT {
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-size: 1em;
	background-color: #E9E9E9;
}

TEXTAREA {
	background-color: #E9E9E9;
	font-family: arial, verdana, ms sans serif;
	font-size: 1em;
	font-weight: normal
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

.smallgray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #3B4851; 
}
.smallgray2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #3B4851; 
}
.box-bordering 
{
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color:#8A939C;
	padding: 4px;
}
.padding-left
{
	padding-left: 10px;	
}

.padding
{

	padding-right: 5px;
	padding-top: 5px;	
}
.small-box
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
	padding-left: 5px;
	padding-right: 5px;	
}

