/* ========= Editable Stylesheet color3_base.css ============ 
Please follow the steps below to edit your stylesheet.
There are 10 steps in all.
Layout - Color Layout 3 (This template must be used in conjunction with Business1.css)
=======================================================*/

/***************DO NOT REMOVE******************/
    @import url(color3_custom.css);
/*********************************************/

/* --------------------------------------------------
1. Background Colours / Images
-----------------------------------------------------*/

body, #footer { 
	background: #FFFFFF; 
	}	
#wrap { 
	background-color: #FFFFFF; 
	}

/* --------------------------------------------------
2. Header
-----------------------------------------------------*/

/*header attributes*/
body#home #header, body#home #header h1#logo, body#home #header #bannerIMG, #header, #header h1#logo, #header #bannerIMG { /*Optional - Override header height on all pages*/
	height: 67px;
	}
#header {
	background:;
	}	
	
/* --------------------------------------------------
3. Menu
-----------------------------------------------------*/

/*main menu buttons - modify width's to suit the text*/
#mm_home {
	width: 169px;
	background-image: url(../img/mm_home.gif);	
	}	
#mm_buying {
	width: 169px;
	background-image: url(../img/mm_buying.gif);		
	}	
#mm_commercial {
	width: 169px;
	background-image: url(../img/mm_commercial.gif);		
	}	
#mm_selling {
	width: 169px;
	background-image: url(../img/mm_selling.gif);		
	}	
#mm_renting {
	width: 169px;
	background-image: url(../img/mm_renting.gif);		
	}
#mm_sitedev {
	width: 169px;
	background-image: url(../img/mm_sitedev.gif);		
	}	
#mm_finance {
	width: 169px;
	background-image: url(../img/mm_finance.gif);		
	}	
#mm_news {
	width: 169px;
	background-image: url(../img/mm_news.gif);		
	}
#mm_aboutUs {
	width: 169px;
	background-image: url(../img/mm_aboutUs.gif);		
	}	
#mm_contactUs {
	width: 169px;
	background-image: url(../img/mm_contactUs.gif);		
	}	

/*sub menu items*/
#menu li a {
	color: #005294;
	font-weight: bold;
	}
/*sub menu items hover*/
#menu a:hover {
	color: #FFF;
	}
/*submenu bottom border*/
#menu ul ul {
	border-bottom: 1px solid #005294;
	}
/*submenu item hover*/
#menu li li a:hover {
	background-color: transparent;
	color: #E41833;
	}

/*activates rollover button based on page context - make sure to put a class on the body tag for new pages*/
body#home #mm_home,
body.buying #mm_buying,
body.commercial #mm_commercial,
body.selling #mm_selling,
body.renting #mm_renting,
body.finance #mm_finance,
body.sitedev #mm_sitedev,
body.news #mm_news,
body.about #mm_aboutUs,
body.contact #mm_contactUs {
	background-position: 0 -31px;
	}
/* shows subnav based on page context */	
body.buying ul#buyList,
body.commercial ul#comList,
body.selling ul#sellList,
body.renting ul#rentList,
body.about ul#aboutList,
body.sitedev ul#sitedevList,
body.news ul#newsList,
body.finance ul#financeList {
	display: block;
	}
	
/* --------------------------------------------------
4. Text
-----------------------------------------------------*/

/*body text*/
body {
	color: #000;
	}
	
/*paragraph text*/
p {
	font-size: 1em;
	}
	
/*general links*/
a:link,
a:visited {
	color: #FF0F00;
	}	

a:hover {
	color: #E21A36;
	}

/*page heading*/
h2	{
	font-size: 1.4em;
	font: Arial, Helvetica, sans-serif;
	color: #00509C;
	/*text-indent: -5000px; Uncomment this if you would like to use images*/
	}
	
/*graphic headings - optional*/
h2#hd_home {
	background-image: url(../img/hd_home.gif);
	}	
h2#hd_privacy {
	background-image: url(../img/hd_privacy.gif);
	}	
h2#hd_calcMortgage {
	background-image: url(../img/hd_calcMortgage.gif);
	}	
h2#hd_calcInvest {
	background-image: url(../img/hd_calcInvestment.gif);
	}	
h2#hd_welcome {
	background-image: url(../img/hd_welcome.gif);
	}
h2#hd_aboutUs {
	background-image: url(../img/hd_aboutUs.gif);
	}	
h2#hd_news {
	background-image: url(../img/hd_aboutUs.gif);
	}
h2#hd_siteDev {
	background-image: url(../img/hd_aboutUs.gif);
	}
h2#hd_staff {
	background-image: url(../img/hd_staff.gif);
	}	
	
/*page subheading*/
h3 {
	font-size: 1.1em;
	margin-bottom: 3px;
	color: #044996;
	}
	
/*footer text*/
#footer p {
	text-align: center;
	font-size: 0.9em;
	}
/*footer links*/
#footer,
#footer a:link,
#footer a:visited {
	color: #04529D;
	text-decoration: none;
	}
/*footer link hover*/
#footer a:hover {
	color: #CE001C;
	}
	
/*disclaimer text (mainly used for calcs)*/
.disclaimer {
	font-size: 0.9em;
	}

/* --------------------------------------------------
5. All Forms (including calcs)
-----------------------------------------------------*/

/*fieldset border*/
form fieldset {
	border: 0px solid #FFF;
	}
/*fieldset heading*/
form legend {
	color: #034E91;
	font-weight: bold;
	}
/*required fields text*/
form em span,
form .required {
	color: #CC0000;
	font-weight: bold;
	}
/*submit button*/
form fieldset.submit input {
	background-color: #FF0F00;
	border: none;
	color: #fff;
	font-weight: bold;
	}

/* --------------------------------------------------
6. Home Page Elements
-----------------------------------------------------*/

/*Quick Search
-------------------*/
		
/*quicksearch button*/
body#home #sub-section {
	background-color: #FFFFFF;
	}

body#home #sub-section form {
	font-size: 1em;
	font-weight: normal;
	}

body#home #sub-section form .submit input {
	font-size: 1em;
	font-weight: bold;
	}

/*Property of the Week
-------------------*/
#pow {
	border-top: 1px solid #FFFFFF;
	padding: 6px;
	}
#pow img {
	border: none;
	}
#pow h3 {
	text-transform: uppercase;
	color: #0057B0;
	margin-top: 3px;
	}
#pow a {
	color: #FF0F00;
	text-decoration: none;
	font-weight: bold;
	}	

/* --------------------------------------------------
7. Integrated Search
-----------------------------------------------------*/

/* Property Search 
-------------------*/

/*search box*/
body#listing #filter {
	background-color: #BFD4E4;
	}	
/*heading*/	
body#listing #filter h3 {
	color: #005294;
	}
/*field labels*/	
body#listing #filter label,
body#listing #filter strong {
	color: #005294;
	}	
/*search box input fields*/
body#listing #filter select,
body#listing #filter input {
	color: #000;
	width: 45px !important;
	display: block;
	font-size: 0.9em;
	float:left;
	}
	
/*search box input fields*/
body#listing #filter select#suburb {
	width: 110px !important;
	_width: 95px !important;
	}

body#listing #filter span {
width:15px;
float:left;
margin-left:5px;
}

/*search box button*/
body#listing #filter input.button {
	background-color: #FF0F00;
	border: none;
	color: #fff;
	font-weight: bold;
	}

/* Property Results 
-------------------*/

/*results bottom border*/
body#listing .property {
	border-bottom: 1px solid #47689B;
	height: 350px;
	}
/*results property image*/
body#listing .property .image img {
	border: 1px solid #47689B;
	}
/*results property title*/
body#listing .property .details h3 {
	font-size: 1.2em;
	font-style: normal;
	}
/*results bed bath car text*/
body#listing .property .features {
	font-weight: bold;
	color: #09367A;
	}
/*results price text*/
body#listing .property h4 {
	font-size: 1em;
	font-style: normal;
	}

/* Property Details 
--------------------*/

/*details property address*/
body#detail #content h3 {
	font-size: 1.4em;
	color:;
	background:;
	}
/*details property title*/
body#detail #content h4 {
	font-size: 1.2em;
	}
/*section heading*/
body#detail #content h5 {
	font-size: 1.1em;
	font-style: normal;
	color: #FFF;
	border-top: 1px solid #47689B;
	border-bottom: 1px solid #47689B;
	background-color: #005294;
	margin: 0 0 0.5em 0;
	}
/*details bed bath car text*/
body#detail #addressbar p {
	font-weight: bold;
	}
/*details property images*/
body#detail .images img {
	border: 1px solid #47689B;
	}
/*click for enlargements text*/
body#detail #extradetails .images p {
	font-weight: bold;
	font-size: 0.8em;
	}
/*agent details headings*/
body#detail #extradetails dl dt {
	font-weight: bold;
	}

/* Slideshow 
------------------*/

/*background color*/
#customSlideshow {
	background-color: #47689B;
	font-family: Arial, Helvetica, sans-serif;
	}
/*navigation text*/
#customSlideshow .navigation {
	color: #999;
	font-size:80%;
	background: none;
	}
/*navigation links*/
.navigation a:link {
	color: #FFF;
	text-decoration:none;
	}	
.navigation a:hover, 
.navigation a:visited  {
	text-decoration: underline;
	color: #CCC;
	} 	

/* --------------------------------------------------
8. Change Staff Details
-----------------------------------------------------*/

/*staff member bottom border*/
#staffmember {
	border-bottom: 1px solid #FFFFFF;
	height: 285px;
	}
/*staff name*/
body#staff b.name {
	font-weight: bold;
	font-size: 1.2em;
	color: #00509C;
	}
/*staff position*/
body#staff b.position {
	font-weight: bold;
	}
/*staff contact*/
body#staff b.contact {
	font-weight: bold;
	}

/* --------------------------------------------------
9. PDF
-----------------------------------------------------*
//*download pdf icon and link*/ 
#buttonPdf a {
	background-image: url(../img/ico_pdf.gif);
	} 
#buttonDownload a { 
	background-image: url(../img/ico_acrobat.gif);
	}		

/* --------------------------------------------------
10. Home Page Hero Image/ Animation 
-----------------------------------------------------*/
/*use this div for either an animation or static background image (560px x 190px)*/
#animate { background-image:; height: 278px;}		
		
/* --------------------------------------------------
Any customisation to go here
-----------------------------------------------------*/		
#content_text { padding-left: 15px; width: 540px;}

