/* CSS Document */

body { 
	background: url(../../images/bg_crest.jpg) repeat scroll 0px -250px;
	//background-color: #150756;
	min-width: 960px;
	margin: 0px; padding: 0px;
}

img {
	border:none;
	outline:none;
}

a {
	color: #492a94;
	text-decoration: none;
	outline: none;
}

a:hover {text-decoration: underline;}

#outerWrapper {
	width: 960px;
	margin: 25px auto;
	border: 3px solid #060132;
	background-color: white;
	overflow: hidden; /* hides column overflow for two equal columns layout */
}

#header {
	display: block;
	width: 960px;
	height: 115px;
	background:url(../images/header.jpg);
	border-bottom: 1px solid #060132;
}

#sidebar {
	background: url(../images/sidebar_bg.jpg);
	width: 240px;
	min-height: 100px;
	float: left;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}

#sidebar img.heading {
	width: 240px;
	height: 28px;
	border-top: 1px solid #060132;
	border-bottom: 1px solid #060132;
}

#sidebar ul.links { 
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul.links li {
	width: 240px;
	height: 25px;
	color: #492a94;
}

#sidebar ul.links li a {
	width: 240px;
	height: 25px;
	display: block;
	text-decoration: none;
}

#sidebar ul.links li h3 {
	font: 15px Tahoma, Geneva, sans-serif ;
	width: 80%;
	height: 19px;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0px 0px 32px;
	color: #492a94;
}

#sidebar ul.links li h3:hover {	color: white; }
#sidebar ul.links li.currentPage h3:hover {	color: #eebf2f; }

#sidebar ul.links li a.light { background: url(../images/sidebar_light.jpg) top; }
#sidebar ul.links li a.dark { background: url(../images/sidebar_dark.jpg) top; }

#sidebar ul.links li a:hover { 
	background-position: 0px -25px;
	color: white;
}

#sidebar ul.links li.currentPage a {
	border-top: 1px solid #060132;
	border-bottom: 1px solid #060132;
	background-position: 0px -50px;
	position:relative;
	height: 24px;
}

#sidebar ul.links li.currentPage:first-child a { border-top: none; }
#sidebar ul.links li.currentPage:last-child a { border-bottom: none; }

#sidebar p {
	color: #492a94;
	font: 14px Tahoma, Geneva, sans-serif;
	text-align: center;
}

#mainColumn {
	padding: 10px;
	float: right;
	width: 700px;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
	background-color: white;
	font: 13px Tahoma, Geneva, sans-serif;
	color: #4d4d4d;
	min-height: 450px;
}

h1 {
	margin: 10px auto;
	font: 30px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #492a94;
	width: 100%;
	border-bottom: 1px solid #eebf2f;
}

.College {text-transform: uppercase;}

p {
	font: 13px Tahoma, Geneva, sans-serif;
	margin: 10px auto;
	color: #4d4d4d;
}

#slides {
	width: 700px;
	height: 260px;
	display: block;
}

#latestNews { 
	margin-bottom: 10px;
	overflow:hidden; 
}

#latestNews .newsCol {
	width: 220px;
	margin-bottom: -500px;
	padding-bottom: 500px;
}

#latestNews_general { 
	float: left;
	background: url(../images/news_generalMid.jpg) repeat-y;
	margin-right: 9px;
}

#latestNews_general.footer {
	width: 220px;
	height: 20px;
	float: left;
	background-image: url(../images/news_generalBottom.jpg);
	text-align: right;
}
#latestNews_general.footer a {color:white; background-color: transparent; padding-right: 8px;}

#latestNews_girls { 
	float: left;
	background: url(../images/news_girlsMid.jpg) 9px 0px repeat-y;
	border-left: 2px solid #f4f1fa;
	border-right: 2px solid #f4f1fa;
	padding-left: 9px;
	padding-right: 9px;
}

#latestNews_girls.footer {
	width: 220px;
	height: 20px;
	float: left;
	background-image: url(../images/news_girlsBottom.jpg);
	text-align: right;
}
#latestNews_girls.footer a {color:white; background-color: transparent; padding-right: 8px;}

#latestNews_boys { 
	float: left;
	background: url(../images/news_boysMid.jpg) repeat-y;
	margin-left: 9px;
}

#latestNews_boys.footer {
	width: 220px;
	height: 20px;
	float: left;
	background-image: url(../images/news_boysBottom.jpg);
	text-align: right;
}
#latestNews_boys.footer a {color:white; background-color: transparent; padding-right: 8px;}

#latestNews ul {
	margin: 10px 12px;
	padding: 0px;
	list-style: none;
}

#latestNews ul li {
	margin: 0px;
	padding: 0px;
	color: #492a94;
	font: 12px Tahoma, Geneva, sans-serif;
	/*font-weight: bold;
	letter-spacing: 1px;*/
}

#latestNews ul li a:hover {color: #bcb0d8;}

#latestNews ul li.link { margin-bottom: 10px; }

#latestNews ul li h3 {
	color: #eebf2f;
	color: #333;
	font: 14px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #bcb0d8;
	margin: 0px 0px 3px;
}

#submenu {
	width: 100%;
	height: 32px;
	background-color: #baaade;
	border-bottom: 3px solid #492a94;
	display:block;
}

#submenu h1 {
	border: 0px;
	color: white;
	padding: 3px 0px 0px 5px;
	margin: 0px;
}

#submenu #sublinks {
	float: right;
	padding: 5px 8px 0px 0px; 
	margin: 1px 0px;
}

#submenu #sublinks a {
	color: #150756;
	padding: 0px 5px 2px 5px;
	margin-left: 10px;
	font-size: 16px;
}

#submenu #sublinks a:hover { color: white; text-decoration:none; }

#submenu #sublinks a.currentPage { 
	color: white;
	background-color: #492a94;
	border: 1px solid #eebf2f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.schedule {
	width: 100%;
	margin: 0px;
	padding-bottom: 20px;
	table-layout: fixed;
	border: 2px solid #492a94;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font: 13px Tahoma, Geneva, sans-serif;
	color: #4D4D4D;
	background-color: #baaade;
	background-color: #492a94;
	margin-bottom: 20px;
}

table.schedule td {border-top: 1px solid #dfd6f0;}

table.schedule tr:first-child {
	border-bottom: 2px solid #492a94;
	font-weight: bold;
	margin: 0px; padding: 0px;
	background-color: #baaade;
	background-color: #492a94;
	color: #ffdb6c;
	color: white;
}

table.schedule tr:first-child td {border:0px;}

table.schedule tr {background-color:white;}
table.schedule tr.home {
	background-color: #e9e3f5;
	color: #492a94 !important;
}

table.schedule td.date { width: 15%; padding-left:20px;}
table.schedule td.day { width: 15%; text-align:center;}
table.schedule td.opponent { width: 35%;}
table.schedule td.location { width: 10%; text-align:center;}
table.schedule td.time { width: 25%; text-align:center;}

#mainColumn.newsArticle p {
	text-align:justify !important;
	padding: 0px 5px;
}

#mainColumn.newsArticle h1 {margin-top:0px;}

#newsImage_box {
	float:right;
	margin:0px 0px 5px 15px;
}

#newsImage_box td {padding:0px;}

img.newsImage {
	float:right;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px;
	display: block;
}

#mainColumn.newsArticle p.photographer{
	font-style: italic;
	text-align: center !important;
	padding: 0px;
	margin: 0px auto;
	color: #BBB !important;
}

table.bulletin_board {
	width: 98%;
	margin: 10px 5px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	table-layout: fixed;
	border: 2px solid #492a94;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font: 13px Tahoma, Geneva, sans-serif;
	color: #4D4D4D;
	background-color: #492a94;
	clear: both;
}

table.bulletin_board td {
	padding: 5px;
	margin: 0px;
	border: 0px;
}

table.bulletin_board tr:first-child {
	color: white;
	font-weight: bold;
}

table.bulletin_board tr:first-child a {width: 8px; height: 6px; display:block; float:right;}
table.bulletin_board tr:first-child #desc { background-image:url(../images/table_sortDesc.jpg); margin: 6px 0px 0px 5px;}
table.bulletin_board tr:first-child #asc { background-image:url(../images/table_sortAsc.jpg); margin: 6px 0px 0px 0px;}
table.bulletin_board tr:first-child a:hover {background-position: 0px 6px;}
table.bulletin_board tr:first-child a.selected {background-position: 0px 6px;}

table.bulletin_board tr.even {
	background-color: #f3effc;
}

table.bulletin_board tr.odd {
	background-color: white;
}

table.bulletin_board td.date { width: 10%; text-align: center; vertical-align:top;}
table.bulletin_board td.title { font-weight: bold;}
table.bulletin_board td.title p { margin:0px; color:#aaa; }

#teamPhoto {
	float: left;
	padding: 3px;
	border: solid 3px #492a94;
	margin: 0px 10px 10px 0px;
}

#teamNews { 
	float: right;
	background: url(../images/news_boysMid.jpg) repeat-y;
	margin-left: 9px;
	width: 220px;
	height: 260px;
	display:block;
}

#teamNews ul {
	margin: 10px 12px;
	padding: 0px;
	list-style: none;
	min-height: 193px;
}

#teamNews ul li {
	margin: 0px;
	padding: 0px;
	color: #492a94;
	font: 12px Tahoma, Geneva, sans-serif;
	/*font-weight: bold;
	letter-spacing: 1px;*/
}

#teamNews ul li a:hover {color: #bcb0d8;}

#teamNews ul li.link { margin-bottom: 10px; }

#teamNews ul li h3 {
	color: #eebf2f;
	color: #333;
	font: 14px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #bcb0d8;
	margin: 0px 0px 3px;
}

#teamNews.footer {
	width: 220px;
	height: 20px;
	float: right;
	margin-left: 9px;
	background-image: url(../images/news_boysBottom.jpg);
	text-align: right;
}
#teamNews.footer a {color:white; background-color: transparent; padding-right: 8px;}

table.roster {
	border-spacing: 0px;
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding-bottom: 20px;
	table-layout: fixed;
	border: 2px solid #492a94;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font: 13px Tahoma, Geneva, sans-serif;
	color: #4D4D4D;
	background-color: #baaade;
	background-color: #492a94;
	margin-bottom: 20px;
}

table.roster td {border-top: 1px solid #dfd6f0; border-spacing:0px;}

table.roster tr:first-child {
	border-bottom: 2px solid #492a94;
	font-weight: bold;
	margin: 0px; padding: 0px;
	background-color: #baaade;
	background-color: #492a94;
	color: #ffdb6c;
	color: white;
}

table.roster tr:first-child td {border:0px;}

table.roster tr {background-color:white;}

table.roster td:first-child {text-align:center;}
table.roster td:last-child {text-align:center;}

table.roster td.number {width: 10%;}
table.roster td.name {width: 35%; text-align:left;}

table.upcoming {width: 100%;}
table.upcoming td {padding: 5px; vertical-align: top; border-bottom: 1px solid #CCC;}
table.upcoming tr:last-child td {border-bottom: none;}
table.upcoming td.date {
	width: 20%;
	font-weight: bold;
	color: #492A94;
}
table.upcoming td.event { margin-left: 10px;}

#StaffInfo {
	width: 46%;
	float:left;
	margin: 10px;
}

#StaffInfo.public {
	width:45%; float:left; clear:none;
	border: none;
}

#StaffInfo img, #mapRow img {
	border: 1px solid #060132;
	margin-right: 10px;
	float:left;
	padding: 3px;
}

#StaffInfo p { margin: 0px; }

#StaffInfo h2, #mapRow h2{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

#contactForm {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#F3EFFC;
	border: 1px solid #CCC;
	padding: 20px;
	margin: 10px 5px;
}

#contactForm #leftCol {
	float:left;
	width:220px;
	padding-right: 10px;
}

#contactForm h3 {
	border-bottom: 1px solid gray;
	margin-top:0px;
}

#contactForm #leftCol p {
	text-align: right;
	line-height: 20px;
	padding: 0px;
}

#contactForm #leftCol p input{
	float:right;
	width: 170px;
}

#contactForm #rightCol {
	float:left;
	width: 410px;
	padding-left: 5px;
}

#contactForm #rightCol textarea {
	width: 400px;
	height: 102px;
	padding: 5px;
	margin: 0px;
	font: 13px Tahoma, Geneva, sans-serif;
	color: gray;
}
