/* ========= Editable Stylesheet color2_base.css ============ 
Please follow the steps below to edit your stylesheet.
There are 10 steps in all.
Layout - Color Layout 2 (This template must be used in conjunction with Business2.css)
=======================================================*/

/***************DO NOT REMOVE******************/
    @import url(color2_custom.css);
/*********************************************/

/* --------------------------------------------------
1. Background Colours / Images
-----------------------------------------------------*/

/* body background colour*/
body, html, #footer { 
	background-color: #236F24; 
	}
/*wrap colour - containing div*/	
body#home #wrap { 
	background-color: #F8F4E8; 
	}	
#content { 
	background: ; 
	background-color: #F8F4E8;  
	}

/* --------------------------------------------------
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: 64px;
	}
#header {
	background:;
	border-bottom: 0px solid #333;
	}	
	
body#home #content {
	width: 450px;
	}	
	
body#contact #content {
	width: 650px;
	}
	
/* --------------------------------------------------
3. Menu
-----------------------------------------------------*/

/*menu*/ #mm_home, #mm_buying, #mm_selling, #mm_renting, #mm_finance, #mm_news, #mm_aboutUs { display: block; height: 31px; background-position: 50% 0; background-repeat: no-repeat; border-right-width: 1px; border-right-style: solid; }

/*menu*/ #mm_contactUs { display: block; height: 31px; background-position: 50% 0; background-repeat: no-repeat; border-right-width: 0px; border-right-style: solid; }

/*main menu buttons - modify width's to suit the text*/
#mm_home {
	width: 75px;
	background-image: url(../img/mm_home.gif);	
	border-right-color: #1F601C;
	}	
#mm_buying {
	width: 80px;
	background-image: url(../img/mm_buying.gif);	
	border-right-color: #1F601C;
	}	
#mm_selling {
	width: 92px;
	background-image: url(../img/mm_selling.gif);		
	border-right-color: #1F601C;
	}	
#mm_renting {
	width: 95px;
	background-image: url(../img/mm_renting.gif);		
	border-right-color: #1F601C;
	}	
#mm_finance {
	width: 95px;
	background-image: url(../img/mm_finance.gif);		
	border-right-color: #1F601C;
	}	
#mm_news {
	width: 84px;
	background-image: url(../img/mm_news.gif);		
	border-right-color: #1F601C;
	}
#mm_aboutUs {
	width: 105px;
	background-image: url(../img/mm_aboutUs.gif);		
	border-right-color: #1F601C;
	}	
#mm_contactUs {
	width: 110px;
	background-image: url(../img/mm_contactUs.gif);	
	border-right-color: 0px solid #FFF;	
	}	

/*sub menu items*/
#menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	}
/*sub menu items hover*/
#menu a:hover {
	color: #FFF;
	background-color: #448445;
	}
/*submenu bottom border*/
#menu ul ul {
	border-bottom: 1px solid #F8F4E8;
	background: #347A35;
	}
/*submenu item hover*/
#menu li li a:hover {
	background-color: transparent;
	color: #A01F23;
	}

/*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;
	}

/* --------------------------------------------------
4. Text
-----------------------------------------------------*/

/*body text*/
body {
	color: #44433F;
	}
	
/*paragraph text*/
p {
	font-size: 1em;
	}

/*general links*/
a:link,
a:visited {
	color: #AD1419;
	}	

a:hover {
	color: #236F24;
	}

/*page heading*/
h2	{
	font-size: 1.5em;
	font: Arial, Helvetica, sans-serif;
	color: #690004;
	/*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_news {
	background-image: url(../img/hd_news.gif);
	}
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;
	color: #237022;
	}
	
/*footer text*/
#footer p {
	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: #690004;
	}
	
/*disclaimer text (mainly used for calcs)*/
.disclaimer {
	font-size: 0.9em;
	}

/* --------------------------------------------------
5. All Forms (including calcs)
-----------------------------------------------------*/

/*fieldset border*/
form fieldset {
	border: 1px solid #E8E3E7;
	}
/*fieldset heading*/
form legend {
	color: #5B0707;
	font-weight: bold;
	}
/*required fields text*/
form em span,
form .required {
	color: #236F24;
	font-weight: bold;
	}
/*submit button*/
form fieldset.submit input {
	background-color: #236F24;
	border: none;
	color: #fff;
	}

/* --------------------------------------------------
6. Home Page Elements
-----------------------------------------------------*/

/*Quick Search
-------------------*/

/*quicksearch button*/
body#home #sub-section {
	width: 190px;
	margin-top: 18px;
	padding: 4px;
	padding-left: 35px;
	background-color:#F8F3D6;
	border: 1px solid #E8E3E7;
	}

body#home #sub-section form  {
	font-size: 0.9em;
	font-weight: normal;
	}

body#home #sub-section form .submit input {
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	}

/*Property of the Week
-------------------*/

#pow {
	border-top: 1px solid #FFF;
	padding-top: 15px;
	}
#pow img {
	border: none;
	}
#pow h3 {
	text-transform: uppercase;
	color: #237022;
	}
#pow a {
	color: #AF1922;
	text-decoration: none;
	font-weight: normal;
	}		

/* --------------------------------------------------
7. Integrated Search
-----------------------------------------------------*/

/* Property Search 
-------------------*/

/*search box*/
body#listing #filter {
	background-color: #F8F3D6;
	}	

/*heading*/	
body#listing #filter h3 {
	color: #A01F23;
	}

/*field labels*/	
body#listing #filter label,
body#listing #filter strong {
	color: #A01F23;
	}	
	
/*search box input fields*/
body#listing #filter select,
body#listing #filter input {
	background-color: #FFF;
	border: 1px solid #E8E3E7;
	color: #44433F;
	}
	
/*search box button*/
body#listing #filter input.button {
	background-color: #236F24;
	border: none;
	color: #fff;
	}

/* Property Results 
-------------------*/

/*results bottom border*/
body#listing .property {
	border-bottom: 1px solid #FFF;
	height: 350px;
	width: 300px;
	}
/*results property image*/
body#listing .property .image img {
	border: 1px solid #A01F23;
	}
/*results property title*/
body#listing .property .details h3 {
	font-size: 1.2em;
	font-style: italic;
	}
/*results bed bath car text*/
body#listing .property .features {
	font-weight: bold;
	color: #A01F23;
	}
/*results price text*/
body#listing .property h4 {
	font-size: 1em;
	font-style: italic;
	color: #A01F23;
	}

/* 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;
	color: #A01F23;
	}
/*section heading*/
body#detail #content h5 {
	font-size: 1.1em;
	font-style: italic;
	color: #A01F23;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #f9f9f9;
	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 #A01F23;
	}
/*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: #6B6B6B;
	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*/
body#staff dl {
	border-bottom: 1px solid #FFF;
	}
/*staff name*/
body#staff dl dt.name {
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	}
/*staff position*/
body#staff dl dd.position {
	font-weight: bold;
	}
/*staff contact*/
body#staff dl dd.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 (760px x 145px)*/
#animate { background-image:;}		
			
/* --------------------------------------------------
Any customisation to go here
-----------------------------------------------------*/	