@charset "UTF-8";
.twoColFixLtHdr #container #header #headerNav {
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}
body  {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #container {
	width: 950px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #515f83;
	width: 920px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding-bottom: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 475px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	margin-top: 150px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	opacity: .85;
	filter: alpha(opacity=85);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.twoColFixLtHdr #mainContent {
	float: left;
	border: 1px solid #999999;
	width: 580px;
	padding-right: 0px;
	padding-bottom: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 575px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0;
	padding-left: 0;
	font-size: 70%;
}
.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;
}
.twoColFixLtHdr #container #secondaryContent {
	background-color: #FFFFFF;
	border-top-width: 50px;
	border-top-style: solid;
	border-top-color: #515F83;
	width: 950px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	clear: left;
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.twoColFixLtHdr #container #mainContentWrapper {
	background-image: url(/images/normandyparkhero3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 940px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 10px;
	clear: left;
	padding-left: 10px;
	height: 350px;
}
.twoColFixLtHdr #container #header #headerLogo {
	float: left;
	padding-left: 20px;
	padding-bottom: 8px;
	padding-top: 5px;
	margin: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #4470B5;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F18334;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F18334;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	line-height: 16px;
}
.hotsheetText {
	font-size: 0.7em;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #333333;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #neighborhoodPulldown #form #jumpMenu {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #neighborhoodPulldown #form {
	margin-bottom: 10px;
	margin-top: 10px;
}
.twoColFixLtHdr #container #footer #seoFooter #column1 {
	float: left;
}
.twoColFixLtHdr #container #footer #seoFooter #column2 {
	float: left;
}
.twoColFixLtHdr #container #footer #seoFooter #column3 {
	float: left;
}
.twoColFixLtHdr #container #footer #seoFooter #column4 {
	float: left;
}
.twoColFixLtHdr #container #footer #seoFooter #column5 #column6 .footerText {
	float: left;
}
.twoColFixLtHdr #container #footer {
	font-size: 90%;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	line-height: 20px;
	background-color: #EEEEEE;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.clearFloat {
	clear: both;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #neighborhoodPulldown {
	background-color: #515F83;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings {
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #999999;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #footer #column1 {
	width: 150px;
	float: left;
}
.twoColFixLtHdr #container #footer #column2 {
	float: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4470B5;
	margin: 0px;
}
.neigborhoodLive {
	font-weight: bold;
	color: #C0DDEC;
	padding-left: 30px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings caption {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F18334;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings img {
}
.mapHeader {
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px;
}
a:link {
	color: #4470B5;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #4470B5;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #4470B5;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #F18334;
}
a:active {
	text-decoration: none;
}
.hotsheet {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #999999;
}
hr {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings #form2 #go_button2 {
	margin-left: 5px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings #form2 {
	margin-top: 0px;
}
.twoColFixLtHdr #container #secondaryContent #secondaryBox1 {
	float: left;
	width: 258px;
	background-image: url(/images/shadowLarge.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 18px;
	margin-left: 8px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.twoColFixLtHdr #container #secondaryContent #secondaryBoxSelling {
	float: left;
	margin-top: 10px;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 265px;
	background-image: url(/images/shadowLarge.png);
	background-repeat: no-repeat;
}
.New {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4470B5;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.zillow {
	font-weight: bold;
	color: #4470B5;
}
.twoColFixLtHdr #container #secondaryContent #BOD {
	float: left;
	width: 270px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 25px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/images/shadowLarge.png);
	background-repeat: no-repeat;
	padding-top: 35px;
}
.smallText {
	font-size: 9px;
	color: #000000;
}
.padRight {
	padding-right: 30px;
}
.twoColFixLtHdr #container #secondaryContent #BOD img {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #footerSEO {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	float: left;
	width: 950px;
	padding: 0px;
	height: 300px;
}
.twoColFixLtHdr #container #column1 {
	width: 190px;
	line-height: 18px;
	font-size: 80%;
	float: left;
}
.twoColFixLtHdr #container #column2 {
	width: 250px;
	font-size: 80%;
	line-height: 18px;
	float: left;
}
.twoColFixLtHdr #container #column3 {
	width: 250px;
	font-size: 80%;
	line-height: 18px;
	float: left;
}
.twoColFixLtHdr #container #column4 {
	width: 220px;
	font-size: 80%;
	line-height: 18px;
	float: left;
}
li {
	font-size: .8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.navPad {
	padding-left: 20px;
}
.twoColFixLtHdr #container #mainContentWrapper #mainContentTemplate {
	float: left;
	width: 560px;
	margin-top: 20px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 20px;
}
.twoColFixLtHdr #container #footer a:link {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:visited {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #333333;
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer a:active {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #container #footerSEO #column5 {
	float: left;
	width: 210px;
}
.twoColFixLtHdr #container #footerSEO #column6 {
	float: left;
	width: 210px;
}
.twoColFixLtHdr #container #footerSEO #column7 {
	float: left;
	width: 270px;
}
.twoColFixLtHdr #container #footerSEO #column8 {
	float: left;
	width: 220px;
}
.footerText {
	font-size: 10px;
}
.twoColFixLtHdr #container #mainContentWrapper #areaguideSidebar {
	margin: 20px;
	width: 228px;
	background-color: #515F83;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #999999;
	padding-top: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #guideMap {
	width: 590px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-bottom: 30px;
}
.twoColFixLtHdr #container #mainContentWrapper #areaguideSelling {
	margin: 20px;
	padding: 20px;
	width: 228px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebarBeasleyOdowd {
	margin: 20px;
	padding: 20px;
	width: 228px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	background-image: url(/Images/BOD.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings #form3 {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings #form3 #HotsheetJumpMenu2 {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings #form3 #go_button3 {
	margin: 0px;
}
.twoColFixLtHdr #container #header #headerNav a:link {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #header #headerNav a:visited {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #header #headerNav a:hover {
	color: #B2D6E8;
	text-decoration: underline;
}
.twoColFixLtHdr #container #header #headerNav a:active {
	color: #FFFFFF;
}

.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #neighborhoodPulldown h1 {
	color: #FFFFFF;
	background-color: #515F83;
	margin: 0px;
	padding: 5px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings h1 {
	color: #4470B5;
	background-color: #D1D5E1;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 .hotsheet h3 {
	color: #4D76B7;
	background-color: #D1D5E1;
	margin: 0px;
	padding: 5px;
}
.twoColFixLtHdr #container #secondaryContent #secondaryBoxSelling h4 {
	color: #4470B5;
	background-color: #D1D5E1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.twoColFixLtHdr #container #mainContentWrapper #areaguideSidebar h1 {
	color: #FFFFFF;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #mainContent .searchButton #form2 {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #mainContent .navPad #Search Queen Anne {
	padding-right: 15px;
}
.twoColFixLtHdr #container #mainContentWrapper #mainContent .searchButton #form2 div {
	padding-right: 10px;
}
.twoColFixLtHdr  #container  #mainContentWrapper  #mainContent  iframe   {
	float: left;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings #3easysteps #easysteps2 {
	float: left;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #featuredListings #3easysteps {
	float: left;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #3wrapper {
	background-color: #F18334;
	width: 290px;
	height: 70px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #3wrapper #3type {
	width: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.3type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #FFFFFF;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #3wrapper #easysteps {
	float: left;
	margin-top: 10px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #3wrapper #easysteps p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #3wrapper #arrow {
	margin-top: 0px;
	float: right;
	margin-right: 20px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #sidebarContent {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #sidebarContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.orangeNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EF993E;
}
.contentHeaders {
	font-size: 14px;
	color: #4470B5;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #sidebarContent2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 15px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #sidebar3 {
	background-color: F18334;
	height: 70px;
	width: 290px;
}
iframe {
	border: 0px solid #FFFFFF;
	frameboarder: 0;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 #sidebarContent2 {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 p {
	font-size: 12px;
	color: #666666;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
blockquote {
	margin-top: 0px;
	margin-left: 22px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 .IndexSidebar2 {
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-right: 0px;
	width: 425px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 img {
	margin: 0px;
}
.twoColFixLtHdr #container #secondaryContent #indexKudos {
	padding-left: 330px;
	background-image: url(/images/chadmatt.jpg);
	background-position: 120px 20px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 .IndexSidebar2 h1 {
	font-size: 24px;
	font-weight: normal;
	color: #515F83;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContentWrapper #sidebar1 h1 {
	font-size: 24px;
	font-weight: normal;
	color: #515F83;
	letter-spacing: -1px;
}
