/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
   Title: Mark Morris Dance Group master stylesheet
   Author: pj@boomdesigngroup.com
   Updated: 1 December 2006
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

body
{
	margin: 0;
	padding: 0;
	background: #373737;
	text-align: center; /*For IE 5 PC*/
	color: #fff;
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

/* Zeroes and General Styles */
img, div, td, th, table, form, button
{
	border: 0;
	margin: 0;
	padding: 0;
}

button {
  background: none;
}
p, ul, ol, li, dl, dt, dd, td, th, form
{
	font: 12px/1.75em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a, strong, em, span { font-size: inherit; }

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h2
{
}

h2.registration {
	padding-top: 15px;
}

h3
{
}

h4
{
}

h5
{
}

p, ul, ol, dl, table, form, address
{
	margin: 0 0 30px 0;
}

.nosp { margin: 0; }

ul { list-style: square; }
ul.nb { list-style: none; }

li { margin: 0 0 6px 30px; }
ul.nb li { margin: 0 0 6px 0; }

cite { display: block; }
dl
{
	margin-top: -15px;
}

dt
{
	font: 16px/1em "Optima", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
}

input, textarea, select
{
	padding: 2px;
	margin: 0;
	font: 11px/1.4em Arial, Helvetica, sans-serif;
}

strong { font-weight: bold; }

em { font-style: italic; }

address { font-style: normal; }

a
{
	color: #0097ff;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a.no_color { color: #fff; }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Container
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#container
{
	width: 924px;
	margin: 0 auto;
}

#container_inner
{
	position: relative;
	float: left;
	text-align: left;
	width: 924px;
	background: url("/images/general/background.jpg") 0 0 repeat-y;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

h1
{
	margin: 0 3px 0 3px;
	padding: 0;
	width: 918px;
	height: 159px;
	background: #DDD url("/images/general/logo_dark.gif") 0 0 no-repeat;
}

h1 a
{
	display: block;
	width: 918px;
	height: 159px;
}

h1 a span { display: none; }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Mailing List and Donate Now Buttons and Map Button
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#donate_now_mailing_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mailing_list_btn,
#donate_now_btn
{
	display: inline;
	width: 124px;
	height: 27px;
	margin: 0;
}

#mailing_list_btn a,
#donate_now_btn a
{
	display: block;
	width: 124px;
	height: 27px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#mailing_list_btn a:active,
#donate_now_btn a:active
{
	background-position: 0 -27px;
}

#donate_now_btn a { background-image: url("/images/home/donate_now.jpg"); }
#mailing_list_btn a { background-image: url("/images/home/mailing_list.jpg"); }

a#map_btn 
{
	display: block;
	width: 124px;
	height: 27px;
	background-image: url("/images/general/map_btn.jpg");
	text-indent: -999px;
	margin: 0 0 20px 39px;
	outline: none;
}
a:active#map_btn
{
	background-position: 0 -27px;
}
div#address
{
	margin-left: 39px;
}
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#footer
{
	text-align: left;
	clear: both;
	width: 924px;
	height: 59px;
	position: relative;
	background: url("/images/general/footer/background.jpg") 0 0 no-repeat;
}

#footer ul
{
	list-style: none;
	width: 475px;
	height: 11px;
	position: absolute;
	top: 23px;
	left: 27px;
	z-index: 10;
	margin: 0;
}

#footer li
{
	display: inline;
	margin: 0;
}

#footer li a
{
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	border-left: 1px solid #fff;
	padding: 0 0 0 20px;
	font-size: 10px;
	line-height: 1.2em;
	color: #fff;
}

#footer li a:hover, #footer li a.active
{
	color: #0097ff;
	text-decoration: none;
}
#footer li.first a
{
	margin: 0;
	border: 0;
	padding: 0;
}

#footer li a span
{
	display: inline;
}

#copyright_credit
{
	position: absolute;
	top: 23px;
	right: 0;
	font: 9px/1.2em Verdana, Helvetica, Arial, sans-serif;
	color: #aaa;
	width: 420px;
	text-align: right;
}

#copyright_credit a
{
	text-decoration: none;
	color: #aaa;
}

#copyright_credit a:hover
{
	color: #0097ff;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Miscellaneous
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.clear { clear: both; }

a img { border: 0; }

hr,
.silent,
a span
{
	display: none;
}

a.btn span { display: inline; }

.btn,
.btn_alt
{
	float: left;
	display: inline;
	width: auto;
	height: 19px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-image: url("/images/general/btn.gif");
	padding: 0 21px 0 0;
	line-height: 1em;
	text-decoration: none;
	margin-left: -2px;
}

.btn span,
.btn_alt span
{
	color: #0097ff;
	font: 10px/1em Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	width: auto;
	height: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url("/images/general/btn.gif");
	padding: 4px 0 5px 7px;
}

.btn_alt,
.btn_alt span
{
	background-image: url("/images/general/btn_alt.gif");
}

.btn:hover,
.btn_alt:hover { text-decoration: none; }

.btn span:hover,
.btn:hover span,
.btn_alt span:hover,
.btn_alt:hover span
{
	cursor: pointer;
}

.btn:active,
.btn_alt:active
{
	background-position: 100% -19px;
}

.btn:active span,
.btn_alt:active span
{
	background-position: 0 -19px;
}

.top_of_page
{
	display: block;
	height: 50px;
	margin: 0 60px 0 0;
}

.top_of_page a
{
	float: right;
	width: 14px;
	height: 20px;
	background: url("/images/general/top_of_page.jpg") 0 0 no-repeat;
}

.top_of_page a span { display: none; }

.spacer {
	height: 600px;
	width: 100%;
}

.go_back_btn {
	float: right;
}


#advanced_search td,
#advanced_search #as_intro {
  padding-left: 60px;
  padding-right: 120px;
}
#advanced_search label {
  font-family: "Optima",Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
}

ul.anchor-links {
  margin-right: -24px;
  overflow: hidden;
}
ul.anchor-links li {
  float: left;
  display: inline;
  margin-right: 24px;
  width: 157px;
}
img.feature-img {
  float: right;
  display: inline;
  margin-left: 24px;
  margin-bottom: 12px;
}