/***********************************
*  MVS Theme
*  Created on: 04/2009
*  Travis Cunningham
***********************************/
body {
	background:#9c1315 url(/media/mvs/backgrounds/bg_body.jpg) repeat-x 0 0;
	text-align:center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-bottom:50px;
}
#wrapper {
	background:url(/media/mvs/backgrounds/bg_wrapper.png) repeat-y 0 0;
	width:990px;
	text-align:left;
	margin:0 auto;
	position:relative;
	z-index:1;
	padding:0 5px;
	min-height:500px;
	height:auto !important;
	height:500px;
} 
* html #wrapper {
	background:url(/media/mvs/backgrounds/bg_wrapper.gif) repeat-y 0 0;
}
.layoutHome #wrapper {
	width:978px;
	padding:0 11px;
}
.layout6 #wrapper, * html .layout6 #wrapper {
	background:none;
}
#breadCrumbTitleArea {
	background:#000 url(/media/mvs/backgrounds/bg_breadcrumb.jpg) no-repeat 0 0;
	width:960px;
	padding:11px 10px 11px 20px;
	position:relative; 
}
#breadCrumbTitleArea h1, #breadCrumbTitleArea h2 {
	margin:0;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	width:80%;
}
#breadCrumbTitleArea .adModule {
	margin-bottom:0;
	position:absolute;
	top:10px;
	right:10px;
}
#breadCrumbTitleArea .adModule p {
	color:#fff;
	font-weight:bold;
	float:left;
	padding:12px 10px 0 0;
	margin:0;
	letter-spacing:-0.7px;
}
#mainFooter {
	width:980px;
	margin:0 auto;
	position:relative;
	text-align:left;
	padding:0 10px;
}
#siteHeader {
	background:url(/media/mvs/backgrounds/bg_wrapper.png) repeat-y 0 0;
	width:990px;
	margin:0 auto;
	position:relative;
	text-align:left;
	padding:0 5px;
	z-index:50;
}
* html #siteHeader {
	background:url(/media/mvs/backgrounds/bg_wrapper.gif) repeat-y 0 0;
	overflow-x:hidden;
} 
#siteHeaderInner {
	background:url(/media/mvs/backgrounds/bg_header.jpg) no-repeat 0 0;
	width:990px;
	min-height:67px;
	height:auto !important;
	height:67px;
	padding-top:120px;
	padding-bottom:37px;
}
#siteHeader ul, #mainFooter ul {
	list-style:none;
	margin:0;
	padding:0;
}
#siteHeader ul li, #mainFooter ul li {
	float:left;
}
a, a:visited {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#660000;
	text-decoration:underline;
}
.layoutHome a, #siteHeader a  {
	color:#990000;
}
.layoutHome a:hover, #siteHeader a:hover  {
	color:#660000;
}
#mainFooter a {
	color:#a19a9a;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}
#mainFooter a:hover {
	color:#fcfcfc;
}
img {
	border:none;
}
p {
	margin:0 0 10px;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
h4 {
	font-size:12px;
	font-weight:bold;
}
ul, ol {
	padding:0;
	margin:0 0 10px 25px;
}
form {
	margin:0;
	padding:0;
}
/* -- Header -- */
#siteLogo {
	background:url(/media/mvs/backgrounds/logo.jpg) no-repeat 0 0;
	width:406px;
	height:81px; 
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:105px;
	left:5px;
}
#siteHeader .adModule {
	background:url(/media/mvs/backgrounds/bg_header_ad.jpg) no-repeat 0 0;
	width:729px;
	height:90px;
	padding:2px;
	position:absolute;
	top:5px;
	left:128px;
	margin-bottom:0;
}
#siteHeader .adModule p {
	display:none;
}
#headerLinksandInfo {
	position:absolute;
	top:120px;
	right:18px;
	text-align:right;
	width:550px;
}
#headerInfoBox a {
	color:#fff;
	text-transform:uppercase;
	text-transform:none;
	font-weight:normal;
}
#headerInfoBox a span {
	color:#cacaca;
	font-size:14px;
}
#headerInfoBox a:hover {
	color:#fff;
}
#headerInfoBox a:hover span {
	color:#cacaca;
}
#headerLinkBox {
	float:right;
}
#headerLinkBox li {
	padding-right:5px;
	margin:5px 0 0 5px;
	line-height:11px;
	float:right;
}
#headerLinkBox li.lastItem {
	border-right:none;
	padding-right:0;
}
#headerLinkBox li a {
	font-size:11px;
}
#headerLinkBox li a.imgReplaced {
	height:25px;
	text-indent:-9999px;
	text-align:left;
	overflow:hidden;
	display:block;
	background-position:0 0;
}
#headerLinkBox li a.imgReplaced:hover {
	background-position:0 -25px;
}
#headerBottom {
	position:absolute;
	bottom:0;
	left:5px;
	width:990px;
}
#headerSearch {
	background:url(/media/mvs/backgrounds/bg_search.jpg) no-repeat 0 0;
	float:right;
	height:36px;
	padding:1px 0 0 15px;
	width:195px;
}
#headerSearch input {
	background:none;
	border:none;
	width:146px;
	height:18px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	font-size:14px;
	color:#999999;
}
#headerSearch button {
	background:url(/media/mvs/buttons/btn_search.jpg) no-repeat 0 0;
	width:39px;
	height:29px;
	border:none;
	margin:3px 0 0 0;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#headerSearch button:hover {
	background-position:0 -29px;
}
/* -- Navigation -- */
#siteNavMain {
	float:right;
	width:780px;
}
#siteNavMain li {
	float:left;
	position:relative;
}
#siteNavMain li a {
	display:block;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav_tickets {
	background:url(/media/mvs/nav/tickets.jpg) no-repeat 0 0;
	width:137px;
}
#nav_plan {
	background:url(/media/mvs/nav/plan.jpg) no-repeat 0 0;
	width:135px;
}
#nav_news {
	background:url(/media/mvs/nav/news.jpg) no-repeat 0 0;
	width:124px;
}
#nav_hospitality {
	background:url(/media/mvs/nav/hospitality.jpg) no-repeat 0 0;
	width:106px;
}
#nav_about {
	background:url(/media/mvs/nav/about.jpg) no-repeat 0 0;
	width:143px;
}
#nav_seating {
	background:url(/media/mvs/nav/seating.jpg) no-repeat 0 0;
	width:135px;
}
#siteNavMain li.activeNav a.mainNavLink,
#siteNavMain a.activeNav {
	background-position:0 -37px;
}
#siteNavMain li:hover a, #siteNavMain li a:hover, 
#siteNavMain li.sfhover a {
	background-position:0 -37px;
}
/* -- Ribbon -- */
#siteNavMain li ul.subNavAdDrop {
	position: absolute; 
	top:-9999px;
  	left:0;
	list-style:none;
	margin:0;
	padding:0;
	z-index:999;
	clear:left;
}
#siteNavMain li:hover ul, #siteNavMain li.sfhover ul { 
	top:37px;
	left:auto;
}
*+ html #siteNavMain li:hover, *+ html #siteNavMain li.over {
	position: static;  make menus not sticky in ie7 
} 
#siteNavMain li ul li {
	background:#960000 url(/media/mvs/backgrounds/bg_ribbon.jpg) no-repeat 0 bottom;
	padding-bottom:6px;
	width:241px;
	position:relative;
}
#siteNavMain li ul li ul {
	list-style:none;
	margin:0;
	float:left;
	clear:left;
	width:170px;
	position:static;
	padding:0;
}
#siteNavMain li ul li ul li {
	background:url(/media/mvs/icons/ico_arrow_white.png) no-repeat left 2px;
	float:none;
	padding:0 0 5px 10px;
	margin:10px 0 0 10px;
	width:210px;
	height:auto;
	overflow:auto;
	border-bottom:1px solid #aa6161;
}
* html #siteNavMain li ul li ul li {
	background:url(/media/mvs/icons/ico_arrow_white.gif) no-repeat left 2px;
}
#siteNavMain li ul li ul.subNavCol1 {
	width:241px;
}
#siteNavMain li ul li ul.subNavCol5 {
	width:241px;
	margin-top:10px;
}
#siteNavMain li ul li ul.subNavCol5 li {
	background:none;
	width:241px;
	margin:0 0 0 3px;
	padding:0;
	border-bottom:none;
}
#siteNavMain li ul li ul.subNavCol5 a {
	width:234px;
	height:60px;
}
#siteNavMain li ul li a {
	text-indent:0;
	height:auto;
	color:#fff948;
	font-size:11px;
	height:13px;
	display:inline;
}
#siteNavMain li ul li a:hover {
	color:#ffffcc;
	text-decoration:underline;
}
/* -- Subnav -- */
#navAdCol {
	margin:0 0 0 10px;
	width:160px;
}
* html #navAdCol {
	margin-left:5px;
}
#navAdCol .moduleContentInner {
	padding:0 5px 10px;
}
#navAdCol h4 {
	display:none;
}
.subNavModule .adBlock {
	float:left;
	margin-bottom:10px;
}
.subNavModule ul {
	list-style:none;
	margin:0 0 10px;
	padding:0;
	float:left;
}
.subNavModule ul li {
	float:left;
	clear:left;
	width:160px;
}
.subNavModule ul li a {
	background:url(/media/mvs/backgrounds/bg_subnav.jpg) repeat-x 0 0;
	padding:5px 10px;
	color:#fff !important;
	float:left;
	width:140px;
	min-height:28px;
	_height:28px;
	border-bottom:1px solid #000;
}
.subNavModule ul li li a {
	height:auto;
}
.subNavModule ul li a:hover {
	color:#ffee00 !important;
	text-decoration:none;
}
.subNavModule li.subNavOpenened a {
	background:url(/media/mvs/backgrounds/bg_subnav_active_hasSub.jpg) repeat-x 0 0;
}
.subNavModule li.noSubActive a.activeSubNav {
	background:url(/media/mvs/backgrounds/bg_subnav_active.jpg) repeat-x 0 0;
}
.subNavModule li.hasSub a {
	background:url(/media/mvs/backgrounds/bg_subnav_hasSub.jpg) repeat-x 0 0;
}
.subNavModule ul li.subNavOpenened li a:hover,
.subNavModule ul li.subNavOpenened li a.activeSubNav,
.subNavModule ul li.subNavOpenened li.subNavActive a.activeSubNav,
.subNavModule ul li.subNavOpenened li.subNavActive ul li a.activeSubNav {
	color:#660000 !important;
	padding-right:10px;
	text-decoration:underline;
}
* html .subNavModule ul li.subNavOpenened li a.activeSubNav,
* html .subNavModule ul li.subNavOpenened li.subNavActive a.activeSubNav,
* html .subNavModule ul li.subNavOpenened li.subNavActive ul li a.activeSubNav {
	background:url(/media/mvs/icons/ico_arrow_blue_nav.gif) no-repeat right center;
}
.subNavModule li.subNavOpenened .subNavActive li a {
	color:#990000 !important;
	background:none;
	padding-right:0;
}
.subNavModule ul li ul {
	background:#d6d6d6 url(/media/mvs/backgrounds/bg_subnav_open.jpg) no-repeat 0 0;
	margin-bottom:0;
	width:160px;
}
.subNavModule ul ul, .subNavModule ul ul li {
	width:140px;
}
.subNavModule ul ul ul, .subNavModule ul ul ul li {
	width:130px;
}
.subNavModule ul li ul ul {
	background:none;
	margin-left:10px;
	border:none;
}
.subNavModule ul li li a, 
.subNavModule ul li.subNavOpenened li a {
	background:none;
	color:#990000 !important;
	float:left;
	width:auto;
	min-height:inherit;
	border-bottom:none;
}
/* -- Homepage -- */
.homeFlashRotator {
	width:660px;
	height:655px;
	margin-bottom:10px;
}
.layoutHome .homeFlashRotator {
	width:977px;
	height:367px;
}
.layoutHome #mainContentColExtra {
	float:right;
	width:300px;
}
.layoutHome #mainTripleColWrap {
	width:672px;
	padding-right:6px;
}
.layoutHome #mainContentCol1 {
	width:671px;
	float:left;
}
.layoutHome #mainContentCol1 .calendarContentDuring,
.layoutHome #mainContentCol1 .calendarContentDuring .genericTabs,
.layoutHome #mainContentCol1 .moduleWrap {
	width:660px;
}
.layoutHome #mainContentCol1 .calendarContentDuring h4,
.layoutHome #mainContentCol1 .moduleWrap h4 {
	background:url(/media/mvs/backgrounds/module_660_hdr.jpg) no-repeat 0 0;
}
.layoutHome #mainContentCol1 .calendarContentDuring .genericTabs {
	width:654px;
}
.layoutHome #mainContentCol1 .calendarContentMain ul {
	background:url(/media/mvs/backgrounds/bg_home_schedule.jpg) repeat-y center 0;
	width:628px;
	margin:0;
}
.layoutHome #mainContentCol1 .calendarContentDuring ul li.withImage {
	width:518px;
}
.layoutHome #mainContentCol1 .calendarContentMain a {
	color:#990000;
}
.layoutHome #mainContentCol1 .calendarContentMain a:hover {
	color:#660000;
}
.layoutHome #mainContentCol2 {
	width:300px;
	padding-right:7px;
	float:left;
}
.layoutHome #mainContentCol2 .moduleWrap h4 {
	border-left:1px solid #292929;
	border-right:1px solid #292929;
}
.layoutHome #mainContentCol2 .moduleContentOuter {
	padding:0;
}
.layoutHome #mainContentCol2 .moduleContentInner {
	background:#4b0002 url(/media/mvs/backgrounds/module_300_mid_home.jpg) no-repeat 0 0;
	min-height:176px;
	height:auto !important;
	height:176px;
	color:#fff;
}
.layoutHome #mainContentCol2 .moduleContentInner a {
	color:#ffee00;
}
.pointerLinks {
	list-style:none;
	margin:0;
	padding:0;
}
.pointerLinks li {
	padding-bottom:5px;
}
.layoutHome #mainContentCol2 .moduleContentInner .pointerLinks li a {
	background:url(/media/mvs/icons/ico_arrow_yellow.gif) no-repeat right 5px;
	clear:left;
	padding-right:10px;
}
.layoutHome #mainContentCol3 {
	width:364px;
	float:left;
}
.layoutHome #mainContentCol3 .newsTabsModule {
	width:353px;
}
.layoutHome #mainContentCol3 .genericTabs {
	width:347px;
}
.hdrBar {
	position:relative;
}
.newsTabsModule .hdrBar h4 {
	padding-right:90px;
}
.hdrBar .rss {
	background:url(/media/mvs/icons/ico_rss.jpg) no-repeat right center;
	position:absolute;
	right:5px;
	top:12px;
	padding-right:20px;
	font-size:11px;
	color:#fff !important;
}
.hdrBar .rss:hover {
	color:#fff;
}
/* -- Misc Layout -- */
#mainContentColWrap {
	float:left;
	padding:0 0 0 10px;
}
* html .layoutG #mainContentColWrap,
* html .layoutGa #mainContentColWrap {
	width:970px;
}
.layoutHome #mainContentColWrap {
	padding:0;
}
.layoutAa #mainContentCol4 {
	margin-top:0;
}
.layoutAa #mainContentCol1, .layoutL #wrapper, .layoutK #wrapper {
	margin-bottom:0;
}
.layoutL #mainContentCol1, .layoutL #mainContentCol2, .layoutL #mainContentCol3 {
	padding-bottom:0;
}
.layoutK #mainContentCol1, .layoutK #mainContentCol2, .layoutK #mainContentCol3, .layoutK #mainContentCol4 {
	padding-bottom:0;
}
.layoutK #mainContentColWrap,
.layoutL #mainContentColWrap {
	padding-top:0;
}
/* -- Footer -- */
#mainFooter {
	background:url(/media/mvs/backgrounds/bg_footer.png) no-repeat 0 0;
	min-height:88px;
	height:auto !important;
	height:88px;
}
* html #mainFooter {
	background:url(/media/mvs/backgrounds/bg_footer.gif) no-repeat 0 0;
}
#mainFooter #footerLinks {
	margin:25px 0 5px 25px;
	float:left;
	clear:left;
}
* html #mainFooter #footerLinks {
	margin:25px 0 5px 13px;
}
#footerLinks li {
	margin-right:10px; 
	padding-right:6px;
	border-right:1px solid #7e7979;
	line-height:10px;
}
#footerLinks li.lastItem {
	margin-right:0; 
	padding-right:0;
	border-right:none;
}
#footerCopy {
	clear:left;
	color:#7e7979;
	font-size:10px;
	font-weight:bold;
	padding-left:25px;
}
#footerLogo {
	background:url(/media/mvs/backgrounds/ftr_logo.png) no-repeat 0 0;
	display:block;
	width:218px;
	height:42px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:39px;
}
* html #footerLogo {
	background:url(/media/mvs/backgrounds/ftr_logo.gif) no-repeat 0 0;
}
#footerDigitaria {
	background:url(/media/mvs/backgrounds/digitaria.png) no-repeat 0 0;
	display:block;
	width:125px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:90px;
	left:5px;
}
* html #footerDigitaria {
	background:url(/media/mvs/backgrounds/digitaria.gif) no-repeat 0 0;
}
.newsletterSignup {
	background:url(/media/mvs/backgrounds/bg_newsletter_wide.jpg) no-repeat 0 0;
	width:285px;
	margin-bottom:10px;
	height:37px;
	display:block;
	padding:91px 0 0 15px;
}
.newsletterSignup label {
	display:none;
}
.newsletterSignup input {
	background:none;
	border:none;
	color:#666666;
	font-size:14px;
	float:left;
	width:249px;
	height:22px;
	padding-top:5px;
}
.newsletterSignup button {
	border:none;
	background:url(/media/mvs/buttons/btn_newsletter.jpg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	width:25px;
	height:25px;
	float:left;
	cursor:pointer;
	margin-top:1px;
}
.newsletterSignup button:hover {
	background-position:0 -25px;
}
/* -- Large Event -- */
.largeEventMain {
	color:#fff;
	position:relative;
	width:454px;
	height:318px;
	padding:0 18px;
	font-size:14px;
	margin-bottom:10px;
}
.largeEventMain p {
	margin-bottom:5px;
}
.largeEventMain .adModule {
	position:absolute;
	top:5px;
	right:5px;
}
.lrgEventMainDate {
	padding:20px 0 0 0;
	font-size:12px;
}
.lrgEventMainTitle {
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	color:#F7E500;
}
.lrgEventMainDesc {
	font-weight:bold;
}
.eventBottomLinks {
	float:left;
	margin-right:5px;
}
.lrgEventButtons {
	position:absolute;
	bottom:10px;
	left:10px;
}
.lrgEventButtonBuy {
	background:url(/media/mvs/buttons/btn_tickets.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:106px;
	height:25px;
}
.lrgEventButtonBuy:hover {
	background-position:0 -25px;
}
.lrgEventButtonTravel {
	background:url(/media/mvs/buttons/btn_travel_pack.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:147px;
	height:25px;
}
.lrgEventButtonTravel:hover {
	background-position:0 -25px;
}
.lrgEventButtonOffers {
	background:url(/media/mvs/buttons/btn_special.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:128px;
	height:25px;
}
.lrgEventButtonOffers:hover {
	background-position:0 -25px;
}
.lrgEventButtonCamping {
	background:url(/media/mvs/buttons/btn_camping.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:86px;
	height:25px;
}
.lrgEventButtonCamping:hover {
	background-position:0 -25px;
}
/* -- Countdown Clock -- */
.largeEventMain .countdownClock {
	background:url(/media/mvs/backgrounds/bg_lrg_clock.gif) no-repeat 0 0;
	width:222px;
	height:64px;
	position:absolute;
	bottom:40px;
	left:10px;
	padding:0;
}
.countdownClock td {
	text-align:center;
}
.largeEventMain .countdownClock td.countdownHour, .largeEventMain .countdownClock td.countdownMin, .largeEventMain .countdownClock td.countdownSec {
	padding:5px 0 2px;
	width:46px;
	font-size:31px;
	color:#000;
	line-height:38px;
}
.largeEventMain .countdownClock td.countdownDay {
	width:60px;
	padding:5px 2px 2px 13px;
	font-size:32px;
	color:#000;
	line-height:38px;
}
.largeEventMain .countdownClock td..countdownSec {
	width:52px;
}
.smallEventModuleWithTime .moduleContentInner {
	padding-bottom:75px;
	position:relative;
}
.smallEventModule .countdownClock {
	margin-bottom:10px;
	background:url(/media/mvs/backgrounds/bg_sm_clock.gif) no-repeat 0 0;
	width:150px;
	height:47px;
	padding:10px 0 0 5px;
	position:absolute;
	bottom:10px;
	left:10px;
}
.smallEventModule .countdownDay, 
.smallEventModule .countdownHour, 
.smallEventModule .countdownMin, 
.smallEventModule .countdownSec {
	font-size:18px;
	font-weight:bold;
	color:#000;
	width:18px;
	padding:0 7px 5px;
	line-height:23px;
}
.smallEventModule .countdownDay {
	width:32px;
}
.smallEventModule .countdownHour {
	width:20px;
}
.smallEventModule .countdownSec {
	padding:0 0 5px 5px;
}
.countdownClock td {
	text-align:center;
}
.countdownClock {
	color:#fff;
	font-size:10px;
}
/* -- News List -- */
.newsListModule ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.newsListModule .paginatedArticleList {
	background:#f2f2f2;
	margin-left:3px;
}
.newsListModule ul li p, .newsListModule .paginatedArticleList p {
	margin-bottom:0;
}
.newsListModule ul li {
	border-bottom:1px solid #c7c7c7;
	padding:4px 0;
	float:left;
	width:460px;
}
.newsInfo {
	padding:0 10px;
	float:left;
	background:#333333;
	width:459px;
}
#mainContentColExtra .newsListModule .moduleContentInner {
	padding:0;
}
.newsListModule .paginatedArticleList li {
	padding:4px 0;
}
.newsListModule ul li .newsListArticleDate {
	float:left;
	width:60px;
	font-size:10px;
	color:#686868;
}
.newsListModule ul li .newsListArticleInfo {
	float:left;
	width:400px;
}
.newsListModule .moreLink, .rssModule .moreLink {
	float:left;
	margin:0;
	padding-top:10px;
	background:none;
}
.newsListModule .moreLink a {
	background:url(/media/mvs/icons/ico_arrow_red.gif) no-repeat left center;
	padding-left:10px;
}
.rssModule .moreLink a {
	background:url(/media/mvs/icons/ico_arrow_yellow.gif) no-repeat left center;
	padding-left:10px;
}
.newsListModule .moreLink {
	padding-left:60px;
}
.rssModule .moreLink {
	padding-left:50px;
}
* html .newsListModule .moreLink a, * html .rssModule .moreLink a {
	background:url(/media/mvs/icons/ico_blue_arrow.gif) no-repeat left center;
}
/* -- News Landing -- */
.featuredStoryInner {
	background:#202020;
	width:478px;
	position:relative;
	padding:40px 5px 5px;
	min-height:180px;
	height:auto !important;
	height:180px;
	border:1px solid #292929;
}
.featuredStory {
	margin-bottom:10px;
	position:relative;

}
.featuredStoryInfo {
	background:url(/media/mvs/backgrounds/module_hdr_alt.jpg) no-repeat left 0;
	padding:10px;
	width:468px;
	height:15px;
	position:absolute;
	top:0;
	left:0;
	border-bottom:1px solid #292929;
}
.featuredStory .sponsor {
	position:absolute;
	top:2px;
	right:2px;
}
.featuredStory .resultType {
	font-size:14px;
	font-weight:bold;
	padding:0;
	color:#fff;
	text-transform:uppercase;
}
.featuredStory .previewImg {
	float:left;
	margin:0 10px 5px 0;
}
.featuredStoryDetails {
	background:#f2f2f2;
	min-height:180px;
	height:auto !important;
	height:180px;
	padding:5px;
	color:#333333;
}
.featMeta {
	margin:0 0 20px;
}
.featMeta .summary {
	display:none;
}
* html .moduleWrap .clear {
	display:inline;
}
/* -- Photo/Video Landing -- */
#photoLandDropdowns, #videoLandDropdowns {
	padding:0;
}
.videoLandBox {
	padding:5px;
	float:left;
	width:402px;
	height:337px;
}
#videoLandBoxInfo {
	padding:35px 10px 10px 0;
	position:relative;
	float:left;
	width:208px;
}
#videoLandBoxInfo .shareBarSocial {
	padding-top:10px;
	clear:both;
}
#videoLandBoxInfo h4 {
	background:none !important;
	margin-bottom:5px;
	font-size:12px;
	margin:0 0 5px;
	padding:0;
	color:#333333;
}
#photoLandBox {
	padding:0;
	width:650px;
	height:435px;
}
#photo {
	background:#333333;
	border-top:none;
	margin-bottom:10px;
}
#photoLandDropdowns {
	background:url(/media/mvs/backgrounds/module_xl_mid.jpg) repeat-y 0 0;
	width:658px;
	padding:0;
}
#photoLandDropdowns h4.browseHeader {
	background:url(/media/mvs/backgrounds/module_hdr_alt.jpg) no-repeat 0 0;
	padding:10px;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	margin-bottom:5px;
	display:block;
}
#photoLandDropdowns .genericDropDown .dropTrigger ul, #videoLandDropdowns .genericDropDown .dropTrigger ul {
	margin:0;
}
#photoLandDropdowns .genericDropDown .dropTrigger a, #videoLandDropdowns .genericDropDown .dropTrigger a {
	background:#7A0101 url(/media/mvs/backgrounds/drop_arrow.jpg) no-repeat right 0;
}
#photoLandDropdowns .genericDropDown .dropTrigger ul li a, #videoLandDropdowns .genericDropDown .dropTrigger ul li a {
	background:#990000;
}
#photoLandDropdowns .genericDropDown .dropTrigger ul li a:hover, #videoLandDropdowns .genericDropDown .dropTrigger ul li a:hover {
	background:#414141;
}
#photoLandDropdowns ul, #videoLandDropdowns ul {
	list-style:none;
	margin:0 0 0 5px;
	padding:0;
	z-index:20;
}
#videoLandDropdowns ul {
	margin:0 5px 0 0;
}
#mediaLandThumbs {
	background:#d6d6d6;
	padding:8px 2px 0;
}
.layoutG #mainContentColExtra #photo .moduleWrap {
	clear:left;
	background:none;
	padding:0 5px 5px;
}
.layoutG #mainContentColExtra #photo .moduleWrap h4 {
	background:#d6d6d6;
	color:#333333;
	font-size:18px;
	border:none;
}
.layoutG #mainContentColExtra #photo .moduleContentInner {
	padding:0;
}
.layoutG #mainContentColExtra #photo .moduleContentOuter {
	background:#d6d6d6;
	border:none;
	width:650px;
}
.mediaThumbsRow {
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
}
.mediaThumbsRow li {
	float:left;
	padding:0 5px 15px 4px;
	width:152px;
	height:215px;
	overflow:hidden;
}
.mediaThumbsRow li img {
	margin-bottom:10px;
}
.mediaThumbsRow li h5 {
	font-size:12px;
	font-weight:bold;
}
.mediaThumbsRow li span {
	color:#686868;
	font-size:11px;
	font-weight:normal;
}
/* generic drop down styles */
.newsListModule .newsInfo ul.genericDropDown {
	border-bottom:0;
	padding-bottom:0;
	z-index:9999;
}
.newsListModule .newsInfo ul.genericDropDown li {
	min-height:1%;
	_height:1%;
	padding-bottom:0;
	color:inherit;
}
.genericDropDown {
	float:left;
	min-height:30px;
}
.newsPulldown, .newsPages {
	display:none;
}
.genericDropDown .dropTrigger {
	position:relative;
	min-height:30px;
	border-bottom:none;
}
.genericDropDown .dropTrigger a {
	padding:4px 30px 4px 7px;
	background:#7a0101 url(/media/mvs/backgrounds/drop_arrow.jpg) no-repeat right 0;
	color:#fff !important;
	line-height:25px;
}
.genericDropDown .dropTrigger a:hover {
	text-decoration:none;
}
.genericDropDown .dropTrigger ul li a {
	border:0;
	display:block;
	height:20px;
	overflow:hidden;
	background:#990000;
	padding:0 8px;
	line-height:20px;
	outline:none;
}
.genericDropDown .dropTrigger ul li a:hover {
	background:#414141;
}
.genericDropDown .dropTrigger ul {
	width:160px;
	border:1px solid #666;
	_border:none;
	display:none;
	position:absolute;
	top:25px;
	min-height:20px;
	_height:145px;
	max-height:150px;
	padding:0;
	overflow:auto;
	left:0;
}
.genericDropDown .dropTrigger ul li {
	padding:0;
	width:100%;
	_width:143px;
	border-bottom:1px solid #000;
}
/* -- Feel the Experience -- */
#feelTheExperienceWrap {
	width:970px;
}
.layoutI #mainContentColExtra #feelTheExperienceWrap a {
	color:#990000;
}
#feelTheExperienceWrapInner {
	background:url(/media/mvs/backgrounds/bg_timeline_ftr.jpg) no-repeat scroll left bottom;
	padding-bottom:100px;
	position:relative;
	width:970px;
	margin-bottom:10px;
}
* html #feelTheExperienceWrapInner {
	padding-bottom:85px;
}
*+ html #feelTheExperienceWrapInner {
	padding-bottom:85px;
}
#experienceContent {
	background:#fff url(/media/mvs/backgrounds/bg_timeline.jpg) no-repeat scroll left bottom;
	width:970px;
	min-height:359px;
	height:auto !important;
	height:359px;
	padding:10px 0 0 0;
	position:relative;
}
#feelTheExperienceWrap .genericTabs, 
.calendarContentDuring .genericTabs,
.newsTabsModule .genericTabs {
	list-style:none;
	margin:0;
	padding:0;
}
#feelTheExperienceWrap .genericTabs li, 
.calendarContentDuring .genericTabs li,
.newsTabsModule .genericTabs li {
	float:left;
	margin-right:1px;
} 
#feelTheExperienceWrap .genericTabs li a,
.calendarContentDuring .genericTabs li a,
.newsTabsModule .genericTabs li a {
	background:url(/media/mvs/buttons/bg_tab.jpg) repeat-x right bottom;
	float:left;
	color:#cacaca !important;
	padding:5px 7px 4px;
}
#feelTheExperienceWrap .genericTabs li a {
	padding:8px 10px;
}
#feelTheExperienceWrap .genericTabs li a {
	background:url(/media/mvs/buttons/bg_experience_tab.jpg) repeat-x 0 0;
	color:#666666 !important;
}
.calendarContentDuring .genericTabs li.activeTab a,
.newsTabsModule .genericTabs li.activeTab a {
	background:url(/media/mvs/buttons/bg_tab_active.jpg) repeat-x right bottom;
	color:#333333 !important;
	float:left;
	text-decoration:none;
}
.calendarContentDuring .genericTabs li a:hover,
.newsTabsModule .genericTabs li a:hover {
	background:url(/media/mvs/buttons/bg_tab_hover.jpg) repeat-x right bottom;
	color:#fff948 !important;
	float:left;
	text-decoration:none;
}
#feelTheExperienceWrap .genericTabs li.activeTab a, 
#feelTheExperienceWrap .genericTabs li a:hover, 
#feelTheExperienceWrap .genericTabs li.activeTab a:hover {
	text-decoration:none;
	background:#fff;
	color:#666666;
}
#experienceScoller {
	background:#fff;
	padding:10px 0 0 0;
	height:178px;
	clear:both;
}
#experienceScoller .scrollButton {
	float:left;
	height:125px;
	width:31px;
	text-indent:-9999px;
	overflow:hidden;
}
#experienceScoller  #scrollLeft {
	background:url(/media/mvs/buttons/experience_scroll_left.jpg) no-repeat left 20px;
	margin-left:24px;
	visibility:hidden;
}
* html #experienceScoller  #scrollLeft {
	margin-left:12px;
}
#experienceScoller  #scrollRight {
	background:url(/media/mvs/buttons/experience_scroll_right.jpg) no-repeat right 20px;
}
#experienceScollHide {
	position:relative;
	height:178px;
	width:850px;
	overflow:hidden;
	float:left;
}
#experienceScollWrap {
	position:absolute;
	top:0;
	left:0;
}
#experienceScollWrap .scrollItem {
	float:left;
	width:160px;
	height:165px;
	padding:5px 5px 8px;
	margin:0;
}

#experienceScollWrap .scrollItem a {
	font-size:11px;
	font-weight:bold;
}
#experienceScollWrap .scrollItem a:hover {
	text-decoration:underline;
	color:#666666;
}
#experienceScollWrap .activeScrollItem {
	background:#666666 url(/media/mvs/backgrounds/bg_active_scrollItem.gif) no-repeat 0 bottom;
	color:#fff;
}
#experienceScollWrap .activeScrollItem a { 
	color:#fff !important;
}
#experienceScollWrap .activeScrollItem a:hover {
	color:#fff !important;
	text-decoration:none;
}
#experienceTextContent {
	margin:0 auto;
	padding:20px;
	width:731px;
	border:1px solid #dfdfdf;
	background:#fff;
	position:relative;
}
#experienceTextBoxHeader {
	float:left;
	width:100%;
	min-height:20px;
	height:auto !important;
	height:20px;
}
#experienceTextContent #experienceTextBoxHeader h4 {
	width:70%;
	padding-bottom:5px;
}
#experienceTextContent #experienceTextBoxHeader .shareBarSocial {
	position:absolute;
	top:10px;
	right:10px;
}
#expLoading {
	height:200px;
	text-indent:-9999px;
	background:url(/media/mvs/backgrounds/big_loader.gif) no-repeat center 20px;
}
#experiencePhotoContent {
	margin-left:105px;
}
* html #experiencePhotoContent {
	margin-left:52px;
}
#experienceVideoContent {
	background:url(/media/mvs/backgrounds/bg_timeline_sub.png) no-repeat 0 bottom;
	width:751px;
	height:339px;
	margin-left:105px;
	padding:10px 0 0 5px;
}
* html #experienceVideoContent {
	background:none;
}
#experienceVideoBox {
	background:url(/media/mvs/backgrounds/timeline_video_shadow.png) no-repeat 0 0;
	width:393px;
	height:325px;
	display:block;
	overflow:hidden;
	margin:0;
	padding:7px 0 0 7px;
	float:left;
}
* html #experienceVideoBox {
	background:#fff;
	border:1px solid #dfdfdf;
	margin:0;
}
#experienceVideoInfo {
	border:1px solid #dfdfdf;
	background:#fff;
	margin:2px 0 0 5px;
	width:308px;
	padding:20px 15px;
	color:#333333;
	float:left;
	position:relative;
}
* html #experienceVideoInfo {
	margin-top:0;
}
#experienceVideoInfo .shareBarSocial {
	position:absolute;
	top:10px;
	right:10px;
}
#experienceVideoInfo h4, #experienceVideoTitle, #experienceVideoDesc span {
	font-weight:bold;
	font-size:12px;
}
#experienceVideoInfo h4 {
	text-transform:uppercase;
	margin-bottom:10px;
}
#experienceVideoInfo .genericLink:hover {
	background-position:0 -23px;
}
#mainContentColExtra #feelTheExperienceWrapInner .ad728x90 {
	bottom:5px;
	left:121px;
	position:absolute;
	margin-bottom:0;
}
* html #mainContentColExtra #feelTheExperienceWrapInner .ad728x90 {
	bottom:2px;
}
*+ html #mainContentColExtra #feelTheExperienceWrapInner .ad728x90 {
	bottom:2px;
}
#feelTheExperienceWrapInner .ad728x90 p { display:none; }
/* -- Search Styles -- */
#searchResults .articlePagination {
	margin:10px 0 10px;
}
#searchResults  .actionLinks {
	padding-bottom:10px;
}
.searchResult {
	background:#f2f2f2;
	border-bottom:1px solid #a6a6a6;
	padding:10px 10px 5px;
	margin:0;
	width:640px;
	float:left;
}
.searchResultWithImage img {
	display:block;
	margin:0 10px 10px 0;
}
.formContentBody {
	padding-top:10px;
	background:#D6D6D6;
}
.formContentBody p {
	padding:0 10px;
}
.genericForm, #searchResults {
	background:#D6D6D6;
	padding-bottom:5px;
}
#searchResultInfo {
	padding-top:10px;
	padding-left:10px;
}
#searchResults .actionLinks {
	padding-left:10px;
}
* html #searchResults  .actionLinks {
	background:#D6D6D6;
	float:left;
	width:640px;
	min-height:15px;
	height:auto !important;
	height:15px;
}
* html #searchResultInfo {
	float:left;
	width:640px;
	min-height:60px;
	height:auto !important;
	height:60px;
	background:#D6D6D6;
}
/* -- Calendar -- */
#calendarHead, #calendarContent {
	color:#333333;
}
#calendarContent {
	width:490px;
}
#calendarHead {
	background:#F2F2F2;
	padding:10px 10px;
	margin-bottom:10px;
}
#calendarHead p {
	float:left;
	font-weight:bold;
	line-height:18px;
}
#calendarContent h4 {
	background:#9A0103 url(/media/mvs/backgrounds/module_hdr_alt.jpg) no-repeat 0 0;
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:9px 10px;
	width:470px;
	float:left;
}
#calendarContent ul {
	list-style:none;
	margin:0 0 10px;
	float:left;
}
#calendarContent li {
	background:#f2f2f2;
	padding:10px 12px 5px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #a6a6a6;
	float:left;
}
#calendarContent li ul.calLinks {
	margin-bottom:0 !important;
	background:none;
	padding:0;
}
#calendarContent li ul li {
	background:none;
	padding:0;
	border:none;
}
#calendarContent ul li {
	width:464px;
}
/*#calendarContent ul li.withImage {
	padding:10px 12px 10px 102px;
	position:relative;
}
#calendarContent ul li.withImage {
	width:374px;
}
#calendarContent ul li.withImage img {
	left:10px;
	position:absolute;
	top:10px;
}*/
.calendarContentDuring ul li.withImage img {
	left:10px;
	position:absolute;
	top:10px;
}
.calendarContentDuring ul li.withImage {
	padding:10px 10px 10px 100px;
	position:relative;
}
.calendarContentDuring ul li.withImage {
	width:348px;
}

#calendarContent li h5, #calendarContent li h5 a {
	font-size:12px;
}
#calendarContent .calLinks li {
	float:left;
	padding:5px 15px 0 0;
	border:none;
	width:auto;
}
.calendarContentDuring h4,
.newsTabsModule h4 {
	border-left:1px solid #292929;
	border-right:1px solid #292929;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#CACACA;
	background:#9A0103 url(/media/mvs/backgrounds/module_hdr_alt.jpg) no-repeat 0 0;
}
.calendarContentDuring,
.newsTabsModule {
	width:490px;
	margin-bottom:10px;
}
.calendarContentDuring .genericTabs,
.newsTabsModule .genericTabs {
	background:#333333;
	padding:10px 0 0 6px;
	float:left;
	width:484px;
}
.layoutL .calendarContentDuring,
.layoutK .calendarContentDuring,
.layoutG .calendarContentDuring,
.layoutGa .calendarContentDuring {
	width:660px;
}
.layoutL .calendarContentDuring .genericTabs,
.layoutK .calendarContentDuring .genericTabs,
.layoutG .calendarContentDuring .genericTabs,
.layoutGa .calendarContentDuring .genericTabs {
	width:654px;
}
.layoutL .calendarContentDuring ul li.withImage,
.layoutK .calendarContentDuring ul li.withImage,
.layoutG .calendarContentDuring ul li.withImage,
.layoutGa .calendarContentDuring ul li.withImage {
	width:518px;
}
.calendarContentDuring .calendarContentMain {
	background:#333333;
	padding:0 6px 6px;
	clear:left;
	min-height:243px;
	height:auto !important;
	height:243px;
}
.newsTabsModule .newsTabsContentMain {
	background:#333333;
	padding:0 6px;
	clear:left;
	min-height:373px;
	height:auto !important;
	height:373px;
}
.calendarContentMain ul,
.newsTabsContentMain ul {
	background:#D6D6D6;
	list-style:none;
	margin:0;
	padding:0 10px 10px;
}
.newsTabsContentMain ul {
	padding-top:10px;
}
.calendarContentDuring .calendarContentMain li {
	padding:10px 5px 5px;
	border-bottom:1px solid #979797;
}
.newsTabsContentMain li {
	padding:10px 5px 5px;
	border-top:1px solid #979797;
}
.newsTabsContentMain li.first {
	padding:10px 5px 7px;
	border-top:none;
}
.newsTabsContentMain h5, .newsTabsContentMain h5 a {
	font-size:12px;
	font-weight:bold;
}
.newsTabsContentMain .newsDesc {
	font-size:11px;
	margin-bottom:0;
}
.newsTabsContentMain .newsDate {
	font-style:italic;
	font-size:11px;
	margin-bottom:0;
}
.newsModuleFtr {
	background:#333333 url(/media/mvs/backgrounds/bg_newsModuleFtr.jpg) no-repeat center 0;
	width:341px;
	height:25px;
	padding:0 6px 6px;
}
.newsModuleFtr ul {
	list-style:none;
	margin:0;
	padding:6px 0 0 6px;
}
.newsModuleFtr li {
	float:left;
	width:33%;
}
.newsModuleFtr li a {
	background:url(/media/mvs/icons/ico_arrow_white_wedge.gif) no-repeat right 3px;
	padding-right:8px;
	color:#cacaca !important;
}
.newsModuleFtr li a:hover {
	color:#cacaca;
	text-decoration:underline;
}
.calendarContentDuring .calendarContentMain .calDate {
	font-style:italic;
	font-weight:bold;
	color:#333333;
	margin-bottom:0;
}
.calendarContentDuring .calendarContentMain li h5, .calendarContentDuring .calendarContentMain li h5 a {
	font-size:12px;
	font-weight:bold;
	color:#333333 !important;
	margin-bottom:5px;
}
.calendarContentDuring .calendarContentMain li.withImage img {
	float:left;
	margin:0 10px 10px 0;
}
/* -- Article Page -- */
.layoutGa #mainContentColExtra {
	width:664px;
}
#articleDetailContent {
	background:#fff;
	width:654px;
	padding:0;
	color:#666666;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-bottom:20px;
}
#articleDetailContent a:hover {
	text-decoration:underline;
}
#articleDetailContentInner { 
	padding-bottom:10px;
}
#articleHeader {
	padding:0 15px;
	width:634px;
}
#articleContentWrap, .relatedTopics {
	padding:0 15px;
}
#articleDetailContent h1 {
	width:630px;
	margin:0 0 0 -15px;
	padding:10px 15px 5px;
	font-size:18px;
	color:#333333;
	font-weight:bold;
}
#articleDetailContent h2 {
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding-bottom:5px;
}
#articleDetailContent p, #articleDetailContent li {
	line-height:17px;
	color:#333333;
	font-size:14px;
}
#articleDetailContent .articleByLine {
	color:#333333;
	font-size:12px;
	line-height:normal;
	margin-bottom:0;
	padding-bottom:10px;
}
.articleBeautyImage {
	float:left;
	padding:0 10px 10px 0;
	clear:both;
}
#articleDetailContent .articleBeautyImage p {
	background:#eeeeee;
	font-size:11px;
	color:#666666;
	font-style:italic;
	width:315px;
	padding:2px 5px;
	margin-bottom:0;
}
#articleDetailContent .wideBeauty p {
	width:618px;
}
.moduleSharebar {
	margin:0 0 10px 0;
	min-height:20px;
	_height:20px;
}
* html #articleContentWrap p {
	clear:right;
}
.moduleSharebar div {
	float:right;
	padding-left:5px;
}
.shareBarSocial a, .shareBarEmail a, .shareBarPrint a {
	display:block;
	width:70px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
}
.shareBarSocial a {
	background:url(/media/mvs/buttons/btn_share.jpg) no-repeat 0 0;
}
.shareBarEmail a {
	background:url(/media/mvs/buttons/btn_email.jpg) no-repeat 0 0;
}
.shareBarPrint a {
	background:url(/media/mvs/buttons/btn_print.jpg) no-repeat 0 0;
}
#articleDetailContent ul, #articleDetailContent ol {
	margin:0 0 10px 15px;
	padding:0;
	list-style:inside;
}
#articleDetailContent ol {
	list-style-type:decimal;
}
.relatedTopics h4 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
.relatedTopics a {
	font-size:12px;
	font-weight:normal;
}
/* -- Track Nav and Sharebox -- */
#shareBox, #trackNav {
	display:none;
}
#shareBox {
	background:#666666 none repeat scroll 0 0;
	display:none;
	padding:2px 4px;
	position:absolute;
	width:165px;
	z-index:99999;
}
#trackNav	{
	width: 251px;
	position: absolute;
	left: 0px;
	top: 0px;
	display:none;
	text-align:left;
	z-index:50;
}
.trackNavGradient	{
	padding: 20px;
	background: #63a1c9 url(/media/mvs/trackNav_popup_bg.jpg) repeat-x top;
}
#trackNav .trackNavGradient h4	{
	width: 211px;
	font-size: 14px;
	font-weight: bold;
	color: #061b30;
	border-bottom: 1px solid #2c4c63;
	z-index:50;
	margin:0;
	padding:0;
}
#trackNav .trackNavGradient ul	{
	width: 211px;
	margin:0px;
	padding:0;
	list-style:none;
}
#trackNav .trackNavGradient ul li	{
	border-bottom: 1px solid #90bbd7;
	line-height:20px;
}
#trackNav .trackNavGradient a	{
	color:#fff;
}
#trackNav .carrot	{
	background: url(/media/mvs/trackNav_popup_carrot.gif) no-repeat;
	height: 9px;
	width: 251px;
	overflow:hidden;
}
/* styles for poll module */
.pollModule .moduleContentInner {
	padding:10px 14px;
}
.pollModule {
	position:relative;
}
.modPollQuestion {
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
}
.jcorePoll label {
	clear:both;
	padding:0 0 8px 0;
	display:block;
}
.jcorePoll label input {
	margin:0 5px 0 0;
}
.jcorePoll button {
	background:url(/media/mvs/buttons/btn_vote.gif) no-repeat 0 0;
	display:block;
	width:54px;
	height:25px;
	border:none;
	text-indent:-9999px;
	margin:0 0 10px 0;
	cursor:pointer;
}
.jcorePoll button:hover {
	background-position:0 -25px;
}
.pollResultRow p {
	clear:both;
}
.pollResultBar {
	height:16px;
	float:left;
	margin-right:3px;
	background:#04549E;
}
/* generic form styles */
.genericForm fieldset {
	border:0;
	width:470px;
	padding:0 10px 10px;
	margin:0;
}
.genericFormError {
	padding:10px;
	background:#fdf8e3;
	border:1px solid #cfc69a;
	color:#333;
	display:none;
}
.formRow {
	width:470px;
	clear:both;
	margin-bottom:8px;
}
.formRowHalf {
	width:235px;
	float:left;
	clear:none;
}
.genericForm label {
	padding-right:10px;
	display:block;
	font-size:11px;
	line-height:16px;
}
.formSubTitle {
	font-size:14px;
	margin:20px 0 10px;
	font-weight:bold;
}
label .reqFld {
	padding-left:10px;
	color:#ff0000;
	font-size:10px;
}
.genericForm input,
.genericForm textarea,
.genericForm select {
	width:190px;
	height:16px;
	padding:1px 0;
	margin:0 10px 0 0;
}
.genericForm select {
	height:auto;
}
.genericForm .formRowCheckbox input,
.genericForm .formRowRadio input {
	width:auto;
	height:auto;
	float:left;
}
.genericForm .formRowCheckbox label,
.genericForm .formRowRadio label {
	*line-height:20px;
}
.genericForm .formRowRadio {
	width:450px;
	padding-left:20px;
}
.genericForm .formRowRadio label {
	margin-bottom:6px;
}
.genericForm textarea {
	height:80px;
	width:440px;
	overflow:auto;
}
/* -- Pagination -- */
.newsListModule .articlePagination, .articlePagination {
	float:right;
	margin:5px 0;
	text-transform:capitalize;
}
.articlePagination {
	list-style:none;
}
.newsListModule .articlePagination li, .articlePagination li {
	border-bottom:none;
}
.articlePagination li {
	float:left;
}
.newsListModule .articlePagination li, .newsListModule .genericDropDown li {
	width:auto;
}
.newsListModule .paginatedArticleList li {
	width:auto;
}
.newsListModule .articlePagination li a, .articlePagination li a {
	background:url(/media/mvs/backgrounds/bg_pag.jpg) repeat-x 0 0;
	color:#fff !important;
	border-left:1px solid #333333;
	padding:2px 5px;
	float:left;
}
.newsListModule .articlePagination li.currentPagination a, .articlePagination li.currentPagination a, .newsListModule .articlePagination li a:hover, .articlePagination li a:hover {
	background:url(/media/mvs/backgrounds/bg_pag_active.jpg) repeat-x 0 0;
	text-decoration:none;
}
.newsListModule .paginatedArticleList li {
	border-bottom:1px solid #a6a6a6;
	width:99%;
}
.newsListModule .paginatedArticleList li .newsListArticleDate {
	padding-left:10px;
	width:50px;
}
.newsListModule .paginatedArticleList li .newsListArticleTitle {
	margin-bottom:0;
}
/* -- Modules -- */
.moduleWrap {
	background:#333333;
	padding:1px 0 0;
	margin-bottom:10px;
}
#navAdCol .moduleWrap {
	background:none;
}
.moduleContentInner, .moduleContentInnerInfo  {
	padding:5px;
	color:#fff;
}
.openContentModule .moduleContentInner, 
.newsListModule .moduleContentInner,
.smallEventModule .moduleContentInner,
.video .moduleContentInner,
.smallImageLinksModule .moduleContentInner,
.listModule .moduleContentInner,
.multipleImageText .moduleContentInner,
.largeImageLinksModule .moduleContentInner,
.largeImageLinksModule .moduleContentInnerInfo {
	background:#d6d6d6;
	color:#333333;
}
.layoutA #mainContentCol2 .listModule .moduleContentInner,
.layoutA #mainContentCol2 .smallImageLinksModule .moduleContentInner,
.layoutAa #mainContentColExtra .listModule .moduleContentInner,
.layoutAa #mainContentColExtra .smallImageLinksModule .moduleContentInner,
.layoutC #mainContentColExtra .listModule .moduleContentInner,
.layoutC #mainContentColExtra .smallImageLinksModule .moduleContentInner,
.layoutF #mainContentCol1 .listModule .moduleContentInner,
.layoutF #mainContentCol1 .smallImageLinksModule .moduleContentInner,
.layoutG #mainContentCol1 .listModule .moduleContentInner,
.layoutG #mainContentCol1 .smallImageLinksModule .moduleContentInner,
.layoutGa #mainContentCol1 .listModule .moduleContentInner,
.layoutGa #mainContentCol1 .smallImageLinksModule .moduleContentInner,
.layoutK #mainContentColExtra .listModule .moduleContentInner,
.layoutK #mainContentColExtra .smallImageLinksModule .moduleContentInner,
.layoutL #mainContentColExtra .listModule .moduleContentInner,
.layoutL #mainContentColExtra .smallImageLinksModule .moduleContentInner {
	background:none;
	color:#fff;
}
.largeImageLinksModule .moduleContentInner,
.largeImageLinksModule .moduleContentInnerInfo {
	min-height:165px;
	height:auto !important;
	height:165px;
}
.upcomingEventsModule .moduleContentInner {
	background:#f2f2f2;
	color:#333333;
}
.moduleContentOuter {
	background:#333333;
	border:1px solid #292929;
	padding-bottom:5px;
}
.openContentModule .moduleContentOuter, 
.newsListModule .moduleContentOuter,
.smallEventModule .moduleContentOuter,
.video .moduleContentOuter,
.upcomingEventsModule .moduleContentOuter,
.smallImageLinksModule .moduleContentOuter,
.listModule .moduleContentOuter,
.multipleImageText .moduleContentOuter,
.largeImageLinksModule .moduleContentOuter {
	padding:5px;
}
.smallEventModule,
.smallEventModule .moduleContentOuter {
	background:#1d1c1c;
}
.smallEventModule .moduleContentOuter {
	border-top:none;
	padding:0 6px 5px 5px;
}
.smallEventModule h4 {
	margin-bottom:5px;
}
#navAdCol .moduleContentOuter {
	background:none;
	border:none;
}
.moduleWrap h4.genericModuleHeader,
.layoutA #mainContentColExtra .moduleWrap h4.genericModuleHeader,
.layoutG #mainContentColExtra .moduleWrap h4.genericModuleHeader,
.layoutGa #mainContentColExtra .moduleWrap h4.genericModuleHeader,
.layoutH #mainContentColExtra .moduleWrap h4.genericModuleHeader,
.layoutF #mainContentColExtra .moduleWrap h4.genericModuleHeader,
.layoutI #mainContentColExtra .moduleWrap h4.genericModuleHeader,
.calendarContentDuring h4.genericModuleHeader, 
.newsTabsModule h4.genericModuleHeader {
	background:#9A0103 url(/media/mvs/backgrounds/module_hdr_alt.jpg) no-repeat 0 0;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	border-left:1px solid #292929;
	border-right:1px solid #292929;
}
.moduleWrap h4.genericModuleHeader a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}
#mainContentColExtra .moduleWrap h4.genericModuleHeader,
.layoutF #mainTripleColWrap h4.genericModuleHeader,
.layoutG #mainTripleColWrap h4.genericModuleHeader,
.layoutGa #mainTripleColWrap h4.genericModuleHeader,
.layoutA #mainContentCol2 h4.genericModuleHeader,
.layoutHome #mainContentCol2 h4.genericModuleHeader,
.layoutHome #mainContentCol3 h4 {
	background:url(/media/mvs/backgrounds/module_hdr.jpg) repeat-x 0 0;
	color:#cacaca;
}
#mainContentColExtra a,
.layoutF #mainTripleColWrap a,
.layoutG #mainTripleColWrap a,
.layoutGa #mainTripleColWrap a,
.layoutA #mainContentCol2 a {
	color:#ffee00;
}
.layoutF #mainContentColExtra a,
.layoutG #mainContentColExtra a,
.layoutGa #mainContentColExtra a,
.layoutA #mainContentColExtra a {
	color:#990000;
}
.layoutA #mainContentColExtra .smallEventModule a {
	color:#fff;
}
.upcomingEventsModule a,
#mainContentColExtra .upcomingEventsModule a,
.layoutF #mainTripleColWrap .upcomingEventsModule a,
.layoutG #mainTripleColWrap .upcomingEventsModule a,
.layoutGa #mainTripleColWrap .upcomingEventsModule a,
.layoutA #mainContentCol2 .upcomingEventsModule a,
#mainContentColExtra .calendarContentMain a,
.layoutF #mainTripleColWrap .calendarContentMain a,
.layoutG #mainTripleColWrap .calendarContentMain a,
.layoutGa #mainTripleColWrap .calendarContentMain a,
.layoutA #mainContentCol2 .calendarContentMain a {
	color:#990000;
}

.openHTMLModule {
	margin-bottom:10px;
}
.mediaRail {
	width:300px;
	margin-bottom:10px;
}
.smallImageLinksModule {
	text-align:center;
}
.smallImageLinksModule h4,
.smallImageLinksModule p {
	text-align:left;
}
.smallImageLinksModule img {
	margin-bottom:10px;
}
#mainContentCol1 .smallImageLinksModule img, 
#mainContentCol4 .smallImageLinksModule img, 
.layoutF #mainContentColExtra .smallImageLinksModule img {
	margin:0 10px 10px 0;
	float:left;
}
.layoutA #mainContentCol1 .smallImageLinksModule img, 
.layoutA #mainContentCol4 .smallImageLinksModule img {
	margin:0 0 10px 0;
	float:none;
}
.largeImageLinksModule img {
	margin:0 10px 10px 0;
	float:left;
}
/*.largeImageLinksModule .moduleContentOuter,
.largeImageLinksModule .moduleContentInner,
.largeImageLinksModule .moduleContentInnerInfo {
	float:left;
}*/
.adModule {
	margin-bottom:10px;
	text-align:center;
}
#mainContentColExtra .adModule p,
#navAdCol .adModule p,
#mainContentColWrap .adModule p,
.layoutG #mainContentCol1 .adModule p,
.layoutGa #mainContentCol1 .adModule p {
	text-align:center;
	color:#988f8c;
	font-size:9px;
}
.borderList {
	list-style:none;
	margin:0 0 10px;
	padding:0;
}
.multipleImageTextList {
	list-style:none;
	margin:0;
	padding:0;
}
.multipleImageTextList li {
	float:left;
	text-align:center;
	width:32%;
}
.imgTout {
	margin-bottom:10px;
}
#mainContentColExtra .pollModule .moduleFooterAd {
	position:absolute;
	bottom:10px;
	right:10px;
	padding-top:15px;
}
#mainContentColExtra .pollModule .moduleFooterAd p {
	color:#929292;
	font-size:10px;
	text-transform:capitalize;
	position:absolute;
	top:0;
	left:0;
}
.smlEventDate {
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
}
.smallEventModule h5, .smallEventModule h5 a {
	font-size:14px;
	font-weight:bold;
}
.smallEventModule h4 {
	padding-top:10px;
}
.smallEventModule h4.imgReplace,
.layoutA #mainContentColExtra .smallEventModule h4.imgReplace {
	overflow:hidden;
	display:block;
	width:240px;
	height:102px;
	padding:0;
	margin:0;
	border-left:none;
	border-right:none;
}
.smallEventModule h4.imgReplace a,
.layoutA #mainContentColExtra .smallEventModule h4.imgReplace a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:240px;
	height:102px;
}
.layoutK .smallEventModule h4.imgReplace,
.layoutK .smallEventModule h4.imgReplace a {
	width:214px;
	height:91px;
}
.smlEventLinks {
	list-style:none;
	margin:0;
	padding:0 0 10px;
	float:left;
}
.smlEventLinks li {
	float:left;
	margin-right:10px;
	border-left:1px solid #990000;
	padding-left:10px;
	line-height:14px;
}
.smlEventLinks li.first {
	margin-left:0;
	padding-left:0;
	border-left:none;
}
.smlEventLinks li a {
	background:transparent url(/media/mvs/icons/ico_orange_arrow.gif) no-repeat scroll right center;
}
.moduleFooterAd {
	clear:left;
}
.listModule img {
	float:left;
	margin:0 10px 10px 0;
}
/* -- RSS Module -- */
.rssModule ul {
	list-style:none;
	padding:0;
	margin:0;
}
.rssModule ul li {
	border-bottom:1px solid #4d4d4d;
	padding:7px 0;
	float:left;
	width:100%;
}
.rssModule ul li.top {
	padding-top:0;
}
.rssModule .rssDate {
	font-size:10px;
	color:#fff;
	width:50px;
	float:left;
}
.rssModule .rssTitleInfo {
	float:left;
	width:220px;
}
.listModule ul {
	list-style:none;
	margin:0;
	padding:0;
}
.listModule ul li {
	padding:0 0 10px;
}
/* -- Upcoming Events -- */
.upcomingEventsList {
	list-style:none;
	margin:0;
	padding:5px 0 0;
}
.upcomingEventsList li {
	clear:left;
	float:left;
	width:100%;
	background:url(/media/mvs/backgrounds/bg_event_border.jpg) no-repeat center bottom;
	margin-bottom:5px;
}
.eventImgCont {
	float:left;
	padding-right:10px;
}
* html .eventImgCont {
	padding-right:8px;
}
.eventDetail {
	float:left;
}
.eventImg {
	margin-bottom:10px;
	display:block;
}
.calDetail {
	float:left;
	width:570px;
}
.withImage .calDetail {
	width:360px;
}
.upcomingEventsTitle {
	margin-bottom:5px;
	font-weight:bold;
}
.upcomingEventsDate {
	margin-bottom:0;
	font-weight:bold;
	font-size:12px;
}
.upcomingEventsModule .upcomingEventsLinks {
	float:left;
	font-size:0;
	text-indent:-9999px;
	width:158px;
}
* html .upcomingEventsModule .upcomingEventsLinks {
	min-height:85px;
	height:auto !important;
	height:85px;
}
.upcomingEventsLinks {
	padding-bottom:5px;
}
.upcomingEventsLinks .upcomingEventsLinkTickets {
	margin-bottom:5px;
}
.upcomingEventsLinkTickets {
	background:url(/media/mvs/buttons/btn_tickets.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	width:109px;
	height:25px;
	margin-right:6px;
}
.upcomingEventsLinkTickets:hover {
	background-position:0 -25px;
}
.upcomingEventsLinkTravel {
	background:url(/media/mvs/buttons/btn_travel_pack.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	width:148px;
	height:25px;
}
.upcomingEventsLinkTravel:hover {
	background-position:0 -25px;
}
.upcomingEventsCalLink {
	padding:5px 0 0 0;
	clear:both;
}
.upcomingEventsCalLink a {
	background:transparent url(/media/mvs/icons/ico_arrow_red.gif) no-repeat scroll left center;
	padding-left:10px;
}
.promoModule img {
	border:1px solid #969797;
	margin-right:10px;
	float:left;
}
.promoModule .promoDetails {
	width:148px;
	float:left;
}
.promoModule .promoDetails p {
	margin:0;
}
.btnRSS {
	background:url(/media/mvs/buttons/btn_rss.jpg) no-repeat 0 0;
	display:block;
	width:298px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:10px;
}
/* -- Vert Tabs -- */
.vertTabsModule {
	color:#252525;
	font-size:11px;
}
.vertTabsModule .moduleContentOuter {
	background:url(/media/mvs/backgrounds/module_300_btm.jpg) no-repeat 0 bottom  !important;
	padding:0 0 6px  !important;
}
.vertTabsModule .moduleContentInner {
	background:#d6d6d6;
	min-height:334px;
	height:auto !important;
	height:334px;
	margin:0 5px!important;
	padding:0;
}
.vertTabsModule .hdrBar {
	background:url(/media/mvs/backgrounds/module_300_top.jpg) no-repeat 0 top;
} 
.vertTabsModule .hdrBar h4 {
	background:url(/media/mvs/backgrounds/module_300_hdr.jpg) no-repeat 0 bottom;
} 
.vertTabsModule .vertTabs {
	list-style:none;
	margin:0 0 10px;
	padding:0;
	width:110px;
	float:left;
	overflow-x:hidden;
}
.vertTabsModule .vertTabs li a {
	padding:15px 10px;
	width:90px;
	background:#AE0001;
	display:block;
	text-transform:uppercase;
	text-align:right;
	color:#fff;
	font-size:13px;
}
.vertTabsModule .vertTabs li a:hover {
	background:#2B0405;
}
.vertTabsModule .vertTabs li.activeTab a,
.vertTabsModule .vertTabs li.activeTab a:hover {
	background:#fff;
	color:#990000 !important;
}
.vertTabContentMain {
	float:left;
	width:156px;
	padding:10px;
	color:#333333;
}
* html .vertTabContentMain {
	width:150px;
}
.vertTabContentMain h5,
.vertTabContentMain h5 a {
	font-size:14px;
	color:#990000 !important;
	margin:0;
	padding:0;
}
.vertTabContentMain ul.linkList {
	list-style:none;
	margin:0;
	padding:0;
}
.vertTabContentMain ul.linkList li {
	padding-bottom:10px;
}
.vertTabContentMain ul.linkList a {
	font-size:10px;
	color:#990000 !important;
	text-transform:uppercase;
}
.vertTabContentMain ul.linkList a:hover {
	color:#fbff3e;
}
.vertTabContentMain .adModule {
	text-align:left;
}
.vertTabContentMain .adModule p {
	margin-bottom:5px;
	font-size:10px;
	color:#252525 !important;
	font-family:Arial, Helvetica, sans-serif;
}
/* -- Wizard -- */
.wizardBlurb {
	background:#d6d6d6;
	padding:10px;
	margin:5px 5px 0;
}
.wizardOuter {
	background:url(/media/mvs/backgrounds/module_490_btm.jpg) no-repeat 0 bottom;
	padding-bottom:5px;
	width:100%;
	float:left;
}
.wizardInner {
	padding:0 5px 0;
}
.wizardMain {
	background:#fff;
	padding:5px 10px 0;
}
.wizardMain .linkList {
	list-style:none;
	margin:0;
	padding:0;
}
.wizardQ {
	font-size:16px;
	font-weight:normal;
	padding-bottom:15px;
}
* html .wizardQ {
	height:1%;
}
* + html .wizardQ {
	height:1%;
}
.wizardForm {
	padding-bottom:10px;
	color:#231f20;
}
.imgRadio {
	float:left;
	width:114px;
	text-align:center;
}
.imgRadio input {
	display:block;
	margin:10px auto 0;
}
.questionRow {
	clear:both;
}
.questionRow input {
	float:left;
}
.questionRow label {
	float:left;
	width:85%;
	padding:2px 0 15px 5px;
	
}
.wizardControls {
	background:url(/media/mvs/backgrounds/bg_wiz_write.gif) no-repeat 0 8px;
	clear:both;
	height:22px;
	padding:5px 0 0 0;
}
.resultsHdr {
	font-size:16px;
	font-weight:bold;
}
.wizardWrite .btnSubmit {
	background:#396D8F;
	color:#fff;
	padding:1px 4px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:12px !important;
	display:block;
	margin:0 auto;
}
.wizBackButton {
	background:#396D8F;
	color:#fff;
	padding:2px 5px;
	float:left;
	margin:0 10px 0 150px;
}
.wizNextButton {
	background:#396D8F;
	color:#fff;
	padding:1px 4px;
	float:left;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:12px !important;
	display:block;
}
.resetWizButton {
	background:#396D8F;
	color:#fff;
	padding:2px 0;
	display:block;
	margin:0 auto;
	width:100px;
	text-align:center;
}
.layoutA #mainContentCol2 .calendarContentDuring,
.layoutAa #mainContentColExtra .calendarContentDuring,
.layoutC #mainContentColExtra .calendarContentDuring,
.layoutF #mainContentCol1 .calendarContentDuring,
.layoutG #mainContentCol1 .calendarContentDuring,
.layoutGa #mainContentCol1 .calendarContentDuring,
.layoutK #mainContentColExtra .calendarContentDuring,
.layoutL #mainContentColExtra .calendarContentDuring {
	background:#333333;
	width:300px !important;
	padding-top:0;
}
.scheduleBlurb {
	background:#D6D6D6 none repeat scroll 0 0;
	margin:5px 5px 0;
	padding:10px;
}
.layoutA #mainContentCol2 .calendarContentDuring h4,
.layoutAa #mainContentColExtra .calendarContentDuring h4,
.layoutC #mainContentColExtra .calendarContentDuring h4,
.layoutF #mainContentCol1 .calendarContentDuring h4,
.layoutG #mainContentCol1 .calendarContentDuring h4,
.layoutGa #mainContentCol1 .calendarContentDuring h4,
.layoutK #mainContentColExtra .calendarContentDuring h4,
.layoutL #mainContentColExtra .calendarContentDuring h4 {
	background:transparent url(/media/mvs/backgrounds/module_hdr.jpg) repeat-x scroll 0 0;
	color:#CACACA;
}
.layoutA #mainContentCol2 .calendarContentDuring .genericTabs,
.layoutAa #mainContentColExtra .calendarContentDuring .genericTabs,
.layoutC #mainContentColExtra .calendarContentDuring .genericTabs,
.layoutF #mainContentCol1 .calendarContentDuring .genericTabs,
.layoutG #mainContentCol1 .calendarContentDuring .genericTabs,
.layoutGa #mainContentCol1 .calendarContentDuring .genericTabs,
.layoutK #mainContentColExtra .calendarContentDuring .genericTabs,
.layoutL #mainContentColExtra .calendarContentDuring .genericTabs {
	width:290px;
	border-bottom:none;
	margin:0 0 0 5px;
	padding:0;
	background:#333333;
}
* html .layoutA #mainContentCol2 .calendarContentDuring .genericTabs,
* html .layoutAa #mainContentColExtra .calendarContentDuring .genericTabs,
* html .layoutC #mainContentColExtra .calendarContentDuring .genericTabs,
* html .layoutF #mainContentCol1 .calendarContentDuring .genericTabs,
* html .layoutG #mainContentCol1 .calendarContentDuring .genericTabs,
* html .layoutGa #mainContentCol1 .calendarContentDuring .genericTabs,
* html .layoutK #mainContentColExtra .calendarContentDuring .genericTabs,
* html .layoutL #mainContentColExtra .calendarContentDuring .genericTabs {
	margin:0 2px 0 3px;
	width:289px;
}
.layoutA #mainContentCol2 .calendarContentDuring li.withImage,
.layoutAa #mainContentColExtra .calendarContentDuring li.withImage,
.layoutC #mainContentColExtra .calendarContentDuring li.withImage,
.layoutF #mainContentCol1 .calendarContentDuring li.withImage,
.layoutG #mainContentCol1 .calendarContentDuring li.withImage,
.layoutGa #mainContentCol1 .calendarContentDuring li.withImage,
.layoutK #mainContentColExtra .calendarContentDuring li.withImage,
.layoutL #mainContentColExtra .calendarContentDuring li.withImage {
	width:165px;
}
.layoutA #mainContentCol2 .calendarContentDuring .calendarContentMain,
.layoutAa #mainContentColExtra .calendarContentDuring .calendarContentMain,
.layoutC #mainContentColExtra .calendarContentDuring .calendarContentMain,
.layoutF #mainContentCol1 .calendarContentDuring .calendarContentMain,
.layoutG #mainContentCol1 .calendarContentDuring .calendarContentMain,
.layoutGa #mainContentCol1 .calendarContentDuring .calendarContentMain,
.layoutK #mainContentColExtra .calendarContentDuring .calendarContentMain,
.layoutL #mainContentColExtra .calendarContentDuring .calendarContentMain {
	padding:0 5px;
	margin-bottom:0;
}
.layoutA #mainContentCol2 .calendarContentDuring .calendarContentMain ul,
.layoutAa #mainContentColExtra .calendarContentDuring .calendarContentMain ul,
.layoutC #mainContentColExtra .calendarContentDuring .calendarContentMain ul,
.layoutF #mainContentCol1 .calendarContentDuring .calendarContentMain ul,
.layoutG #mainContentCol1 .calendarContentDuring .calendarContentMain ul,
.layoutGa #mainContentCol1 .calendarContentDuring .calendarContentMain ul,
.layoutK #mainContentColExtra .calendarContentDuring .calendarContentMain ul,
.layoutL #mainContentColExtra .calendarContentDuring .calendarContentMain ul {
	background:#d6d6d6;
}