/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #fff;
	background-image: url(../images/grid_8g.gif);
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {border: none;}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 950px;
}
/*HEADER*/
#header {
	height: 173px;
	background: url(../images/bg-header.jpg) no-repeat;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 14px;
	left: 20px;
}
.logo a {
	background: url(../images/logo.gif) no-repeat;
	height: 151px;
	width: 194px;
}
/*little-league*/
.little-league {
	width: 268px;
	height: 18px;
	position: absolute;
	right: 13px;
	top: 9px;
	background-image: url(../images/tl-header-ages.gif);
	background-repeat: no-repeat;
}
/*main navigatiom*/
.main-nav {
	padding: 0 0 0 18px;
	margin: 0;
	height: 30px;
	background: #000;
	border-bottom: 1px solid #333333;
}
.main-nav li {
	display: inline;
	padding-left: 10px;
	background: url(../images/img-main-nav-separator.gif) no-repeat 2px 50%;
}
.main-nav li.first {
	padding: 0;
	background: none;
}
.main-nav li a {
	color: #fff;
	font: bold 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 30px;
}
.main-nav li a:hover, .main-nav li a.active {
	color: #FF0000;
}
/*CONTAINER*/
#container {
	overflow: hidden;
	padding: 8px;
	background: #fff;
}
/*sidebar1*/
.sidebar1 {
	float: left;
	width: 139px;
	padding-top: 1px;
}
.sidebar2-photos {
	margin-bottom: 7px;
	border: 1px solid #333333;
}

.sidebar1 h3 {
	margin: 0;
	height: 20px;
}
.sidebar1 h3.news-flash {background: url(../images/img-news-flash.gif) no-repeat;}
.sidebar1 h3.sponsors {background: url(../images/img-sponsors.gif) no-repeat;}
.sidebar1-box {
	border: 1px solid #a31f1f;
	margin-bottom: 10px;
	background: #fff;
}
.sidebar1-box p {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	margin: 0;
}
.sidebar-sponsors-box {
	border: 1px solid #a31f1f;
	margin-bottom: 10px;
	background: #fff;
	padding: 10px;
}
.sidebar-sponsors-box p {
	margin: 0px;
	padding: 0px;
}


.sponsors-list {
	padding: 10px 0 0;
	margin: 0;
}
.sponsors-list li a {
	display: block;
	margin: 0 auto;
	width: 100px;
	text-align: center;
}
/*content*/
.content {
	float: left;
	width: 565px;
	margin-left: 10px;
	display: inline;
	background: #ddd;
	padding-bottom: 40px;
	min-height: 575px;
}
.content-large {
	width: 902px;
	padding-bottom: 15px;
	min-height: 500px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9D0101;
	border-bottom-color: #9D0101;
	border-left-color: #9D0101;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.page_titles {
	font-family: Impact, Charcoal, "Arial Narrow", "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #9D0101;
	background-image: url(../images/tl_page_title_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 910px;
	padding-top: 7px;
	padding-left: 24px;
	text-transform: uppercase;
	overflow: hidden;
}
#tl-sponsors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #AC0101;
	padding: 5px;
	font-weight: bold;
}


h2 {
	margin: 0;
	height: 34px;
}
h4 {
	font-size: 16px;
	margin: 0;
	color: #000;
}
h2.latest-news {background: url(../images/img-latest-news.gif) no-repeat;}
.c-box {
	overflow: hidden;
	padding: 15px 20px 8px;
}
.c-box em {
	display: block;
	font-style: normal;
	font-size: 12px;
}
.c-box p {
	font-size: 12px;
	color: #000;
	margin: 0;
	overflow: hidden;
}
.c-right-photo {
	float: right;
	margin-left: 15px;
}
.more {
	float: right;
	background: url(../images/img-more.gif) no-repeat;
	width: 55px;
	height: 12px;
	margin-right: 10px;
	display: inline;
}
/*sidebar2*/
.sidebar2 {
	float: right;
	width: 211px;
	padding-top: 1px;
}
.sidebar2-img  {
	display: block;
	border: 1px solid #0a0a0a;
	margin-bottom: 7px;
}
.sidebar2 h2 {height: 29px;}
.calendar {background: url(../images/img-calendar.gif) no-repeat;}
.field-status {background: url(../images/img-field-status.gif) no-repeat;}
.sidebar2-box {
	background: #ddd;
	min-height: 160px;
	margin-bottom: 7px;
}
/*FOOTER*/
#footer {
	clear: both;
	background: url(../images/bg-footer.png) no-repeat;
	height: 34px;
	margin-bottom: 2px;
	padding: 0 20px;
}
#footer span {
	color: #fff;
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	line-height: 32px;
	float: left;
}
#footer span.powered {float: right;}

