/* Duane Johnson Real Estate CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/*Global Properties */
body {
	background-color: #4E4538;
	color: #000;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #663333;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}

h2 {
	color: #4F3F36;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.highlight {
	font-size: 12px;
	font-weight: bold;
	color: #4F3F36;
}

a,  a:link {
	color: #4B162A;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #52493C;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #3E597F;
	text-decoration: underline;
}

a:focus {
	color: #425C82;
}

a:active {
  color: #000;
}
/* Content Properties */
#outerWrapper {
	background-color: #E1DCCE;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
	border: 1px solid #000000;
}
#outerWrapper #header {
	background-color: #E1DCCE;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 293px;
	width: 775px;
	color: #E1DCCE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#home #outerWrapper #header {
	background-image: url(../_images/header-home.jpg);
	background-color: #E0DBCD;
	}
	
#about #outerWrapper #header {
	background-image: url(../_images/header-about.jpg);
	}

#contact #outerWrapper #header {
	background-image: url(../_images/header-contact.jpg);
	}
	
	
#faqs #outerWrapper #header {
	background-image: url(../_images/header-faqs.jpg);
	}
	
#featured #outerWrapper #header {
	background-image: url(../_images/header-featured.jpg);
	}

#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-top: 10px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #4B162A; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #E1DCCE;
	text-align: right;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
