@charset "UTF-8";
/* CSS Document */

body{
	background-color: #163258;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0px;
	padding:0px;
	color:#163258;
}
div {
	margin:0px;
	padding:0px;
	font-size:10px;
	overflow:hidden;
}

a {
	color:#7d7a28;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#163258;
	font-weight:bold;
	text-decoration:underline;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

h1 {
	color:#163258;
	font-size:18px;
	font-weight:bold;
}

h3 {
	margin:0;
	padding:0;
}

#wrapper_main {
	width:938px;
	margin: 0 auto;
	padding:0px;
	background:url(images/pitch.png) no-repeat bottom left #fff;
}

#header {
	width:938px;
	height:141px;
	float:left;
	margin:0px;
	padding:0px;
}

#logo {
	float:left;
	width:162px;
	height:141px;
}

#header_right {
	width:206px;
	height:102px;
	float:left;
}

#header_contact {
	width:206px;
	height:37px;
	text-align:center;
}

#header_phone {
	float:left;
	width:206px;
	height:25px;
	background:url(images/phone_bg.png) no-repeat top left;
	text-align:left;
	padding: 10px 0 0 40px;
	font-size:14px;
	color:#163258;
}

#header_email {
	float:left;
	width:206px;
	height:21px;
	background:url(images/email_bg.png) no-repeat top left;
	text-align:left;
	padding: 10px 0 0 40px;
}


/* NAV STYLE */

#nav {
	float:left;
	width:775px;
	height:39px;
	background:url(images/nav_bg.png) no-repeat top left;
}

#nav ul{
list-style: none;
  padding: 0;
  margin: 0;
  width:775px;
  float:left;
}

#nav li{
	text-indent: -6000px; float: left; height:39px
}

#nav a{
	display: block;
	width: 100%; height: 39px;
}

#nav-home { background-image: url(images/nav.png); width: 70px; height:39px; background-position:0 0;} 
#nav-home:hover {background-position:0 -39px; }
#nav-phil { background-image: url(images/nav.png); width: 183px; height:39px; background-position:-71px 0;} 
#nav-phil:hover {background-position:-71px -39px; }
#nav-train { background-image: url(images/nav.png); width: 197px; height:39px; background-position:-254px 0;} 
#nav-train:hover {background-position:-254px -39px; }
#nav-bios { background-image: url(images/nav.png); width: 118px; height:39px; background-position:-451px 0;} 
#nav-bios:hover {background-position:-451px -39px; }
#nav-contact { background-image: url(images/nav.png); width: 207px; height:39px; background-position:-569px 0;} 
#nav-contact:hover {background-position:-569px -39px; }

/* CLOSE NAV STYLE */

#banner {
	float:left;
	width:938px;
	min-height:152px;
	margin:10px 0 25px 0;
	background:url(images/banner_bg.png) no-repeat top left;
}

#banner_holiday {
	float:left;
	width:938px;
	min-height:220px;
	margin:0;
}

#banner_text {
	width:938px;
	float:left;
	margin:125px 0 0 0;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	
}

#main_content {
	float:left;
	width:938px;
}

#main_left {
	float:left;
	width:447px;
}

#main_right {
	float:left;
	width:471px;
	padding:0 10px 10px 10px;
	font-size:12px;
}

#footer {
	float:left;
	width:938px;
	margin:10px 0 10px 0;
}

#footer_links {
	float:left;
	width:447px;
	height:50px;
	font-size:12px;
	text-align:center;
}

#footer_images {
	float:left;
	width:491px;
	height:50px;
	margin:0;
	padding:0;
}

#copyright {
	width:938px;
	float:left;
	text-align:center;
	padding:0 0 10px 0;
}

#copyright a {
	color:#163258;
}


/* SUBPAGES */

#bio_links {
	font-size:14px;
}

#bios_pic {
	width:288px;
	float:left;
	text-align:center;
	font-size:14px;
	margin:25px 0 0 0;
}

#bios_stats {
	width:375px;
	float:left;
	margin:40px 0 0 50px;
	font-size:11px;
	color:#ffffff;
	overflow:auto;
}

.bio_ind {
	width:225px;
	float:left;
	text-align:center;
	font-size:12px;
	margin:15px 5px 0 15px;
}

#content_left {
	width:170px;
	float:left;
	margin:25px 0 0 0;
	text-align:center;
}
#content_right {
	width:728px;
	height:490px;
	padding:0 20px;
	float:left;
	margin:25px 0 0 0;
	background:url(images/bio_bg.png) no-repeat top left;
	font-size:12px;
	color:#fff;
}

#content_right h1 {
	color:#7d7a28;
	text-align:center;
}

#sched_header {
	float:left;
	height:100px;
	width:728px;
}

#sched_text {
	float:left;
	width:503px;
	height:100px;
	text-align:center;
}

#contact_form {
	position:relative;
	width:728px;
	margin:0 auto;
	font-size:12px;
}


#sub_head {
	text-align:center;
	margin:20px 0;
}

#team_play {
	text-align:center;
	margin:20px 0;
}

#form_player {
	float:left;
}

#form_parents {
	float:left;
}

#training_content {
	height:400px;
	float:left;
	font-size:12px;
	color:#fff;
	overflow:auto;
}

#training_content li {
	width:690px;
}

#training_content li:target {
	border:solid 1px #fff;
	color:#fff;
	padding:5px 5px 20px 5px;
	margin:15px 0;
}

#training_content ul {
	list-style:none;
	margin:0;
	padding:0;
}