/* ========= Editable Stylesheet white2_base.css ============ 
Please follow the steps below to edit your stylesheet.
There are 10 steps in all.
Layout - White Layout 2 (This template must be used in conjunction with Business2.css)
=======================================================*/

/***************DO NOT REMOVE******************/
    @import url(white2_custom.css);
/*********************************************/
	
/* ------------------------------------------------------------------------------------
1. Background Colours / Images
--------------------------------------------------------------------------------------*/

/* body background colour*/
body, html, #footer { 
	background-color: #999; 
	}
/* content area*/	
body#home #main { 
	background-color: #FFF; 
	}
	
body#home #content,
body.contact #content {
	width: 450px; float: left;
	background-color:#fff;
	/*width: 417px; ie5*/ 
	/*wid\th: 525px; ie6*/
	}
body #content{
	background-color:#fff;
}

/* --------------------------------------------------
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: 115px; 
	
	}
#header {
	border-bottom: 0px solid #fff; 
	}	
	
#header h1#logo {
width: 760px;
height: 115px;
}
	
body#home #content{
margin: 0 0 0 0;
}
body#home #sub-section{
width: 200px;
background-color: #fff;
border: solid 1px #2E3192;
margin: 10px 0 10px 0;
}

body#home #sub-section form{
padding-left: 30px;
}

#bannerIMG{

visibility: hidden;

}
/* --------------------------------------------------
3. Menu
-----------------------------------------------------*/


	
#mm_home, #mm_buying, #mm_selling,  #mm_renting,  #mm_finance, #mm_news,  #mm_aboutus, #mm_contactus { display: block; height: 31px; background-position: 50% 0; margin: 0; padding: 0; background-repeat: no-repeat; border-right-width: 1px; border-right-style: solid; }
#menu { clear: both; height: 31px;}
	
/*main menu buttons - modify width's to suit the text*/
#mm_home {
	width: 84px;
	background-image: url(../img/mm_home.gif);	
	border-right-color: #fff;
	}
#mm_buying {
	width: 92px;
	background-image: url(../img/mm_buying.gif);	
	border-right-color: #fff;
	}
#mm_selling {
	width: 140px;
	background-image: url(../img/mm_selling.gif);		
	border-right-color: #fff;
	}
#mm_renting {
	width: 92px;
	background-image: url(../img/mm_renting.gif);		
	border-right-color: #fff;
	}
#mm_finance {
	width: 80px;
	background-image: url(../img/mm_finance.gif);		
	border-right-color: #fff;
	}
#mm_news {
	width: 77px;
	background-image: url(../img/mm_news.gif);		
	border-right-color: #fff;
	}
#mm_aboutus {
	width: 94px;
	background-image: url(../img/mm_aboutus.gif);		
	border-right-color: #fff;
	}
#mm_contactus {
	width: 94px;
	background-image: url(../img/mm_contactus.gif);		
	border: none;
	}
/*sub menu items*/
#menu li a {
	color: #000;
	font-weight: bold;
	}
/*sub menu items hover*/
#menu a:hover {
	color: #FFF;
	background-color: #999999;
	}
/*submenu bottom border*/
#menu ul ul {
	background: #999999;
	}
/*submenu item hover*/
#menu li li a:hover {
	background-color: transparent;
	color: #fff;
	}

/*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.selling #mm_selling,
body.renting #mm_renting,
body.finance #mm_finance,
body.news #mm_news,
body.about #mm_aboutus,
body.contact #mm_contactus {
	background-position: 50% -31px;
	}
#menu ul{
width: 760px;
background:url(http://www.cityfringerealty.com.au/img/wrap_bg2.gif) repeat-x;
}
/* --------------------------------------------------
4. Text
-----------------------------------------------------*/

/*body text*/
body {
	color: #000;
	}
	
/*paragraph text*/
p {
	font-size: 1em;
	}

/*general links*/
a:link,
a:visited {
	color: #008FD5;
	}	

a:hover {
	color: #2E3192;
	}

/*page heading*/
h2	{
	font-size: 1.5em;
	font: Arial, Helvetica, sans-serif;
	color: #2E3192;
	/*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);
	color: #2E3192;
	}
h2#hd_aboutUs {
	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;
	}
	
/*footer text*/
#footer p {
	color: #fff;
	font-size: 0.9em;
	}
/*footer links*/
#footer,
#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
	}
/*footer link hover*/
#footer a:hover {
	color: #000;
	}
	
/*disclaimer text (mainly used for calcs)*/
.disclaimer {
	font-size: 0.9em;
	}

/* --------------------------------------------------
5. All Forms (including calcs)
-----------------------------------------------------*/

/*fieldset border*/
form fieldset {
	border: solid 1px #363c92;
	}
/*fieldset heading*/
form legend {
	color: #2E3192;
	font-weight: bold;
	}
/*required fields text*/
form em span,
form .required {
	color: #b2a378;
	font-weight: bold;
	}
/*submit button*/
form fieldset.submit input {
	background-color: #008FD5;
	border: none;
	color: #FFF;
	}

/* --------------------------------------------------
6. Home Page Elements
-----------------------------------------------------*/

/*Quick Search
-------------------*/

/*quicksearch button*/
body#home #sub-section form .submit input {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	background-color:#008fd5;
	}
body#home legend {
	padding-top: 10px;
	color: #2E3192;
}

/*Property of the Week
-------------------*/
#pow {
	border-top: 1px solid #c7c7c7;
	padding-top: 10px;
	}
#pow img {
	border: none;
	float: left;
	margin-right: 10px;
	}
#pow h3 {
	text-transform: uppercase;
	color: #2E3192;
	}
#pow a {
	color: #008FD5;
	text-decoration: none;
	font-weight: bold;
	}		
		
/* --------------------------------------------------
7. Integrated Search
-----------------------------------------------------*/

/* Property Search 
-------------------*/

/*search box*/
body#listing #filter {
	background-color: #fff;
	border: solid 1px #2E3192;
	}	
/*heading*/	
body#listing #filter h3 {
	color: #2E3192;
	}
/*field labels*/	
body#listing #filter label,
body#listing #filter strong {
	color: #2E3192;
	}	
/*search box input fields*/
body#listing #filter input {
	background-color: #EEEEEE;
	border: 1px solid #999;
	color: #999999;
	}
body#listing #filter input.blank{
	border: 0px solid #999;
	}
	
	
body#listing #filter select {
	background-color: #EEE;
	border: 1px solid #999;
	color: #2E3192;
	}
/*search box button*/
body#listing #filter input.button {
	background-color: #008FD5;
	border: none;
	color: #fff;
	}

/* Property Results 
-------------------*/

/*results bottom border*/
body#listing .property {
	border-bottom: 1px solid #2E3192;
	height: 130px;
	}
/*results property image*/
body#listing .property .image img {
	border: 1px solid #2E3192;
	}
/*results property title*/
body#listing .property .details h3 {
	font-size: 1.2em;
	font-style: italic;
	color: #2E3192;
	}
/*results bed bath car text*/
body#listing .property .features {
	font-weight: bold;
	color: #2E3192;
	}
/*results price text*/
body#listing .property h4 {
	font-size: 1em;
	font-style: italic;
	}
body#listing .details p a {
	background-color: #fff;
	color: #008FD5;
	font-weight: bold;
}

/* Property Details 
--------------------*/

/*details property address*/
body#detail #content h3 {
	font-size: 1.4em;
	margin: 0;
	padding:0;
	}
/*details property title*/
body#detail #content h4 {
	font-size: 1.2em;
	}
/*section heading*/
body#detail #content h5 {
	font-size: 1.1em;
	font-style: italic;
	color: #000000;
	border-top: 1px solid #2E3192;
	border-bottom: 1px solid #2E3192;
	background-color: #fff;
	margin: 0 0 0.5em 0;
	}
/*details bed bath car text*/
body#detail #addressbar p {
	font-weight: bold;
	}
	body#detail #addressbar h4 {
	font-size: 1em;
	clear: both;
	}
body#detail #addressbar {
	clear: both;
	display: block;
	
}
/*details property images*/
body#detail .images img {
	border: 1px solid #2E3192;
	}
/*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: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
/*navigation text*/
#customSlideshow .navigation {
	color: #2E3192;
	font-size:80%;
	background: none;
	}
/*navigation links*/
.navigation a:link {
	color: #008FD5;
	text-decoration:none;
	}	
.navigation a:hover, 
.navigation a:visited  {
	text-decoration: underline;
	color: #2E3192;
	} 	

/* --------------------------------------------------
8. Change Staff Details
-----------------------------------------------------*/

/*staff member bottom border*/
body#staff dl {
	border-bottom: 1px solid #2E3192;
	}
body.livestock dl {
	border-bottom: 1px solid #2E3192;
	margin-bottom: 25px;
	}
body.clearingsales dl {
	border-bottom: 1px solid #2E3192;
	margin-bottom: 25px;
	}
/*staff name*/
body#staff dl dt.name {
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	float: none;
	}
/*staff position*/
body#staff dl dd.position {
	font-weight: bold;
	}
/*staff contact*/
body#staff dl dd.contact {
	font-weight: bold;
	}
body#staff dl dd.contact a{
	background-color: #fff;
	color: #008FD5;
}
body#staff dl dd a{
	color: #008FD5;
}	
body#staff .staffmember {
	margin-top: 30px;
	}

/* --------------------------------------------------
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 (760px x 145px)*/
#animate { background-image:;
 float: left;
}
			
/* --------------------------------------------------
Any customisation to go here
-----------------------------------------------------*/	
body#listing .searchNavigation a{
	background-color: #fff;
	color: #000000;
}
body#detail #extradetails {
	background-color: #fff;
	color: #000000;
}
body#detail ul#toolslist li a, body#detail dl.officedetails dd a, body#detail dl.agentdetails dd a {
	color: #008FD5;
}
body#detail #sub-section p a {
	color: #2E3192;
}
body#detail #sub-section{
	float: left;
}
body#privacy #content p a {
	color: #b2a378;
}
body#home #sub-section #qs_price{
margin-top: -15px;
	}
body#detail .container{
background-color:#FFFFFF;
}
body#main .container{
background-color:#FFFFFF;
}
body#detail #footer .container p{
background-color:#999;
}