/*BRANDED AGENT - Lee-Chapman Estate Agents*/

/* body */
body {
	font: 82%/120% arial,verdana,sans-serif;
	color: #6A737B;
	background: Black url('tile-page.gif');
}

/* links */
a { color:#282727; } /* active */
a:hover { color:#FF9933; } /* hover */
a.arw,a.arw2  { background:url('arw.gif') no-repeat left; } /* link arrow */

/*page border and background */
#outer_wrapper { border:1px solid #000000; background:#ffffff;} /* border and background */

/*tertiary nav links at top*/
ul#tertiary_nav { background:none; height:2em; } /* background */
ul#tertiary_nav li { float:right; margin:.6em 5px 0 15px; } /* list item formatting */
ul#tertiary_nav a { color:white; text-decoration:none; } /* active link */
ul#tertiary_nav a:hover { color:black; background: white; } /* hover link */

/* header */
#header { height:8em; border-top:1px solid #99CC33; background:url('tile-header.gif') repeat-x #000000; } /* header image */

/* quicksearch */
#header .col2 { float:right; text-align:right; } /* left-right alignment */
#header .col2 h2 { color:#ffffff; } /* heading colour */
#header .col2 { color:#D9D9D9; } /* text color */
#header .col2 a { color:#999999; } /* active link */
#header .col2 a:hover { color:#99CC33; } /* hover link */

/* navigation */
ul#nav {
	height: 1.5em;
	border-bottom: 1px solid #ffffff;
	background: url('tile-nav.gif') repeat-x #000000;
} /* background */
ul#nav li a {
	color: #99CC33;
	background-color: transparent;
	font-weight: bold;
} /* active */
ul#nav li a:hover {
	background-color: transparent;
	color: #FF9933;
	font-weight: bold;
} /* hover */
ul#nav li a.current {background-color: transparent;color:#FF9933; font-weight: bold;} /* current page */

/* sub navigation */
ul#sub_nav { background:#323232; } /* background */
ul#sub_nav li { color:#ffffff; } /* heading */
ul#sub_nav li a { background:#323232; color:#ffffff; background:url('arw.gif') no-repeat left; padding-left:11px; } /* arrow and link */
ul#sub_nav li a.hover { background:#323232; color:#86129B; background:url('arw.gif') no-repeat left; padding-left:11px; } /* arrow and link */
a#sub_nav{
	color:#ffffff;
}

/* property nav */
.results_nav a { color:#ffffff; background:#323232; } /* active */
.results_nav a:hover { color:#323232; background:#000000; } /* hover */

/* refine search */
h4 { color:#ffffff; background:#323232; border-top:2px solid #99CC33; } /* heading colour and background */

/* horizontal lines */
.line_header { background:url('..../../img/tile-line_colour.gif') repeat-y #4E4E4E right; }

/* feature prop */
.feature_prop h3 { color:#444444; } /* suburb */
.feature_prop h4 { color:#B32600; } /* price  */
.feature_prop h5 { background:#B32600; color:#ffffff; } /* under offer */

/* latest sales */
#latest_sales h5 { color:#000000; } /* property title */

/* footer */
#footer { border-top:5px solid #99CC33; } /* branding line */

/* forms */
#form1 label { color:#ffffff; }
.btn3 { background: url(sub-btn_bg.gif) #71AF44 repeat-x left bottom; color: white; border: .1em solid #357E00; }
.btn3:hover { background-position: left .4em; }

/*background header for print */
address p strong { 	list-style-image: url(email-header.gif); }