/*

main style sheet containing styles universal to all pages

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
UNIVERSAL
PAGER STRUCTURE
BANNER
HEADERS
CONTENT AREA
SIDEBAR
FOOTER
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #C5C563;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #F26522;
	outline: none;
}

a:hover {color: #991417;}

embed, object {
	display: block;
}


/*
PAGER STRUCTURE
================================================*/

#outer-wrapper {
	background: url(../images/backgrounds/outer-wrapper.jpg);
}

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) repeat-x left top;
}

#content-container {
	background: url(../images/backgrounds/home/content-container.gif) #FFF7D9 bottom left;
	margin: 0 auto;
	width: 940px;
}

#content {
	background: url(../images/backgrounds/home/content.gif) no-repeat;
	padding: 24px 0 24px 19px;
}

#footer-wrapper {
	background: url(../images/backgrounds/footer-wrapper.gif) repeat-x;
	height: 200px;
	padding: 55px 0 0 0;
}


/*
BANNER
================================================*/

#banner {
	background: url(../images/backgrounds/home/banner.gif) no-repeat bottom right;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	height: 440px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 940px;
}

#banner-left {
	float: left;
	width: 264px;
}

#banner-right {
	float: left;
	width: 676px;
}

#logo {
	background: url(../images/backgrounds/logo.png) no-repeat;
	float: left;
	height: 227px;
	margin: 0 0 11px 0;
	position: relative; left: 12px;
	text-indent: -9999px;
	width: 225px;
}

#banner-contact {
	float: right;
	height: 67px;
	width: 676px;
}

#banner-contact a {
	background: url(../images/backgrounds/banner-contact-button.png) no-repeat;
	color: #FFE680;
	float: right;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	padding: 6px 0 0 0;
	position: relative; left: -15px;
	text-decoration: none;
	width: 122px;
}

#banner-contact a#calendar-button {
	background: url(../images/backgrounds/banner-calendar-button.png) no-repeat;
	margin: 0 7px 0 0;
	width: 104px;
}

#banner-contact a:hover {color: #fff;}


#banner #flashcontent {
	float: left;
}

#nav {
	background: url(../images/backgrounds/home/nav.gif) #FFF0B3 no-repeat;
	float: left;
	height: 202px;
	width: 264px;
}

#nav ul {
	list-style-type: none;
	text-align: left;
	width: 264px;
}

#nav ul li {
	float: left;
	width: 264px;
}

#nav ul li a, #nav ul li strong {
	background: url(../images/backgrounds/home/nav-item.gif) no-repeat right top;
	color: #8F320C;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding: 5px 0 0 20px;
	text-decoration: none;
	white-space: nowrap;
	width: 244px;
}

#nav ul li a#bottom-item {
	background: url(../images/backgrounds/home/bottom-item.gif) no-repeat right top;
}

#nav ul li a:hover {
	background-color: #F6C140;
	color: #5C1F07;
}

#nav ul li a#bottom-item:hover {
	background-color: #F6C140;
	background-position: 239px -28px;
}


/*
HEADERS
================================================*/

h1,
h2,
h3 {
 	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h2 {
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 15px 0;
}


/*
CONTENT BOXES
================================================*/

#content div {
	color: #671F02;
	float: left;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 15px 38px 0 19px;
	text-align: left;
	width: 250px;
}

#content div#mission {
	padding: 15px 38px 20px 19px;
	text-align: center;
}

#content div#events {
	line-height: 1.5em;
}

#content #accuweather {
	float: none;
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: center;
}

#content #accuweather div {
	float: none;
	width: auto;
	padding: 0;
	text-align: center;
}

#content #accuweather div a {text-decoration:none;}

#content div h2 {
	text-align: left;
}

#content #events ul {
	list-style-type: none;
	padding: 5px 0;
}

#events li {
	display: none;
}

#events li.show-me {
	display: block;
}

#content #events ul li {
	border-top: 2px solid #DED07A;
	list-style-type: none;
	padding: 12px 0 15px 0;
}

#content #events ul li .date {
	color: #671F02;
	font-weight: bold;
}

#content div ul #events .event-title {
	color: #671F02;
	font-weight: bold;
}

.event-title a {
	color: #994D2E;
}

.event-title a:hover {
	color: #F26522;
}

#homeowner-info p {
	padding: 0 0 10px 0;
}

#homeowner-info p.meeting-info {
	border-bottom: 1px solid #AFAC62;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
}

#homeowner-info a {
	color: #994D2E;
	outline: none;
}

#homeowner-info a:hover {color: #F26522;}

#homeowner-info ul {
	list-style: inside square;
	padding: 0 0 10px 0;
}

#homeowner-info ol {
	list-style: inside;
	padding: 0 0 10px 0;
}

#homeowner-info li {
	padding: 0 0 5px 0;
}

/*
FOOTER
================================================*/

#footer {
	background: url(../images/backgrounds/footer.gif) no-repeat;
 	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	height: 115px;
	margin: 0 auto;
	padding: 33px 40px 0 10px;
	text-align: left;
	width: 890px;
}

#footer div {
	border-right: 2px solid #FFEFAD;
	float: left;
	height: 75px;
	overflow: hidden;
	padding: 0 25px 0 30px;
}

#footer div p {
	color: #C0B07F;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#footer div ul {
	color: #DC8511;
	font-size: 12px;
	list-style-type: none;
	padding: 0;
}

#footer div ul a {
	color: #DC8511;
}

#footer div ul a:hover {color: #991417;}

#footer p#footer-contact {
	color: #99993D;
	font-size: 12px;
	text-align: right;
}

#footer p#footer-contact strong {
	font-size: 14px;
}