/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #E4E9CF url(template_images/sub_bg.gif) repeat-x;
	font: normal 90% Georgia, "Times New Roman", Times, serif;
}

#wpWrapper {
	position: relative;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 816px;
	background: url(template_images/content_bg.gif) repeat-y top left;
}

#navBg {
	margin: 0;
	padding: 24px 0 0 0;
	height: 64px;
	background: url(template_images/nav_top_bg.gif) no-repeat;
	xxborder: 1px solid green;
}

#navArea {
	margin: 0 0 0 32px;
	padding: 0;
	height: 32px;
	xxborder: 1px solid pink;
}

#wpContent {
	margin: -24px 0 0 0;
	padding: 5px 40px 10px 40px;

	xxborder: 1px solid red;
}

#wpPageSub {
	position: relative;
	height: 76px;
	color: #49481B;
	background: #F8F9F3 url(template_images/header_logo.gif) no-repeat right;
	margin: 0 0 10px 0;
	z-index: 1000;
}

.wpPageSubTxt {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	padding: 25px 0 0 25px;
}

#wpPageSubSearch {
	position: relative;
	height: 76px;
	color: #49481B;
	background: #F8F9F3 url(template_images/header_logo.gif) no-repeat right;
	margin: 0 0 10px 0;
	z-index: 1000;
}

.wpPageSubSearchTxt {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	padding: 25px 0 0 25px;
}



#wpContent h1 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #49481B;
	border-bottom: 1px solid #C8D2A0;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 10px;
 
}

#wpContent h2 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	color: #49481B;
	background: url(template_images/h2_bkg_image.gif) no-repeat;
	border-bottom: 1px solid #C8D2A0;
	padding: 5px 0 5px 25px;
	margin: 0 40px -5px 40px;
 
}

#wpContent a:link, #wpContent a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #0066CC;
	border-bottom: 1px dotted #49481B;

}

#wpContent a:hover, #wpContent a:active {
	background-color: transparent;
	color: #C8D2A0;
	border-bottom: 1px dotted #0066CC;
}

/* West Bellevue Page */

#commLeftBox
{
	float: left;
	width: 350px;
	padding: 0;
	margin: 15px 0 0 0;
	xxbackground-color:#F8F9F3;
	xxborder: 1px solid green;
}

#commRightBox
{
	float: right;
	width: 350px;
	padding: 0;
	margin: 15px 0 0 0;
	xxbackground-color:#F8F9F3;
	xxborder: 1px solid pink;
}

.commBoxHeader {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	color: #49481B;
	background: #F8F9F3 url(template_images/h2_bkg_image.gif) no-repeat left;
	border-bottom: 1px solid #C8D2A0;
	padding: 5px 0 5px 25px;
	margin: 0;
 
}

.wpCommTxt {
	text-align: justify;
	font-size: 100%;
	line-height: 1.5em;
	padding: 10px;
	margin: 0;
}

#wpCommTxtHeader {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	color: #49481B;
	background: url(template_images/h2_bkg_image.gif) no-repeat;
	border-bottom: 1px solid #C8D2A0;
	padding: 5px 0 5px 25px;
	margin: 0 40px -5px 40px;
 
}

/* West Bellevue Page END */


/* Testimonial Page  */

#testPageBox {
	background-color: #F8F9F3;
	border: 1px solid #3D3C19;
	margin: 20px 0 0 0;
	padding: 5px 0 5px 0;
}

#testLeftBox
{
	float: left;
	width: 350px;
	padding: 0;
	margin: 15px 0 15px 0;
	background-color:#C8D2A0;
	border: 1px solid #F8F9F3;
}

#testRightBox
{
	float: right;
	width: 350px;
	padding: 0;
	margin: 15px 0 15px 0;
	background-color:#C8D2A0;
	border: 1px solid #F8F9F3;
}

.testTxt {
	color: #4F4C20;
	text-align: justify;
	font-style: italic;
	font-size: 100%;
	line-height: 1.3em;
	padding: 20px;
	margin: 0;
}

/* Testimonial Page END */

/* Intro Page */

#introTestLeft {
	float: left;
	margin: 10px 0 20px 0;
	width: 350px;
	background-color: #F1F4E7;
}

#introTestRight {
	float: right;
	margin: 10px 0 20px 0;
	width: 350px;
	background-color: #F1F4E7;
}

/* Intro Page END */

/* Enter Page */

.enterBg {
	background: url(template_images/enter_pg_bg.gif) repeat-x;
}

#enterWrapper {
	position: relative;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	xxborder: 1px solid red;
}

#enterTop {
	background: url(template_images/enter_page_top.gif) no-repeat top center;
	height: 247px;
}

#enterButton {
	background: url(template_images/enter_page_button.gif) no-repeat center;
	height: 45px;
	margin: 32px 0 0 0;
	text-align: center;
}

#enterFlash {
	height: 196px;
}

#enterBottom {
}

/* Enter Page END */

/* Recommendations - Referrals Page */


.RecTable {
	border: 1px solid #E4E9D0;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
.RecTable td {
	border: 1px solid #E4E9D0;	
	padding: 4px;
}
.RecTable th {
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 4px;
}
.RecTable caption {
	color: #E4E9D0;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.RecTable tr.altrow {
	background-color: #F8F9F3;
	color: #000000;
}
.RecSubTxt {
	text-align: left;
	font-style: italic;
	font-size: 14px;
	color: #3D3C19;
	background-color: #C8D2A0;
}

/* Recommendations - Referrals Page END */

#wpFooterBottom {
	background: #E4E9CF url(template_images/footer_bg_new.gif) no-repeat top center;
}

.wpFooterBottomTxt {
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 30px 0 10px 0;
	margin: 0;
}

/* ------------- OTHER STYLES ------------- */

.searchContentArea {
	margin: 20px 40px 20px 40px;
}

#searchHeaderFix {
	font: normal 23px Georgia, "Times New Roman", Times, serif;
	color: #49481B;
	background: #F8F9F3 url(template_images/header_logo.gif) no-repeat right;
	padding: 22px 0 30px 22px;
	margin: 0 40px 10px 40px;
}


.introColorBox {
	margin: 0;
	padding: 20px 0 20px 0;
	background-color: #E4E9D0;
	z-index: -1000;
}

.lgIntroTxt {
	color: #49481B;
	font-size: 110%;
}

.wpContentTxt {
	text-align: justify;
	font-size: 100%;
	line-height: 1.5em;
}

.wpTestTxt {
	text-align: justify;
	font-size: 90%;
	line-height: 1.5em;
	padding-left: 2em;
	padding-right: 2em;
}

.wpTestNames {
	font-style: italic;
	font-size: 100%;
	line-height: 1.5em;
	color: #3D3C19;
}

.testTxtL {
	padding: 0 15px 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: italic;
	line-height: 1.3em;
	text-align: left;
	color: #3D3C19;
}

.testTxtR {
	padding: 0 15px 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: italic;
	line-height: 1.3em;
	text-align: right;
	color: #3D3C19;
}

#clearAll {
	clear: both;
}

/* RESULTS STYLES */

.resultsRow { 
	position: relative;
	width: 580px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px; }

.resultsInfo {
	position: relative;
	float: left;
	margin: 0px 12px 2px 0px;
	width: 350px;
	padding: 3px 0px 3px 0px; }	

.resultsImageContainer {
	position: relative;
	float: left;
	margin: 0px;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #999999; }
	
.resultsImage {
	width: 220px;
	height: 173px;
	overflow: hidden;
	border-bottom: 2px solid #ffffff;
	margin: 2px 2px 0px 2px;
	z-index: 0; }
	
.resultsImageBanner {
	position: absolute;
	bottom: 1px;
	left: 2px;
	width: 220px;
	z-index: 10;
	padding-top: 2px;
	background-color: #ffffff;
	height: 15px;
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;}
	
.resultsImageBannerText {
	font-size: 11px;
	text-align: center;
	color: #000000; }	
	
.resultsImageBannerTextNew {
	font-weight: bold;
	color: #336699; }	

.resultsRowHeader {	
	position: relative;
	float: right;
	margin: 2px 0px 0px 0px;
	width: 345px;
	height: 16px;
	text-align: left; }	
	
.resultsRowBody {	
	width: 345px; }	
	
	.resultsLabel {
		position: relative;
		float: left;
		width: auto;
		margin-right: 2px;
		font-size: 11px;
		font-weight: bold; }		
		
	.resultsValue {
		position: relative;
		float: left;
		width: auto;
		font-size: 11px; }
		
.resultsIconMLS {
	position: absolute;
	top: 100px;
	right: 5px; }	
	
.resultsIcons {
	position: absolute;
	top: 162px;
	left: 235px; }

		
	
