/*

main style sheet containing styles universal to all pages

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
UNIVERSAL
PAGER STRUCTURE
BANNER
HEADERS
CONTENT AREA
	- NEWS ITEMS
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/content-container.gif) repeat-y;
	margin: 0 auto;
	width: 940px;
}

.full-width #content-container {
	background-image: none;
	background: #FFF7D9;
}


#footer-wrapper {
	background: url(../images/backgrounds/footer-wrapper.gif) repeat-x;
	height: 200px;
	padding: 55px 0 0 0;
}


/*
BANNER
================================================*/

#banner {
	background: url(../images/backgrounds/banner.gif) no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	height: 270px;
	margin: 0 auto;
	position: relative;
	width: 940px;
}

#logo {
	background: url(../images/backgrounds/logo.png) no-repeat;
	float: left;
	height: 227px;
	position: relative; left: 12px;
	text-indent: -9999px;
	width: 225px;
}

#banner-contact {
	float: right;
	height: 67px;
	width: 703px;
}

#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 img {
	float: right;
	padding: 0 36px 0 0;
}

#nav {
	background: url(../images/backgrounds/nav.gif) no-repeat;
	height: 31px;
	float: left;
	padding: 0 0 0 15px;
	position: absolute; bottom: 0; right: 0;
	overflow: hidden;
	width: 925px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	background: url(../images/backgrounds/nav-item.gif) repeat-x left top;
	color: #8F320C;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	padding: 6px 13px 0 13px;
	text-decoration: none;
	white-space: nowrap;
}

#nav ul li a:hover {
	background-position:  0 -31px;
	color: #5C1F07;
}

#nav ul li a.current, #nav ul li a.current:hover {
	background-color: #FFF7D9;
	background-position: 0 -62px;
	color: #5C1F07;
}


/*
HEADERS
================================================*/

h1,
h2,
h3 {
 	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h1 {
	font-size: 2.3em;
	padding: 0 0 25px 0;
	text-align: left;
}

h2 {
	font-size: 1.8em;
	letter-spacing: -1px;
	padding: 0 0 15px 0;
	text-align: left;
}

h3 {
	color: #805A4A;
	font-size: 1.3em;
	padding: 0 0 5px 0;
	text-align: left;
}

/*
CONTENT AREA
================================================*/

#content {
	color: #6A2102;
	float: left;
	font-size: 1.3em;
	line-height: 1.7em;
	text-align: justify;
	padding: 28px 20px 0 20px;
	width: 620px;
}

.full-width #content {
	width: 900px;
}


#content p {
	padding: 0 0 25px 0;
}

#content ul, #content ol {
	padding: 0 0 25px 30px;
	text-align: left;
}

#content ul li {
	list-style-type: square;
}

#content ul ul {
	padding: 0 0 5px 30px;
}

img.sit-left {
	border: 1px solid #BDBA73;
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
}

img.sit-right {
	border: 1px solid #BDBA73;
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
}

/*
NEWS ITEMS
================================================*/

.news-item {
	border-bottom: 1px solid #BDBA73;
	margin: 0 0 30px 0;
}

#content .news-item h2 {
	font-size: 1.4em;
	padding: 0 0 3px 0;
}

#content .news-item p.date {
	background: url(../images/backgrounds/date.gif) no-repeat 1px 6px;
	color: #846355;
	font-size: 12px;
	padding: 0 0 15px 18px;
}

#content p.paginate {
	font-size: 12px;
	text-align: center;
}

#content p.paginate a:link, #content p.paginate a:visited{
	background: #E5DEC3;
	border: 1px solid #B3AD98;
	color: #807B6C;
	font-size: 11px;
	padding: 2px 7px;
	margin: 0 0 0 10px;
	text-decoration:none;
	width:22px;
}

#content p.paginate a:hover {
	background: #FFF9E5;
	border: 1px solid #807B6C;
	color: #807B6C;
}

#content p.paginate strong {
	background: #FFF9E5;
	border: 1px solid #807B6C;
	color: #807B6C;
	margin-left:10px;
	padding: 2px 7px;
	text-decoration:none;
}

/*
BUSINESS ENTRIES
================================================*/

.biz {
	border-bottom: 1px solid #BDBA73;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
}

#content .biz h3 {
	font-size: 1.4em;
	padding: 0 0 3px 0;
}

#content .biz p {
	margin: 0 0 0 160px;
	padding: 0 0 10px 0;
}

.biz img {
	border: 1px solid #BDBA73;
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
}

#content p.biz-link {
	text-align: left;
}


/*
TABLES
================================================*/

table {
	border-collapse: collapse;
	font-size: 12px;
	margin: 0 0 30px 0;
	text-align: left;
	width: 100%;
}

th {
	color: #846355;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	padding: 8px;
	background: #FFE68F;
	border-top: 4px solid #E2D08D;
	border-bottom: 1px solid #E2D08D;
}

th strong {
	color: #6A2102;
	font-size: 13px;
}

td {
	padding: 8px;
	background: #FCEEB8; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}

/*
CALENDAR TABLE
================================================*/

#content table.event-calendar {
	overflow: hidden;
	text-align: center;
	width: 898px;
}

#content .calendar-header th {
	border-bottom: 2px solid #E2D08D;
	border-left: 2px solid #FFF7D9;
	border-right: 2px solid #FFF7D9;
}


#content .calendar-header th h2 {
	padding: 12px 0 0 0;
	text-align: center;
}

a.month-link {
	color: #846355;
	background: #FCEEB8; 
	border: 1px solid #E2D08D;
	font-size: 30px;
	padding: 5px 10px 12px 10px;
	line-height: 25px;
	text-decoration: none;
}

a.month-link:hover {
	border: 1px solid #9F9363;
	color: #991417;
}

a.prev-month {
	float: left;
}

a.next-month {
	float: right;
}

.event-calendar td {
	border-bottom: 2px solid #FFF7D9;
	border-left: 2px solid #FFF7D9;
	border-right: 2px solid #FFF7D9;
	width: 126px; height: 126px;
}

td.calendar-today {
	background: #FFE68F;
	text-align: left;
}

td.day-heading, td.calendar-blank {
	background: #F2E5B5;
	height: auto;
}

td.calendar-cell, td.calendar-blank  {
	text-align: left;
}

#content .event-calendar td ul {
	font-size: 11px;
	line-height: 14px;
	list-style-type: none;
	padding: 0;
}

#content .event-calendar td ul li {
	padding: 0 0 4px 20px;
	list-style-type: none;
}

#content .event-calendar td ul li a {color: #846355;}
#content .event-calendar td ul li a:hover {color: #F26522;}

.event-calendar li.item-cat-5 {
	background: url(../images/backgrounds/key-icon.gif) no-repeat 0 2px;
}
.event-calendar li.item-cat-12 {
	background: url(../images/backgrounds/pencil-paper-icon.gif) no-repeat left top;
}
.event-calendar li.item-cat-4,
.event-calendar li.item-cat-6,
.event-calendar li.item-cat-7,
.event-calendar li.item-cat-8,
.event-calendar li.item-cat-9,
.event-calendar li.item-cat-10,
.event-calendar li.item-cat-11,
.event-calendar li.item-cat-14,
.event-calendar li.item-cat-15 {
	background: url(../images/backgrounds/star-icon.gif) no-repeat left top;
}

#calendar-key {
	float: right;
	padding: 0 2px 15px 0;
}

#content #calendar-key {
	font-size: 11px;
}

#content #calendar-key ul {
	background: #FCEEB8;
	border: 1px solid #E2D08D;
	float: left;
	padding: 10px 15px;
}

#content #calendar-key li {
	list-style: none;
}

#content #calendar-key li img {
	position: relative;
	top: 3px;
}

/*
INDIVIDUAL EVENT PAGES
================================================*/

#content .event {
	border-bottom: 1px solid #BDBA73;
	margin: 0 0 15px 0;
}

#content p.date {
	background: url(../images/backgrounds/date.gif) no-repeat 1px 6px;
	border-bottom: 1px solid #BDBA73;
	font-size: 12px;
	margin: -10px 0 15px 0;
	padding: 0 0 5px 18px;
}

/*
NEWSLETTER FORMS
================================================*/

.form-wrapper {
	background: #FCEEB8; 
	border: 1px solid #E2D08D;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: left;
	width: 350px;
}

.form-wrapper h4 {
	border-bottom: 1px solid #E2D08D;
	font-size: 13px;
	margin: 0 0 7px 0;
	padding: 0 0 4px 0;
}

/*
VIDEOS
================================================*/

.flash-wrap {
	border: 1px solid #BDBA73;
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
}

/*
SIDEBAR
================================================*/

#sidebar {
	float: left;
	text-align: left;
	width: 280px;
}

#sidebar h3 {
	background: #fff;
	color: #99993D;
	float: left;
	font-size: 2em;
	padding: 30px 20px 5px 20px;
	width: 240px;
}


#subnav {
	float: left;
 	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	list-style-type: none;
	padding: 12px 0 30px 0;
	text-align: left;
	width: 280px;
}

#subnav li {
	float: left;
	width: 280px;
}

#subnav li a {
	background: url(../images/backgrounds/subnav-item.gif) no-repeat 0 7px;
	color: #fff;
	float: left;
	padding: 4px 20px 4px 35px;
	text-decoration: none;
	width: 225px;
}

#subnav li a:hover {
	background: url(../images/backgrounds/subnav-item.gif) #D9D9AD no-repeat 0 7px;
}

#subnav li a.sub-current {
	background: url(../images/backgrounds/subnav-item.gif) #D0D0A6 no-repeat 0 7px;
}

#adobe {
	color: #6F6F53;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 20px;
	text-align: justify;
	width: 240px;
}

#adobe img {
	border: 0;
	float: right;
}


/*
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;
}
