/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Tahoma, Verdana, Arial, sans-serif;
	background-color: #000000;
	background-image: url(../images/cb_bg_1.jpg);
	background-repeat: repeat-x;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
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;
	display: block;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 950px;
	border: 3px solid #FFFF00;
	background-color: #010137;
}
/*HEADER*/
#header {
	height: 190px;
	background: url(../images/bg-header.jpg) no-repeat;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 15px;
	left: 25px;
}
.logo a {
	width: 107px;
	height: 150px;
	background: url(../images/logo.png) no-repeat;
}
.ident-line {
	background: url(../images/txt-ident-line.png) no-repeat;
	width: 558px;
	height: 114px;
	position: absolute;
	right: 0;
	top: 30px;
}
.youth-soccer-ages {
	background: url(../images/txt-you-scocer.gif) no-repeat;
	width: 195px;
	height: 7px;
	position: absolute;
	right: 15px;
	top: 8px;
}
/*MAIN NAVIGATION*/
.main-nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 37px;
	background: url(../images/bg-main-nav.gif) repeat-x;
}
.main-nav li.first {
	background: none;
	padding-left: 20px;
}
.main-nav li {
	display: inline;
	padding-left: 15px;
	background: url(../images/img-main-nav-separator.gif) no-repeat 5px 50%;
}
.main-nav li a {
	color: #fff;
	font-size: 12px;
	line-height: 37px;
	font-weight: bold;
	text-decoration: none;
}
.main-nav li a:hover, .main-nav li a.active {color: #ff0;}
/*CONTAINER*/
#container {
	width: 100%;
	overflow: hidden;
	padding: 8px 0;
}
/*SIDEBAR1*/
.sidebar1 {
	float: left;
	width: 176px;
	padding-left: 9px;
}
/*sub navigation*/
.sub-nav {
	padding: 0;
	margin: 0 0 25px;
}
.sub-nav li {
	width: 100%;
	vertical-align: top;
	margin-bottom: 5px;
}
.sub-nav li a {
	display: block;
	background: url(../images/bg-sub-nav.gif) no-repeat;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-left: 18px;
	text-decoration: none !important;
	height: 1%;
}
.sub-nav li a:hover, .sub-nav li a.active {background-position: 0 100%;}
/*banners*/
.banners {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.banners li {
	width: 100%;
	vertical-align: top;
}
.banners li img {margin: 0 auto;}
/*CONTENT*/
.content {
	float: left;
	width: 459px;
	padding-left: 10px;
}
.content-large {
	float: left;
	width: 747px;
	padding-bottom: 15px;
	padding-left: 10px;
}
/*scroller*/
.scroller {
	background: url(../images/bg-blue-grad.gif) repeat-y;
	overflow: hidden;
	padding: 0;
	margin-bottom: 6px;
}
.scroller h4 {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	margin: 0;
}
.scroller p {
	font-size: 11px;
	color: #fff;
	margin: 0;
}
/*title-holder*/
.title-holder {
	height: 34px;
	padding-left: 12px;
	background-color: #0000F7;
	background-image: url(../images/bg-blue-grad.gif);
	background-repeat: repeat-y;
}
.title-holder h2 {
	margin: 0;
	line-height: 34px;
}
.page-title {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	padding-top: 7px;
}

.latest-news {background: url(../images/txt-latest-news.gif) no-repeat 0 50%;}
/*content box*/
.c-box {
	overflow: hidden;
	padding: 13px 16px 0 12px;
	background: #fff;
	min-height: 600px;
}
.c-box-2 {
	overflow: hidden;
	background: #fff;
	min-height: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 15;
	padding-left: 12px;
}

.c-box-2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0px;
}

.c-box-2 p {
	margin: 0px;
}

.c-box-2 a {
	color: #000000;
}

.c-box-2 a:hover {
	color: #0099FF;
}
/*news list*/
.news-list {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.news-list li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 17px;
}
.news-list h3 {
	color: #0101cc;
	font-size: 16px;
	margin: 0;
}
.news-list em, p {
	display: block;
	color: #000;
	font-size: 12px;
	margin: 0;
	font-style: normal;
}
.news-list p {margin-bottom: 10px;}
.news-list img {
	float: right;
	margin-left: 5px;
	border: 1px solid #000;
}
/*more link*/
.more {
	background: url(../images/txt-more.gif) no-repeat;
	width: 50px;
	height: 7px;
	float: right;
	margin-right: 5px;
	display: inline;
}
.more-holder {
	width: 100%;
	overflow: hidden;
	display: block;
}
/*SIDEBAR2*/
.sidebar2 {
	float: right;
	width: 281px;
	padding-right: 8px;
}
.sidebar2-sponsors {
	background-color: #FFFFFF;
	width: 175px;
	overflow: hidden;
}
.sidebar2-sponsors img {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.photo {
	margin-bottom: 8px;
	border: 1px solid #FFFFFF;
}
.sidebar2 h2 {
	height: 28px;
	margin: 0;
}
.sidebar2 h2.field-status {background: #0000fe url(../images/txt-field-status.jpg) no-repeat;}
.sidebar2 h2.calendar {background: #0000fe url(../images/txt-calendar.jpg) no-repeat;}
/*sidebax*/
.sidebox {
	border: 1px solid #0000fe;
	min-height: 154px;
	margin-bottom: 8px;
}
.sidebox-fields {
	border: 1px solid #0000fe;
	margin-bottom: 8px;
	padding-right: 7px;
	padding-left: 7px;
}
/*FOOTER*/
#footer {
	clear: both;
	background: url(../images/bg-footer.gif);
	height: 44px;
	padding: 0 17px;
	overflow: hidden;
}
#footer span {
	color: #fff;
	font: 11px/44px "Trebuchet MS", Verdana, Arial, sans-serif;
	float: left;
}
#footer span.power {
	float: right;
	padding-right: 30px;
	background: url(../images/img-footer-logo.gif) no-repeat 100% 50%;
}
.slideshow {
	margin-bottom: 7px;
	border: 1px solid #FFFFFF;
}

