body {
	font-family: Verdana, sans-serif;/*Times, serif;*/
	font-size: medium;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align: center;
	
	background: url(/images/banner.png);
	margin-top: 15px;
}

h1, h2, h3, p, ul {
	margin: 0;
}

h1, h2, h3 {
	/*font-family: Book Antiqua, Palatino, serif;*/
	font-family: Helvetica;
	text-shadow: 0.05em 0.05em 0.05em black;
	color: #D0681D;
}

ul li {
	display: inline-block;
}

ol li {
	display: list-item;
}

.blurb {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
}

.blurb_top {
	text-align: left;
	margin-top: 0px;
	margin-bottom:10px;
}

.blurb_bottom {
	margin-bottom: 30px;
}

.inline_heading {
	color: green;
}

#main_shadow {
	margin: 0 auto;
	width: 1030px;
	background: url(/images/mid_bkgnd.png) repeat-y;
}

#main {
	margin: 0 auto;
	width: 1000px;
	border: solid black 3px;
}

#header {
	width: 100%;
}

#banner {
	background-color: #E9BD3C;
	width: 100%;
	height: 120px;
}

#banner_text {
	background: url(/images/aaa_text.png) no-repeat;
	width: 333px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	bottom: 20px;
}

/**** END HEADER *****/

#mid {
	margin: 0 auto;
	background-color: #E9BD3C;
	border-bottom: solid black 2px;
	overflow: hidden;
}

#content {
	width: 646px;
	margin: 0;
	float: left;
	/*Must subtract border from margin*/
	background-color: #fff;
	margin-left: 28px;
	margin-right: 28px;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

#content_header {
	margin: 0;
}

#content_header #title_area {
	padding: 0;
	padding-top: 30px;
}

#content_center {
	width: 100%;
	min-height: 450px;
	overflow: hidden;
}

#content_footer {
	margin: 0;
	width: 100%;
	min-height: 297px; 
}

/***** Right sidebar ********/

#contact_text {
	font-size: small;
}

.right_sidebar {
	float: right;
	margin-left: 1px;
	width: 220px;
	padding-left: 20px;
	padding-right: 20px;
	
	/*EXPERIMENTAL*/
	background-color: #fff;
	border: 2px solid black;
	border-top: none;
	
	margin-right: 28px;
}

.right_sidebar a {
}

.right_hand_content {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 1px green;
}

.sidebar_last {
	border: none;
}

/***** Optional left sidebar *****
#left_floating_bar {
	width: 180px;
	position: relative;
	left: -90px;
	top: 30px;
}

.gushy_orange_button {
	width: 201px;
	height: 85px;
	margin-left: -70px;
	background: url(/images/squishy_button.png) no-repeat;
}

/*******/

#tickets_text {
	background: url(../images/tickets.png);/*url("http://i837.photobucket.com/albums/zz294/aaa_dev/tickets_text.png?t=1252996349") no-repeat center;*/
	border: 1px solid black;
	width: 218px;
	height: 200px;
	font-size: 0; line-height: 0;
}

.member_box form {
	padding-bottom: 10px;
}

#member_options .option {
	background: url(../images/horiz_divider.png) bottom no-repeat;
}

#member_options a {
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
	line-height: 40px;
	color: #000;
}

#logout_option {
	font-style: italic;
}

.label_and_field {
	text-align: right;
	padding: 5px;
}

#password_field {
	margin-bottom: 15px;
}

/******/

#footer {
	width: 100%;
	min-height: 60px;
	max-height: 150px;
	background-color: #22606c;
}

#footer li {
	display: inline-block;
	text-align: center;
	padding: 5px;
}

/******* Donors Page ********/
.donor {
	margin: 0 auto;
}

.donor_logo {
	margin-left: 20px;
}

.donor_blurb {
	text-align: left;
}

/****** Collaborators Page ********/
#collaborators_blurb {
	margin-bottom: -20px; /* Kludge */
}

/*********Top Nav Bar*********/

#menu_holder {
	max-width: 1000px;
	min-height: 29px;
	background: url(/images/button_haze.png) repeat-x;
	border: 2px solid black;	
	border-left: 0;
	border-right: 0;
}

.topnav {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

ul.dropdown {
	position: relative;
}

.topnav a {
	color: black;/*#deece9;*/
	text-decoration: none;
}

.topnav a:visited {
	color: black;
}

.topnav li.headlink ul li a {
	color: #000;
}

.topnav li.headlink ul li a:visited {
	color: #000;
}

.topnav li.headlink {	
	font-size: 18px;
	float: left;
	padding: 2px 15px 5px 15px;
	border-right: 2px solid black;
	border-left: 1px solid #75BAA8;
	position: relative;
}

.topnav li:first-child {
	border-left: 2px solid black;
}

ul.submenu {
	position: absolute;
	display: block;
	top: 100%;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	visibility: hidden;
	min-width: 140px;
	z-index: 1;
}

ul.submenu li {
	width: 100%;
	padding: 0;
	padding: 5px 10px 5px 10px;
	border: 2px solid black;
	border-top: 0;
	background-color: #fff;
	font-size: 15px;
	text-align: left;
	margin: 0;
	margin-left: -18px;
}