/* ###########################################
	Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  margin:0;  padding:0; }
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img {  border:0; } 
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } 
ol,ul { list-style:none; } 
caption,th { text-align:left; } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
q:before,q:after { content:''; } 
abbr,acronym { border:0; } 

/* ############################################ */

body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	/*background: url(/imgs/grass.jpg) repeat #A45E19; */
	background: #546c30;
}

/* ###########################################
	Container */
	
#container {
	margin: 20px auto 0 auto;
	width: 973px;
}

/* ###########################################
	Header */

#header {
	height: 250px;
	background: url(/imgs/header.jpg) no-repeat top left;
}

#header h1 {
	display: none;
}
/* ###########################################
	Content */

#content {
	background: url(/imgs/bodybg.jpg) repeat-y #FFFFFA;
}

#content #text {
	min-height:600px;
  height:auto !important;
  height:600px;
	margin: 0 20px 0 310px;
}

#content #text p {
	margin: 10px 0 0 0;
}
/* ###########################################
	Menu */

#menu {
	float:left;
	margin: 0 0 0 30px;
}

#menu a {
	height: 50px;
	width: 230px;
	margin: 0 0 0 10px;
	background: url(/imgs/menu/button.gif) no-repeat top left;
	color: #FFFFFA;
	text-decoration:none;
	font-weight: bold;
	display: block;
}

#menu a:hover {
	background: url(/imgs/menu/button_hover.gif) no-repeat top left;
	display:block;
}

#menu a span {
	padding: 15px 0 0 20px;
	display: block;
}

#menu ul {
	list-style: none;
}

#menu ul, #menu li {
	margin: 0;
}
#menu a#baseball { background: url(/imgs/menu/baseball.gif) no-repeat top left; }
#menu a#baseball:hover { background: url(/imgs/menu/baseball_hover.gif) no-repeat top left; }
#menu a#football { background: url(/imgs/menu/football.gif) no-repeat top left; }
#menu a#football:hover { background: url(/imgs/menu/football_hover.gif) no-repeat top left; }
#menu a#soccer { background: url(/imgs/menu/soccer.gif) no-repeat top left; }
#menu a#soccer:hover { background: url(/imgs/menu/soccer_hover.gif) no-repeat top left; }
#menu a#track { background: url(/imgs/menu/track.gif) no-repeat top left; }
#menu a#track:hover { background: url(/imgs/menu/track_hover.gif) no-repeat top left; }

/* ###########################################
	Gallery */
#gallery {
	width: 525px;
	margin: auto;
}

#gallery img {
	margin: 0;
	padding: 0;
}
#gallery a {
	display: block;
	width: 100px;
	float: left;
	margin: 0 5px 5px 0;
	float: left;
}
/* ###########################################
	Footer */
#footer {
	width: 100%;
}

#footer #footer_contents {
	margin: 0 auto 0 auto;
	width: 973px;
	min-height:220px;
  height:auto !important;
  height:220px;
	background: url(/imgs/footerbg.jpg) #A45E19 no-repeat top left;
}

#footer #brown {
	position:relative;
	top: -75px;
	height: 100px;
	z-index: -1;
	background: #A45E19;
	border: 1px solid black;
}
#footer #footer_contents p {
	padding-top: 35px;
	font-size: 0.75em;
	text-align: center;
}

#footer #footer_contents a {
	color: #aa6827;
	text-decoration: none;
}

#footer #footer_contents p.copywrite {
	color: #FFFFFA;
	font-size: 1em;
}
/* ##########################################
	Headers */
h1 { 
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	margin: 20px 50px 20px 0;
}

div.element { margin: 0 50px 0 0; }
div.map { text-align: center; margin: 20px 60px 0 0; }
h2 { 
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin: 20px 50px 20px 0;
}

h2.toggler { cursor: pointer; }

h1:first-child {
	margin: 0 50px 10px 0;
}

h3 { text-align: center; font-weight: bold; font-size: 1.1em; }

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #aa6827;
	text-decoration: none;
}

a:visited, a:active {
	color: #995716;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: circle;
	margin: 10px 0 10px 1em;
}

ul li { margin: 10px 0 10px 0; }

ol {
	list-style: decimal;
	margin: 10px 0 10px 2em;
}

ol li { font-size: .8em; }
small {
	font-size: .4em;
}

img { 
	display: block;
	margin:10px auto 0 auto; 
}

div.caption {
	text-align:center;
	padding-right: 45px;
	font-size: .7em;
}

div.caption img {
	margin-bottom: 5px;
}
div#donation {
	width: 50%;
	margin: 15px auto 15px auto;
}
p.address { text-align: center; }
p.caption {
	margin: 0 auto 0 45px;
}

label, input, select { display:block; margin-bottom: 5px; }
table.imgs { width: 100%; }
table.imgs td, table.imgs th { width: 33%; text-align: center; padding: 5px; }
table.imgs th { font-weight: bold; }