* {
	margin:	 			0;
	padding: 			0;
}

img {
	border: 				0;
}

a {
	color: 				#4a7019;
	text-decoration: 	underline;
}

a:hover {
	color: 				#222222;
	text-decoration: 	none;
}

input, textarea {
	border:				1px solid #a4d266;
	width:				160px;
	color:				#4c721d;
	margin-left:		10px;
}	

body {
	background:			url(images/gradientBack.gif);
	font-family:		Veranda, Arial, sans-serif;
	color: 				#4a7019;
	padding:				10px;
}

#main {
	position:			relative;
	width:				920px;
	margin:				0 auto;
}

#mainTable {
	width:				920px;
	border-collapse:	collapse;
}
#header {
	background:			#ffffff;
	width:				920px;
	height:				150px;
}
#logo {
	padding:				10px;
}

#phone {
	background:			#4c721d;
	color:				#ffffff;
	text-align:			center;
	font-size:			14px;
	border:				1px solid #a4d266;
}

#navLeft {		
	background:			url(images/gradientBox.gif);
	width:				140px;
	text-align:			center;
	border:				1px solid #a4d266;
}

#content {
	position:			relative;
	width:				780px;
	background:			url(images/gradientBox.gif);
	border:				1px solid #a4d266;
}

#pestcontrol {		
	float: right;
	width:				250px;
	height:				420px;
	margin:				10px;
	text-align:			center;
	font-size:			10px;
	border:				1px solid #a4d266;
}

#residential {		
	float: right;
	width:				250px;
	margin:				10px;
	height:				170px;
	text-align:			center;
	font-size:			10px;
	border:				1px solid #a4d266;
}

#estimate {		
	float: right;
	width:				200px;
	height:				420px;
	margin:				10px;
	text-align:			left;
	font-size:			10px;
	border:				1px solid #a4d266;
}

#boxHeader {		
	width:				250px;
	background:			#4c721d;
	padding:				3px 0px 5px 0px;
	color:				#ffffff;
	text-align:			center;
	font-size:			14px;
	font-weight:		bold;
	border-bottom:		1px solid #a4d266;
}

#estimateHeader {		
	width:				200px;
	background:			#4c721d;
	padding:				3px 0px 5px 0px;
	color:				#ffffff;
	text-align:			center;
	font-size:			14px;
	font-weight:		bold;
	border-bottom:		1px solid #a4d266;
}

#footer {
	font-size:			12px;
	text-align:			center;
}
	
#asterisk {
	color:			#ff0000;
}	
	
	
