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

/*

	Hibbards - Layout Style
	
*/

html * {
	margin:0px;
	padding:0px;
}

body {
	background: url(../images/bg.jpg) top center repeat-y #3366CC;
	font-family:"Times New Roman", "Arial Black";
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:active {
	color: #990066;
}

a:hover {
	color:#000000;
}

h2, h3, h4 {
	margin-bottom: 20px;
}

h4 {
	padding-top: 20px;
	font-size: 16px;
	border-top:1px solid #666;
}

p {
line-height:22px;
font-size:1em;
margin:0px 0px 20px 0px;
padding:0px;
}


/* =wrapper */

#wrapper {
	width:900px;
	margin:10px auto;
	color: #666666;
	text-align:center;
	overflow:visible;
	position: relative;
}

/* =header */

#header {
	background: #000;
}

#header img {
	position: absolute;
	top: 3px;
	left: 35px;
}

#header > div {
}

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

/* =page */

#page {
	background-color: #FFFFFF;
}

/* =content */

#content {
	padding:40px 50px;
}

#wrapper.home #content {
	padding:0;
}

#content > h2 {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 19px;
}

/* =slideshow */

#ReNet_ImageGallery {
	height: 403px;
	width: 900px;
}

.spacer {
	height: 65px;
	margin-bottom: 15px;
	background: #EDEDEF;
}

/* =footer */

#footer {
	padding: 15px 0;
	background-color: #333;
}

#renet {
	padding-top:10px;
}

#renet p {
	font-size: 0.8em;
	margin-bottom: 0;
}

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

/* =staff-intro */

.staff-intro {
margin:0px 0px 10px 0px;
padding:0px;
position:relative;
min-height:220px;
_height:220px;
border:1px solid #989898;
background-color: #F3F3F3;
}

.staff-intro h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#666666 none repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
height:30px;
line-height:30px;
margin:0;
overflow:hidden;
padding:0 10px;
text-align:left;
}

.staff-intro .position {
margin:0px;
padding:0px 10px 0px 10px;
color: #FFF;
height:26px;
line-height:26px;
position:absolute;
top: 0;
right: 10px;
}

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

.staff-intro .department {
margin:-26px 0px 4px 300px;
padding:0px;
height:26px;
line-height:26px;
visibility:hidden;
}

.staff-intro .department span {

}

.staff-intro .thumbnail {
float:left;
margin:10px;
}

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

.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,
.staff-intro dl dd {
text-align:left;
}

.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:10px 0 0 0;
font-size: 12px;
float:right;
text-align:justify;

}

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

/* =our properties page */

#select {
	margin: 0;
	left: 0;
	width: 100%;
}

#select ul {
	list-style:none;
}

#select ul li {
	margin: 0 auto 10px auto;
	width: 470px;
	height: 140px;
	position: relative;
}

#select ul li a:link,
#select ul li a:visited,
#select ul li a:active {
	font-family:serif, "Arial Black", "Times New Roman";
	color: #FFF;
	font-size:25px;
	font-style: italic;
	text-decoration:none;
	}
	
#select ul li a:hover {
	color: #3366CC;
}

#select ul li span {
	position: absolute;
	bottom:10px;
	right: 10px;
}