@charset "utf-8";
body  {
	background: #2b311f;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #9AA38E url(images/containerback.jpg) no-repeat;
	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. */
} 

.twoColFixRtHdr #findahome {
	background:url(images/findahome.png);
	width:217px;
	height:133px;
	position:absolute;
	z-index:200;
	margin-left: 550px;
	margin-top: 40px;
	padding-top: 85px;
	padding-left: 225px;
	font-size: 0.9em;
}

.twoColFixRtHdr #header {
	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. */
	height: 97px;
	border-bottom: 10px solid #c9cd9c;
	background: url(images/title.jpg) no-repeat;
	margin-bottom: 6px;
} 
.twoColFixRtHdr #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;
}

.twoColFixRtHdr #homeheader {
	height:352px;
	background:url(images/headerback.gif);
}
.twoColFixRtHdr #divider {
	height:5px;
	border-bottom: 10px solid #68704b;
	margin: 0px;
}
.twoColFixRtHdr #leafback {
	background:url(images/leafback.gif) no-repeat;
	padding-top: 20px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 272px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 272px 0 0; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.3em;
} 

.twoColFixRtHdr #mainContent a {
	font-weight: bold;
	color: #6f0300;
}
.twoColFixRtHdr #mainContent a:hover {
	text-decoration:underline;
}


.twoColFixRtHdr #footer {
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#511416;
	color: #e8d5a0;
	font-size: 0.6em;
} 
.twoColFixRtHdr #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 */
}
.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;
}
.twoColFixRtHdr #container #header .phone {
	font-size: 1.2em;
	font-weight: bold;
	color: #e5d19b;
	display: block;
	margin-left: 600px;
	padding-top: 28px;
}
.twoColFixRtHdr #findahome a {
	font-size: 0.8em;
	font-weight: bold;
	color: #6f0300;
	line-height: 1.4em;
}
.twoColFixRtHdr #findahome a:hover {
	text-decoration:underline;
}
.twoColFixRtHdr #homeheader .button1 {
	float: left;
	clear: left;
	margin-left: 40px;
	margin-top:5px;
}

.twoColFixRtHdr #homeheader .button2 {
	float: left;
	clear: left;
	margin-left: 40px;
}

.twoColFixRtHdr #homeheader .follow {
	float: left;
	clear: left;
	margin-left: 80px;
}

.twoColFixRtHdr #homeflash {
	margin-left: 20px;
}
.twoColFixRtHdr #footer {
	font-weight: normal;
	color: #FF6;
	text-decoration: none;
	font-size: 10px;
}
.twoColFixRtHdr #footer a {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
}
.twoColFixRtHdr #mainContent p img {
	float: left;
	margin-right: 10px;
	border: 1px solid #680E14;
}
.twoColFixRtHdr #mainContent h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent #AutoNumber3 {
	font-size: 0.8em;
}
#PortlandSchools {
	background:#D3D7CE;
	padding: 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: thin dotted #2B311F;
}
#PortlandMedianSales {
	padding: 10px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border: thin dotted #2B311F;
	background-color: #EDDBC9;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #68704B;
	font-size: 16px;
	padding: 5px;
	text-align: center;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFEBBF;
	background-color: #68704B;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
h5 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
}
#Testimonials {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
