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

/*

	Styles for Engage Property
	
*/

html {
	margin: 0px auto;
	padding: 0px;
	background: url(../images/body_bg.png) repeat-x top left #E9E2EA;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, form, fieldset, input {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic","Arial",Sans-serif;
	font-size: 10pt;
	color: #747679;
}

body {
	margin: 0 auto;
	padding-right: 40px;
	background: url(../images/wrapper_bg_left.png) no-repeat top left;
	width: 1000px;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #7f1399;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-weight: normal;
	font-size: 14pt;
	margin: 30px 0;
}

h3 {
	color: #7f1399;
	text-transform: uppercase;
}

p {
	margin-bottom: 10px;
	line-height: 15pt;
}

/* =wrapper */

#wrapper {
	margin: 0px auto;
	padding: 0 40px;
	width: 1000px;
	position: relative;
	background: url(../images/wrapper_bg_right.png) no-repeat top right;
}

/* =header */

#header {
	height: 240px;
	position: relative;
	z-index: 1600;
}

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

#header .strapline {
	margin: 120px 0 0 0;
	float: right;
}

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

/* =page */

#page {
	padding: 40px 30px 20px 30px;
	background: url(../images/content_bg.png) repeat-x top left #E9E2EA;
	border: 1px solid #CCC;
	border-bottom: none;
}

#wrapper.home #page {
	padding-bottom: 0;
}

/* =content */

#content {
	padding-left: 30px;
	float: left;
	border-left: 1px solid #CCC;
	width: 670px;
}

#wrapper.home #content {
	border-left: none;
	padding-left: 0;
}

/* =info */

.info {
	margin: 0 auto;
	width: 80%;
	font-size: 8pt;
	margin-bottom: 20px
}

/* =contact */

h2.contact-header {
	display: none;
}

.contact {
	margin-bottom: 20px;
}

.contact ul li {
	list-style:none;
}

/* =leftpanel*/

#leftpanel {
	float: left;
	width: 230px;
}

#leftpanel a {
	font-size: 8pt;
	display: block;
	margin: 10px;
}

#wrapper.home #leftpanel {
	width: 210px;
}

/* =left panel */

#leftpanel h3 {
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	letter-spacing: 1px;
}

#search,
#weather {
	padding: 10px 15px;
	margin-bottom: 8px;
	margin-right: 10px;
	width: 170px;
	height: 191px;
	background: url(../images/search_bg.png) no-repeat top left;
}

/* =weather */

#weather,
#myfinder {
	padding: 10px 15px 0 15px;
	margin-bottom: 0;
	width: 170px;
	height: 140px;
	background: url(../images/weather_bg.png) no-repeat top left;
	text-align: center;
	position: relative;
}

#weather img {
	margin-top: 7px;
	margin-left: 5px;
	height: 70px;
}

#weather a,
#myfinder p {
	color: #FFF;
	font-size: 7pt;
}

/* =myfinder panel*/

#myfinder a {
	margin: 20px 10px 7px 10px;
	padding: 5px;
	height: 30px;
	display: block;
	text-align: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px dotted #CCC;
	text-decoration: none;
	background: url(../images/envelope.png) no-repeat 95px 5px;
}

#myfinder a:hover {
	border: 1px dotted #999;
	background-color: rgba(116, 118, 121, 0.5);
}

#myfinder span {
	color: #e2e1dd;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 10px
}

#myfinder p {
	font-size: 8pt;
	margin: 0 5px;
	line-height: 11pt;
}

/* =news (blog) intro */

.blog-intro,
.weblog-submit-comment,
.staff-intro {
	margin: 10px 0;
	padding: 0 0 5px 0;
	color: #666666;
	border: 1px solid #989898;
	position: relative;
	background-color: #e2e1dd;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.blog-intro h3,
.weblog-submit-comment h3,
.staff-intro h3 {
	margin: 0;
	padding: 5px 10px;
	height: 15px;
	font-weight: normal;
	TEXT-ALIGN: LEFT;
	background: #747679;
	font-size: 10pt;
	color: #FFF;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.blog-intro h3 a:link,
.blog-intro h3 a:visited,
.blog-intro h3 a:active {
	color: #FFF;
	text-decoration: none;
}

.blog-intro h3 a:hover,
.blog-intro h3 a .over {
	color: #CCC;
	text-decoration: underline;
}

.blog-intro p {
	padding: 10px;
}

.blog-intro .links {
	padding: 5px 10px;
	font-size: 8pt;
}

/* =news (blog) display */

.blog-back {
	
}

.blog-display {
	margin: 10px 0;
}

.blog-display .links {
	margin: 10px 0;
}

.blog-display .article {
	margin: 20px 0;
	line-height: 15pt;
	padding-top: 20px;
	border-top: 1px solid #989898;
}

/* =staff-intro */

.staff-intro .position {
	margin: -23px 0 0 0;
	padding: 0px 10px 0px 10px;
	color: #FFF;
	text-align: right;
	z-index: 1500;
	display: block;
}

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

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

.staff-intro .department span {
	
}

.staff-intro .thumbnail {
	float: left;
	padding: 10px 0 0 10px;
	width: 130px;
}

.staff-intro .text {
	margin: 5px 10px 0px 0px;
	float: right;
	width: 500px;
}

.staff-intro dl {
	margin: 0px;
	height: 60px;
}

.staff-intro dl dt {
	font-size: 12px;
	clear: left;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 70px;
}

.staff-intro dl dt span {
	font-size: 12px;
	color: #999;
}

.staff-intro dl dt.email {
	
}

.staff-intro dl dt.phoneAH,
.staff-intro dl dd.valuePhoneAH {
	display: none;
}

.staff-intro dl dd {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	float: left;
	width: 280px;
}

.staff-intro dl dd a:link, .staff-intro dl dd a:visited, .staff-intro dl dd a:active {
	
}

.staff-intro dl dd a:hover {
	color: #333333;
}

.staff-intro .profile {
	margin: 0px;
	padding: 0 0 10px 0;
	font-size: 12px;
	float: right;
}

.staff-intro p.testimonials {
	padding-top: 10px;
}

/* =footer */

#footer {
	margin-left: -40px;
	font-size: 9px;
	height: 100px;
	width: 1080px;
	text-align: center;
	overflow: visible;
	background: url(../images/footer_bg.png) no-repeat top left;
}

#footer #footer_txt {
	padding-top: 40px;
}

#footer * {
	color: #747679;
}

#footer p {
	font-size: 9px;
	margin: 0px;
	padding-right: 60px;
	line-height: 16px;
	text-align: right;
}

#footer p > a {
	text-decoration: none;
	text-transform: uppercase;
}

#footer p.renet_links > a {
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
}