@font-face {
    font-family: 'lorabold';
    src: url('../lib/fonts/webfonts/Lora/lora_bold/lora-bold-webfont.eot');
    src: url('../lib/fonts/webfonts/Lora/lora_bold/lora-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../lib/fonts/webfonts/Lora/lora_bold/lora-bold-webfont.woff') format('woff'),
         url('../lib/fonts/webfonts/Lora/lora_bold/lora-bold-webfont.ttf') format('truetype'),
         url('../lib/fonts/webfonts/Lora/lora_bold/lora-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'loraregular';
    src: url('../lib/fonts/webfonts/Lora/lora_regular/lora-regular-webfont.eot');
    src: url('../lib/fonts/webfonts/Lora/lora_regular/lora-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../lib/fonts/webfonts/Lora/lora_regular/lora-regular-webfont.woff') format('woff'),
         url('../lib/fonts/webfonts/Lora/lora_regular/lora-regular-webfont.ttf') format('truetype'),
         url('../lib/fonts/webfonts/Lora/lora_regular/lora-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #000;
	font-family: 'loraregular';
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
}

img {
	border: none;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper {	
	margin: 0 auto;
	padding-bottom: 40px;
	width: 1000px;
}

.noHeader > header {
	display: none;
}

.borderBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adSpot a,
.adSpot img {
	display: block;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.plugin {
	height: inherit;
	width: inherit;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/**************
	Header
***************/

#wrapper > header {
	height: 271px;
	position: relative;
}

#wrapper > header > .headerLogo {
	margin: 0 auto;
}

#wrapper > header > .headerLogo a {
	display: table;
}

#wrapper > header > .headerLogo a img {
	display: block;
}

#wrapper .homeLogo {
	height: 205px;
	position: absolute;
	top: 66px;
	width: 100%;
}

#wrapper > header > .call {
	background: url("../images/callButton.png") top center repeat;
	width: 229px;
	height: 57px;
	top: 13px;
	position: absolute;
	left: 0px;
}
#wrapper > header > .socialMedia {
	position: absolute;
	right: 0;
	top: 25px;
}

/************
	Main
*************/

#main {
	background: url("../images/transBG.png") top center repeat;
}
#main > nav {
	background: url("../images/nav_bg.png") top center repeat-x;
	height: 40px;
	position: relative;
	z-index: 20;
}

#main > .row {
	margin-top: 11px;
	padding: 0 10px;
}


/*
	Left Column
------------------*/

#main > .row > .column.floatLeft {
	width: 680px;
}

/* news rotator */

#newsRotatorOuter {
	height: 419px;
	position: relative;
	width: 680px;
}

#newsRotatorOuter h1.text {
	background: rgba(0,50,99,1);
	background: -moz-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,50,99,1)), color-stop(100%, rgba(0,25,74,1)));
	background: -webkit-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
	background: -o-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
	background: linear-gradient(to bottom, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003263', endColorstr='#00194a', GradientType=0 );
	line-height: 37px;
	font-family: 'loraregular';
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	border: 1px solid #a7b1b7;
	padding-left: 62px;
}

#newsRotatorOuter img{
	position: absolute;
	left: 0;
	top: -4px;
}

/**/

#main > .row > .column.floatLeft > #gameCenter {
	height: 150px;
	margin-top: 10px;
	overflow: hidden;
}
/* Video Gallery */

#main > .row > .column.floatLeft > #video_gallery {
	height: 401px;
	margin-top: 10px;
	overflow: hidden;
}



#video_tabs {
	width: 678px;
	height: 42px;
	background: url("../images/caption_bg.png") center center repeat-x;
}

#video_tabs .tab {
	float: left;
	display: block;
	color: #FFF;
	font-size: 11px;
	line-height: 30px;
	width: 133px;
	background: #002051;
	text-decoration: none;
	text-align: center;

	margin: 5px;
}

#video_tabs .current {
	width: 133px;
	height: 30px;
	background: #005e61;
}

#video_tabs .tab h4 {
		-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
	margin: 0;
	padding: 0 5px;
	width: 124px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



/*
	Right Column
-------------------*/

#main > .row > .column.floatRight {
	width: 290px;
}

#main > .row > .column.floatRight > .adSpot {
	height: 678px;
	overflow: hidden;
}

#main > .row > .column.floatRight > .newsletter {
	background: url("../images/newsletter.jpg") top center no-repeat;
	position: relative;
	height: 298px;
	margin-top: 9px;
	overflow: hidden;
}

/**/

#sponsors {
	background: rgba(0,50,99,1);
background: -moz-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,50,99,1)), color-stop(100%, rgba(0,25,74,1)));
background: -webkit-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: -o-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: -ms-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
background: linear-gradient(to bottom, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003263', endColorstr='#00194a', GradientType=0 );
	height: 100px;
	margin-top: 10px;
	border: 1px solid #a7b1b7;
	padding: 0 10px;
}


#sponsors_ticker .scrollWrapper {
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}	

#sponsors_ticker img {
	vertical-align: middle;
}

#sponsors_ticker.scrollWrapper {
	position: relative;
}

#sponsors_ticker a {
	display: block;
	float: left;
	margin-right: 10px;
}

/*************
	Footer
**************/

#main > footer > nav {
	height: 40px;
	margin-top: 6px;
}

/*
	Basement
----------------*/

#basement {

	height: 79px;
	margin-top: 8px;
	position: relative;
}
#details {
	color: #fff;
	display: table;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	position: absolute;
	left: 10px;
	width: 120px;
}

#copyInfo {
	color: #fff;
	display: table;
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	position: absolute;
	padding: 0;
	width: 1000px;
	text-align: center;
	top: 24px;
}

#infinity {
	background: url("../images/ISE-white.png") left top no-repeat;
	height: 50px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 10px;
	width: 179px;
}

#infinity a {
	display: block;
	height: 100%;
}

a.privacy {
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    display: block;
    position: absolute;
    right: 283px;
    top: 33px;
}

/****************
	Inner Pages
*****************/

#innersubhr {
	margin-top: 6px;
	position: relative;
}
#innersubhr h1.text {
	background: rgba(0,50,99,1);
	background: -moz-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,50,99,1)), color-stop(100%, rgba(0,25,74,1)));
	background: -webkit-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
	background: -o-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
	background: linear-gradient(to bottom, rgba(0,50,99,1) 0%, rgba(0,25,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003263', endColorstr='#00194a', GradientType=0 );
	line-height: 37px;
	font-family: 'loraregular';
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	border: 1px solid #a7b1b7;
	padding-left: 62px;
}

#innersubhr .fish_logo{
	position: absolute;
	left: 0;
	top: -4px;
}

#content-full {
	color: #003264;
	min-height: 614px;
	background: #fff;
}

#content-full > .padded {
	padding: 10px;
}

#content-full > .padded > .content-left {
	float: left;
	width: 715px;
}

#content-full > .padded > .content-right {
	float: right;
	width: 250px;
}

table.ticketmargin {
	margin-left: 230px;
}