/*********************
	News Rotator
**********************/

#newsCarousel {
	position: relative;
	height: 512px;
	width: 749px;
}

#newsCarousel .carousel-inner {
	position: relative;
	height: 501px;
	width: 749px;
	overflow: hidden;
	left: 14px;
	top: 12px;
}


#newsCarousel .carousel-inner .item {
	margin: 0;
	height: 501px;
}

#newsCarousel .carousel-inner .item > a {
	display: block;
}

#newsCarousel .item img {
	display: block;
	height: 501px;
	width: 749px;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

#newsCarousel .cc-container {
	background: url('../images/teaserBG.png') top left no-repeat;
	color: #000;
	text-align: left;
	float: right;
	position: absolute;
	//width: 358px;
	width: 500px;
	bottom: 40px;
	right: 0;
	z-index: 80;
	height: 111px;
	padding: 6px 0;
}

#newsCarousel .cc-container a {
	/*color: #FFF;*/
	/*display: block;*/
}


#newsCarousel .cc-container h2 {
	font-family: 'Squada One', cursive;	
	font-size: 34px;
	text-transform: uppercase;
	//width: 228px;
	width: 440px;
	//white-space: nowrap;
	overflow: hidden;
	//text-overflow: ellipsis;
	font-weight: 400;
	margin: 0 30px;	
}

#newsCarousel .cc-container p {
	font-family: 'League Gothic';
	font-size: 29px;
	margin: 0 30px;
}

	.carousel .item {
		display: none;
		-webkit-transition: 0.6s ease-in-out left;
		-moz-transition: 0.6s ease-in-out left;
		-o-transition: 0.6s ease-in-out left;
		transition: 0.6s ease-in-out left;
	}

	.carousel .active,
	.carousel .next,
	.carousel .prev {
		display: block;
	}

	.carousel .next,
	.carousel .prev {
		position: absolute;
		top: 0;
		width: 100%;
	}

	.carousel .active {
		right: 0;
	}

	.carousel .next,
	.carousel .prev {
		position: absolute;
		top: 0;
		width: 100%;
	}

	.carousel .next {
		left: 100%;
	}

	.carousel .prev {
		left: -100%;
	}

	.carousel .next.left,
	.carousel .prev.right {
		left: 0;
	}

	.carousel .active.left {
		left: -100%;
	}

	.carousel .active.right {
		left: 100%;
	}

	.carousel .prev {
		left: -100%;
	}

#newsCarousel .carousel-indicators {
	display: table;
	height: 35px;
	list-style: none;
	margin: 0 auto;
	position: relative;
	padding: 0;
	bottom: 25px;
	z-index: 50;
	float: right;
	right: 156px;
}

.carousel-indicators li {
	float: left;
	margin-left: 3px;
}

.carousel-indicators li:first-child {
	margin-left: 0;
}

.carousel-indicators li a {
	background: url("../images/carousel_indicator_inactive.png") top left no-repeat;
	display: block;
	height: 25px;
	width: 25px;
	text-decoration: none;
}

.carousel-indicators li.active a {
	background: url("../images/carousel_indicator_active.png") top left no-repeat;
	display: block;
	height: 25px;
	width: 25px;
}

.carousel-indicators .control p {
	color: #FFF;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: inherit;
	line-height: 33px;
	margin: 0;
	overflow: hidden;
	padding: 0 5px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 155px;
}

#newsCarousel .carousel-control {
	background: url("../images/rotator_next_arrow.png") left top no-repeat;
	height: 61px;
	right: 8px;
	position: absolute;
	text-indent: -9999em;
	top: 235px;
	width: 24px;
	z-index: 50;
}

#newsCarousel .carousel-control.left {
	background: url("../images/rotator_prev_arrow.png") left top no-repeat;
	left: 35px;
}




/*******************
	Testimonials
********************/

#roquote {
	height: 339px;
	position: relative;
	text-align: center;
	top: 153px;
}

#roquote:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	/*margin-right: -0.25em;*/
}

#roquote > .sponsorquote {
	display: inline-block;
	left: 0;
	overflow: hidden;
	padding: 4px 25px;
	position: absolute;
	vertical-align: middle;
	width: 249px;
}

#roquote > .sponsorquote img {
	display: block;
}

#roquote > .sponsorquote > .closeQuote {
	float: right;
}

#roquote > .sponsorquote > a {
	font-family: 'League Gothic';
	text-decoration: none;
	color: #04124f;
}

#roquote > .sponsorquote .theQuote {
	font-size: 29px;
	line-height: 29px;
	margin: 0 6px;
	text-align: left;
	letter-spacing: 1px;
}

#roquote > .sponsorquote .sponsorName {
	font-family: 'League Gothic';
	text-decoration: none;
	color: #04124f;
	font-size: 19px;
	text-align: right;
	//width: 106px;
	margin: 35px 0 0 0;
	float: right;
}



h1 {
	font-size: 14pt;
}

h3, h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

.go {
	font-weight: bold;
	color: #0a0;
}

.stop {
	font-weight: bold;
	color: red;
}

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

.input_select, .input_button, .input_text {
	font-size: 8pt;
}

.input_button {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border: 1px solid #000;
}

.input_button:hover {
	color: #ccc;
}

.input_block {
	margin-bottom: 10px;
}

.input_block_label {
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

.input_block_field {
	padding: 7px;
}

.input_block_labelerr {
	color: red;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

/* dtable */

table.dtable th, table.dtable td {
	padding: 2px;
	font-size: 8pt;
}

table.dtable th {
	background-color: #8f0027;
	color: #fff;
	text-align: left;
	border-bottom: 3px solid #af2047;
}

table.dtable th a, table.dtable th a:visited {
	color: #fff;
}

table.dtable th.sorted {
	background-color: #af2047;
}

table.dtable th.sortable {
}

table.dtable td.dtable_row0 {
	background-color: #eec;
}

table.dtable td.dtable_row1 {
	background-color: #fff;
}

table.dtable td.dtable_spanbar {
	background-color: #ddd;
}

table.dtable td.dtable_date {
	padding: 0px;
	border: 1px solid #999;
}

table.dtable td.dtable_date .dtable_date_info {
	padding: 5px;
}

table.dtable td.dtable_date .dtable_date_dayofmonth {
	background-color: #eee;
	font-weight: bold;
	text-align: right;
}

table.dtable .dtable_teamcal_day, table.dtable .dtable_teamcal_dayhover {
	background-color: #eee;
	border: 1px solid #ccc;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

table.dtable .dtable_teamcal_dayhover {
	border-bottom: 1px solid #ccc;
	background-image: url('/lib/images/teamcalender_selectorbg.gif');
	background-position: top right;
	border-right: 0px;
	font-weight: bold;
}

/* vallegend */

.vallegend {
	border: 1px solid #bf0000;
	font-size: 8pt;
	padding: 5px;
	background-color: #eee;
}

.vallegend_item {
	font-weight: bold;
}

/* pagetabs */

.pagetabs {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom : 1px;
	padding-left : 10px;
	border-bottom: 2px solid #000;
}

div.pagetabs ul, div.pagetabs li {
	list-style: none;
	display : inline;
	list-style-position: outside;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

div.pagetabs li a {
	padding : 1px 8px 1px 8px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}

div.pagetabs li.pagetabselected a {
	color: #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #555;
}

div.pagetabs li a:hover {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	background-color: #eee;
}

/**
 * End shared / common classes
 */


img {
	border: 0px;
}

a { color: #333; } 
a:visited { color: #555; }
a:active { color: #555; }

.leftnavad {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.white { color: #fff; }

/*
 * Blocks
 **/

h2 a {
	text-decoration: none;
	color:#fff;
}

.homearticle td {
	color: #000;
}

.homearticle h2 {
	color: #FFFFFF;
	background-color:#06337B;
	font-size: 11pt;
	text-align: right;
	padding: 2px;
	margin: 0px 2px 0px 1px;
	font-family: Arial;
}

.homearticle_date {
	font-size: 7pt;
}

.homearticle .block {
	padding: 2px;
}

/* vertical home articles */

.homearticlevert {
	color: #fff;
	margin: 10px 20px 10px 20px;
	background-color: #000;
}

.homearticlevert h2 {
	font-size: 10pt;
	margin: 0px 2px 0px 1px;
	font-family: Arial;
}

.homearticlevert_container {
	-moz-opacity: .7;
	filter:alpha(opacity: 70);
	opacity: .7;
}

.homearticlevert .block {
	color: #fff;
	padding: 2px;
}

.homearticlevert_image {
	margin: 10px 20px 10px 10px;
}

.homearticlevert_image img {
	border: 3px solid #fff;
}

/* end vertical home articles */


.block {
	margin-bottom: 5px;
}

.block_caption {
	padding: 2px 0px 2px 0px;
	font-size: 7pt;
	color: #333;
	text-align: center;
}

.block_imagecontainer1, .block_imagecontainer2, .block_imagecontainer3, .block_imagecontainer4, 
.block_imagecontainer5, .block_imagecontainer6, .block_imagecontainer7  {
	padding: 0px;
	margin: 5px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
}

.block_imagecontainer1 {
	float: left;
}

.block_imagecontainer2 {
	float: right;
}

.block_imagecontainer5 {
	background: inherit;
}

.block_imagecontainer7 {
	background: inherit;
	border: none;
}


.homeheadline h2 {
	padding: 0px;
	margin: 0px;
}

.homeheadline .block {
	font-size: 7pt;
}

/*
 * Headers
 **/

h1 {
	font-size: 14pt;
	font-family: arial;
}

h3, h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
}

.stop {
	font-weight: bold;
	color: red;
}

.greenbox {
	border: 2px solid #304778;
	/*border: 2px solid #478e2b;*/
	background-color: #092051;
	color: #fff;
	margin-bottom: 13px;
}

.greenbox a { color: #fff; }

.greenbox h3 {
	margin: 0px;
	padding: 2px;
	color: #efe;
	font-size: 9pt;
	font-weight: normal;
	/*background-color: #478e2b;*/
	background-color: #304778;
}

.greenbox_body {
	background-color: #092051;
	padding: 5px;
}

.greenbox ul {
	margin: 0px;
	padding: 0px;
	margin: 5px 5px 0px 10px;
	padding-left: 10px;
}

/*
 * Vertical dropdown nav
 **/

.vnav_wrapper {
	position: absolute;
	background-color: #2A6738;
	font-size: 7pt;
	border-right: 1px solid #478956;
	border-top: 5px solid #478956;
	width: 175px;
	color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	cursor: pointer;
}

.vnav_wrapper a, .vnav_wrapper a:visited, .vnav_wrapper a:active {
	text-decoration: none;
	color: #fff;
}

.vnav_item {
	padding: 5px;
	border-bottom: 1px solid #478956;
}

.vnav_item_hover {
	padding: 5px;
	background-color: #1A6699;
	border-bottom: 1px solid #478956;
	font-weight: bold;
}

/*
 * Horizontal dropdown nav
 **/

.hnav_wrapper {
	position: absolute;
	background-color: #6c7edf;
	padding: 2px;
	letter-spacing: 1px;
	font-size: 14px;
	width: 175px;
	color: #fff;
	cursor: pointer;
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	opacity: .95;
}

.hnav_wrapper a, .hnav_wrapper a:visited, .hnav_wrapper a:active {
	text-decoration: none;
	color: #fff;
}

.hnav_item {
	padding: 4px;

}

.hnav_item_hover {
	padding: 4px;
	background-color: #9d0000;

}

/*
 * Multimedia
 **/

.multimedia_navbar {
	border-bottom: 2px solid #144711;
	padding: 3px;
}

.multimedia img {
	border: 1px solid #000;
}

.multimedia .singleitem {
	margin: 10px;
	text-align: center;
}

/*
 * Home page event calendar
 **/

.leftevent {
	margin-left: 5px;
	margin-top: 15px;
	color: #222;
	background-image: url("../images/left_eventbg.gif");
}

.leftevent_photo img { border: 1px solid #000; }
.leftevent_title { 
	font-weight: bold; 
	}

.leftevent td, .leftevent td a {
	font-size: 7pt;
	color: #222;
}

.leftevent td.textblock {
	padding: 0px 10px 2px 10px;
}

.leftevent td.datecell {
	background-image: url("../images/left_eventdatebg.gif");
	height: 32px;
	color: #f1f1f1;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

/*
 * Small event calendar
 **/

.smcalendar {
	color: #dfdfdf;
	margin: 0px 0px 10px 0px;
	background-color: #3A2415;
	font-family: arial;
	font-size: 7pt;
	border-top: 1px solid #C29552;
	border-left: 1px solid #C29552;
}

.smcalendar_nav {
	border-bottom: 2px solid #3A2415;
	padding: 3px;
	margin-bottom: 15px;
}

.smcalendar th, .smcalendar td {
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #C29552;
	border-right: 1px solid #C29552;
}

.smcalendar td {
	border-right: 1px solid #C29552;
	border-bottom: 1px solid #C29552;
}

.smcalendar th.smcalendar_title {
	background-color: #3A2415;
	border-bottom: 3px solid #C29552;
}

.smcalendar_date a {
	color:#fff;
	font-weight:bold;
}

.smcalendar_filled {
	background-color: #600B02;
}

.smcalendar_notfilled {
	background-color: #600B02;
}

.event {
	margin-bottom: 10px;
}

.event h3 {
	background-color: #600B02;
	border-bottom: 3px solid #C29552;
	margin-bottom: 2px;
	color: #fff;
	padding: 2px;
}

.event .imgbox {
	border: 1px solid #144711;
}

/* 
 * News
 **/

.article {
	margin-bottom: 10px;
}

.article h2 {
	font-family: arial;
	font-size: 13pt;
}
 
.article h2 a {
	text-decoration: none;
	color: #06225d;
}

.article .links {
	text-align: right;
}

/* 
 * Scrolling Sponsors
 **/

.simply-scroll-container { 
	position: relative;
}
 
.simply-scroll-clip {
	position: relative;
	height: 100px;
	overflow: hidden;
}

.simply-scroll-list { 
	position: absolute;
	left: 0px;
	top: 0px;
}

.simply-scroll a {
	float: left;
	margin-right: 5px;
	display: block;
	height: 100px;
	text-align: center;
}

.simply-scroll img {
	vertical-align: middle;
	height: 100px;
}

.multimedia_navbar {
	
}

.multimedia img {
	border: 1px solid #000;
}

.multimedia #thumbscroll {
	width: 1014px;
	border: 2px solid #010729;
	background-color: #c0dcfd;
}

.multimedia #thumbwrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.multimedia #thumbs {
	position: relative;
	width: auto;
	height: 112px;
	overflow-x: auto;
	overflow-y: hidden;
}

.multimedia .thumb {
	position: relative;
	float: left;
	margin: 5px;
	padding: 0px;
}

.multimedia .singleitem {
	margin-top: 10px;
}

.singleitem .text {
	width: 70%;
	padding: 10px;
}

#multimedia_slideshow_photo {
	height: 500px;
}

#multimedia_slideshow_photo .singleitem {
	width: 500px;
	float: left;
}

#multimedia_slideshow_photo .text {
	width: 500px;
	float: right;
}

#multimedia_slideshow_photo span {
	font-family: verdana, arial, sans-serif !important;
}

span {
	font-family: verdana, arial, sans-serif !important;
	font-size: 14px !important;
}

/* Inner Image Rotators 
-------------------------- */

#merchCarousel {
	width: 1018px;
	height: 500px !important;
	margin-bottom: 10px;
}

#merchCarousel > .singleitem > .mediaimg {
	width: 500px;
	float: left;
}

#merchCarousel > .singleitem > .mediatext {
	width: 500px;
	float: right;
	margin-left: 18px;
}

#thumbCarousel {
	height: 106px;
	//background: #ccc;
	line-height: 100px;
	text-align: center;
	max-width: 1018px;
	display: table;
	margin: 0 auto;
}

#thumbCarousel a#previousbtn {
	display: block;
	width: 50px;
	height: 106px;
	background: url("../images/previousbtn_inner.png") top left no-repeat;
	float: left;
	text-indent: -9999px;
}

#thumbCarousel a#nextbtn {
	display: block;
	width: 50px;
	height: 106px;
	background: url("../images/nextbtn_inner.png") top left no-repeat;
	float: left;
	text-indent: -9999px;
}

#thumbCarousel .viewport {
	overflow: hidden;
	width: 570px;
	display: block;
	float: left;
	height: 106px;
}

#thumbCarousel ul#thumbBtn {
	width: 9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	//overflow: hidden;
}

#thumbCarousel #thumbBtn img {
	width: 100px;
	height: 100px;
}

#thumbBtn li {
	border: 3px solid #ccc;
	float: left;
	height: 100px;
	margin: 0 4px;
	position: relative;
}

#thumbBtn li.activeSlide {
	border: 3px solid #000;		
}

/* Inner Selector Navigation Box
-------------------------------------- */

/* ---- header team dropdown ---- */

#innerbox {
	height: 23px;
	width: 160px;
	border: 1px black solid;
	right: 41px;
	top: 75px;
	position: absolute;
	background: #6e7fdf;
}

#innerdrop {
	list-style: none;
	margin: 0;
	padding: 0;
}

#innerbox ul#innerdrop ul {
	margin: 0;
	padding: 0;
}

#innerdrop li {
	list-style: none;
	display: block;
	border: none;
	height: 23px;
}

#innerdrop li:hover {
	border: none;
	background-color: #9d0000;
}

#innerdrop li ul {
	display: none;
	z-index: 1;
}

#innerdrop li a {
	width: 100%;
	height: 23px;
	font-size: 8pt Helvetica,Arial,sans-serif;
	color: #fff;
	display: block;
	line-height: 20pt;
	text-decoration: none;
	padding: 0px 5px;
}

#innerdrop li a:hover {
	color: #fff;
}

#innerdrop li:hover ul {
	min-width: 130px;
	white-space: nowrap;
	background-color: #6e7fdf;
	padding: 5px;
	display: block;
	position: absolute;
	top: 24px;
	right: 0;
	border: 1px solid black;
}

#innerTestimonial > .individualTestimonial {
	border-top: 1px solid #003365;
}

#innerTestimonial > .individualTestimonial:first-child {
	border: none;
}

#innerTestimonial h2 {
	margin: 0;
}