
/* PETER PAN BUS ADMIN STYLE SHEET */

body {
	background: #252525 url(/images/bkgd.jpg) repeat 0 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

p, ul li, ol li, td {
	font: 300 12px/18px Arial;
}

td {
	padding: 3px 5px;
}

strong {
	font-weight: 600;
}

a {
	text-decoration: none;
	color: #5E9F31;
}

a:hover {
	text-decoration: underline;
}

#bkgdImage {
	background: transparent url(/images/bkgd_image.jpg) no-repeat center 50px;
}

#container {
	margin: 25px auto;
	width: 1000px;
	position: relative;
}


/* ***** HEADER ***** */

#header {
	background: transparent;
	position: relative;
	margin: 0;
	padding: 0;
}

#header #siteLogo {
	/*float: left;*/
}

#header h1.siteName {
	font: 600 24px/36px Arial;
	/*float: left;*/
}

#upperNav {
	position: relative;
	float: right;
	background: transparent url(/images/nav/upper_nav_bkgd.jpg) top right;
	overflow: hidden;
	height: 24px;
	width: 350px;
	text-align: right;
}

#upperNav a {
	clear: both;
	float: none;
	margin: 0;
	padding: 0 10px;
	font: 300 12px/24px Arial;
	color: #FFF;
	text-align: center;
}

#headerImage {
	text-align: center;
	clear:both;
	margin: 0;
	padding: 0;
}

#headerImage img {
	margin: 0 auto;
}


/* ***** MIDDLE ***** */

#middle {
	background: #FFF url(/images/content_bkgd.jpg) repeat-y 0 0;
	overflow: auto;
	clear: both;
	display: block;
	border-left: 2px solid #FFF;
	border-bottom: 1px solid #D3D3D3;
	margin: 0;
	padding: 0;
	width: 998px;
}


/* ***** NAVIGATION ***** */
#navigation {
	width: 200px;
	margin: 0;
	padding: 0;
	background: #DBDEE3;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	z-index: 800;
}

#navigation ul.level_1 {
	padding: 0;
}

#navigation ul.level_1 li {
	position: relative;
}

#navigation ul.level_1 li a {
	display: block;
	height: 34px;
	margin: 0;
	padding: 0 30px;
	width: 140px;
	background: #DBDEE3 url(/images/nav/arrow.jpg) no-repeat 10px 0;
	font: 300 12px/34px Arial;
	color: #000;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #999;
}

/*#navigation ul.level_1 li:hover a, */
#navigation ul.level_1 li a:hover {
	color: #EEE;	
	background: #888 url(/images/nav/arrow.jpg) no-repeat 10px -102px;
}

#navigation ul.level_1 li a.select, 
#navigation ul.level_1 li a.select:hover {
	color: #111;
	background: #B5ABB4 url(/images/nav/arrow.jpg) no-repeat 10px -68px;
	font: 600 12px/34px arial;
}

.js #navigation ul.level_1 li ul.level_2 {
	display: none;
}

#navigation ul.level_1 li ul.level_2 {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 900;
	display: block;
	background: #DFECFF;
	width: 200px;
}

#navigation ul.level_1 li ul.level_2 li {
	float: none;
	padding: 0;
	margin: 0;
	width: 200px;
}

#navigation ul.level_1 li ul.level_2 li a {
	display: block;
	height: 34px;
	width: 120px;
	margin: 0;
	padding: 0 40px;
	background: #DFECFF url(/images/nav/arrow.jpg) no-repeat 20px -34px;
	font: 300 11px/34px Arial;
	color: #111;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #999;
}

/*#navigation ul.level_1 li ul.level_2 li:hover a, */
#navigation ul.level_1 li ul.level_2 a:hover {
	color: #EEE;	
	background: #888 url(/images/nav/arrow.jpg) no-repeat 20px -102px;
}

#navigation ul.level_1 li ul.level_2 li a.select, 
#navigation ul.level_1 li ul.level_2 li a.select:hover {
	color: #111;
	font: 600 11px/34px arial;
	background: #C6DFFE url(/images/nav/arrow.jpg) no-repeat 20px -136px;
}


/* ***** SUBNAV ***** */
#subNav {
	background: #EFEFEE;
	padding: 3px 10px;
	border-bottom: 1px solid #BBB;
}

#subNav a {
	color: #777;
	font: 600 12px/18px Arial;
	padding: 0 7px;
	border-right: 1px solid #999; 
}

#subNav a:hover {
	color: #000;
	text-decoration: none;
}

#subNav a.select,
#subNav a.select:hover {
	color: #69F;
}

/* ***** CONTENT ***** */
#content {
	background: transparent;
	position: relative;
	padding: 10px 25px 10px 25px;
	display: block;
	margin: 0;
	z-index: 100;
	overflow: hidden;
	height: auto;
}

#content h1 {
	display: block;
	border-bottom: 1px solid #DDD;
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0;
	font: 600 20px/24px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #3366FF;
}


#content h2 {
	margin: 0;
	padding: 0;
	font: 600 18px/20px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #3366FF;
}

#content #pageOverview,
#content #pageContent {
	margin: 10px auto;
	padding: 5px;
	display: block;
	width: 750px;
	overflow: hidden;
}

#content #pageContent h4 {
	font: 600 16px/20px Arial;
	color: #3366FF;
	margin: 5px 0 10px 0;
}

#content #pageContent p {
	margin: 10px 0;
}

#content #pageContent ul li{
	list-style: disc;
	margin: 0 15px;
}

#content #pageContent ol li{
	list-style: decimal;
	margin: 0 15px;
}


/* ***** FOOTER BOXES ***** */

#footerBoxes {
	background: #EDEDED;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#footerBoxes .footerBox {
	float: left;
	display: block;
	width: 33.133%;
	height: 350px;
	overflow: auto;
	background: #EDEDED;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
}

#footerBoxes .footerBox h4 {
	padding: 5px 25px;
	margin: 5px 0 10px 0;
	font: 600 12px/14px Arial;
	color: #FFF;
	background: #0971DB;
}

#footerBoxes .footerBox .boxContent {
	padding: 5px;
	
}

/* ***** FOOTER ***** */

#footer {
	background: #FFF;
	padding: 5px;
	text-align: center;
	clear: both;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

#footer a {
	color: #000;
	font: 600 11px/14px Arial;
	padding: 0 5px;
}

#recognition {
	padding: 5px;
	background: #444;
	border: 1px solid #222;
	border-top: 1px solid #333;
	text-align: center;
	color: #FFF;
	font: 600 12px/18px Arial, Helvetica, sans-serif;
}

#recognition a {
	text-decoration: none;
	color: #0971DB;
	font: 600 12px/18px Arial, Helvetica, sans-serif;
}

#recognition a:hover {
	text-decoration: underline;
}

/* ****** SITEMAP ***** */

#sitemap {
	margin: 20px;
}

#sitemap ul.level_1 li {
	margin: 5px 0;
}

#sitemap ul.level_1 li a{
	font: 600 14px/20px Arial;
	color: #000;
}

#sitemap ul.level_2 {
	margin: 5px 15px;
}

#sitemap ul.level_2 li{
	margin: 5px 10px;
	list-style: disc;
}

#sitemap ul.level_2 li a{
	font: 600 12px/18px Arial;
	color: #555;
}

/* ***** FEILDS ***** */
body.fields #content #pageContent ul li {
	margin: 10px;
	padding: 5px;
	list-style: none;
	background: #EBEEF3;
	border: 1px solid #DBDEE3;
}

/* ***** BOARD MEMBERS / COACHES ***** */
body.boardMembers #content #pageContent ul li,
body.coaches #content #pageContent ul li {
	margin: 10px;
	padding: 5px;
	list-style: none;
	background: #EBEEF3;
	border: 1px solid #DBDEE3;
	float: left;
	width: 40%;
	font-weight: 600;
}

/* ***** LINKS ****** */
body.links  #content #pageContent table {
	width: 600px;
	margin: 10px auto;
	border: 1px solid #CCC;
}

body.links  #content #pageContent table thead th{
	width: 50%;
	text-align: left;
	padding: 2px 5px;
	color: #3366FF; 
	font: 600 13px/18px arial;
}

body.links  #content #pageContent table tbody td {
	width: 50%;
	text-align: left;
	padding: 2px 5px;
	font: 300 12px/18px arial;
}


/* ****** REGISTRATION ******** */
body.registrationForm #errorContainer {
	padding: 10px;
}

body.registrationForm #errorContainer ul li {
	font: 600 11px/14px Arial;
	color: #F00;
}

body.registrationForm form {
	width: 700px;
	margin: 0 auto;
}

body.registrationForm form label{
	float: left;
	clear: left;
	width: 250px;
	text-align: left;
	padding: 0 10px;
	font: 300 12px/24px arial;
	margin: 2px 0;
}

body.registrationForm form input,
body.registrationForm form select {
	width: 300px;
	height: 20px;
	padding-left: 5px;
	margin: 5px 0;
	font: 300 12px/18px Arial;
}

body.registrationForm form textarea {
	width: 300px;
	height: 50px;
}

body.registrationForm form input.readonly {
	background: #DDD;
	font: 600 12px/18px arial;
}

body.registrationForm form input.radio {
	width: 12px;
	height: 12px;
	margin: 5px 10px;
	float: left;
}

body.registrationForm form span.radio {
	font: 300 12px/24px arial;
	float: left;
}

body.registrationForm form span.required {
	font: 600 11px/24px arial;
	color: #FF0000;
	padding-left: 10px;
}

body.registrationForm form select#phone_type_1,
body.registrationForm form select#phone_type_2 {
	width: 100px;
}

body.registrationForm form input#phone_type_1_number,
body.registrationForm form input#phone_type_2_number {
	width: 200px;
}

body.registrationForm form input.submit {
	width: 200px;
	height: 24px;
	float: none;
	display: block;
	margin: 5px auto;
	font: 600 12px/18px arial;
	text-align: center;
	clear: left;
	cursor: pointer;
}

body.registrationForm h4 {
	font: 600 18px/24px Arial;
	text-align: center;
	margin: 10px 0;
	color: #36F;
}

body.registrationForm ol {
	margin: 20px 50px;
}

body.registrationForm ol li {
	list-style: decimal;
}

body.registrationForm #flashPrintButton {
	width: 100px;
	height: 22px;
	margin: 0 auto;
	overflow: hidden;
}
