/* Novak Agency Home Page ONLY Stylesheet */

/*HOME RESET STYLES
---------------------------------------------*/
body#home #content {
	background: #D1D1D1 url(../img/bg_home.gif) 50% 0 repeat-y;
	}

body#home #custom-container {
	background: none;
	min-height: 460px;
	overflow: hidden;
	}

* html body#home #custom-container {
	height: 460px;
	}

#footer {
	background: url(../img/home-footer-strip.gif) no-repeat top center;
	}

/*ANIMATION
---------------------------------------------*/
body#home #animation img{
	float: left;
	width:509px;
	height: 258px;
	margin: 0 0 1em 0;
	}	

* html body#home #animation img {
	margin-left: 2px;
	}	

/*WELCOME
---------------------------------------------*/

#welcome {
	float: left;
	width: 480px;
	color: #FFF;
	margin: 0 0 0 0.625em;
	}
#welcome a#blog {
float:right;
}

h2#hd_welcome {
	background-image:url(../img/hd_welcome.gif);
	margin-left: 0;
	}	

/*RAPID SEARCH
---------------------------------------------*/
#rapidSearch {
	float: right;
	width: 258px;
	background: #75B038 url(../img/bg_rapidSearch.gif) 0 0 repeat-x;
	border-bottom: 1px solid #C1C1C1;
	text-align:center; /*IE 5*/
	padding: 0.8em 0;
	margin: 0 0 1em 0;
	}

* html #rapidSearch { /*IE*/
	width: 257px;
	}
		
form fieldset {
	margin: 0 auto;
	width: 200px;
	border: none;
	text-align: left;
	}

form fieldset legend#hd_rapidSearch {
	font-size: 1.4em;
	height: 17px;
	width: 150px;
	background: url(../img/hd_rapidSearch.gif) 0 0 no-repeat;	
	margin: 0 0 0.625em 0;
	display: block;
	}
	
form fieldset legend#hd_rapidSearch span {
	visibility: hidden;
	}

form fieldset p {
	float: left;
	width: auto;
	display: block;
	margin: 0 0 0.3em 0;
	}

form label {
	display: none;
	}		
	
	
form fieldset select {
	float: left;
	background: #FFF;
	border: 1px solid #9C9C9C;
	color :#333;
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
	
/*property type, suburb, price field*/	
form fieldset select.large {
	width: 200px;
	}
/*category type field*/
form fieldset select.small {
	width: 110px;
	}	

form fieldset input.button {
	float: right;
	width: 70px;
	padding: 2px;
	background: #666;
	border: none;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	text-transform: uppercase;
	color: #FFF;
	font-size: 0.8em;
	cursor:pointer;
	}	

/*WHATS HOT SALES & RENTAL
---------------------------------------------*/	

#featureProperty {
	float: right;
	width: 238px;
	}
	
/*headings*/
h2#hd_whatsHotForSale {
	margin: 0 0 0.625em 0;
	background-image:url(../img/hd_whatsHotForSale.gif);
	}

h2#hd_whatsHotForRent {
	background-image:url(../img/hd_whatsHotForRent.gif);
	margin: 0 0 0.625em 0;
	}	


dl {
	width: 228px;
	margin: 0 0 0.3em 0;
	}

dl dt {
	float: left;
	}

dl dt img {
	width: 90px;
	height: 75px;
	border: 1px solid #BD9851;
	}	

dl dd {
	margin-left: 100px;
	width: 120px;
	padding: 2px 0;
	display: block;
	font-size: 90%;
	line-height: 1.3em;
	color:#FFF;
	}
	
/*price*/
dl dd.price {
	background: #999999;
	padding: 1px;
	text-align: right;
	font-weight: bold;
	}	
	
/*icons*/
dl dd.icons {
	width: auto;
	font-size: 1em;
	}

dl dd.icons	img {
	display: inline;
	margin: 0;
	}

dl dd.icons span {
	display: inline;
	padding: 0.5em;
	vertical-align: middle;
	font-weight: bold;
	}

dl dd.suburb {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	}	

dl dd.description a {
	display: block;
	}			

			
				

	