@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
	background: #DFEBBB;
}
p, h1, h2, h3, h4, ul {
	margin-bottom: 12px;
}
h1, h2 {
	padding: 0;
	color: #233E85;
	font-style: italic;
}
h3, h4, h5, h6 {
	padding: 0;
	color: #4D9531;
}
.wrapper a:link {
	color: #233E85;
}
.wrapper a:hover, a:focus {
	color: #233E85;
	background: #E5E9F4;
}
.wrapper a:visited {
	color: #233E85;
}
.img a:link {
	background: none;
	border: none;
}
.img a:hover, .img a:focus {
	background: none;
	border: none;
}
.wrapper #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #header { 
	height: 173px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background-image: url(images/bkg_hdr.jpg);
	background-repeat: no-repeat;
	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. */
}
.wrapper #sidebar1 {
	position: absolute;
	height: 110px;
	top: 156px;
	right: 168px;
	text-align: right;
}
.wrapper #sidebar1 p {
	padding: 0 0 0 24px;
}
.wrapper #sidebar1 a {
	font-size: 100%;
	font-weight: bold;
}
.wrapper #sidebar1 ul {
	font-size: 90%;
	text-align: left;
	padding-left: 18px;
}
.wrapper #sidebar2 {
	position: absolute;
	height: 201px;
	top: 260px;
	right: 1px;
	width: 308px;
	padding: 10px;
}
.wrapper #sidebar2 p {
	font-size: 90%;
}
.wrapper #sidebar2 #stylesb2 {
	font-size: 1px;
	color: #ffffff;
}
.wrapper #sidebar2 a {
	font-weight: bold;
}
.wrapper #sidebar2 ul {
	font-size: 90%;
	text-align: left;
	padding-left: 24px;
}
.wrapper #sidebar2 #list ul li {
	padding: 0 0 3px 3px;
}
.wrapper #sidebar3 {
	position: absolute;
	height: 128px;
	top: 486px;
	right: 0;
	width: 308px;
	padding: 10px;
	font-size: 100%;
}
.wrapper #sidebar3 p {
	font-size: 90%;
}
.wrapper #sidebar3 a {
	font-size: 100%;
	font-weight: bold;
}
.wrapper #sidebar4 {
	position: absolute;
	height: 377px;
	top: 274px;
	right: 0;
	width: 308px;
	padding: 10px;
	font-size: 100%;
}
.wrapper #sidebar4 #list ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 6px 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
}
.wrapper #sidebar4 #list ul li {
	padding: 0 0 3px 3px;
}
.wrapper #sidebar4 p {
	font-size: 90%;
}
.wrapper #sidebar4 a {
	font-size: 90%;
	font-weight: bold;
}
.wrapper #mainContent form {
	margin: 0 0 0 20px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #233E85;
	font-size: 90%;
}
.wrapper #mainContent form input, textarea, select {
	color: #233E85;
	background: #E5E9F4;
	border: 1px solid #52215f;
}
.wrapper #mainContent form .tablewrap {
	padding: 2px;
	border: 1px solid #52215f;
}
.wrapper #mainContent form input.formbtn {
	font-size: 10px;
	color: #233E85;
	font-weight: bold;
	background: #E5E9F4;
	border: 1px solid #52215f;
}
.wrapper #mainContent form .tablewrap {
	padding: 2px;
	border: 1px solid #52215f;
}
.wrapper #mainContent { 
	margin: 0 340px 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wrapper #mainContent #list ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 6px 24px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
}
.wrapper #mainContent #list ul li {
	padding: 0 0 3px 3px;
}
.wrapper #mainContent a {
	font-size: 100%;
	font-weight: bold;
}
.wrapper #mainContent2 { /* faq */
	margin: 0 20px 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wrapper #mainContent2 a{
	font-weight: bold;
}
.wrapper #mainContent2 form {
	margin: 0 0 0 20px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #233E85;
	font-size: 90%;
}
.wrapper #mainContent2 form input, textarea, select {
	color: #233E85;
	background: #E5E9F4;
	border: 1px solid #52215f;
}
.wrapper #mainContent2 form .tablewrap {
	padding: 2px;
	border: 1px solid #52215f;
}
.wrapper #mainContent2 form input.formbtn {
	font-size: 10px;
	color: #233E85;
	font-weight: bold;
	background: #E5E9F4;
	border: 1px solid #52215f;
}
.wrapper #mainContent2 .list ul{
	margin: 0 0 12px 24px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
	color: #233E85;
}
.wrapper #mainContent2 .list ul li{
	margin: 0 0 4px 12px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrapper #midbar { /* home */
	position: absolute;
	background-image: url(images/div_linev.gif);
	background-repeat: no-repeat;
	min-height: 425px;
	top: 190px;
	right: 324px;
	width: 16px;
}
.wrapper #midbar1 { /* short */
	position: absolute;
	background-image: url(images/div_linev.gif);
	background-repeat: no-repeat;
	min-height: 370px;
	top: 190px;
	right: 324px;
	width: 16px;
}
.wrapper #midbar2 { /* services */
	position: absolute;
	background-image: url(images/div_linev.gif);
	background-repeat: no-repeat;
	min-height: 480px;
	top: 198px;
	right: 328px;
	width: 16px;
}
.wrapper #midbar2b { /* house */
	position: absolute;
	background-image: url(images/div_linev.gif);
	background-repeat: no-repeat;
	min-height: 980px;
	top: 198px;
	right: 324px;
	width: 16px;
}
.wrapper #midbar3 { /* pricing */
	position: absolute;
	background-image: url(images/div_linev.gif);
	background-repeat: no-repeat;
	min-height: 489px;
	top: 198px;
	right: 324px;
	width: 16px;
}
.wrapper #footer { 
	background-image: url(images/bkg_ftr.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
.wrapper #footer p {
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 80%;
	color: #000;
	text-align: center;
}
.wrapper #footer #stylef1 {
	font-size: 1px;
	color: #80B399;
}
.wrapper #footer a {
	font-size: 100%;
}
.wrapper #footer a:link {
	color: #000;
}
.wrapper #footer a:hover, #sidebar2 a:focus {
	color: #017846;
}
.wrapper #footer a:visited {
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 8px;
}
.fltrttop {
	float: right;
	background-image: url(images/bkg_nav.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 156px;
	height: 266px;
}
.fltrttop #nav {
	margin-top: 8px;
	margin-left: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.style1 {
	font-size: 150%;
	color: #233E85;
	font-weight: bold;
}
.style1b {
	font-size: 125%;
	color: #233E85;
	font-weight: bold;
}
.style1c {
	font-size: 110%;
	color: #233E85;
	font-weight: bold;
}
.style2 {
	font-size: 100%;
	color: #233E85;
	font-weight: bold;
}
.style3 {
	font-size: 90%;
	color: #233E85;
	font-weight: bold;
}
.style3b {
	font-size: 100%;
	color: #233E85;
}
.style4 {
	font-size: 110%;
	color: #4D9531;
	font-weight: bold;
}
.style4 {
	font-size: 90%;
	color: #4C9637;
	font-weight: bold;
}
.style5 {
	font-size: 100%;
	color: #4D9531;
	font-weight: bold;
}
.style5b {
	font-size: 110%;
	color: #4D9531;
	font-weight: bold;
}
.style5c {
	font-size: 125%;
	color: #4D9531;
	font-weight: bold;
}
.style6 {
	font-size: 90%;
	color: #4D9531;
	font-weight: bold;
}
.style6b {
	font-size: 90%;
	color: #4D9531;
}
.style7 {
	font-size: 90%;
	color: #000;
	font-weight: bold;
}
.stylesb1 {
	font-size: 12px;
	color: #233E85;
	font-weight: bold;
}
.style10 {
	font-size: 1px;
	color: #ffffff;
}
.small {
	font-size: 80%;
}