@charset "utf-8";
body  {
	font: 85% Arial, Helvetica, sans-serif;
	background: #dddddd;
	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: #444444;
}
#homeContainer { 
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/home3.jpg) no-repeat;
	margin: 0 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. */
	
} 

#homeownersContainer { 
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/homeowners6.jpg) no-repeat;
	margin: 0 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. */
	
}
#header { 
	
	padding: 10px 0px 0 20px;  /* 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. */
	height:305px;
} 

a:visited, a:link, a:active  {
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover  {
	text-decoration:underline;
	border:none;
	outline:none;
}

#mainNav {
	padding-top:15px;
	margin-left:120px;
}

ul.nav {
	
	list-style:none;
	color:#ffffff;
	z-index:43;
}

ul.nav li {
	float:left;
	display:block;
	width:103px;
	padding-left:15px;
	padding-right:3px;
}


ul.nav li a:visited {
	color:#ffffff;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	
}

ul.nav li a:link {
	color:#ffffff;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;

}

ul.nav li a:hover {
	color:#f82e2e;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}

ul.nav li a:active {
	color:#ffffff;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

ul.testimonial {
	margin-left:30px;
}

#header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	 /* since this element is floated, a width must be given */
	width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 6px 5px 12px;*/
}


#mainContent a, #projectsRight a, #ProjectsLeft a, #sideRight a, sidebar2 a {
	color:#a01e1e;
	outline:none;
	text-decoration:underline;
		
}


#coupons { 
width:800px;
}


#bottomNav { 
width:800px;
text-align:center;

}

ul.bottomNav {
	padding-left:50px;
	list-style:none;
	color:#a01e1e;
	background:#fff;
	margin:0px
	
}

ul.bottomNav li {
	float:left;
	display:block;
	padding-left:22px;
	margin:10px 0px;
	
}


ul.bottomNav li a:visited {

	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#a01e1e;
	outline:none;
	
	
}

ul.bottomNav li a:link {
	
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#a01e1e;
	outline:none;
	
	
	
}

ul.bottomNav li a:hover {
	color:#444;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#a01e1e;
	outline:none;
	
}

ul.bottomNav li a:active {
	
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#a01e1e;
	outline:none;
	
}

#sidebar2 {
	
	padding: 5px 20px 10px 10px;
	float:right;
	width:240px;
/*	border-left:#999 1px solid;*/
	font-size:80%;
	
}

#sidebar3 {
	margin-top:10px;
	padding: 5px 18px 10px 10px;
	float:right;
	width:243px;
/*	border-left:#999 1px solid;*/
	font-size:90%;
	
}

li {
	margin-bottom:10px;
}

#projectsLeft ul.projects  {
	font-size:90%;
	list-style:none;
	margin-top:2px;
	margin-left:10px;
	padding-left:0px;
	
}

#projectsLeft ul.projects  li{
	
	margin-bottom:3px;
	margin-left:10px;
	padding-left:0px;
}



#sidebar2 p {
	
}

#mainContent { 
	width:467px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
/*	padding: 2px 19px 5px 0px;  remember that padding is the space inside the div box and margin is the space outside the div box */
padding:20px 20px 30px 20px;
border-right:#999 1px solid;
float:left;

} 

#Content {
	padding:20px 40px 30px 40px;
}


#projectsLeft {
	float:left;
	width:43%;
	
	border-right:#999 1px solid;
	padding:5px 45px 15px 25px;
}
#projectsRight {
	float:right;
	width:42%;
	padding:55px 29px 15px 15px;
}

.leftIndent {
	margin-left:30px;
}

p {
	font:12px/1.4 Arial, Helvetica, sans-serif;
}

#sidebar2 p {
	margin-top:2px;
}

h3 {
	font-size:1.2em;
	margin-bottom:1px;
	margin-top:5px;
	
}

h1 {
	font-size:1.5em;
	margin-bottom:1px;
	margin-top:5px;
	
}

h4 {
	font-size:1.1em;
	margin-bottom:1px;
	margin-top:5px;
	
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	text-align:center
} 
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:85%;
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


#sideLeft {
	float:left;
	width:18%;
}

#sideRight {
	float:right;
	width:77%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


