@charset "utf-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	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 */
	/* ################################## EDIT  ####################### */
	color: #000;
	background-image: url(../images/sage_grad.gif);
	background-repeat: repeat-x;
	background-color:#818B59;
	
}
h1, h2, h3, h4, h5, h6 {
	/* ################################## EDIT  ####################### */
 color: #6F6E43;  
  }
 
 #wrapper {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	/* ################################## EDIT  ####################### */
	 background-color: #6F6E43;
	vertical-align: middle;
} 
 #masthead { 
	background: #DDDDDD; 
	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. */
} 
 #masthead 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 */
}
 #masthead h2 {
	font-size:18px;
}
 #mainContent {
	float:left;
	width:500px;
	margin-top:0;
	margin-right:5px;
	margin-bottom:10px;
	margin-left:10px; /* the right margin on this div element creates the column down the right 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: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* ################################## EDIT  ####################### */
	  background-color:#FFF;  
}
 #mainContent h1{
	font-size:24px;
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
 

 #mainContent h2{
	font-size:20px;
	margin:0;
	padding-top:10px;
	padding-right:0;
	padding-bottom:0;
	padding-left:10px;
}

 #mainContent h3{
	font-size:18px;
	margin:0;
	padding-top:10px;
	padding-right:0;
	padding-bottom:5px;
	padding-left:10px;
}
 #mainContent p{
	margin:0;
	padding:0 10px 10px 10px;
}
 #refer {
	float:right;/* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	/* ################################## EDIT  ####################### */
	  background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	margin-top:0;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:5px;
	font-size:12px;	
}

 #refer h1 {
	padding: 20px 10px 10px 10px;
}
#refer img{
	padding:5px;
	margin-left: 5px;
	padding-left: 10px;
}
 #refer h2, h3 {
	padding:0 10px 0 5px;
}

 #refer p{
	 margin:0;
	padding: 0 10px 0 10px;
}
 .referal {
font-style:italic;
text-align:left;
}
 .referal p{
	margin:0;
	padding:5px 10px 0 10px;
}
#footer {
	width:760px;
	clear:both;
	margin:0px 10px 10px 10px;
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* ################################## EDIT  ####################### */
	  background-color:#FFF; 
	text-align:center;
	font-size:14px;
} 
#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:5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .alert {
	text-align:center;
}
.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;
}
.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;
}
#content{
	width:740px;
	margin: 0 10px 10px 10px;
	padding:10px 10px 20px 10px;
	background-color: #FFF;	
	
}
#the_Foleys {
width:600px;
padding:20px 60px 5px 60px;
margin:0;
}
a:link {
	font-weight:bold;
	/* ################################## EDIT  ####################### */
	  color: #727D45;
}
a:visited {
	font-weight:bold;
	/* ################################## EDIT  ####################### */
	  color: #363636;
}
a:hover {
	font-weight:bold;
	/* ################################## EDIT  ####################### */
	  color: #7D6345;
}
a:active {
	font-weight:bold;
	/* ################################## EDIT  ####################### */
	  color: #727D45;  
}
 #navbar{
	width:760px;
	margin:10px auto;
	/* ################################## EDIT  ####################### */
	  background: #C2C052;
	padding: 0 10px 0 20px;
	font-size: 16px;
}
#navbar  a {
text-align:center;
display:block;
padding:0 10px 0 10px;
line-height:1.5em;
text-decoration: none;
/* ################################## EDIT  ####################### */
  background:#B2B040;
  color:#552808;
font-weight:bold;
}

#navbar  a:hover{
	font-weight:bold;
	text-decoration:underline;
	/* ################################## EDIT  ####################### */
      color:#B2B040;
	background-color:#6F6E43;
}
#navbar #current a {
	text-align:center;
display:block;
padding:0 10px 0 10px;
line-height:1.5em;
text-decoration:none;
/* ################################## EDIT  ####################### */
  background:#6F6E43;
color:#B2B040;
font-weight:bold;
}
#navbar #current a:hover{
text-align:center;
display:block;
padding:0 10px 0 10px;
line-height:1.5em;
text-decoration: none;
/* ################################## EDIT  ####################### */
  background:#6F6E43;
  color: #B2B040;
}
.alert{
margin:0 0 0 20px;
font-weight:bold;
text-align:left;
 color:#900;
}

.alert ul{
text-align:left;
margin:0 0 0 50px;
padding:0 0 10px 0;
 color:#900;
font-weight:bold;
}
.left_column{
	width:45%;
	float:left;
	margin-left:30px;
	
}
.center_column {
width:200px;
padding-left:20px;
padding-right:20px;
float:left;
}
.right_column {
	width:45%;
	float:right;
	
}
#realtor{
text-align:left;
margin:0 0 0 20px;
padding:0 0 10px 0;
 color:#900;
font-weight:bold;	
}
hr {
	background-image: url(../images/hr_stone.gif);
	height: 10px;
	vertical-align: middle;
}

#manufacture {
	width:740px;
	background-color:#FFF;
	margin-top: 10px;
	margin-bottom: 0px;
}

#manufacture #leftcol {
	width:360px;
	background-color:#FFF;
	float: left;
	margin-top: 0px;
	padding: 0;
	
}

#manufacture #rtcol {
	width:360px;
	background-color:#FFF;
	margin-left: 15px;
	float: right;
	margin-top: 0px;
	padding: 0;
	
}
#manufacture img {
	border:none;
}
#disclaimer {
	font-size:12px;
}
#carport {
	background-color:#818B59;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5%;
	padding-bottom: 5%;	
}
#carport img {
	border-color:#FFF;
	border-width:medium; 	
}

#carport #navigation a:link{
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

#carport #navigation  a:hover{
	font-weight:bold;
	text-decoration:underline;	
      color: #FFF;
	
}
#carport #navigation a{
text-decoration: none;  
  color:#000;
font-weight:bold;
}

#AngieBadge{
padding-left:50px;	
}
