@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
    background-image: url(../images/bg.jpg);
	background-color: #D9D9D9;
	background-repeat:repeat-y;
}
#container {
	width:100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
    width:100%;
	height:180px;
	padding: 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#alumni_game {
	position:absolute;
	left:250px;
	top:6px;
	width:468px;
	height:60px;
	background-color: #000000;
	border: 1;
	text-align:center;
}
#sierraleone {
	position:absolute;
	left:425px;
	top:6px;
	width:125px;
	height:55px;
}
#swim {
	position:absolute;
	left:610px;
	top:6px;
	width:125px;
	height:55px;
	text-align:center;
}

#swim a{
	color:#FFFFFF;
	font-weight:700;
	text-decoration:none;
}

img a{
border:none;
}

#state {
	position:absolute;
	left:816px;
	top:6px;
	width:185px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	height: 90px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	display: block;
	border: 5px none #000000;
	line-height: 20px;
}
.style1 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
}
.style6 {color: #FFCC00}
.style7 {color: #FFFFFF}
.style8 {color: #990000}

 #mainContent {
	padding: 0 0px;
}

#thenewscontent{
	float:left;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#bottomcontent{
	position:relative;
	top: 5px;
	left: 3px;
	width: 735px;
	margin:0px;
	height:100%;
}

#rightcontent{
    position:absolute;
	left:740px;
	margin:0px;
	padding: 0px;
	width:518px;

}
/**
  * Twitter - http://www.twitter.com
  * Copyright (C) 2009 Twitter
  * URL: http://twitter.com/goodies/widgets
  *
  * V 1.0.6
  */

.twtr-widget{
	position:relative;
	padding-top: 5px;
	padding-right: 5px;
	visibility:visible;
	font-size:12px!important;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	zoom:1;
	float:left;
}
.twtr-fullscreen{font-size:220%!important;}
.twtr-widget .twtr-spinner{width:14px;height:14px;position:absolute;background:url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;top:3px;right:3px;}
.twtr-inactive{display:none;}
.twtr-widget a img{border:0!important;}
.twtr-doc{overflow:hidden;width:100%;text-align:left;font-weight:normal;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.twtr-bd{padding:0 1px;}
.twtr-widget .twtr-tweet-wrap{padding:6px 8px;overflow:hidden;zoom:1;}
.twtr-fullscreen .twtr-tweet-wrap{padding:20px;}
.twtr-widget .twtr-tweet{border-bottom:1px dotted #ddd;overflow:hidden;zoom:1;}
.twtr-widget .twtr-tweet a.twtr-reply{visibility:hidden;}
* html .twtr-widget .twtr-tweet a.twtr-reply{visibility:visible;}
.twtr-widget .twtr-tweet:hover a.twtr-reply{visibility:visible;}
.twtr-widget-profile img.twtr-profile-img{display:block;float:left;width:31px;height:31px;border:0!important;}
.twtr-widget h3,.twtr-widget h4,.twtr-widget p{margin:0!important;padding:0!important;line-height:1.2!important;width:auto!important;}.twtr-widget-profile h3,.twtr-widget-profile h4{margin:0 0 0 40px!important;}
.twtr-widget h3{font-size:11px!important;font-weight:normal!important;}.twtr-widget h4{font-size:16px!important;}.twtr-widget i{font-size:9px;font-style:normal;display:block;margin-top:2px;zoom:1;}.twtr-hd{padding:10px;position:relative;zoom:1;overflow:hidden;}.twtr-fullscreen .twtr-hd{height:0;padding:0;}.twtr-timeline{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:relative;overflow:hidden;z-index:2;height:225px;}.twtr-flat .twtr-timeline{overflow-x:hidden;overflow-y:scroll;}.twtr-widget .twtr-tweet:last-child{border-bottom-width:0;}.twtr-ft{position:relative;}.twtr-ft div{overflow:hidden;padding:10px;zoom:1;}.twtr-ft span{float:right;text-align:right;}.twtr-ft a{float:left;display:block;}.twtr-ft span a{float:none;}.twtr-avatar{width:40px;height:40px;float:left;overflow:hidden;display:block;}.twtr-fullscreen .twtr-avatar{width:80px;height:80px;}.twtr-img{height:25px;width:25px;}.twtr-img img{width:30px;height:30px;}.twtr-fullscreen .twtr-img img{width:72px;height:72px;}.twtr-fullscreen a.twtr-join-conv{display:none;}.twtr-tweet-text{margin-left:40px;}.twtr-fullscreen .twtr-tweet-text{margin-left:90px;}.twtr-doc a{text-decoration:none!important;}.twtr-doc a:hover{text-decoration:underline!important;}

#games {
	position:relative;
	width:350px;
	height:200px;
	top:12px;
	border: 1px solid #999999;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	visibility: visible;
	background-color:#FFFFFF;
	float:left;
}
#stats {
	position:relative;
	width:350px;
	height:190px;
	top:22px;
	border: 1px solid #999999;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	visibility: visible;
	background-color:#FFFFFF;
	float:left;
}
#ad {
padding-top: 5px;
float:right;
}
.gamedayhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
        font-weight:400;
	color: #333;
	background-color: #ccc;
	text-indent: 3px;
        padding:3px;

}
.gamedaydate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	text-indent: 8px;

}
.gamedaycontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
        background-color: #fff;
}
.gamedaydata {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	width: 350px;
}
.statshead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	background-image: url(../images/stats_head.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 4px;
	text-indent: 3px;
}
.alumnihead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	background-image: url(../images/divider_head.jpg);
	background-repeat: repeat-x;
	text-indent: 3px;
	padding-top: 3px;
	height: 30px;
}
.footer_copy {
    background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;

}
#alumni_news{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height: 340px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	visibility: visible;
}
#bronco_news {
	position:relative;
	left:206px;
	top:0px;
	width:200px;
	height: 340px;
	z-index:7;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	visibility: visible;
}
#player_profile {
	position:absolute;
	left:415px;
	top:0px;
	width:315px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	height: 340px;
}

.playerprofile {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	text-align: left;
	margin-left: 5px;
}
.playerprofilesub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.playerprofilename {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 700;
	color: #990000;
	text-align: left;
	margin-left: 5px;
}
.playerprofilenamesub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 700;
	color: #990000;
	text-align: left;
}
.newsprofile {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
.news_divider {
	border-bottom-width: .05em;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#footer {
	clear:both; 
	padding-top: 15px; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.search_bg{
	background-image: url(../images/right_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*--Main Container--*/
.main_view {
	float: left;
	
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 790px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}