/* @group Global */

body {
	margin: 0;
	padding: 0;
	font: 12px/16px Arial, Tahoma, Geneva, Helvetica, sans-serif;
	position: relative;
}

h1 {
	font-size: 22px;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	color: #622605;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
hr {
	border-width: 0;
	border-bottom: 1px dotted gray;
}
h4 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
}

a {
	text-decoration: underline;
	color: #622605;
}
a:hover {
	text-decoration: blink;
	color: #3B6F8F;
}
div.clear {
	clear: both;
}


a.on {
	text-decoration: underline;
}

#container {
	/*display: block;*/
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background-image: url(images/bg_repeater.jpg);
	background-repeat: repeat-y;
}

#footer {
	width: 800px;
	background-repeat: no-repeat;
	height: 104px;
	background-image: url(images/footer_bg.jpg);
}

#menu {
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(images/menu.jpg);
	height: 57px;
}

#header {
	width: 800px;
	height: 163px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;	
}

#header a {
	position: absolute;
	display: block;
	width: 778px;
	height: 105px;
	top: 50px;
	left: 15px;
	/*border: 1px solid silver;*/
	text-indent: -10000px;
}

#header a.lounge {
	position: absolute;
	display: block;
	width: 105px;
	height: 25px;
	top: 120px;
	left: 575px;
}

/* @group Nav */

#main_nav {
	position: relative;
	z-index: 10000;
	top: -15px;
	left: 60px;
	background-color: white;
	visibility: visible;
	float: none;
}

#main_nav ul {
	border-left: 3px solid white;
	border-right: 3px solid white;
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: white;
}

#main_nav ul li {
	list-style-type: none;
	float: left;
	border-top: 5px solid white;
	border-bottom: 2px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	margin: 0;
	padding: 0;
}

#main_nav ul li a {
	border-width: 0;
}

#main_nav ul li a img {
	border-width: 0;
}

#main_nav #sub_nav {
	position: absolute;
	top: 80px;
	right: -1px;
	border-width: 0;
}

#main_nav #sub_nav li {
	background-color: #DF8F29;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	height: 16px;
}

#main_nav #sub_nav li a {
	border-width: 0;
}

#main_nav #sub_nav li a img {
	border-width: 0;
}

/* @end */

#content_container {
	background: url(images/content_bg.png) no-repeat;
	width: 560px;
	position: relative;
	float: left;
	background-image: url(images/content_bg.jpg);
}

#content {
	top: 30px;
	width: 420px;
	position: relative;
	left: 100px;
	font-size: 11px;
}

#content h4 {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar_container {
	width: 240px;
	height: 525px;
	position: relative;
	float: left;
	background-image: url(images/sidebar_bg2.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	padding: 10px;
	font-size: 11px;
}

/* @group Sidebar Info */

#info {
	position: relative;
	margin-left: -10px;
}

#info p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

#info strong {
	margin-bottom: 5px;
	color: #5B2302;
	font-size: 11px;
}

#info u {
	margin-bottom: 5px;
	color: #81450A;
	text-decoration: none;
}

#info a {
	text-decoration: underline;
	color: #622605;
}

#info a:hover {
	text-decoration: none;
	color: #587F9E;
}
#quicklinks {
}

#quicklinks select {
	width:160px;
}
/* @end */

/* @group Site Credits */

#site_credits {
	color: #9B8559;
	font-size: 9px;
	position: absolute;
}

#site_credits a {
	color: #9B8559;
}



/* @end */
/*#footer {
	position: relative;
}*/

/*#footer p {
	font-size: 9px;
}

#footer p a {
	
}*/

/* Accelsite Specific Definitions */

/* @group Accelsite Definitions */

.smallNote {
 font-size: 11px;
 color: #999999;
 font-style: italic;
 }
 
.formLabel {
 background-color: #ECEEF0;
 }

.requiredField {
 font-weight: bold;
 }
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 background-color: #AAAA77;
 color: #FFFFFF;
 font-weight: bold;
 }

.contentListCell {
 background-color: #EEEEEE;
 color: #000000;
 }
.contentListCellAlt1 {
 background-color: #CCCCCC;
 color: #000000;
 }
.contentListCellAlt2 {
 background-color: #DDDDDD;
 color: #000000;
 }
.alternate1 {
 background-color: #CCCCCC;
 color: #000000;
 }
.alternate2 {
 background-color: #DDDDDD;
 color: #000000;
 }
.alternate3 {
  background-color: #FFF;
  border:2px solid #EFEDEE;
  color: #000000;
}
.loginStatusSpan {
  font-size: 10px;
  color: #333;
}
.loginStatusSpan a {
  color: #4E4E4E;
  text-decoration: none;
}
.as_errorText {
  color: red;
  font-weight: bold;
}
.as_errorField {
  border: 2px solid red;
}
.as_errorInput {
  border: 2px solid red;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }



#slideshow_container {
	position: relative;
	left: 1px;
	border: 6px solid white;
	width: 426px;
}

#slideshow {
	position: relative;
	height: 320px;
	overflow: hidden;
}

#slideshow img {
	
}



#slideshow_nav {
	position: relative;
	text-align: center;
	height: 23px;
	line-height: 23px;
}

#slideshow_nav a.prev {
	position: relative;
	color: black;
	text-decoration: underline;
}

#slideshow_nav a:hover {
	text-decoration: none;
}

#slideshow_nav a.next {
	position: relative;
	color: black;
	text-decoration: underline;
}

#pager {
	position: relative;
	padding-left: 0;
	padding: 0;
	margin: 0;
	width: 425px;
	border-top: 15px solid white;
}

#pager li {
	position: relative;
	list-style-type: none;
	float: left;
}

#pager li a {
	display: block;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

#pager li a.activeSlide {
	display: block;
	border-top: 4px solid #B15C12;
	border-bottom: 4px solid #B15C12;
	border-left: 2px solid #B15C12;
	border-right: 2px solid #B15C12;
}

#pager li a img {
	border-width: 0;
}

/* @end */

/* @group Events */

h1.page-title {
	font-size: 15px;
	line-height: 24px;
	color: #5B2302;
	border-bottom: 1px dotted gray;
	margin-bottom: 10px;
	margin-top: 0;
}

h2.sub-page-title {
	font-size: 14px;
	line-height: 18px;
	color: #622605;
	margin-bottom: 5px;
	margin-top: 5px;
}

h2.no-events {
	font-size: 14px;
	line-height: 18px;
	color: maroon;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

span.event-category-desc h3 {
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#event_container {
	
}

#event_container div.event {
	border-bottom: 1px dotted gray;
	padding: 5px;
}

#event_container span.event-month {
	font-weight: bold;
	line-height: 24px;
}

#event_container div.event span.event-date {
	
}

#event_container div.event span.event-title {
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
}

#event_container div.event span.event-time {
	
}

#event_container div.event span.event-venue {
	
}

#event_container div.event span.event-description {
	
}

/* @end */
.newsimage {
	border: solid #ffffff 10px;
	border-color: #D5C8B8;
	margin-right: 15px;
}

.head2 {
	font-size: 15px;
	line-height: normal;
	color: #5B2302;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: bold;
}
