/*
	Fairhaven Services Stylesheet V.1.2
	Developed by WebStuff.biz, 2008
		P: +61 2 4325 1188
*/

body {
	margin: 0px;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

table {
	border: none;
}

h1.arrow {
	background: url(../images/h2_bg.jpg) left top no-repeat;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px 0px 5px 15px;
	border-bottom: 2px solid #276b9e;
}
h2 {
	font-size: 16px;
	padding: 0px 0px 1px 30px; margin: 5px;
	color: #7698bf;
	border-bottom: 1px dotted #666;
	letter-spacing: 3px;
}

#container {
	margin: 0px auto;
	border: 1px solid #1b558a;
	background: #fff;
	width: 944px;
}

#header {
	width: 944px;
	height: 191px;
	background: url(../images/header.gif) no-repeat;
	position: relative;
}
#header h2 {
	position: absolute;
	color: #666;
	top: 130px;
	left: 600px;
	font-size: 22px;
	margin: 0px; padding: 0px;
	border: none;
	letter-spacing: normal;
	font-weight: normal;
}

#nav {
	float: left;
	width: 165px;
	height: 670px;
	background: #bdd2e7 url(../images/nav_bg.gif) bottom repeat-x;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	padding: 10px 0px 10px 10px;
}
#nav a {
	font-weight: bold;
	font-size: 14px;
	color: #2e2e2e;
	text-decoration: none;
	display: block;
	width: 165px;
}
#nav a:hover {
	color: #1c579b;
	text-decoration: underline;
}

#content {
	width: 500px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#content a {
	color: #4a96d2;
	text-decoration: none;
}
#content a:hover {
	color: #1c579b;
}

#latestnews {
	width: 500px;
	height: 150px;
	overflow: scroll;
	margin: 0px 0px 10px 0px;
}

#services {
	width: 490px;
	height: 125px;
	padding: 6px 5px 5px 5px;
	background: url(../images/services_bg.gif) no-repeat;
	color: #fff;

}
#services p {
	padding-left: 10px;
}

#rightside {
	width: 230px;
	padding: 10px 0px 0px 10px;
	float: left;
}

#footer {
	width: 944px;
	height: 54px;
	padding: 18px 0px 0px 0px;
	background: url(../images/footer.gif) no-repeat;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	font-size: 10px;
	font-style: italic;
}



/***------------ Class Declarations -----------**/

.blueline {
	height: 3px;
	border-bottom: 2px solid #276b9e;
	width: inherit;
	padding-bottom: 3px;
}
table.dates {
	text-align: center;
	font-size: 14px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	clear: right;
}