/* Import stylesheets and hide from IE/Mac \*/
@import "lib/reset.css";
/*@import "lib/typography.css";
@import "lib/grid.css";
@import "lib/buttons.css";*/
/* End import/hide */

/* @group Wrapper */

BODY {
	position: relative;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	font: 12px/14px Helvetica, Geneva, sans-serif;
	color: #000;
	background-color: transparent;
}

.pagewrap_one {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 775px;
	background-color: transparent;
}

.pagewrap_two{
	position: relative;
	float: left;
	padding: 0px 0px 50px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: transparent;
	border: 1px solid #bf2d38;
}

img{
	border: none;
}

a img{
	border: none;
}

a{
	text-decoration: none;
	color: #013274;
	font-weight: bold;
}

a:hover{
	color: #ff9900;
}

ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	list-style: none;
}

p{
	position: relative;
	float: left;
}



.header_wrapper h1 {
	color: #bf2d38;
	padding-left: 0;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 10px;
}


/* @end */
/* @group Nav Bar */
.header_wrapper{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	width: 100%;
}
.header_img{
	position: absolute;
	top: 0px;
	left: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 50;
	background-color: transparent;
	clear: both;
}

.nav_wrapper{
	position: relative;
	margin: 55px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	z-index: 20;
	text-align: center;
	width: 100%;
	height: 65px;
	background: url(./images/nav_bg.gif) repeat-x;
}

.upper_nav{
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 230px;
	margin: 0px 0px 0px 0px;
	height: 40px;

	
}
.upper_nav ul{
	position: relative;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	height: 100%;
	display: block;
}
.upper_nav li{
	position: relative;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: black;
	height: 100%;
	display: block;
}

.upper_nav a{
	position: relative;
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 12px 8px;
}

.upper_nav #active a{
	background-color: #fff;
	color: #bf2d38;
	border: 1px solid #bf2d38;
	height: 15px;
}

.upper_nav a:hover{
	color: #bf2d38;
	background-color: #FFF;
	border: 1px solid #bf2d38;	
	height: 15px;
	border-left-style: none;
	border-right-style: none;
}
.lower_nav{
	position: relative;
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 260px;
	margin: 0px 0px 0px 0px;
	height: 25px;
}
.lower_nav ul{
	position: relative;
	display: block;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	height: 100%;
}
.lower_nav li{
	position: relative;
	float: left;
	list-style: none;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

.lower_nav a{
	position: relative;
	float: left;
	text-decoration: none;
	color: #3c6b82;
	font-weight: bold;
	padding: 5px 15px 5px 10px;

}

.lower_nav #active a{
	color: #fff;
	background-color: #bf2d38;
}

.lower_nav a:hover{
	color: #FFF;
	background-color: #bf2d38;
}

/* @end */

/* @group Foot Bar */
.footer_wrapper{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	z-index: 2;
	clear: both;
	height: 40px;
	background-color: #013274;
	font-size: 14px;
	line-height: 16px;
}

.footer_wrapper ul{
	position: relative;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 600px;
	margin: 0px;
	text-decoration: none;
	height: 100%;
	display: block;
}
.footer_wrapper li{
	position: relative;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: black;
	height: 100%;
	display: block;
}

.banner {
	color: #fff;
}

.footer_wrapper a{
	position: relative;
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 12px 15px 12px 15px;
}

.footer_wrapper #active a{
	background-color: #fff;
	color: #bf2d38;
	border: 1px solid #bf2d38;
	height: 15px;
}

.footer_wrapper a:hover{
	color: #bf2d38;
	background-color: #FFF;
	border: 1px solid #bf2d38;	
	height: 15px;
	border-left-style: none;
	border-right-style: none;
}

/* @end */

/* @group My Group */

.content_wrapper_home{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 45px 0 60px 40px;
	text-align: left;
	
}

.content_wrapper_one{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 50px 40px 20px 80px;
	text-align: left;
}

.content_wrapper_one h1 {
	color: #bf2d38;
	padding-left: 0;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

.content_wrapper_one h2 {
	color: #bf2d38;
	padding-left: 0;
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 15px;
}

.content_wrapper_one ul, li, table {
	margin-left: 25px;
	margin-top: 3px;
}

.content_wrapper_one th {
	margin-top: 3px;
	color: #bf2d38;
	font-size: 110%;
	font-weight: bold;
}

.content_wrapper_one tr {
	margin-top: 3px;
}
.content_wrapper_one td {
	padding-left: 5px;
}

.content_wrapper_two{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
}

.schedule{
	border: 1px solid #cbcac6;
	padding: 10px 0 40px 5px;
	margin: 0 0 0 5px;
	position: relative;
	font-size: 85%;
}

.schedule td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.stats{
	border: 1px solid #cbcac6;
	margin: 0;
	position: relative;
	font-size: 90%;
	padding: 10px 0 40px 10px;
}

.stats td {
	text-align: left;
	padding: 3px 60px 3px 10px;
}

.standings{
	border: 1px solid #cbcac6;
	margin: 0;
	position: relative;
	font-size: 90%;
	padding: 10px 0 40px 10px;
}

.standings td {
	text-align: left;
	padding: 3px 25px 3px 10px;
}
/* @end */