@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #bdccd4;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #ffffff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#logo {
	margin-left: 22px;
	margin-top: 20px;
	position: relative;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	position: relative;
	left: 0px;
}
#interestbox {
	position: relative;
	width: 125px;
	padding: 1px 0px 1px 0px;
	background-color: #93c956;
	border: medium solid #93c956;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: 1.6;
}
#container #middlewrapper {
/*	margin-top: -95px;*/
}

#menu {
	background-color: #B8DB91;
	width: 584px;
	margin-left: 0px;
	padding-bottom: 1px;
	padding-left: 190px;
	margin-top: -100px;
	border: medium solid #93C957;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	height: 28px;
	top: -95px;
}

#mainContent {
	margin: 0 0 0 200px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 620px;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align: center;
} 
#container #footer a {
	color: #000;
	text-decoration: none;
}
#container #footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
#topSection {
	width: 560px;
}
#actionBox {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 5px;
	float: right;
	height: auto;
	width: 106px;
	border: solid #3fa9f5 3px;
}
#actionBox p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a.actionbx:link {
	color: #0091be;
	text-decoration: underline;
	font-weight: bold;
}
a.actionbx:visited {
	color: #0091be;
	text-decoration: underline;
	font-weight: bold;
}
a.actionbx:hover {
	color: #0091be;
/*	background-color: #000;*/
	text-decoration: none;
	font-weight: bold;
}
#mainPic {
	float: left;
	margin-top: 0em;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#descrArea {
	color: #000;
	margin-top: 0em;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 180px;
}
#feeTable {
	font-size: 14px;
	width: auto;
	padding: 0;
	margin: 0.5em 0 0 0;
}
#topSection p {
	line-height: 1.4em;
}
#lowerSection {
	margin-top: 10px;
	margin: 10px 0px 10px 0px;
}
#gallery {
	background-color: #FFF;
	float: right;
	width: 280px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloatright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.formError {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	position: relative;
	top: 0px;
	visibility: visible;
	left: 0px;
}

.formInstruction {
	font-size: 10px;
	font-weight: normal;
	color: #0091ff;
	margin: 20px 0 0 0;
}
.formNotice {
	font-style: italic;
	color: #F90;
}
.formOptional {
	color: #666;
}
.formRequired {
	font-weight: bold;
}
.formTotal {
	font-size: 14px;
	font-weight: bold;
	color: #6DA034;
}
.spacetopsm {
	margin-top: 0.25em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.inputgrey {
	background-color: #CCC;
}

.inputstd {
	background-color: #FFF;
}
.spacetopmed {
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.spacebotsm {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.25em;
	margin-left: 0px;
}

#container #sidebar1 #sidebarbottom p {
	font-size: 10px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
a.std:link {
	font-style: italic;
	color: #0091be;
	text-decoration: underline;
}
a.std:visited {
	font-style: italic;
	color: #0091be;
	text-decoration: underline;
}
a.std:hover {
	font-style: italic;
	color: #0091be;
	text-decoration: none;
	font-weight: bold;
}
.listingbordertop {
	border-top:dotted #3fa9f5 1px;
	padding-top: 10px;
	padding-bottom: 1px;
}
.formfield {
	color: #999;
}
.listingborderbottom {
	border-bottom:dotted #3fa9f5 1px;
}
.listingpadbottom {
	padding-top: 1px;
	padding-bottom: 10px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 14px;
	font-weight: normal;
}
#facebookButton a:link, #facebookButton a:visited {
	background-repeat: no-repeat;
	background-position: center top;
	border:none;
	display: block;
	height: 26px;
	width: 135px;
	background-image: url(../_images/site/button_facebook.gif);
}
#facebookButton a:hover, #facebookButton a:active {
	background-position: center bottom;
	border: none;
}
#facebookButton {
	display: block;
	border: none;
}
#interestbox ul li {
	list-style-type: none;
	width: auto;
/*	margin-left: -40px;*/
}
#interestbox a {
	color: #000;
	display: block;
	background-color: #93c956;
	text-decoration: underline;
}
#interestbox a:hover {
	color: #3fa9f5;
	background-color: #000;
	text-decoration: none;
}
#sidebarbottom {
	margin-top: 330px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 34px;
}
#breadcrumbs {
	font-size: 10px;
	font-weight: bold;
	color: #93C957;
}
#mainSection {
	margin: 40px 20px 0 0;
}
#newsletterButton a:link, #newsletterButton a:visited {
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
	display: block;
	height: 21px;
	width: 168px;
	background-image: url(../_images/site/newsletter_signup.gif);
}
#newsletterButton a:hover, #newsletterButton a:active {
	background-position: right bottom;
	border: none;
}
#newsletterButton {
	display: block;
	border: none;
}
#ticketButton a:link, #ticketButton a:visited {
	background-repeat: no-repeat;
	background-position: center top;
	border:none;
	display: block;
	height: 29px;
	width: 99px;
	background-image: url(../_images/buyticket.gif);
}
#ticketButton a:hover, #ticketButton a:active {
	background-position: center bottom;
	border: none;
}
#ticketButton {
	display: block;
	border: none;
}
#registerButton a:link, #registerButton a:visited {
	background-repeat: no-repeat;
	background-position: center top;
	border:none;
	display: block;
	height: 29px;
	width: 99px;
	background-image: url(../_images/register.gif);
}
#registerButton a:hover, #registerButton a:active {
	background-position: center bottom;
	border: none;
}
#registerButton {
	display: block;
	border: none;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
.muchText {
	line-height: 1.4;
	text-indent: 20px;
	margin: 0 0 10px 0;
}
#lowerSection {
	margin-top: 20px;
}
#about p {
	line-height: 1.4em;
}
#listingDetail {
	font-size: 12px;
}
#listingDetail p {
	font-size: 12px;
	line-height: 1.5;
}
#listingDetail a:link {
	color: #0091be;
	text-decoration:underline;
}
#listingDetail a:visited {
	color: #0091be;
	text-decoration:underline;
}#listingDetail a:hover {
	color: #0091be;
	text-decoration:none;
}
#listingDetail table {
	margin: 10px 0 10px 0;
	width: 560px;
}
#listingDetail table td {
	vertical-align: top;
}
#featuredEvents img {
	height: 180px;
	width: 180px;
}
#featuredEvents td {
	vertical-align: top;
}
#featuredEvents p {
	font-size: 12px;
	line-height: 1.5;
}
#featuredEvents a:link, #featuredEvents a:visited {
	color: #0091be;
	text-decoration:none;
}
#featuredEvents a:hover {
	color: #0091be;
	text-decoration:underline;
}
.bordertop {
	border-top:dotted #3fa9f5 1px;
	padding-top: 10px;
	padding-bottom: 1px;
}
.borderbottom {
	border-bottom:dotted #3fa9f5 1px;
}
.padbottom {
	padding-top: 1px;
	padding-bottom: 10px;
}
#mainSection #form1 p {
	font-size: 12px;
}
#admEventUpdate {
	right: 0px;
	position: relative;
}
.detailBox {
	padding: 5px;
	border: thin solid #B5E3FF;
}
#submenu a:link, #submenu a:visited {
	line-height: 1.4;
	font-weight: bold;
	color: #93C957;
	text-decoration: underline;
}
#submenu a:hover  {
	line-height: 1.4;
	font-weight: bold;
	color: #93C957;
	text-decoration: none;
}
#gallery #navigate {
	float: right;
}
a.ptext:link, a.ptext:visited {
	color: #0091be;
	text-decoration:none;
}
a.ptext:hover {
	color: #0091be;
	text-decoration:underline;
}
a.text:link, a.text:visited {
	color: #0091be;
	text-decoration:underline;
}
a.text:hover {
	color: #0091be;
	text-decoration:none;
}
#aboutGallery {
	margin-top: 10px;
}

