@import url("whitespace.css");
@import url("forms.css");
@import url("news.css");
@import url("newswire.css");
@import url("faq.css");
@import url("photo-gallery.css");

html, body {
	height: 100%;
}
body {
	background: #e4e4e4 url(../images/softball.gif) 50% 100% no-repeat;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000;
	font-size: 12px;
	behavior: url(/css/csshover.htc);
}
a:link, a:visited {
	color: #153A72;
	text-decoration: underline;
}
a:hover, a:active {	color: #c40000; }
#container {
	width: 950px;
	margin: 0 auto;
	background: #FFF url(../images/repeat.gif) 0 0 repeat-y;
	position: relative;
	min-height: 100%;
	_height: 100%;
}
#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 190px;
	margin: 0;
	text-indent: -1234em;
}
#navigation {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	height: 190px;
	width: 950px;
	list-style: none;
	text-indent: -1234em;
	z-index: 1000;
}
#navigation li {
	position: absolute;
	width: 104px;
	height: 20px;
	margin: 0;
}
#navigation li a {
	display: block;
	height: 20px;
	text-decoration: none;
}
#navigation li a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}
#home a:hover, #about a:hover, #teams a:hover, #photos a:hover, #faq a:hover, #contact a:hover {
	background: #C40000;
}
#register a:hover, #sponsor a:hover, #forms a:hover, #rules a:hover, #schedules a:hover {
	background: #153A72;
}
#home {
	left: 0;
	top: 0;
}
#about {
	left: 128px;
	top: 0;
}
#navigation #teams {
	left: 300px;
	width: 150px;
	top: 0;
}
#photos {
	left: 528px;
	top: 0;
}
#faq {
	left: 692px;
	top: 0;
}
#contact {
	left: 846px;
	top: 0;
}
#register {
	left: 0px;
	top: 170px;
}
#navigation #sponsor {
	left: 216px;
	top: 170px;
	width: 141px;
}
#forms {
	left: 470px;
	top: 170px;
}
#rules {
	left: 649px;
	top: 170px;
}
#schedules {
	left: 846px;
	top: 170px;
}
#events {
	left: px;
	top: 170px;
	display: none;
}
#navigation ul {
	display: none;
}

#navigation li:hover ul {
	display: block;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 0;
	width: 150px;
	text-indent: 0;
	list-style: none;
	padding: 3px;
}
#about ul {
	background: #C40000;
}
#register ul {
	background: #153A72;
}
#navigation ul li {
	position: static;
	width: auto;
	height: auto;
}
#navigation ul li a {
	color: #FFF;
	font-weight: bold;
	height: auto;
	padding: 3px;
	width: auto;
	_height: 1px;
}
#navigation ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#home ul a:hover, #about ul a:hover, #photos ul a:hover, #faq ul a:hover, #contact ul a:hover {
	background: #153A72;
}
#register ul a:hover, #sponsor ul a:hover, #forms ul a:hover, #rules ul a:hover, #schedules ul a:hover {
	background: #C40000;
}

#content {
	float: left;
	padding: 15px 0 10px 215px;
	background: url(../images/contentbg.jpg) 0 0 no-repeat;
	min-height: 345px;
	_height: 345px;
	width: 518px;
}
#title {
	margin: 0 0 10px;
	color: #c40000;
	font-size: 20px;
	letter-spacing: -1px;
}
#column {
	margin: 0 0 0 750px;
	_margin-left: 747px;
	background: url(../images/contentbg.jpg) -750px 0 no-repeat;
	padding: 15px;
	min-height: 345px;
	_height: 345px;
	text-align: center;
}
#column ul {
	list-style: none;
	margin: 5px 0 0;
}
#column li {
	margin: 0;
}
#column img {
	margin: 0;
	border-width: 0;
}
#clear {
	height: 60px;
}
#footer {
	position: relative;
	background: #153a72;
	border-top: 6px solid #c40000;
	height: 45px;
	margin: -56px auto 0;
	width: 940px;
	padding: 5px 5px 0;
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {	text-decoration: underline;}
#links {
	margin: 0 0 10px;
}
#byline {
	font-size: 10px;
	margin: 10px 0 0;
}

#newswire {
	position: absolute;
	left: 15px;
	top: 205px;
	width: 160px;
	padding: 5px;
	text-align: left;
}
#newswire .heading {
	color: #FFF;
	margin: 0 0 10px;
	font-size: 20px;
	letter-spacing: -1px;
}
#newswire h4 a {
	color: #000;
	font-weight: normal;
}
#newswire p {
	font-family: Georgia, 'Times New Roman', serif;
	float: right;
	margin: 10px 0 0;
	background: url(/images/moreinfo.gif) 0 50% no-repeat;
	line-height: 16px;
	vertical-align: middle;
}
#newswire p a {
	display: block;
	padding: 0 0 0 18px;
	line-height: 16px;
	vertical-align: middle;
}
#newswire a:hover {
	text-decoration: none;
	color: #C40000;
}

h3.rules {
	margin: 5px 0;
	font-size: 14px;
}
#content h3.rules a {
	text-decoration: none;
}

h3.rulestitle {
	color: #153A72;
	font-size: 20px;
	padding: 0 0 3px;
	border-bottom: 2px solid #C40000;
	margin: 0 0 10px;
	text-align: center;
}
#faqview dt {
	border-top: 1px solid #CCC;
}
div.league,
div.play_up,
div.age,
div.coach,
div.child {
text-align: right;
}
div.league label,
div.play_up label,
div.age label,
div.coach label,
div.child label {
width: auto;
padding-right: 5px;
}
fieldset.whereneeded, fieldset.sponsor-whereneeded {
	border-width: 0;
	padding: 0;
	margin: 10px 0 0;
} 
fieldset.whereneeded legend, fieldset.sponsor-whereneeded legend {
	display: none;
}
.whereneeded *, sponsor-whereneeded *,
.whereneeded div, sponsor-whereneeded div {
	vertical-align: middle;
}

