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

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

body {
	background:#2d4c90;
	color:#333;
	font-family: "Verdana", Lucida Grande, Lucida, sans-serif;
	font-size: 12px;
	line-height:18px;
}

p {
	padding: 0 0 10px 0;

}

.clear {
	clear: both;
}

a:link, 
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h2 {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #757575;
	margin-bottom: 20px;
}

h3 {
	font-family: "Verdana", Lucida Grande, Lucida, sans-serif;	
	font-size: 18px;
	font-weight: normal;
	color: #757575;
	margin: 0px;
}


/* =wrapper */

#wrapper {
	margin:20px auto 0px auto;
	width:920px;
	position:relative;
	background: #fff;
}

/* =header */

#header {
	height:110px;
	background: whitesmoke url(../images/header.gif ) ;
	position:relative;
	overflow: hidden;
}

#header h1 {
	height:100px;
	line-height: 100px;
	text-indent: 30px;
	display: none;
}

#header h1 > a {
	display:block;
	height:100px;
	line-height: 100px;
	text-decoration:none;
	font-weight: normal;
}

#header h1 > a > span {
	
}

#header > div {

}

#ss {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 560px;
}

#red-line {
	background: url(../images/red-line.gif);
	height: 5px;	
}

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

/* =page */

#page {
	background: url(../images/main_bg.gif);
}

/* =content */

#content {
	padding:20px 30px;
}

/*#content > h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 19px;
}*/

/* =footer */

#footer {
	padding-top: 20px;
	font-size:11px;
	text-align:center;
	background: #2d4c90 url(../images/footer_bg.gif) no-repeat;
}

#footer * {
	color: #FFF;
}

#footer p {
	font-size:10px;
	margin: 0px;

}

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

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

#footer p > a:hover {
	text-decoration: underline;
}

/* =HP */

#hp-search {
	padding: 0;
	margin: 0;
	float: left;
	width: 330px;
}

#hp-search li {
	list-style: none;
	line-height: 30px;
	color: #333;
	font-size: 11px;
	position: relative;
}

#hp-search label {
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

#hp-search select {
	margin: 0 0 0 120px;
	width: 170px;

}

#hp-search .submit {
	margin: 0 0 0 120px;
	width: 100px;
}

#hp-sawtell {
	width: 500px;
	float: right;
	padding: 0 20px 0 0;
}

/* =FT PROPERTIES */

#hp-ft-prop {
	margin: 10px -10px;
}

#hp-ft-prop h2 {
	padding: 0 0 0 10px;
}

.pom {
	float: left;
	width: 281px;
	height: 250px;
	border: solid 1px #d51423;
	margin-right: 5px;
	padding: 3px;
	position: relative;
}

.pom-3 {
	margin-right: 0px;
}

.pom h3 {
	margin: 2px 0 0 0;
	line-height: 20px;
	
}

.pom h3 a {
	text-decoration: none;
	line-height: 16px;
	height: 16px;
	font-size: 14px;
}

.pom h3 a:hover {
	text-decoration: underline;
}

.pom a img:hover {
	opacity: 0.85;
}

.pom h4 {
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	left: 3px;
}

.pom ul {
	position: absolute;
	bottom: 0px;
	right: 0px;
	list-style: none;
}

.pom li {
	display: block;
	float: left;
	color:#333;
	font-family: "Verdana", Lucida Grande, Lucida, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding: 0 12px 2px 0;
	line-height: 20px;
}

.pom li img {
	position: relative;
	top:5px;
}

#mail-list-small {
	padding: 0;
	margin: 0;
}

#mail-list-small #subscribe {
	padding: 0;
	margin: 0;
}

.home #mail-list-small, .contactus #mail-list-small {
	display: none;
}

#mail-list-small #subscribe input {
	border: solid 1px #d51423;
}

#mail-list-small #subscribe input.submit {
	border: none;
}

























