/*
	COLOURS:
		teal:		5ca09f
		light tan:	dadbaf
		dark tan:	c3c385
*/
body {
	font-size: 76%;
	font-family: verdana, helvetica, sans-serif;
	background-color: #5ca09f;
	color: #000000;
	margin: 0px;
}

#container {
	width: 800px;
	margin: 0px auto;
	font-size: 1.0em;
}

#header-home {
	width: 768px;
	height: 110px;
	margin: 0px;
	padding: 124px 0px 0px 32px;
	background-image: url('images/header-home.gif');
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}
#home-header {
	position: absolute;
	margin-left: -5000px;
}

#header {
	margin: 0px 39px 0px 19px;
	padding: 25px 0px 0px 0px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#navbar {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

#navbar li {
	display: block;
	float: left;
	width: 105px;
	height: 61px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

#navbar li a {
	display: block;
	width: 102px;
	height: 39px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #000000;
	text-align: center;
	padding: 12px 0px 10px 3px;
	font-size: 1.1em;
	overflow: hidden;
}

#navbar li a:link {color: #000000; text-decoration: none; background-image: url('images/navbtn.gif');}
#navbar li a:visited {color: #000000; text-decoration: none; background-image: url('images/navbtn.gif');}
#navbar li a:hover {color: #000000; text-decoration: none; background-image: url('images/navbtn-over.gif');}
#navbar li a:active {color: #000000; text-decoration: none; background-image: url('images/navbtn-over.gif');}
#navbar li a.active:link {color: #000000; text-decoration: none; background-image: url('images/navbtn-over.gif');}
#navbar li a.active:visited {color: #000000; text-decoration: none; background-image: url('images/navbtn-over.gif');}

#navbar li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	list-style: none;
	margin: -18px 0px 0px 3px;
	padding: 0px;
	z-index: 100;
}
#navbar li ul li {
	width: 175px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}
#navbar li ul li a {
	display: block;
	width: 165px;
	height: auto;
	margin: 0px;
	padding: 5px;
	background-image: none;
	background-color: #c3c385;
	text-align: left;
}
#navbar li ul li a:link {color: #000000; text-decoration: none; background-color: #c3c385; background-image: none;}
#navbar li ul li a:visited {color: #000000; text-decoration: none; background-color: #c3c385; background-image: none;}
#navbar li ul li a:hover {color: #000000; text-decoration: none; background-color: #dadbaf; background-image: none;}
#navbar li ul li a:active {color: #000000; text-decoration: none; background-color: #dadbaf; background-image: none;}

#navbar li:hover ul {
	left: auto;
}

#navbar li:hover ul, #navigation li.sfhover ul {
	left: auto;
}

#homewrap {
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#homephoto {
	display: block;
	float: left;
	width: 372px;
	height: 279px;
	padding: 0px 40px 0px 32px;
	background-image: url('images/home-photo.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}
#homecontent {
	display: block;
	float: left;
	width: 329px;
	height: 278px;
	padding: 0px;
	color: #ffffff;
	font-size: 1.3em;
	margin: 0px 25px 0px 0px;
}

#home-events-leader {
	display: block;
	float: left;
	width: 170px;
	height: 40px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('images/home-events-leader.gif');
	color: #000000;
	padding: 17px 20px 40px 22px;
	font-size: 1.1em;
	overflow: hidden;
	margin: 20px 0px 20px 35px;
}
#home-events-leader:link {color: #000000; text-decoration: none;}
#home-events-leader:visited {color: #000000; text-decoration: none;}
#home-events-leader:hover {color: #5ca09f; text-decoration: none;}
#home-events-leader:active {color: #5ca09f; text-decoration: none;}

#home-events {
	float: left;
	width: 530px;
	color: #ffffff;
	padding: 10px 0px;
	margin: 20px 0px;
	line-height: 1.5em;
	font-size: 1.0em;
	border-top: 1px solid #dadbaf;
	border-bottom: 1px solid #dadbaf;
}

#home-events a:link {color: #ffffff; text-decoration: none;}
#home-events a:visited {color: #ffffff; text-decoration: none;}
#home-events a:hover {color: #dadbaf; text-decoration: none;}
#home-events a:active {color: #dadbaf; text-decoration: none;}

#contwrap {
	width: 740px;
	margin: 0px 40px 0px 20px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #dadbaf;
}

#sidebar {
	display: block;
	float: left;
	width: 217px;
	padding: 0px 15px 0px 0px;

}

#sidebar #title {
	display: block;
	width: 217px;
	height: 84px;
	border-bottom: 1px solid #dadbaf;
	text-indent: -500px;
	background-image: url('images/sidebar-photo.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 14px 0px;
	margin: 0px;
	overflow: hidden;
}
#sidebar p {	text-align: right; color: #C3C385;}
#sidebar a:link {color: #C3C385; text-decoration: underline;}
#sidebar a:visited {color: #C3C385; text-decoration: underline;}
#sidebar a:hover {color: #ffffff; text-decoration: none;}
#sidebar a:active {color: #ffffff; text-decoration: none;}

#widepagehead {
	display: block;
	float: left;
	width: 508px;
	height: 29px;
	padding: 10px 0px;
	margin: 2px 0px 0px 0px;
	background-image: url('images/wide-page-head.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #5ca09f;
	overflow: hidden;
}

#content-head {
	display: block;
	float: left;
	width: 508px;
	height: 13px;
	background-image: url('images/content-head.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	overflow: hidden;
}
#content {
	display: block;
	float: left;
	width: 428px;
	padding: 0px 40px 30px 40px;
	background-image: url('images/content-bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #ffffff;
	min-height: 475px;
	line-height: 1.5em;
	font-size: 1.1em;
}

#content-head-wide {
	display: block;
	float: left;
	width: 740px;
	height: 13px;
	background-image: url('images/content-head-wide.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	overflow: hidden;
}
#content-wide {
	display: block;
	float: left;
	width: 660px;
	padding: 0px 40px 30px 40px;
	background-image: url('images/content-bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #ffffff;
	min-height: 475px;
	line-height: 1.5em;
	font-size: 1.1em;
}

.hr {
	display: block;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #c3c385;
	overflow: hidden;
	margin: 20px 0px;
}

h1 {
	margin: 15px 0px;
	padding: 0px;
	border-bottom: 1px solid #c3c385;
	color: #c3c385;
	font-size: 2.0em;
	line-height: 2.1em;
	font-weight: normal;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	color: #5ca09f;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
}

h3 {
	margin: 10px 0px;
	padding: 0px;
	color: #5ca09f;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
}

h4 {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
}

.mceContentBody {
	background-color: #ffffff;
}
