@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFFF; 
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#mainContent {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 20px;
	background: #FFFFFF;
}
#footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/top-screen.gif);
	font-size: 10px;
	/*border-top: 1px solid #f8a176;
	margin-top: 12px;*/

}
#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 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#topbar {
	background-image: url(images/top-screen.gif);
	height: 100px;
	padding: 0;
	margin: 0;
}
#topbar-container {
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#logo {
	padding: 25px 0 25px 20px;
	width: 340;
	float: left;
}


#toplinks {
	padding: 45px 0 25px 20px;
	float: right;
	font-size: 12px;
}
#feature {
	background-color: #fff9d8;
	border-top: 1px solid #f8a176;
	border-bottom: 1px solid #f8a176;
}
#feature-container {
	width: 780px;
	height: 500 px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#feature-left {
	padding: 15px 15px 15px 20px;
	width: 375px;
	float: left;
	font-size: 12px;
	line-height: 16px;

}
#feature-left a {
	font-weight: bold;
	font-size: 16px;

}
#feature-right {
	float: right;
	padding-top: 15px;
	width: 360px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	size: 24 px;
}
h1 {
	line-height: 32px;
	font-weight: bold;
	font-style: oblique;

}
.brclear { /*Since a float is taken "out of the flow" of the document, a float inside another container must be cleared in order for the parent container to enclose it properly */
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.bullet {
	color: #4d819a;
}
.feature-subhead {
	font-size: 16px;
	font-weight: bold;
	color: #0054a6;
}
#map {
	text-align: center;
	margin: 15px auto 15px auto;
}
#estimate {
	margin: 15px;
	text-align: left;
}
#estimate td {
	font-size: 12px;
}
#thank-you {
	font-size: 12px;
	margin: 15px 15px 200px 15px;
}
.bluehead {
	color: #0066CC;
	font-weight: bold;
}
#feature-left a {
	font-size: 11px;
}