/* CSS Document */



/*  Home Page Features Boxes **********************************************************************************/



*html #features {/* ie hack */ 
	border-left: 1px solid #fff;
}

#features {
	border-left: 6px solid #fff;
	font-size: 10px;
}

/* ie7 hack */
*+html #documentHome #features {	
	border-left: 1px solid #fff;
}
*html #features #align /* ie hack */ {
	padding-top: 0px;
	margin-top: 27px;
}

#features #align {
	padding-top: 28px;
	margin-left: 16px;	
}

#featuresBG {
	background-image: url(../images/home/features_bg.gif);
	background-repeat: repeat-y;
	background-position: 0.4em 0.0em;
}

#features #virtualTours a:link, 
#features #virtualTours a:visited {
	background-color: #DFDFDF;
	background-image: url(../images/home/home-vtours.gif);	
	display: block;
	width: 182px;
	height: 70px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #989898;
}

#features #virtualTours a:hover{
	background-position: 0em -7em;
}

#features #auctions a:link,
#features #auctions a:visited {
	background-color: #DFDFDF;
	background-image: url(../images/home/home-auction.gif);	
	display: block;
	width: 182px;
	height: 70px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #989898;
}

#features #auctions a:hover{
	background-position: 0em -7em;
}

#features #openfi a:link,
#features #openfi a:visited {
	background-color: #DFDFDF;
	background-image: url(../images/home/home-oip.jpg);	
	display: block;
	width: 182px;
	height: 70px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #989898;
}

#features #openfi a:hover{
	background-position: 0em -7em;
}

#features #alertMe a:link,
#features #alertMe a:visited  {
	background-color: #DFDFDF;
	background-image: url(../images/home/home-alert.gif) ;	
	display: block;
	width: 182px;
	height: 70px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #989898;
	background-position: 0em 0em
}

#features #alertMe a:hover{
	background-position: 0em -7em;
}

#features #homeLoans a:link,
#features #homeLoans a:visited { 
	background-color: #DFDFDF;
	background-image: url(../images/home/home-loan.gif);	
	display: block;
	width: 182px;
	height: 70px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #989898;
}

#features #homeLoans a:hover {
	background-position: 0em -7em;
}

#features #newsletter a:link,
#features #newsletter a:visited {
	background-color: #DFDFDF;
	background-image: url(../images/home/home-newsletter.gif);	
	display: block;
	width: 182px;
	height: 70px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #989898;
}

#features #newsletter a:hover {
	background-position: 0em -7em;
}

#features #promotions a:link,
#features #promotions a:visited {
	background-color: #DFDFDF;
	background-image: url(../images/home/home-promo.gif);	
	display: block;
	width: 182px;
	height: 70px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #989898;
}

#features #promotions a:hover {
	background-position: 0em -7em;
}

#features #kangarooIsland a:link,
#features #kangarooIsland a:visited {
	background-color: #DFDFDF;
	background-image: url(../images/home/home-kangarooIsland.gif);	
	display: block;
	width: 182px;
	height: 70px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #989898;
}

#features #kangarooIsland a:hover {
	background-position: 0em -7em;
}

#features #businessSales a:link,
#features #businessSales a:visited {
	background-color: #DFDFDF;
	background-image: url(../images/home/home-businessSales.gif);	
	display: block;
	width: 182px;
	height: 70px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #989898;
}

#features #businessSales a:hover {
	background-position: 0em -7em;
}


/* Home Page Prop Search  *************************************************************************************/

*html #search /* ie hack */{
	height: 75px;
}

#search {
	background-image: url(../images/home/home-search.gif);
	background-repeat: no-repeat;	
	border-top: 6px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #A9A9A9;
	width: 182px;
	height: 78px;
}

* html #fieldSearch /* ie hack */ {
	margin: 27px 0px 0px 16px;
	width: 135px;
	color: #9B9B9B;
}

#fieldSearch {
	border: solid 1px #CCCCCC; 
	font-size:9px;
	width: 132px;
	color: #9B9B9B;
	margin: 28px 0px 0px 16px;
}

*html #search #button /* ie hack */ {
	margin: -18px 0px 13px 158px; 
}

#search #button {
	margin: -16px 0px 18px 154px;
}

/* Home Page Quick Search *************************************************************************************/

*html #quickSearch {
	border-left: 6px solid #fff;	
}

#quickSearch {
	background-image: url(../images/home/home-qsearch_bg.gif);	
	padding-top: 2px;
	border-left: 6px solid #fff;	
	background-repeat:repeat-y;
}

/* ie7 hack */
*+html #documentHome #quickSearch {	
	background-color: #FFFFF;
	background-position: 5px;
	border-left: 1px solid #fff;
}

#quickSearch select {
	margin-bottom: 3px;
	border: solid 1px #CCCCCC; 
	font-size:9px;
	width: 134px;
	color: #9B9B9B;
	margin-left: 16px;
}

*html #quickSearch select {
	margin-bottom: 2px;
}

#document #homeContent {
	padding-left: 10px;
	padding-right: 10px;
}

#contentHome #rborder {
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 5px;
	border-bottom: 1px solid #dddddd;
}

#contentHome #lborder {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#contentHome #headerHome {
	background-image: url(../images/home/home-title_bg.gif);	
	background-color: #A7A7A7;
}

/* feature property styles ****/


.title a:link,
.title a:visited {
	text-decoration:none; 
	color: #C3A11C;
	font-size: 11px;
} 
.title a:link,
.title a:visited {
	text-decoration:none; 
	color: #C3A11C;
	font-size: 11px;
} 
.featureProp p {
	margin-top: 8px;
} 
.title a:hover {
	text-decoration: underline; 
	color: #C3A11C;
} 
#propLinks a:link {
	width:74px;
}

#propLinks a:link,
#propLinks a:visited {
	font-size: 11px;
	color: #8D8D8D;
	width:5px;
	text-align: center;
	margin: 2px 1px 1px 1px;
	text-decoration: none;
}

#propLinks a:hover {
	background-color: #E7E7E7;
	text-decoration: none;
}

*html .linebreakFP {
	border-bottom: 1px dotted #cccccc;
}

.linebreakFP {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
}

/* RSS Styles **************************************/

*html .linebreakRSS {
	border-bottom: 1px dotted #cccccc;
}

.linebreakRSS {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}

#rss {
	width: 260px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #E6E6E6;
	font-size: 11px;
	color: #8D8D8D;
	}


.date {
	font-size: 9px;
	color: #999999;
	}


*html #rss table {
	margin-left: 5px;
	background-position: -0.2em 1.1em;
	
}	

#rss table {
	padding: 0 0 0 7px;
	margin-top: -30px;
	border-style: none;
	font-size: 11px;
	background-image: url(../images/home/icon_rsss.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 1.1em;
	}

#rss table td font {
	font-size: 11px;
	}

.rssMargin {
	padding-top: 8px;
	width: 320px;		
	font-size: 11px;
	line-height: 15px;
}

.rssMargin p {
	margin:0px;
	padding: 5px 0 5px 0;
}

.rssMargin a:link,
.rssMargin a:visited {
	color: #808080;
	font-size: 11px;
	padding-bottom: 5px;
	text-decoration:none;
	font-weight: bold;
}

.rssMargin a:hover {
	color: #C3A11C;
} 

.rssMargin .arrow {
	background-image: url(../images/home/icon_rsss.gif);
	background-repeat:no-repeat;
	background-position: 0.5em 0.7em;	
	padding-left: 20px;
}

#rssMore {
	border: 0px;
	padding-left: 18px;
}

*html #rssMore {
	padding-left: 18px;
	margin-bottom: 8px;
	padding-bottom: 2px;
}




