html { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	width: 100%; 
} 
body {
	margin: 0;
	padding: 0;
	font-family: "century gothic";
	height: 100%; 
	width: 100%; 
	background-image: url(images/sky.png); 
	background-repeat: repeat-x; 
	background-color: #FFF;
}
h1 {
	color: #6D7300;
	font-size: 1.5em;
}
h4 {
	margin: 4px;
	color: #6D7300;
}
ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	}
li {
	background-image:url(images/yes.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
}
#back_wrapper_1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

	text-align: center;

}

#content_container {
	position: relative;
	min-width: 800px;
	width: 800px;
	height: 80%;
	margin: 1em auto;
	padding: 0;
	background-image: url(images/backtile.png); 
	border: 1px solid #FFF;
}
#main_column {
	position: absolute;
	top: 8em;
	width: 530px;
	left: 1em;
	text-align: left;
}
#right_column {
	position: absolute;
	top: 12em;
	width: 200px;
	right: 1em;
	border-left: 1px dotted green;
	font-size: 70%;
	text-align: left;

}
.alcenter {
	text-align: center;
}
.alright {
	text-align: right;
	border: 0;
}
.address {
	color: black;
}
.blog {
	padding: 6px;
	font-size: 80%;
	background-color: #fff;
	border: 1px dotted #9f9f9f;
	margin-bottom: 1em;
}
.confirm {
	padding: 4px;
	font-size: 80%;
	background-color: #fff;
	border: 1px dotted #9f9f9f;
	margin: 1em 3em;
}
.logoimg {
	margin: 0;
	float: right;
}
.linktext {
	font-size: 80%;
	color: #3f3f3f;
}
.footer {
	position: relative;
	color: #6D7300;
	width: 800px;
	background-image: url(images/backtilebase.png); 
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-left: auto;
	margin-top: 135px;
	margin-bottom: 10px;
	margin-right: auto;
	text-align: center;
	height: 100px;
}
.phones {
	font-size: 130%;
}
.services p{
	font-size: 80%;
	margin: 0;
	margin-left: 30px;
	text-align: left;
}
.subscript {
	font-size: 70%;
}
.tests {
	padding: 1em;
	
	background-color: #fff;
	border: 1px dotted #9f9f9f;
	margin-bottom: 1em;
}
.tests p{
	color: #4f4f4f;
	
}
.whiteback {
	padding: 1px;
	border: 1px dotted #9f9f9f;
	background-color: #fff;
	width: 500px;
	margin: 50px auto;
}
/* Forms */
#Quick_Quote_Form {
	margin-left: 10px;
	border-top: 1px dotted green;
}

/*  The Base Div */
#basediv { 
background-image : url('images/grass.gif'); 
background-repeat : no-repeat;
background-position: bottom center;
text-align: center;
height : 260px; 
width : 100%; 
position : fixed; 
bottom : 0; 
}

/* links */
a:link { 
color : #6D7300; 
text-decoration : none; 
} 
a:visited { 
color : #6D7300; 
text-decoration : none; 
} 
a:hover, a:active { 
color : #993300; 
text-decoration : none; 
border-bottom-width : 1px; 
border-bottom-style : dotted; 
border-bottom-color : #993300; 
}
.links {
font-size: 13px;
}