@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #fff;
	/*background-color: #d2e8fe;*/
	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: #003399;
	}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.main #container {
	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background-color: #d2e1ef;*/
	background-color: #d2e8fe;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid Navy;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #header { 
	z-index: auto;
	width: 960px;
	height: 230px;
	margin: 0px 0px 0px 0px;
	
	background-image: url(images/REV_sm-tm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
} 


.main .navmenu {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	width: 940px;
	height: auto;
	margin: 0px 0px 10px 3px;
	text-align: center;
}

.main .navmenu .linkcontainer{
	float: left;
	width: 22%;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.main .navmenu .linkcontainer .listinglinks{
	font-size: 15px;
	font-weight: bold;
	color: #003399;
}

.main #container #footer { 
	z-index: auto;
	margin: 20px 0px 0px 0px;
	width: 100%;
	/*background-color: #d2e1ef;*/
	background-color: transparent;
	text-align: center;
}
.main #container #footer2 { 
	z-index: auto;
	margin: 20px 0px 0px 0px;
	width: 100%;
	/*background-color: #d2e1ef;*/
	background-color: transparent;
	text-align: center;
} 
.main #container #footer p {
	z-index: auto;
	background-color: transparent;
	height: 75px;
	padding-top: 20px;
	padding-left: 150px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 150px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.main #container #footer2 p {
	z-index: auto;
	background-color: transparent;
	/*background-color: #d2e1ef;*/
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 75px;
	padding-top: 20px;
	padding-left: 150px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 150px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.main #container #footer .copyright {
	z-index: auto;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 9px;
	font-weight: normal;
	margin-top: 30px;
}

.main #container #footer2 .copyright2 {
	z-index: auto;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 9px;
	font-weight: normal;
	margin-top: 30px;
}

a{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: none;
}

.link a{
	color:Red;
	text-decoration: none;
}
.link a:visited{
	color:Red;
	text-decoration: none;
}
.link a:hover{
	color: #0000FF;
	text-decoration: underline;
}




.main #container #mainContent {
	/*
	background-image: url(images/OregonRealEstateOnVideo_2.gif);
	background-repeat: no-repeat;
	
	background-position: top;
	*/
	/*background-color: #d2e1ef;*/
	background-color: transparent;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 960px;
	margin-top: -75px;
}

.main #container #mainContent h1{
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	font-size: 36px;
	text-align: center;
	color: Navy;
	margin: 0px 0px 10px 0px;
	width: 910px;
}
.main #container #mainContent h2{
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	font-size: 36px;
	text-align: center;
	color: #000000;
	margin: 0px 0px 0px 0px;
	width: 920px;
}

.main #container #mainContent #search{
	padding: 5px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 20px 0px 20px;
	text-align: center;
	border: 0px solid #003399;
}

.main #container #mainContent #mainbox{
	margin: 10px 10px 10px 10px;
	width: 940px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .fptext{
	float:right;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	margin: 60px 10px 0px 0px;
	width: 630px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .fptext h1{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #003399;
	width: 630px;
}
.main #container #mainContent #mainbox .fpmenu{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 60px 10px 0px 0px;
	width: 200px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .fptext2{
	float:left;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	margin: 60px 10px 0px 0px;
	width: 500px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .fptext2 h1{
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	font-size: 34px;
	text-align: center;
	color: Navy;
	margin: 0px 0px 5px 0px;
	width: 425px;
	font-variant: small-caps;
}
.main #container #mainContent #mainbox .fptext2 h3{
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	font-size: 17px;
	text-align: right;
	color: Navy;
	margin: 0px 0px 5px 0px;
	width: 450px;
	font-variant: small-caps;
}
.main #container #mainContent #mainbox .speedometer{
	float:right;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: Navy;
	margin: 60px 0px 0px 0px;
	width: 210px;
	background-color: transparent;
	border-top:1px solid blue;
	border-right:2px solid blue;
	border-bottom:2px solid blue;
	border-left:1px solid blue;
	padding: 5px 0px 5px 0px;
}
.fpvideos{
text-align:left;
font-size:12px;
	border:1px solid Navy;
	margin:5px;
	padding:5px;
	background-color: #FFF8DC;
}
.main #container #mainContent #mainbox .signuptext{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	margin: 0px 10px 0px 0px;
	width: 900px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .signuptext .boldred{
	font-weight: bold;
	color: Red;
}
.main #container #mainContent #mainbox .signuptext h3{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 0px 0px;
	width: 900px;
	background-color: transparent;
}

.main #container #mainContent #mainbox .signuptext .medtitle{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0px 0px 0px 75px;
	width: 175px;
	background-color: transparent;
	border-bottom: #003399 1px solid;
}
.main #container #mainContent #mainbox .signuptext .circtitle{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0px 0px 0px 0px;
	width: 175px;
	background-color: transparent;
	border-bottom: #003399 1px solid;
}
.main #container #mainContent #mainbox .signuptext .linestitle{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0px 0px 0px 0px;
	width: 200px;
	background-color: transparent;
	border-bottom: #003399 1px solid;
}
.main #container #mainContent #mainbox .signuptext .costtitle{
	float:left;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0px 0px 0px 0px;
	width: 175px;
	background-color: transparent;
	border-bottom: #003399 1px solid;
}

.main #container #mainContent #mainbox .signuptext .meddata{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	margin: 0px 0px 0px 75px;
	width: 175px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .signuptext .circdata{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	margin: 0px 0px 0px 0px;
	width: 175px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .signuptext .linesdata{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	margin: 0px 0px 0px 0px;
	width: 200px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .signuptext .costdata{
	float:left;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	margin: 0px 0px 0px 5px;
	width: 175px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .signuptext .comparebluebar{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px 0px 70px;
	width: 750px;
	height: 35px;
	background-image: url(images/blue-compare-bar.png);
	background-repeat: no-repeat;
}

.main #container #mainContent #mainbox .signuptext .comparebluebar .meddata{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 8px 0px 0px 5px;
	width: 175px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .signuptext .comparebluebar .circdata{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 8px 0px 0px 0px;
	width: 175px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .signuptext .comparebluebar .linesdata{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 8px 0px 0px 0px;
	width: 200px;
	background-color: transparent;
}
.main #container #mainContent #mainbox .signuptext .comparebluebar .costdata{
	float:left;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 8px 0px 0px 5px;
	width: 175px;
	background-color: transparent;
}

.main #container #mainContent #mainbox .signuptext2{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	margin: 0px 10px 0px 0px;
	width: 920px;
	background-color: transparent;
}

.main #container #mainContent #mainbox .terms{
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin: 0px 20px 0px 0px;
	width: 900px;
	background-color: transparent;
}

.main #container #mainContent .bottomlistinginfo .box{
	float: left;
	width: 237px;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}
.main #container #mainContent .breadcrumbs{
	font-size: 12px;
	font-weight: bold;
	margin-left: 230px;
	color: Navy;
	text-decoration: none;
	margin-top: 20px;
	width: 700px;
}

.main #container #mainContent .breadcrumbs2{
	font-size: 12px;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
	margin-top: 10px;
	width: 940px;
}
.main #container #mainContent .gallerylistings{
	width: 940px;
	padding: 10px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: -30px 0px 0px 20px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .gallerylistings #galmenu{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0px 10px 0px 0px;
	width: 200px;
	background-color: transparent;
}
.main #container #mainContent .gallerylistings #galmenu .opttext{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	margin: 5px 0px 2px 10px;
	width: 190px;
	background-color: transparent;
}
.main #container #mainContent .gallerylistings .listcontainer{
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	width: 700px;
}

.main #container #mainContent .gallerylistings .countytext{
	font-size: 12px;
	font-weight: bold;
	margin-left: 210px;
	color: Navy;
	text-decoration: none;
	width: 700px;
}
.main #container #mainContent .gallerylistings .listcontainer .listbox{
	float:left;
	width: 225px;
	height: 225px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 5px 0px 0px;
	text-align: center;
	border: 0px solid #003399;
}
.main #container #mainContent .gallerylistings .listcontainer .listbox a:hover{
	border: 1px solid red;
}
.main #container #mainContent .gallerylistings .listcontainer .listbox .image{
	width: 225px;
	height: 170px;
}
.main #container #mainContent .gallerylistings .listcontainer .listbox .text{
	width: 225px;
	height: 55px;
	font-weight: bold;
	margin-top: -17px;
}
.paginate{
	width:100%;
	color:White;
	margin:5px 0px 5px 0px;
	font-weight:bold;
	background-image: url(images/titlebar-bg.gif);
}
.paginate .title{
	width:300px;
	float:left;
	background-image: url(images/titlebar-bg.gif);
}
.paginate .links{
	text-align:right;
	width:400px;
	float:right;
	background-image: url(images/titlebar-bg.gif);
}
.paginate .links2{
	text-align:center;
}
.paginate a{
	color: Yellow;
	text-decoration: none;
}

.paginate a:visited{
	color: Yellow;
	text-decoration: none;
}
.paginate a:hover{
	color: #FF0000;
	text-decoration: underline;
}

.main #container #mainContent .gallerylistings .listcontainer .listbox2{
	float:left;
	width: 340px;
	height: 200px;
	padding: 0px 0px 0px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 0px 5px 5px;
	text-align: left;
	border: 0px dashed #999;
}

.main #container #mainContent .gallerylistings .listcontainer .listbox2 .title{
	width: 330px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}


.main #container #mainContent .gallerylistings .listcontainer .listbox2 .image{
	float:left;
	width: 122px;
	height: 185px;
	text-align: center;
	vertical-align: middle;
}
.main #container #mainContent .gallerylistings .listcontainer .listbox2 .details{
	float: left;
	font-weight: normal;
	width: 200px;
	height: 185px;
	font-size: 12px;
	text-align: left;
}
.main #container #mainContent .gallerylistings .listcontainer .listbox2 .text{
	width: 120px;
	height: 55px;
	text-align: center;
	font-weight: bold;
	margin-top: -90px;
}


.main #container #mainContent .gallerylistings .listcontainer .error{
	width: 890px;
	height: 150px;
	padding: 50px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 5px 0px 0px;
	text-align: center;
	font-weight: bold;
	border: 0px solid #003399;
}
.main #container #mainContent .gallerylistings .listcontainer .notfound{
	top: 250px;
	width: 700px;
	padding: 100px 0px 100px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: yellow;
	margin: 0px 5px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: red;
	border: 2px solid #003399;
}

.main #container #mainContent .gallerylistings .click{
	z-index: auto;
	width: 890px;
	padding: 0px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 5px 0px 0px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border: 0px solid #003399;
}

.main #container #mainContent .leftlistinginfo{
	float: left;
	width: 520px;
	/*height: 340px;*/
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .rightlistinginfo{
	float: right;
	width: 400px;
	/*height: 340px;*/
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	text-align: right;
	border: 0px solid #003399;
}
.main #container #mainContent .video{
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: 0px solid #003399;
	font-size:12px;
	font-weight: bold;
}


.main #container #mainContent .map{
	float: right;
	padding: 0px 5px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: 0px solid #003399;
}
.main #container #mainContent .leftlistinginfo .toplistinginfo .label{
	float: left;
	width: 100px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	text-align: right;
	border: 0px solid #003399;
}
.main #container #mainContent .leftlistinginfo .toplistinginfo .label3{
	float: left;
	width: 75px;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: right;
	border: 0px solid #003399;
}
.main #container #mainContent .leftlistinginfo .toplistinginfo .detail{
	float: left;
	width: 100px;
	height: 50px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 20px 10px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .leftlistinginfo .toplistinginfo .detail2{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .leftlistinginfo .toplistinginfo .detail4{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
	text-align: left;
	border: 0px solid #003399;
}
.main #container #mainContent .leftlistinginfo .toplistinginfo .detail4 .image{
	float: left;
	width: 100px;
	margin: -25px 0px 0px 0px;
}

.main #container #mainContent .leftlistinginfo .toplistinginfo .detail3{
	float: left;
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 5px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .listdetails {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	width: 918px;
	margin: 0px 21px 0px 21px;
	font-size: 13px;
	border: 0px solid #003399;
}

.main #container #mainContent .listdetails .label{
	float: left;
	width: 100px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: right;
	border: 0px solid #003399;
}

.main #container #mainContent .listdetails .details{
	float: left;
	width: 200px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 5px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .bsa {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	width: 918px;
	margin: 0px 21px 0px 21px;
	font-size: 18px;
	font-weight: bold;
	border: 0px solid #003399;
}

.main #container #mainContent .bottomlistinginfo{
	float: left;
	width: 520px;
	padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: 0px solid #003399;
}
.main #container #mainContent .bottomlistinginfo .label{
	float: left;
	width: 75px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	border: 0px solid #003399;
}
.main #container #mainContent .bottomlistinginfo .feature{
	float: left;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: underline;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}
.main #container #mainContent .bottomlistinginfo .detail{
	float: left;
	width: 415px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #000000;
	margin: 0px 0px 0px 10px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .bottomlistinginfo .heading{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 15px;
	text-decoration: underline;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}
.main #container #mainContent .bottomlistinginfo .box{
	float: left;
	width: 250px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .bottomlistinginfo .box2{
	float: right;
	width: 230px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .recentviewed{
	float: left;
	width: 520px;
	padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}
.main #container #mainContent .recentviewed .heading{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 15px;
	text-decoration: underline;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .recentviewed2{
	float: left;
	padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}
.main #container #mainContent .recentviewed2 .heading{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 15px;
	text-decoration: underline;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .recentviewed2 .thumb{
	float: left;
	width: 125px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}
.main #container #mainContent .recentviewed2 .detail{
	float: left;
	width: 790px;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #000000;
}

.main #container #mainContent .recentviewed2 .detail .heading{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	text-decoration: underline;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .recentviewed .thumb{
	float: left;
	width: 125px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}
.main #container #mainContent .recentviewed .detail{
	float: left;
	width: 390px;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #000000;
}

.main #container #mainContent .recentviewed .detail .heading{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	text-decoration: underline;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #003399;
}

.formdirections{
	font-size: 15px;
	color: Red;
	font-weight: bold;
}
.formheadingnormal{
	font-size: 13px;
	color: Red;
	font-weight: normal;
}
.sectiontable {
	border-top: 1px solid #003399;
	border-right: 2px solid #003399;
	border-bottom: 3px solid #003399;
	border-left: 1px solid #003399;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 20px;
	font-size:12px;
	color: #000;
	background: #fff;
}
.savetable {
	border-top: 0px solid #003399;
	border-right: 0px solid #003399;
	border-bottom: 0px solid #003399;
	border-left: 0px solid #003399;
	margin-bottom: 2px;
	margin-right: 20px;
}
.sectiontablehead {
	border-top: 0px solid #003399;
	border-right: 0px solid #003399;
	border-bottom: 2px solid #003399;
	border-left: 0px solid #003399;
	padding: 10px;
	font-size:22px;
	font-weight: bold;
}
form {
	display:inline;
}
.inactivelink{
	color: Silver;
}
.maintedit{
	color: #000;
	font-size: 13px;
}
input {
	font-size: 13px;
	background-color: transparent;
}
.subbutton{
	background: Blue;
	color: white;
	font-weight:bold;
}
.select {
	font-size: 13px;
	background-color: #d2e1ef;
}
textarea {
	font-size: 13px;
	background-color: transparent;
}
.ssimagecontainer {
	float:left;
	width: 225px;
	height: 300px;
	margin-left:5px;
	margin-top:5px;
	padding-top: 5px;
	text-align: center;
	border: 1px solid #003399;
}

.main #container #mainContent .realtylistings{
	width: 940px;
	padding: 10px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: -40px 0px 0px 20px;
	text-align: left;
	border: 0px solid #003399;
}

.main #container #mainContent .realtylistings #galmenu{
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0px 10px 0px 0px;
	width: 940px;
	background-color: transparent;
}
.main #container #mainContent .realtylistings #galmenu .opttext{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	margin: 5px 0px 2px 10px;
	width: 190px;
	background-color: transparent;
}
.main #container #mainContent .realtylistings .listcontainer{
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	width: 940px;
}

.main #container #mainContent .realtylistings .countytext{
	font-size: 12px;
	font-weight: bold;
	margin-left: 210px;
	color: Navy;
	text-decoration: none;
	width: 940px;
}

.main #container #mainContent .realtylistings .listcontainer .listbox2{
	float:left;
	width: 300px;
	height: 200px;
	padding: 0px 0px 0px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 0px 5px 5px;
	text-align: left;
	border: 0px dashed #999;
}

.main #container #mainContent .realtylistings .listcontainer .listbox2 .title{
	width: 290px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}


.main #container #mainContent .realtylistings .listcontainer .listbox2 .image{
	float:left;
	width: 122px;
	height: 94px;
	text-align: center;
	vertical-align: middle;
}
.main #container #mainContent .realtylistings .listcontainer .listbox2 .details{
	float: left;
	font-weight: normal;
	width: 175px;
	height: 185px;
	font-size: 12px;
	text-align: left;
}
.main #container #mainContent .realtylistings .listcontainer .listbox2 .text{
	width: 120px;
	height: 55px;
	text-align: center;
	font-weight: bold;
	margin-top: -90px;
}


.main #container #mainContent .realtylistings .listcontainer .error{
	width: 930px;
	height: 150px;
	padding: 50px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 5px 0px 0px;
	text-align: center;
	font-weight: bold;
	border: 0px solid #003399;
}
.main #container #mainContent .realtylistings .listcontainer .notfound{
	top: 250px;
	width: 935px;
	padding: 100px 0px 100px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: yellow;
	margin: 0px 5px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: red;
	border: 2px solid #003399;
}

.main #container #mainContent .realtylistings .click{
	z-index: auto;
	width: 930px;
	padding: 0px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
	margin: 0px 5px 0px 0px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border: 0px solid #003399;
}


div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: none;

  width: 350px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  background: url('http://usrev.us/popup/form_header2.png') no-repeat;

  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #206040;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  width: 350px;
  border: 1px solid black;
  background: url('http://usrev.us/popup/blue.png');
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #004060;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.sample_popup input.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.sample_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

/* CSS Document 
/******************************************************************
@author: 		mohammed ahmed
@date: 			05.05.2007
@version: 		1.2
@comments:
mobox provides a friendly replacement to the popup box window.
It add the window to the required page in the form of innerHtml.
It can also be used to display another page contents.

@licence: FREE. refernces are made where possible to third party code. 

*******************************************************************/

#overlayBG{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color:#F0F0F0;/*background-color must match the rBoxTop & rBoxBottom background-color*/
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;	
}

#indicator {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#boxFrame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	margin:0;
}

#boxContents{		
	position:relative;	
	height:100%;
}
.boxContentsFrame{
	border: 1px solid #CFE9EE;
	font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #446688;
    padding: 2px 3px 2px 3px;
    margin: 1px;
    background-color:#d2e8fe;
}
TABLE.frame {
    padding: 0;
    margin: 0px;
    border: 1px solid #CFE9EE;
	background-image:url(../images/ToolbarBG.gif); 
	background-repeat:repeat-x;
    background-color:#CFE9EE;
	/*width:100%;*/
}

TABLE.frame TH {    	
	height:29px;	
    font: bold xx-small Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
	font-size:11px;
	color: #446688;  
    border-bottom: 1px solid #ccc;
	vertical-align:middle;
	width:50%;
	padding-left:5px;
	padding-right:5px;
}

TABLE.frame TD {
    font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #446688;
    padding: 2px 3px 2px 3px;
    margin: 1px;
    background-color:#FFFFFF;
}

/*** NIFTY **/
.rBoxTop,.rBoxBottom{display:block;background-color: #F0F0F0;} /*background-color must match the overlayBG background-color*/
.rBoxTop *{display:block;height: 1px;overflow: hidden;background-color: #FF6600;}/*background-color must match the .rBoxH3 background-color*/
.rBoxBottom *{display:block;height: 1px;overflow: hidden;background-color: #FFCC00;}/*background-color must match the .rBoxP background-color*/
.r1{margin: 0 5px;}
.r2{margin: 0 3px;}
.r3{margin: 0 2px;}
.r4{margin: 0 1px;height: 2px;}

.rBox{background-color:#FFCC00;margin-bottom: 20px}
.rBoxHeader{font-size: 100%;margin:0; padding: 0 0 3px; font-weight:bold; background: #FF6600;color: #000;}/*background-color must match the .rBoxTop background-color*/
.rBoxBody{margin:0; padding: 5px 10px;line-height: 1.3;text-align: justify; background-color: #FFCC00;}/*background-color must match the .rBoxBottom background-color*/
#boxCloseCell{padding-right:5px; vertical-align:top}
#boxTitle{padding-left:5px; vertical-align:text-top;}
/***/
/* formval.css */

  .info   { color: black; background-color: transparent; font-weight: normal; }
  .warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .error  { color: red; background-color: transparent; font-weight: bold }

  .formtab TD      
          { padding: 0.2em; height: 2.5em; vertical-align: top; font-size: 90%; }


/* checkboxes */
  .checkcl    { text-align: right; }
  .checkbox   { clear: right; float: right; margin: 0 0.5em; }
  .formtab2 TD      
          { padding: 0.2em; height: 2.5em; vertical-align: top;  }

ul.makeMenu, ul.makeMenu ul {
  width: 190px;                 /* sets the size of the menu blocks */
  border: 0px solid #ccc;      /* puts a black border around the menu blocks */
  background-color:Navy;      /* makes the menu blocks dark blue - a bg-color MUST be included for IE to work properly! */
  padding-left: 0;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  border-left: 1px solid #aaa; 
  border-top: 1px solid #aaa; 
  border-right: 1px solid #555; 
  border-bottom: 1px solid #555; 
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  padding: 5px 0 5px 3px; 
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 1px;                    /* position slightly lower than the parent menu item */
  left: 100%;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: Blue;      /* gives the active menu items a lighter blue background */
  color: Red;                 /* makes the active menu item text red */ 
  border-left: 1px solid #555; 
  border-top: 1px solid #555; 
  border-right: 1px solid #aaa; 
  border-bottom: 1px solid #aaa;
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { color: #ffffff; display: block; width: 100%; text-decoration: none; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { 
color: Red; 
text-decoration:none;
}
ul.makeMenu li:hover > a { 
color: Red;
text-decoration:none; 
} /* supports links in branch headings - should not be display: block; */
		 
