@charset "utf-8";
/* LAYOUT styling*/

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-color:#0C0C0C;
}

#container {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* Background - Grey rounded top piece*/
#container #top {
	width: 1000px;
	height:10px;
	padding:0;
	position: relative;
	float: left;
	background-image: url(../images/transparent-BG-top.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Background - Grey stretching middle piece*/
#container #middle {
	background-image: url(../images/transparent-BG-middle.png);
	background-repeat: repeat-y;
	margin:0;
	padding:0;
	height: 100%;
	position: relative;
	float: left;
	width: 1000px;
}

/* Background - Grey rounded bottom piece*/
#container #bottom {
	position: relative;
	float: right;
	height: 50px;
	padding-top: 25px;
	width: 800px;
}
/* Area for the top Flash banner*/
#topHeader {
	/*background-color: #0C0C0C;*/
	position: relative;
	height: 160px;
	width: 1000px;
	

}
/* Round white box sits in here*/
#container #middle #text {
	height: 100%;
	width: 800px;
	float: left;
	
}

/* Area for the page title*/
#container #middle #text #headerText {
	height: 94px;
	width: 800px;
	background-image: url(../images/textBarTop3.png);
	background-repeat: no-repeat;
	
}
/* Stretchable middle of white box*/
#container #middle #text #middleText {
	background-repeat: repeat-y;
	margin:0;
	padding:0;
	height: 100%;
	position: relative;
	float: left;
	background-image: url(../images/textBarMiddle3.png);
	
}
/* Bottom of the white box*/
#container #middle #text #footerText {
	background-image: url(../images/textBarBottom4.png);
	background-repeat: no-repeat;
	position:relative;
	clear: left;
	background-position: top;
	height: 50px;
}	
/* for text sitting in the white box*/
#textContainer {
	width: 800px;
	position:relative;
}
/* for text sitting in the white box*/
/*Wide Left Col*/

#container #middleText #text-col1 {
	width: 485px;
	padding-right: 15px;
	padding-left: 50px;
	position:relative;
	float: left;
}
/*Narrow Right Col*/
#container  #middleText #text-col2 {
	width: 200px;
	margin-right:0px;
	float: left;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 15px;
}
/* Narrow Left Col*/
#container  #middleText #text-col3 {
	width: 200px;
	margin-right:0px;
	float: left;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 50px;
}
/*Wide Right Col*/
#container #middleText #text-col4 {
	width: 485px;
	padding-right: 15px;
	padding-left: 15px;
	position:relative;
	float: left;
}
#container  #middleText #singlecol {
	width:720px;
	float: left;
	position:relative;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 25px;
	padding-left: 45px;
}

#linkBarTop {
	background-image: url(../images/linkBarTop.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 215px;
	float: left;
}

#linkBarMiddle {
	background-image: url(../images/linkBarMiddle.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 215px;
	float: left;
}

#linkBarBottom {
	background-image: url(../images/linkBarBottom.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 215px;
	float: left;
}

/*LEFT and RIGHT Sides of the page*/
#container #leftContainer {
	float: left;
	height: 100%;
	width: 185px;
}

#container #leftContainer #sIcon {
	height: 268px;
	width: 199px;
	position: relative;
	top: 3px;
	
	background-repeat:no-repeat;
	margin-top: -17px;
	margin-left:-17px;
}
#container #leftContainer #sIcon.empty {
	background-image: url(../images/icon_logo.png);
}
#container #leftContainer #sIcon.auto {
	background-image: url(../images/icon_logo_auto.png);
}
#container #leftContainer #sIcon.baseball {
	background-image: url(../images/icon_logo_baseball.png);
}
#container #leftContainer #sIcon.basketball {
	background-image: url(../images/icon_logo_basketball.png);
}
#container #leftContainer #sIcon.golf {
	background-image: url(../images/icon_logo_golf.png);
}
#container #leftContainer #sIcon.hockey {
	background-image: url(../images/icon_logo_hockey.png);
}
#container #leftContainer #sIcon.football {
	background-image: url(../images/icon_logo_football.png);
}
#container #leftContainer #sIcon.horse {
	background-image: url(../images/icon_logo_horse.png);
}
#container #leftContainer #sIcon.soccer {
	background-image: url(../images/icon_logo_soccer.png);
}
#container #leftContainer #sIcon.tennis {
	background-image: url(../images/icon_logo_tennis.png);
}

/* Horizontal Menu*/
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 1000px;
	height: 27px;
	margin-top:10px;
	margin-bottom:5px;
	padding: 0;
	background-repeat: repeat-x;
	background-position: left top;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	paddind:0 ;
	background-color: transparent;
	background-image: url(../images/bg-bubplastic-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
/* First Menu Button - rounded */
.bubplastic.horizontal ul li.first {
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-bubplastic-first.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*Last Menu Button - rounded */
.bubplastic.horizontal ul li.last {
	float: right;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-bubplastic-last.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 33px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 71%;
	color: #FFFFFF;
	text-decoration: none;
	border:none;
}


.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 26px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/bg-bubplastic-button.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bubplastic.horizontal ul li a span.menu_first {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 26px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/bg-bubplastic-first.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bubplastic.horizontal ul li a span.menu_last {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 29px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/bg-bubplastic-last.gif);
	background-repeat: no-repeat;
	background-position: right top;

}

/* Regular menu bar highlight */
.bubplastic.horizontal ul li a:hover,
.bubplastic.horizontal ul li.highlight a {
	background-color: transparent;
	background-image: url(../images/bg-bubplastic-h-red.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bubplastic.horizontal ul li a:hover span.menu_ar,
.bubplastic.horizontal ul li.highlight a span.menu_ar {
	background-color: transparent;
	background-image: url(../images/bg-bubplastic-h-red.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* First Menu button highlight - rounded */
.bubplastic.horizontal ul li.first a:hover,
.bubplastic.horizontal ul li.highlight.first a {
	background-color: transparent;
	background-image: url(../images/bg-bubplastic-h-red-first.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bubplastic.horizontal ul li a:hover span.menu_first,
.bubplastic.horizontal ul li.highlight a span.menu_first {
	background-color: transparent;
	background-image: url(../images/bg-bubplastic-h-red-first.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Last Menu button highlight - rounded */
.bubplastic.horizontal ul li.last a:hover,
.bubplastic.horizontal ul li.highlight.last a span.menu_last {
	background-color: transparent;
	background-image: url(../images/bg-bubplastic-h-red-last.gif);
	background-repeat: no-repeat;
	background-position: right top;
}	
.bubplastic.horizontal ul li a:hover span.menu_last,
.bubplastic.horizontal ul li.highlight a span.menu_last {
	background-color: transparent;
	background-image: url(../images/bg-bubplastic-h-red-last.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
	
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/*Vertical Menu Start*/
/*        V3        */

.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}
.leftContainerMenu {
	width: 200px;
	position: relative;
	}

.leftContainerMenu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
.leftContainerMenu li a {
	height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	font-size: 70%;
	margin-left:5px;
	font-weight: bolder;
	}	
	
.leftContainerMenu li a:link, .leftContainerMenu li a:visited {
	color: #ffffff;
	display: block;
	background-repeat:no-repeat;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url(../images/v4.png);
	}
	
.leftContainerMenu li a:hover {
	color: #B30000;
	background-repeat:no-repeat;
	background-position: 0 -32px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	}
	
.leftContainerMenu li a:active {
	color: #ffffff;
	background-repeat:no-repeat;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-position: 0 -64px;
	}

/* FONT styling*/

h1 {
	font-family: "Sveningsson", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #E9E9E9;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
	float: left;
	margin-top: 25px;
	margin-left: 50px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #5B5B5B;
	text-decoration: none;
	float: left;
	margin-top: -10px;
}

h3 {
	font-family: "Sveningsson", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B30000;
	margin-left: 25px;
}

p {
	font-size: 12px;
	color: #3E3E3E;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyFont {
	font-size: 12px;
	color: #3E3E3E;
	font-family: Arial, Helvetica, sans-serif;
}

.headerFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	text-align:left;
	color: #B30000;
	margin-left: 30px;
}

.bottomFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-top: 50px;
	
}

a, a:link, a:active, a:visited {
	color: #B30000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

a:hover {
	color: #C0C0C0;
	font-family : Arial, Helvetica, sans-serif;
}

a.linkBar, a.linkBar:link, a.linkBar:active, a.linkBar:visited {
	color: #333;
	font-family : "Sveningsson", Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 12px;
	margin-left: 25px;
	margin-top:25;
}

a.linkBar:hover {
	color: #B30000;
	font-family : "Sveningsson", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 25px;
}

#singlecol #logincontent {
	font-family: Arial, Helvetica, sans-serif;
}
#container tr td .label {
	font-family: Arial, Helvetica, sans-serif;
}

#container .redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #F00;
	text-decoration: none;
}
#container .redlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #333;
	text-decoration: none;
}
#container  tr td.hdr-calendar {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 10px;
	background-color: #900;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container  table tr .hdr-calendar.firstcell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#container table tr .hdr-calendar.cell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#container  table tr .calendar.cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	background-color: #FFF;
	color: #3C1300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
}
#container table tr .calendar.firstcell {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #333;
}
/* Footer Horizontal List for SEO filler footer */
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navlist li a
{
	color:#666;
}
