/* general formatting */

body {
	margin: 0px;
	padding: 27px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #97999c url(/images/bgtile.jpg) repeat-x scroll top;
	font-size: 62.5%;
	line-height: 180%;
	color: #484848;
}

p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	padding: 0px 0px 15px 0px;
	font-weight: normal;
	margin: 0px;
}

h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	color: #700101;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #ed1c24;
	padding: 5px 0px 15px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input.text, input.password, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	height: 1.2em;
	width: 14em;
	padding: 0px;
	border: 1px solid #a9aaab;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
}

textarea {
	height: 8em;
}

a {
	color: #5a5f85;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.white {
	color: #FFFFFF;
}

ul {
	margin-top: 5px;
}

.clearer {
	clear: both;
}

.blue {
	color: #4f6eb1;
}

a.linkicon {
	text-decoration: none;
	background: transparent url(/images/linkicon.gif) no-repeat scroll 0px 1px;
	padding-left: 17px;
	color: #4f6eb1;
}

a.linkicon:hover {
	color: #D03A07;
}


/* structural styles */

#pageContainer {
	position: relative;
	width: 898px;
	margin: 0 auto;
}

#topContainer {
	height: 139px;
	background: transparent url(/images/topbg.jpg) no-repeat scroll top;
}

#logo {
	position: absolute;
	width: 320px;
	height: 30px;
	left: 29px;
	top: 33px;
	background: transparent url(/images/logo.gif) no-repeat scroll top;
}

#logo h1 {
	position:absolute;
	left: -999em;
}

#topLinks {
	position: absolute;
	width: 255px;
	left: 622px;
	top: 45px;
	height: 46px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topLinks li {
	float: left;
	font-size: 1.2em;
	padding: 0px 0px 0px 25px;
	line-height: 1.5em;
}

#topLinks li a {
	color: #FFFFFF;
	text-decoration: none;
}

#topNav {
	position: absolute;
	left: 17px;
	top: 94px;
	height: 46px;
	background: transparent url(/images/topnav_bg.gif) no-repeat scroll 0px 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topNav li {
	float: left;
	font-size: 1.2em;
	padding: 0px;
	line-height: 1.5em;
}

#topNav li:hover a, #topNav li.sfhover a {
	color: #ff0d18;
	background: transparent url(/images/navline.gif) no-repeat scroll 0px bottom;
}

#topNav li:hover ul li a, #topNav li.sfhover ul li a {
	color: #FFFFFF;
	background: none;
	background-image: none;
}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 13px 15px 15px 15px;
}

#topNav a:hover, #topNav a.selected { color: #ff0d18; }

#topNav li ul {
	background: transparent url(/images/dropdown.png) repeat-x scroll bottom right;
	list-style-type: none;
	position: absolute;
	left: -999em;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 9px 0px;
	width: 150px;
	z-index: 500;
	border-left: 2px solid #FFFFFF;
}

#topNav li.sfhover ul {
	left: auto;
}

#topNav li.sfhover ul li.sfhover ul {
	left: auto;
}

/* this messes up IE7 (menus stick), so it's in as conditional for non-IE browers in inc_top.asp
#topNav li:hover ul {
	left: auto;
}

*/

#topNav li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	background: none;
	display: inline;
}

#topNav li ul li a {
	display: block;
	padding: 4px 0px 4px 22px;
	margin: 0px;
	color: #FFFFFF;
}

#topNav li ul li a:hover {
	color: #CCCCCC;
}

#searchBox {
	position: absolute;
	width: 271px;
	height: 20px;
	left: 590px;
	top: 47px;
	padding: 6px 3px 0px 6px;
	background: transparent url(/images/searchbg.png) no-repeat scroll center;
}

#searchBox input.text {
	border: none;
	color: #909090;
	width: 268px;
}




/* home page styles */

#homepicholder {
	width: 898px;
	height: 339px;
	overflow: hidden;
	background: transparent url(/images/homepage_blank.jpg) no-repeat scroll center;
}

.homePicStyle {
	height: 319px;
	/*background: transparent url(/images/homepic.jpg) no-repeat scroll center;*/
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 0px 0px 27px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.homePicStyle h1 { font-size: 4.5em; }

.homePicStyle p { width: 380px; }

.homePicStyle a {
	text-decoration: none;
	font-size: 1.3em;
	color: #ed1c24;
}

#homeBot { height: 217px; }

#homeBot h2 {
	color: #FFFFFF;
	font-size: 1.7em;
	padding-top: 0px;
	padding-bottom: 10px;
}

#homeBot div {
	float: left;
	height: 195px;
	color: #FFFFFF;
	font-size: 1.2em;
}

#homeBot #homeBot1 {
	width: 219px;
	background: #7e7e7e url(/images/homebot1_bg.jpg) no-repeat scroll left top;
	padding: 22px 140px 0px 24px;
}

#homeBot #homeBot2 {
	width: 231px;
	background: #8382ab url(/images/homebot2_bg.jpg) no-repeat scroll left top;
	padding: 22px 22px 0px 22px;
	color: #58585a;
	line-height: 1.5em;
}

#homeBot #homeBot2 h2 {
	color: #58585a;
}

#homeBot #homeBot3 {
	width: 208px;
	background: #01799e url(/images/homebot3_bg.jpg) no-repeat scroll left top;
	padding: 22px 12px 0px 20px;
}

#homeBot div a {
	padding: 3px 0px 1px 0px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
}

#homeBot #homeBot2 a {
	color: #58585a;
}

#homeBot div p {
	height: 119px;
}

#homeBot2 ul {
	height: 134px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#homeBot2 ul li {
	line-height: 1.5em;
}

#homeBot3 ul {
	height: 134px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#homeBot3 ul li {
	background: transparent url(/images/newsbullet.gif) no-repeat scroll 0px 5px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	line-height: 1.4em;
}

#homeBot3 ul li a {
	font-size: 1em;
	text-decoration: underline;
}

#homeBot3 ul li a:hover {
	text-decoration: none;
}

/* tier page styles */

#tierContainer {
	background: transparent url(/images/midtile.gif) repeat-y scroll left top;
}

#tierContent {
	background: #FFFFFF url(/images/midgrad.gif) repeat-x scroll left top;
	padding: 14px 0px 0px 20px;
	margin: 0px 7px 0px 7px;
	font-size: 1.2em;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#noback #tierContent {
    background: #ffffff;
}

#tierContent h1 {
	padding-bottom: 10px;
}

#tierImage, .tierImage, #map {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 297px;
	height: 444px;
	float: right;
	margin-bottom: 16px;
}

#tierImage.about {
    width: 577px;
}

#textContainer, .textContainer {
	width: 528px;
	float: left;
	border-top: 2px solid #ED1C24;
	padding: 20px 0px 0px 0px;
}

#textContainer table td, #textContainer table th {
	vertical-align: top;
}

#textContainer #merch td {
	vertical-align: middle;
}

#trainingSchedule td, #history td {
	padding: 6px 0px 5px 0px;
	border-bottom: 1px solid #d4d4d4;
}

#coaches td {
	padding: 7px 0px 6px 0px;
	border-bottom: 1px solid #d4d4d4;
}

#coaches td img {
	border: 1px solid #d4d4d4;
}

#records td {
	border-bottom: 1px solid #d4d4d4;
}

#records th {
	color: #000000;
	background-color: #d4d4d4;
	text-align: left;
	font-weight: bold;
	padding: 1px;
}

#records td h2 {
	padding: 20px 0px 7px 0px;
}

#newsLeft {
	float: left;
	width: 340px;
}

#newsRight {
	float: left;
	width: 500px;
}

#newsLeft h1 {
	padding: 0px 0px 15px 0px;
	border-bottom: 2px solid #ED1C24;
	height: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

#newsRight h2 {
	border-bottom: 2px solid #ED1C24;
	font-weight: normal;
	color: #555555;
	font-size: 1.9em;
	height: 30px;
	padding: 6px 0px 9px 30px;
	margin-bottom: 30px;
}

#newsLeft ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#newsLeft ul li {
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	padding: 3px 0px;
	width: 310px;
}

#newsLeft ul li a {
	text-decoration: none;
	color: #666666;
}

#newsLeft ul li a:hover, #newsLeft ul li a.selected {
	color: #E60000;
}

#newsLeft ul li span {
	font-weight: bold;
	display: block;
	float: left;
	width: 80px;
	height: 20px;
}

#newsStory {
	border-left: 1px solid #CCCCCC;
	padding-left: 30px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}


/* footer styles */

#footerContainer {
	width: 100%;
	padding-top: 5px;
	height: 100px;
	background: transparent url(/images/shadow.png) no-repeat scroll center -15px;
}

#footer {
	background: transparent url(/images/footerbg.png) no-repeat scroll center top;
	position: relative;
	width: 858px;
	height: 26px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 8px 20px 0px 20px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer div {
	float: right;
	padding-right: 0px;
}