/*

main style sheet

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
Headers
Text Treatments
Tables
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/backgrounds/body.jpg) transparent repeat top left;
	color: #2A1A0B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #334358;
	outline: none;
}

a.external {
	background-image: url(../images/backgrounds/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 16px 0 0;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

embed, object {
	display: block;
}

/*---------------

PAGE STRUCTURE

---------------*/

#outer-wrapper {
	background: url(../images/backgrounds/outer-wrapper.jpg) transparent repeat-y 50% 0;
	width: 100%;
}

#wrapper {
	background: url(../images/backgrounds/wrapper.jpg) transparent repeat-y top left;
	margin: 0 auto;
	text-align: center;
	width: 766px;
}

#left {
	background: url(../images/backgrounds/left.gif) transparent no-repeat top left;
	color: #316052;
	float: left;
	overflow: hidden;
	padding: 0 0 20px 0;
	width: 182px;
}

#content {
	color: #685A4C;
	float: left;
	overflow: hidden;
	padding: 0 16px 20px 24px;
	text-align: justify;
	width: 544px;
}

#image-header {
	float: left;
	width: 584px;
}

#image-header img {
	float: left;
}

#footer-wrapper {
	background: url(../images/backgrounds/footer-wrapper.jpg) transparent repeat-y 50% 0;
	height: 45px;
	width: 100%;
}


/*---------------

HEADERS

---------------*/

h1, h2 {
	float: left;
	font-size: 1px;
	text-indent: -9999px;
}

h1 {
	background: url(../images/headers/h1.jpg) transparent no-repeat top left;
	height: 122px;
	width: 182px;
}

h2 {
	background: url(../images/headers/h2.jpg) transparent no-repeat top left;
	height: 105px;
	width: 584px;
}

h3 {
	font-size: 1.3em;
	padding: 0 0 10px 0;
	text-align: left;
}

h4 {
	font-size: 1.1em;
	padding: 0 0 7px 0;
	text-align: left;
}

h5 {
	font-size: 1em;
	padding: 0 0 4px 0;
	text-align: left;
}


/*---------------

NAVIGATION

---------------*/

#left ul {
	background: url(../images/nav/nav-bottom.gif) transparent no-repeat bottom left;
	float: left;
	padding: 24px 0 30px 0;
	width: 182px;
}

#left li {
	float: left;
	list-style-type: none;
	width: 182px;
}

#left li a, #left li.current {	
	float: left;
	height: 28px;
	text-decoration: none;
	text-indent: -9999px;
	width: 182px;
}

#left li a:hover {
	background-position: 0 -28px;
}

#home {background: url(../images/nav/home.gif) transparent no-repeat top left;}
#about {background: url(../images/nav/about.gif) transparent no-repeat top left;}
#contact {background: url(../images/nav/contact.gif) transparent no-repeat top left;}
#events {background: url(../images/nav/events.gif) transparent no-repeat top left;}
#friends {background: url(../images/nav/friends.gif) transparent no-repeat top left;}
#involve {background: url(../images/nav/involve.gif) transparent no-repeat top left;}
#land {background: url(../images/nav/land.gif) transparent no-repeat top left;}
#map {background: url(../images/nav/map.gif) transparent no-repeat top left;}
#news {background: url(../images/nav/news.gif) transparent no-repeat top left;}

#left li.current, #left a.current, #left a.current:hover{
	background-position: 0 -56px;
}

/*--Sub Navigation--*/

#left ul ul {
	background: none;
	float: left;
	font-size: .9em;
	padding: 0 0 8px 30px;
	text-align: left;
	width: 152px;
}

#left li li {
	margin: 0 0 2px 0;
}

#left li li a, #left li li.current {
	border-bottom: 1px solid #BFB3A7;
	color: #316052;
	float: left;
	font-weight: bold;
	height: auto;
	padding: 0 0 0 4px;
	text-decoration: none;
	text-indent: 0;
	width: 131px;
}

#left li li a:hover {
	background-color: #DFD8D1;
	color: #685A4C;
}

#left li li.current {
	font-weight: bold;
}

/*---------------

TEXT-TREATMENTS

---------------*/

div.hrule {
	border-bottom: 1px solid #ADA694;
	height: 2px;
	margin: 0 0 15px 0;
}

div.hrule hr {
	display: none;
}

#left p {
	font-size: 11px;
	padding: 0 0 4px 13px;
	text-align: left;
}

#content a:hover {
	background-color: #FFFEEF;
}

#content p {
	line-height: 1.4em;
	padding: 0 0 20px 0;
}

#content p.return-link {
	color: #685A4C;
	font-size: 11px;
	padding: 0 0 10px 0;
}

#content p.return-link a {
	color: #685A4C;
}

#content p.quote {
	padding: 0 15px 15px 15px;
}

#content ul {
	line-height: 1.4em;
	padding: 0 10px 15px 25px;
	text-align: left;
}

#content ul li {
	list-style-type: square;
	padding: 0 0 3px 0;
}

#content ol {
	line-height: 1.4em;
	padding: 0 10px 15px 25px;
	text-align: left;
}

#content ol li {
	padding: 0 0 3px 0;
}

#content ol ul {
	padding-bottom: 0;
}

#content ol ol {
	list-style-type: upper-alpha;
	padding-bottom: 0;
}


/*--tables--*/

.board {
	margin: 0 0 15px 0;
}

.board td {
	padding: 0 10px 5px 5px;
}

/*---------------

IMAGES

---------------*/

img.left, img.right {
	background-color: #CABCAF;
	float: left;
	margin: 0 15px 10px 0;
	padding: 3px;
}

img.right {
	float: right;
	margin: 0 0 10px 15px;
}

/*--imgs with captions--*/

dl.caption-right, dl.caption-left {
	float: right;
	overflow: visible;
	padding: 0 0 10px 20px;
}

dl.caption-left {
	float: left;
	padding: 0 20px 10px 0;
}

.caption-right img, .caption-left img{
	background-color: #CABCAF;
	padding: 3px;
}

.caption-right dd, .caption-left dd{
	font-size: .8em;
	padding: 0;
	text-align: center;
}

/*---------------

PROTECTED PROPERTIES

---------------*/

.property {
	border-bottom: 1px solid #CFC2B5;
	margin: 0 0 15px 0;
	min-height: 155px;
}

* html body .property {
	height: 155px;
	overflow: visible;
}

/*---------------

UPCOMING EVENTS

---------------*/

#upcoming-events {
	background-color: #FCFBEE;
	border: 3px solid #CABCAF;
	margin: 0 0 0 15px;
	padding: 10px;
	float: right;
	width: 270px;
}

.high-light {
	background-color: #FCFBEE;
	border: 3px solid #CABCAF;
	margin: 0 0 0 15px;
	padding: 10px;
	float: right;
	width: 210px;
}

/*---------------

NEWSLETTER SIGNUP

---------------*/

#newsletter-signup {
	background-color: #F4F1E0;
	border: 3px solid #cabcaf;
	clear: right;
	float: left;
	font-size: 11px;
	margin: 7px 0 15px 0;
	padding: 3px;
	position: relative;
	left: 8px;
	width: 152px;
}

#newsletter-signup h3 {
	background: #CFC8C2;
	font-size: 11px;
	padding: 2px;
	text-align: center;
}

#newsletter-signup form {
	padding: 10px 2px 5px 2px;
	text-align: left;
}

#newsletter-signup label {
	font-weight: bold;
	padding: 2px;
}

#newsletter-signup .submit {}