@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: scroll;
	background-color: #4e1c1f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
	margin-top: 0;
}
body a:link, body a:visited, body a:active {
	color: #55322C;
	text-decoration: underline;
}
body a:hover {
	color: #990000;
	text-decoration: underline;
}

body h1{
	color: #b23427;
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}

body h2{
	font: bold 14px/24px Helvetica, sans-serif;
	color: #b23427;
	margin: 0;
	padding: 0;
}

body h3 {
	color: #000;
	margin: 0;
	padding: 0 0 20px 0;
	text-transform: capitalize;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.content-area {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

.nav-item {
	float:left;
}

.home-main {
	background-image: url(images/home_main.jpg);
	width: 990px;
	height: 513px;
}


.home-photos {
	background-image: url(images/home_ph_mid.jpg);
	background-repeat: repeat-y;
}

.home-btm {
	background-image: url(images/homebtm_back.jpg);
	background-repeat: no-repeat;
	padding: 0 0 30px 0;
	background-color: #0e131e;
}

.home-btm-left {
	float:left;
	padding: 63px 0 0 63px;
	width: 565px;
}


.home-btm-left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #d9cab7;
	padding: 0;
	margin: 0;
	text-transform: none;
}

.home-btm-left h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #ab3728;
	padding: 0 0 20px 0;;
	margin: 0;
	text-transform: none;
}

.home-btm-left h3 a:link, .home-btm-left h3 a:visited, .home-btm-left h3 a:active {color: #ab3728; text-decoration:none}
.home-btm-left h3 a:hover {color: #FFFFFF;text-decoration:none}


.home-btm-right{
	float:right;
	width: 272px;
	padding: 26px 13px 0 14px;
}

.story-cont {
	background-image: url(images/storyback.jpg);
	background-repeat: repeat-y;
}


.story-cont h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #370B04;
	padding: 0;
	text-transform: none;
}

.story-cont h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	padding: 5px 0 20px 0;
	margin: 0;
	text-transform: none;
}

.story-cont h3 a:link, .story-cont h3 a:visited, .story-cont h3 a:active {color: #ab3728; text-decoration:none}
.story-cont h3 a:hover {
	color: #000;
	text-decoration:none
}




.hdr-about {
	background-image: url(images/hdr_about.jpg);
	background-repeat: no-repeat;
	padding: 120px 30px 50px 30px;
}

.hdr-theplayer {
	background-image: url(images/hdr_theplayer.jpg);
	background-repeat: no-repeat;
	padding: 120px 30px 50px 30px;
}

.hdr-forkids {
	background-image: url(images/hdr_forkids.jpg);
	background-repeat: no-repeat;
	padding: 120px 30px 50px 30px;
}

.hdr-contact {
	background-image: url(images/hdr_contact.jpg);
	background-repeat: no-repeat;
	padding: 120px 30px 50px 30px;
}

.hdr-charity {
	background-image: url(images/hdr_charity.jpg);
	background-repeat: no-repeat;
	padding: 120px 20px 50px 20px;
}

.hdr-media {
	background-image: url(images/hdr_media.jpg);
	background-repeat: no-repeat;
	padding: 120px 30px 50px 30px;
}

.hdr-news {
	background-image: url(images/hdr_news.jpg);
	background-repeat: no-repeat;
	padding: 120px 30px 50px 30px;
}
.draw-thumb {
	background-image: url(images/hdr_media.jpg);
	background-repeat: no-repeat;
	padding: 120px 20px 50px 20px;
}

.hdr-homeplate {
	background-image: url(images/hdr_homeplate.jpg);
	background-repeat: no-repeat;
	padding: 120px 30px 50px 30px;
}


.callout {
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	color: #B5362B;
	font-weight: normal;
	width: 300px;
	margin: 0 100px 0 0;
}

.callout2 {
	padding: 20px;
	margin: 0 0 30px 0;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #601A12;
	font-weight: normal;
	background-color: #A7967A;
}


.divider {
	margin: 30px 0 30px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}


.divider2 {
	margin: 10px 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #333;
}

.photocaption{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #40362A;
	text-align:center;
	padding: 10px 0 0 0;
	margin: 0;
}

.media-left {
	float:left;
	width: 400px;
	padding: 0 0 100px 50px;
}

.media-left h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	padding: 0px 0 10px 0;
	margin: 0;
	text-transform: none;
}

.media-right {
	float:right;
	width: 400px;
}





.tablehead {
line-height:normal;
margin-bottom:10px;
}

.tablehead {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DCDCDC none repeat scroll 0 0;
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-style:normal;
margin:5px 0;
vertical-align:top;
width:100%;
}


.stathead {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
}
stats?pl...erId=4575 (line 21)
.stathead {
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
}

.colhead {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	background-attachment: scroll;
	background-color: #8c7350;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

.oddrow {
	background-color:#c7bbaa;
}

.evenrow {
	background-color:#d7cec2;
}



.draw-thumb {
	float:left;
	margin: 0 15px 0 0;
	border: 3px solid #CCCCCC;
	background-image: none;
	padding: 0;
}





.footer {
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
	padding: 45px 0 0 25px;
	width: 965px;
	height: 102px;
	margin: 0 0 50px 0;
	color: #181818;
	font-size: 9px;
	clear:both;
}

.footer a:link, .footer a:visited, .footer a:active {color: #181818; text-decoration:none}
.footer a:hover {color: #FFFFFF;text-decoration:none}


.footer h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #181818;
	float:left;
	padding: 0 15px 0 0;
	text-transform: none;
}
