/* ========= Editable Stylesheet style2.css ============ 
Please follow the steps below to edit your stylesheet.
There are 11 steps in all.
=======================================================*/

/* --------------------------------------------------
1. Change Body Background Colour
-----------------------------------------------------*/
body, html {
	background-color: #F0F0F0;
	}
	
/*do not edit*/
#wrap, #footer {background-color: #58585A;}

/* --------------------------------------------------
2. Add any page id's requiring a sub-section
-----------------------------------------------------*/

body #content {
	background-image: url(../img/1column.gif);
	overflow: auto;
	} 


/* changes background image */
body#home #content {
	background-image: url(../img/home_bg.gif); 
	background-color: #fff;
	}
body#home #sub-section {
	display:none;
	}
body.contact #main {
	background-image: url(../img/column_right.gif); 
	background-color: #fff;
	}
	
/* decreases content area to make room for sub-section */
body.contact #content {
	width: 550px; float: left; 
	width: 590px; /*ie5*/
	wid\th: 550px; /*ie6*/
	}
	
/* adds the sub-section */
body.contact #sub-section {
	padding-top: 15px;
	width: 150px; float: right;
	width: 170px; /*ie5*/
	wid\th: 150px; /*ie6*/
	}
	
/* --------------------------------------------------
3. Adjust header height and border
-----------------------------------------------------*/

/* increases height of header ONLY in the home page */
body#home #header,
body#home #header h1#logo,
body#home #header #bannerIMG {
	height: 146px;
	}

/*set background color*/
#header {
	height: 146px;
	background:;
	border-bottom: 0px solid #333;
	}

/*change logo*/
#header h1#logo { background-image: url(../img/logo.gif); float: left;
	height: 146px; /*placement*/}


/*change header*/
#header #bannerIMG { background-image: url(../img/banner_img.jpg);
	height: 146px; }


/* --------------------------------------------------
4. Change Menu
-----------------------------------------------------*/
/*menu bar colour*/
#menu {
	background-color: #FFCF06;
	border-left: 1px solid #58585A; /*sits on top of wrap_bg's edges*/
	border-right: 1px solid #58585A;
	}
/*main menu width*/
#menu ul {
	width: 560px;
	}	
/*main menu buttons*/
#menu a {
	border-right: 1px solid #D3B32D;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	}
/*main menu last button*/
#menu li.last a, 
#menu li li a {
	border: none;
	}
/*menu link colour*/
#menu a:link,
#menu a:visited {
	color: #221E20;
	text-decoration: none;
	}
/*menu hover colour*/
#menu a:hover {
	color: #FFF;
	}
/*submenu background colour*/
#menu ul ul {
	background-color: #FFCF06;
	}
/*submenu buttons*/
#menu li li a {
	border: none;
	text-transform: none;
	}
	
#menu ul ul#rentList {
	width: 180px;
	}

/* --------------------------------------------------
5. Change Typography Sizes and Colours
-----------------------------------------------------*/
/*body text*/
body {
	color: #000;
	}
/*paragraph text*/
p {
	font-size: 1em;
	}
/*page heading*/
h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #231F20;
	}
/*page subheading*/
h3 {
	font-size: 1.1em;
	margin-bottom: 3px;
	color: #231F20;
	}
/*general links*/
a:link,
a:visited {
	color: #FF0000;
	}
/*paragraph spacing*/
#content p,
#sub-section p {
	margin-bottom: 10px;
	}
/*spacing for ordered and unordered lists*/
#content ul, #content ol {
	margin: 5px 15px;
	}
/*footer text*/
#footer p {
	font-size: 0.9em;
	}
/*footer links*/
#footer,
#footer a:link,
#footer a:visited {
	color: #CCC;
	text-decoration: none;
	}
/*footer link hover*/
#footer a:hover {
	color: #FFF;
}
/*disclaimer text (mainly used for calcs)*/
.disclaimer {
	font-size: 0.9em;
	}

/* --------------------------------------------------
6. Images For Content Pages
-----------------------------------------------------*/

/*floats image right of content*/
#content img#right { 
	float: right;
	margin: 0 0 10px 10px;
	}
/*floats image left of content*/
#content img#left { 
	float: left;
	margin: 0 10px 10px 0;
	}

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

/*fieldset border*/
form fieldset {
	border: 1px solid #CCC;
	}
/*fieldset heading*/
form legend {
	color: #22243d;
	font-weight: bold;
	}
/*required fields text*/
form em span,
form .required {
	color: #B90000;
	font-weight: bold;
	}
/*submit button*/
form fieldset.submit input {
	background-color: #333;
	border: none;
	color: #fff;
	}

/* --------------------------------------------------
8. Home
-----------------------------------------------------*/

/*quicksearch button*/
body#home #sub-section form .submit input {
	font-size: 0.9em;
	font-weight: bold;
	}

/* --------------------------------------------------
9. Integrated Search
-----------------------------------------------------*/

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

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

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

/*field labels*/	
body#listing #filter label,
body#listing #filter strong {
	color: #666;
	}	
	
/*search box input fields*/
body#listing #filter select,
body#listing #filter input {
	background-color: #EEE;
	border: 1px solid #999;
	color: #666;
	}
	
/*search box button*/
body#listing #filter input.button {
	background-color: #FFCF06;
	border: none;
	color: #221E20;
	}

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

/*results bottom border*/
body#listing .property {
	border-bottom: 1px solid #CCC;
	}
/*results property image*/
body#listing .property .image img {
	border: 1px solid #CCC;
	}
/*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: #000;
	}
/*results price text*/
body#listing .property h4 {
	font-size: 1em;
	font-style: italic;
	}

/* Property Details 
--------------------*/

/*details property address*/
body#detail #content h3 {
	float: left; /*this keeps heading inline with icons*/
	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: orange;
	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 #CCC;
	}
	
/*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;
	} 	

/* --------------------------------------------------
10. Change Staff Details
-----------------------------------------------------*/

/*staff member bottom border*/
body#staff dl {
	border-bottom: 1px solid #CCC;
	}
/*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;
	}
	
body#staff dt.photo img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	}

/* --------------------------------------------------
11. Acrobat/PDF Links
-----------------------------------------------------*/

/*download pdf icon and link*/
#buttonPdf a { 
	width: 120px; height: 32px; display: block;
	padding: 10px 40px;
 	background:url(../img/ico_pdf.gif) no-repeat 0 10px;
	}
/*get acrobat reader icon and link*/
#buttonDownload a { 
	width: 280px; height: 51px; display: block;
	background: url(../img/ico_acrobat.gif) no-repeat 0 10px; 
	border-top: 1px solid #CCC;
	padding-left: 98px; padding-top: 12px;
	line-height: 12px; text-decoration:none;
	}
	
/* --------------------------------------------------
Any customisation to go here
-----------------------------------------------------*/

body#home h2 {
color: #231F20;
font-size: 24px;
text-align: center;
margin: 50px auto 0 auto;
}
body#home h3 {
color: #58585A;
font-size: 23px;
text-align: center;
margin: 0 auto 50px auto;
}