/* @override 
	http://staging.renet.com.au/nvre/CSS/layout.css
	http://staging.renet.com.au/nvre2/CSS/layout.css
*/

/*

	Styles for Newington Valley Real Estate
	
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

body {
	background: #003E6E;
	color: #444;
	font: 12px/18px "Verdana", sans-serif;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #0060A9;
}

a:hover {
	color: #444;
}

h2 {
	padding-bottom: 15px;
	font-size: 16pt;
	font-weight: normal;
	color: #003E6E;
	font-family:Georgia,Times,serif;
}

#wrapper.properties h2.main,
#wrapper.requestrepairs h2.main,
#wrapper.marketappraisal h2.main,
#wrapper.contactus h2.main,
#wrapper.testimonials h2.main
 {
	display: none;
}

h3 {
	font-family:Georgia,Times,serif;
	color:#2173AF;
	font-size:14pt;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 0;
}

h4 {
	font-size:12px;
font-weight:normal;
line-height:25px;
}


/* =wrapper */

#wrapper {
	margin: 30px auto 0 auto;
	padding:0px;
	width: 1000px;
	position: relative;
	background: #ebebef;
}

#wrapper.home {
	background: transparent;
}

/* =header */

#header {
	height: 184px;
	position: relative;
	overflow: hidden;
	background:url(../images/header_bg.png) top left no-repeat;
}

#header img {
	margin: 0 0 0 123px;
	float: left;
}


/* =menu : get these styles from a separate stylesheet : menu.css */

/* =page */

#page {
}

/* =content */
#wrapper.home #content {
	width: 1000px;
	border-left: none;
}

#content {
	padding:0 40px 40px 25px;
	min-height: 145px;
	border-left: 1px dotted #CCC;
	width: 710px;
	float: right;
}

/* =sidenav */

#sidenav {
	width: 160px;
	float: left;
	padding: 0 0 0 40px;
}

#sidenav ul li {
	border-bottom: 1px dotted #0060A9;
	line-height: 20px;
	font-family:Georgia,Times,serif;
}

#sidenav ul li a {
		text-decoration:none;
		font-size: 11pt;
		line-height: 17pt;
}

#sidenav ul li a:hover {
		font-weight: bold;
		color: #0060A9;
}

form#propertysearchform {
	padding: 10px;
	background:#cfd8e9;
	margin: 10px 0;
}

form#propertysearchform table.quicksearch {
	padding: 10px;
	font-size: 8px;
	
}

form#propertysearchform table.quicksearch tr td{
	padding: 3px 0;
	font-size: 8px;	
}

form#propertysearchform table.quicksearch tr td input,
form#propertysearchform table.quicksearch tr td select {
	width: 140px;
}


/*editd up to here*/

/* =testimonials */

.testimonial {
	padding: 10px 0 30px 0;
	}
	
.testimonial .testimonial-salesrep {
	padding-bottom: 5px;
	border-bottom:1px solid #DEDEDE;
}

.testimonial .content {
	padding-top:5px;
}

/* =contact */

p.office_properties,
p.office_staff {
	display: none;
}
	
/* =footer */

#footer {
	font-size: 10px;
	text-align: left;
	color: #ebebef;
	margin: 10px 0;
	padding: 0 10px;
	height: 113px;
	background:url(../images/footer_bg.png) no-repeat top left;
}

#footer a {
	color: #ebebef;
}
#footer div {
	padding: 10px 0 3px 0;
	margin: 0;
}

#footer .copy {
padding:0;
	font-size: 9px;
	color: #0060A9;
}

#footer .copy a {
	color: #0060A9;
}

#footer a:hover {
	color: #CCC;
}

#footer .copy p {
text-align: left;
line-height: 12px;
}

#footer .right_links {
	text-align: right;
	position: absolute;
	bottom: 85px;
	right: 0px;
}

#footer .right_links a {
	padding-right: 10px;
}

/* =staff-intro */

.staff-intro {
float:left;
margin: 20px 10px 0 0;
width:220px;
height: 280px;
}

.staff-intro a.name
 {
margin-bottom:5px;
text-decoration:none;
color: #0060A9;
font-size:16px;
font: 12px/18px "Verdana", sans-serif;
}

.staff-intro .position {
margin: 0;
font-size:1.2em;
margin-bottom:10px;}

.staff-intro .position span,
.staff-display .text h3 span
 {
	display: none;
}

.staff-display .text h3 span.name {
	display: block;
}

.staff-intro .department {
	margin: -26px 0px 0px 300px;
	padding: 0px;
	height: 26px;
	line-height: 26px;
	display: none;
}

.staff-intro img.thumbnail,
.staff-display img.thumbnail {
width:100px;
padding: 5px;
background: #FFF;
}

.staff-intro .thumbnail,
.staff-display .thumbnail {
	padding-bottom: 30px;
	background:url(../images/thumbnail_bg.png) bottom center no-repeat;	
}

.staff-display .thumbnail {
	float: left;
	margin-right: 20px;
}

.staff-intro .text {
	font-size:1em;
font-weight:normal;
margin-bottom:8px;
}

.staff-intro td p {
	margin: 0;
}

.staff-intro td .intro-link-more {
	margin: 10px 0 0 0;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	display:block;
	height:27px;
	line-height: 23px;
	text-decoration:none;
	width:89px;
	background:url(../images/button_bg.jpg) center bottom no-repeat;
}

.staff-intro td .intro-link-more:hover {
	background:url(../images/button_bg.jpg) center top no-repeat;
}

.staff-intro td .intro-link-more span {
	display:block;
	line-height: 23px;
	width: 89px;
	text-align: center;
}

.staff-display p.phone span {
	padding-right: 10px;
}

.staff-display p.email {
	padding-bottom: 10px;
}

.staff-display p.profile {
	padding-top: 10px;
	border-top:1px solid #DEDEDE;
}

#content .agency-details p {
	font-size: 14px;
	width: auto;
}

.office h3 {
	padding: 10px 0 3px 0;
}

/* =blog-intro */

.blog-back,
.blog-display .links {
	padding-bottom: 10px;
	font-size: 10px;
}

.blog-intro h3,
.blog-display h3 {
	border-bottom:1px solid #DEDEDE;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

