/*
CSS created by www.elchango.ca
October 10, 2006
*/

/* Structure Styles */
body {
	background: #528541 url("/images/bkgrd_white.gif") repeat-y top center ;
	margin: 0px;
}

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 2px;
	margin: 0px;
	padding: 0px;
	width: 420px;
	height: 117px;
	background: url("/images/birkenhead-lake-estates.gif") no-repeat;
}

#logo a, #logo h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 420px;
	height: 117px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}

#login {
	position: absolute;
	top: 0px;
	left: 450px;
	text-align: right;
	
}

#banner {
	position: relative;
	top: 0px;
	left: 1px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 759px;
	height: 160px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#main {
	position: relative;
	margin-top: 20px;
	width: 760px;
}

#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

#content {
	position: absolute;
	top: 0px;
	left: 185px;
	width: 380px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#rightcol {
	position: absolute;
	top: 0px;
	left: 580px;
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#footer {
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: right;
}

/* END Structure Styles */

/* Navigation Styles */

#navigation ul {
	margin-left: 0; 
	padding-left: 0;
	list-style: none;
	display: inline;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 130%;
}

#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #528541;
	text-decoration: none;
	line-height: 130%;
}

#navigation #current a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #528541;
	text-decoration: none;
	line-height: 130%;
}

/* END Navigation Styles */

h2, h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #528541;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #528541;
	text-decoration: none;
}

p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	line-height: 130%;
}

.errormsg {
	color: #FF0000;
}

p a:hover {
	color: #FF0000;
}

#content img {
	padding: 3px 6px;
}

#contentblock-menu img {
	padding: 0;
}

.footer, .footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #535353;
	line-height: 130%;
	text-align: center;
}

.greenline {
	width: 350px;
	height: 1px;
	background: url("/images/birkenhead-lake-estates.gif") repeat-x;
}

.arrowlinks {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 20px;
	list-style-image: url("/images/arrow2.gif");
}

.arrowlinks li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	line-height: 130%;
	padding: 0px 0px 0px 4px;
}

/* Login Styles */

#loginbox {
	margin: 10px 10px 0px 5px;
}

#loginbox legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #535353;
	font-weight: bold;
	line-height: 130%;
}

#loginbox {
	position: relative;
	border: 1px solid #528541;
}

#loginbox h4 {
	background: #528541;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	line-height: 130%;
	margin: 0px;
	padding: 5px 8px;
}

#loginbox p {
	padding: 0px 8px;
}

/* END Login Styles */

/* RightCol Styles */

#rightcol fieldset {
	margin-top: 15px;
}

#rightcol legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #535353;
	font-weight: bold;
	line-height: 130%
}

#notices {
	position: relative;
	border: 1px solid #528541;
}

#notices h4 {
	background: #528541;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	line-height: 130%;
	margin: 0px;
	padding: 5px 8px;
}

#notices ul {
	padding: 0px 8px;
}

#links {
	position: relative;
	border: 1px solid #528541;
}

#links h4 {
	background: #528541;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	line-height: 130%;
	margin: 0px;
	padding: 5px 8px;
}

#links ul {
	padding: 0px 8px;
}

/* END RightCol Styles */
