/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	/*padding-bottom: 260px;*/ /* must be same height as the footer */
	padding-bottom: 315px;
}  

#footerwrap {position: relative;
	/*margin-top: -260px;*/ /* negative value of footer height */
	/*height: 260px;*/

	margin-top: -315px; /* negative value of footer height */
	height: 315px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* */
/* */
/* */
#footer { 
	height: 315px;
}


/* CSS Document */
body {
	background: url(../images/content/body-bg.png) center top repeat-y;
	font-size: 12px;
	line-height: 20px;
	font-family: Helvetica, sans-serif;
}
#wrap { width: 100%; }
#main {
	background:url(../images/splash/header-bkgd.gif) left -10px repeat-x;
}	
#headerwrap {
	overflow: visible;
	position: relative;
	z-index: 2;

}
#header {
	background:url(../images/splash/header-bkgd-full.gif) center top no-repeat;
	position: relative;
}
a.regnow {
	display: inline-block;
	height: 50px;
	width: 198px;
	background:url(../images/splash/regnow.png) left top no-repeat;
	text-decoration: none;
}
a.regnow:hover { background-position: left -60px; }

.header-overlap {
	position: absolute;
	top: 0;
	left: -31px;
	display: block;
	width: 31px;
	height: 117px;
	background: url(../images/splash/header-overlap.gif) left top no-repeat;
}

#footer-shadow {
	width: 100%;
	background: url(../images/footer/footer-bg.png) center top no-repeat;
}
#footerwrap {
	background: url(../images/footer/footerwrap-bg.png) left 66px repeat-x;
}
#header, #content, #footer { width: 960px; margin: 0 auto; }

#col1, #col2 {
	float: left;
	clear: none;
}
#col1 {
	width: 205px;
}
#col2 {
	width: 732px;
	position: relative;
	overflow: hidden;
	min-height: 500px;
}
.best-time {
	float: left; 
	clear: none;
}
.logo {
	float: left;
}

img, a img { border: none; text-decoration: none; }

h1, h2, h3, h4 {
	color: #b5b5b5;
	line-height: 1em;
	clear: both;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: normal;
}
h1 span.lowercase {
	text-transform: lowercase;
}
a { color: #5a5a5a; }
a:hover { color: #b20838; }

h1 {
	line-height: 24px;
	font-size: 24px;
}
h2 { 
	font-size: 18px;
	line-height: 18px;
}
h3 { 
	margin-bottom: 10px; 
	font-size: 18px;
	line-height: 18px;
}
h4 {
	margin-bottom: 10px; 
	font-size: 18px;
	line-height: 18px;
}
h5 {
	font-size: 15px;
	line-height: 15px;
}
p { margin-bottom: 1em; }


#content .col {
	float: left;
	width: 220px;
	clear: none;
	margin-bottom: 26px;
	margin-right: 20px;
	position: relative;
}
.gray-line {
	height: 2px;
	background-color: #dadada;
	width: 97%;
	line-height: 1px;
	clear: both;
	margin-bottom: 26px;
}
#content .col.roth, #content .col.merch { margin-right: 0; }
#content .col.hotel {
	/*width: 100%;*/
	clear: both;
}
#content .col.challenge { width: 250px; }

#footer p, #footer a {
	/*color: white;*/
}
#footer .left {
	float: left;
	width: auto;
	padding-top: 20px;
	padding-left: 15px;
}
#footer .right {
	float: right;
	/*width: 420px;*/
	padding-top: 20px;
	/*padding-right: 15px;*/
	line-height: 24px;
	background:url(../images/footer/sponsors-bg.png) left bottom no-repeat;
}

.pagetitle {
	margin-bottom: 13px;
}
.pagetitle span {
	color:#B20838;
}
.race {
	background-color: #dadada;
	border: 1px solid #cdcccc;
}
.race h2 {
	padding: 10px 0 10px 14px;
	background-color: #787878;
	color: white;
	margin: 0;
	font-weight: normal;
}
.race p {
	padding: 10px 0 10px 14px;
	margin-bottom: 0;
}
.race p, .race a { color: #787878; }
.race a:hover { color: black; }
a.socmed {
	display: inline-block;
	height: 24px;
	width: 24px;
	background-image: url(../images/splash/social-media.png);
	margin-right: 10px;
}
a.socmed {
	text-decoration: none;
}
a.facebook { background-position: left top; }
a.twitter { background-position: -30px top; }
a.flickr { background-position: -60px top; }

.checkback { color: #787878; }

a.noline { text-decoration: none; }
a.challenge-link {
}
h1.star {
	background:url(../images/splash/star.gif) center center no-repeat;
	width: 21px;
	margin: 0 10px 0 5px;
}
h1 {
	float: left;
	width: auto;
	clear: none;
}
a.regnow-small {
	display: block;
	height: 28px;
	width: 110px;
	background:url(../images/splash/regnow-small.png) left top no-repeat;
}
a.regnow-small:hover {
	background-position: left -33px;
}


/* /////////////////////////////////////// */




.clearboth {
	width: 100%;
	clear: both;
	display: block;
}
#contentwrap {
	clear: both;
	position: relative;
	z-index:0;
}
#col1 {
	width: 135px;
	padding-left: 17px;
}
#col2 {
	width: 510px;
	/*padding-right: 279px;*/
	padding-left: 35px;
	min-height: 800px;
}
.subpage #col3 {
	float: right;
	clear: none;
	width: 250px;
	text-align: right;
	
	position: relative;
	right: 0;
	top: 0;
	height: 100%;
	max-height: 930px;
	min-height: 500px;
	overflow: hidden;

}

#topbar {
	/*background-color: #56012c;
	border-bottom: 1px solid #840629;*/
	position: relative;
	height: 28px;
	z-index: 1;
}
#search {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 240px;
}
#search label, #search input { 
	clear: none;
}
#search label {
	color: #5A5A5A;
	padding-right: 8px;
	float: left; 
	width: 50px;
	text-align: right;
	
	position: absolute;
	top: 0;
	left: 0;
}
#searchterm { 	
	padding-right: 25px;
	float:left;
	height: 14px;
	
	position: absolute;
	width: 150px;
	right: 0;
	top: 0;
	/*border-width:3px;
	border-style:solid;
	border-color:#E0E0E0 #E0E0E0 #BEBEBE;*/
}
#search #searchsubmit {
	background: url(../images/header/search.gif) left top no-repeat;
	height: 15px;
	width: 16px;
	border: none;
	margin-top: 2px;
	cursor: pointer;
	
	float: left;
	margin-left: -20px;
	
	position: absolute;
	top:0;
	right:0;
}
.inline-nav { list-style: none; }
.inline-nav li { 
	display: block; 
	float: left;
	clear: none;
}
.inline-nav li a { 
	text-decoration: none; 
	display: block;
}

.nav1 {}
.nav1 li {
	padding: 5px 0;
	float: left;
}
.nav1 li a {
	display: block;
	height: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #b20838;
	color: transparent;
	border-right: 1px solid #7d7d7d;
	
	background-position: left -40px;
	background-repeat: no-repeat;
}
.nav1 li.last a {
	border: none;
}

.nav1 .n1 a { background-image:url(../images/header/nav1_1.png) ; width: 89px; }
.nav1 .n2 a { background-image:url(../images/header/nav1_2.png) ; width: 81px; }
.nav1 .n3 a { background-image:url(../images/header/nav1_3.png) ; width: 116px; }
.nav1 .n4 a { background-image:url(../images/header/nav1_4.png) ; width: 122px; }
.nav1 .n5 a { background-image:url(../images/header/nav1_5.png) ; width: 194px; }

.nav1 .sel a, .nav1 li a:hover {
	background-position: left top;
}

#logobar {
	height: 132px;
	background-color: #b20838;
	position:relative;
	background-image: url(../images/header/temp-header.jpg);
}
#logo {
	/* background:url(../images/header/logo.png) left top no-repeat; */
	display: block;
	width: 248px;
	height: 132px;
}
#besttime {
	position: absolute;
	right: 0;
	top:0;
}
.nav2 {
	position: relative;
	z-index:1;
}
.nav2 li {
}
.nav2 li.last {
	padding-right: 0;
	background: none;
}
.nav2 li a {
	height: 46px;
	color: transparent;
	background-position: left -60px;
	background-repeat: repeat-x;
}
.nav2 li a span { 
	height: 46px;
	display: block;
}

.nav2 li.sel a, .nav2 li a:hover { }

.nav2 .n1 a { width: 124px; background-image: url(../images/header/nav2_1.png); }
.nav2 .n2 a { width: 166px; background-image: url(../images/header/nav2_2.png); }
.nav2 .n3 a { width: 216px; background-image: url(../images/header/nav2_3.png); }
.nav2 .n4 a { width: 274px; background-image: url(../images/header/nav2_4.png); }
.nav2 .n5 a { width: 180px; background-image: url(../images/header/nav2_5.png); }
/*.nav2 .n5 a , .nav2 .n5 { width: 180px; background-image: url(../images/header/nav2_5_closed.png); }
.nav2 .n5 a:hover { background-position: left -60px !important; }*/

.nav2 .reg-closed {
	width: 180px; 
	height: 46px;
	display:block;
	background: url(../images/header/nav2_5_closed.png) left -60px no-repeat !important; 
	text-indent: -999999px;
}

.nav2 .sel a,
.nav2 li a:hover { background-position: left top; }




/* SOLD OUT HOVER STATE */




.nav3 {
	clear: both;
	position: relative;
	z-index:1;
	margin-top: -5px;
}
.nav3 li {
	position: relative;
	overflow: visible;
}
.nav3 li.last {
	padding-right: 0;
	background: none;
}
.nav3 li a {
	background: url(../images/header/nav3-bg.png) left top repeat-x;
	height: 40px;
	color: transparent;
	position: relative;
	z-index:8;
}

.nav3 li.sel a, .nav3 li a:hover { }

.nav3 .n1 a { width: 171px; background-image: url(../images/header/nav3_1.png); }
.nav3 .n2 a { width: 278px; background-image: url(../images/header/nav3_2.png); }
.nav3 .n3 a { width: 183px; background-image: url(../images/header/nav3_3.png); }
.nav3 .n4 a { width: 144px; background-image: url(../images/header/nav3_4.png); }
.nav3 .n5 a { width: 184px; background-image: url(../images/header/nav3_5.png); }

.nav3 .sel a { background-position: center -100px; }
.nav3 li a:hover { background-position: center -50px; }

.nav1 li a,
.nav2 li a,
.nav3 li a {
	text-indent: -999999px;
	outline: none;
}
.nav3 li ul li a {
	text-indent: 0;
}



/* CONTENT */
#content {
	padding-bottom: 20px;
	padding-top: 44px;
	background-color: white;
	overflow: hidden;
	position: relative;
	min-height:320px;
}
#col2 table {
	margin-bottom: 1em; 
}
#col2 ul , #col2 ol {
	margin-bottom: 12px;
}
#col2 ul li , #col2 ol li {
	/*margin-left: 25px;*/
}
.nav4 {
	list-style: none;
}
.nav4 li {
	border-bottom: 1px solid #dbdbdb;
	padding:5px 0;	
}
.nav4 li.last {
	border: none;
}
.nav4 li a {
	line-height: 16px;
	text-decoration: none;
	color: #5a5a5a;
}
.nav4 li.sel a, .nav4 li a:hover { color: #B20838; }

#col2 .details {
	clear: both;
	list-style: none;
	margin-bottom: 1em;
	float: left;
}
#col2 .details li {
	padding-left: 0;
	margin-left: 0;
}
.details span { display: block; }
.details .stat {
	width: 105px;
	font-weight: bold;
	float: left;
}
.details .amt {
	width: 44px;
	float: left
}
.details .info {
	display: block;
	width: 400px;
	float: left;
}
.details.longer .stat { width: 230px; }
.details.longer .info { width: 150px; }
.details .day { float: left; width: 140px; }

.downloads, .starlist {
	list-style: none;
	clear: both;
}
.downloads li a {
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.downloads li a:hover {
	text-decoration: underline;
}
span.prize {
	display: block;
	width: 130px;
	float: left;
}
.starlist li {
	background: url(../images/content/starbullet.gif) left 2px no-repeat;
	margin-left: 0;
	padding-left: 25px;
}
#col2 ul li ul {
	list-style: outside disc none;
	padding-left: 25px;
}
#col2 ul li ul li {
	background: none;
	padding-left: 0;
}
#col3 {
	position: relative;
}
#pageimage {
	height: 930px;
	width: 248px;
	
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
img#pageimage {
	float: right;	
}
.imagefade {
	display: block;
	height: 250px;
	width: 250px;
	background-image: url(../images/pgImages/imagefade.png);
	background-repeat: repeat-x;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 6;
}
.imagefade.top { 
	background-position: right top;
}
.imagefade.btm { 
	background-position: right bottom;
	bottom: 0;
	top: auto;
}


/* FOOTER */
#footer .left {
	float: left;
	width: 500px;
}
#footer p { clear: both; }

.nav5 { 
	z-index: 2; 
	padding-right: 1px;
	/*background:url(../images/footer/divider.gif) center right no-repeat;*//*remove until nav7 is visible*/
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 5px;
}
.nav5 li, .nav6 li { background-color: transparent; }
.nav5 li.sel, .nav6 li.sel {  }
.nav5 li a {
	display: block;
	height: 40px;
	width: 45px;
	background-position: center center;
	background-repeat: no-repeat;
}
.nav5 li a:hover,
.nav6 li a:hover {
	background-color: #ccc;
}
.nav5 li.sel a,
.nav6 li.sel a {
	background-color: #979797;
}

.nav5 li a:hoverxxx, 
.nav6 li a:hoverxxx {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	/* IE 8 */
	filter: alpha(opacity=60);											/* IE 5-7 */
	-moz-opacity: 0.6;													/* Netscape */
	-khtml-opacity: 0.6;													/* Safari 1.x */
	opacity: 0.6;															/* Good browsers */	
}
.nav5 .twitter a { background-image:url(../images/footer/twitter.png); }
.nav5 .facebook a { background-image:url(../images/footer/facebook.png); }
.nav5 .flickr a { background-image:url(../images/footer/flickr.png); }
.nav5 .youtube a { background-image:url(../images/footer/youtube.png); }


.nav6 {
	float: left;
	clear: none;
	margin-left: 5px;
}
.nav6 li a {
	display: block;
	height: 40px;
	width: 70px;
	background-position: center 4px;
	background-repeat: no-repeat;
}

.nav6 .blog a { background-image:url(../images/footer/blog.png); }
.nav6 .runtoit a { background-image:url(../images/footer/runtoit.png); }
.nav6 .inthelongrun a { background-image:url(../images/footer/inthelongrun.png); }
.nav6 .shoutout a { background-image:url(../images/footer/shoutout.png); }

.nav6 .sel a {
	background-position: center -46px; 
}
#feed {
    background: url("../images/footer/feed-rep.png") repeat-y scroll left top transparent;
    clear: both;
    height: 127px;
    margin-bottom: 30px;
    padding: 7px 10px;
    position: relative;
    width: 478px;
    z-index: 1;
}
#feed .top, #feed .btm {
	display: block;
	position: absolute;
	left: 0;
	height: 3px;
	width:500px;
	background-position: center top;
}
#feed .top { background-image: url(../images/footer/feed-top.png); top: -3px; }
#feed .btm { background-image:url(../images/footer/feed-btm.png); bottom: -3px; }
#feed .inner { 
	background-color: white;
	height: 88px;
	padding: 20px 10px;
}
#feed .follow { 
	display: block;
	width: 90px; 
	text-align: center;
	background-color: #efefef;
	border: 1px solid #c3c2c2;
	position: absolute;
	right:30px;
	bottom: 25px;
	line-height: 30px;
	text-decoration: none;
}
#feed .follow:hover {
	background-color: #ccc;	cc
}

.nav7 li a {
	padding: 0 11px 0 10px;
	border-right: 1px solid #5a5a5a;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 15px;
}
.nav7 li.first a { padding-left: 13px; }
.nav7 li.last a { border: none; }
#footer .right {
	float: right;
	clear: none;
	height: 183px;
	padding-right: 35px;
}
.sponsors {
	float: left; 
	clear: none;
	width: 165px;
	text-align: center;
	padding-left: 12px;
}
.sponsors h4 { margin-bottom: 22px; }
.sponsors .top, .sponsors .btm { 
	margin-top: 50px;
	height: 70px;
	overflow: hidden;
	position: relative;
}
.sponsors.charities .top, .sponsors.charities .btm {
	/*margin-left: 15px;*/
	width: 165px;
}

.sponsors a {
	text-align: center;
	width: 165px;
	display: block;
}
.right .sponsors { }

#footer .clearboth { 
	color: #666; 
}
#footer .copyright { float: left; padding-left: 28px; }
#footer .designedby { float: right; clear: none; padding-right: 28px; }


/* HOME page */
#bbCaption {
	height: 35px;
	margin-top:284px;
	position: relative;
	z-index:1;
	width: 50%;
}
#bbCaption .caption {
	float: right;
	color: white;
	margin: 9px 15px 0 0;
}
#banner {
	z-index:0;
	position: absolute;
	top: 29px;
	left: 0;
	overflow: hidden;
	height: 449px;
	width: 960px;
	background-color: white;
}
#banner .banner {
	position: absolute;
	top: 0;
	left: 0;
}
.banner .caption {
    bottom: 1px;
    color: white;
    height: 35px;
    line-height: 35px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 50%;
    z-index: 4;

}
.banner .caption cufon {
	margin-top: 6px;
}
#bbCaption a {
	display: block;
	height: 17px;
	width: 19px;
	cursor:pointer;
	float: left; 
	clear: none;
	text-indent: -99999px; 
	outline: none;
}
#bbCaption .bbControls, #bbCaption .bbPagination { margin-left: 15px; float:left; }

#bbCaption .bbControls a, #bbCaption .bbPagination a { margin-top: 8px;  }

#prev { background:url(../images/header/prev.png) center center no-repeat; }
#bbCaption #resume { background:url(../images/header/resume.png) center center no-repeat; display:none; }
#pause { background:url(../images/header/pause.png) center center no-repeat; }
#next { background:url(../images/header/next.png) center center no-repeat; }

.bbPagination a { background:url(../images/header/page.png) center center no-repeat; color: transparent; }
.bbPagination a.activeSlide, .bbPagination a:hover { background:url(../images/header/pageSel.png) center center no-repeat; }

.home #col1 {
	padding-right: 50px; 
}
.home #col2, .home #col3 {
	height:250px;
}
.home #col2 {
	width: 273px;
	padding: 0 30px;
	background:url(../images/content/col1-shadow.gif) left center no-repeat;
	position: relative;
}
.home #col3 {
	position: relative;
	width: 335px;
	padding: 0 30px;
	text-align: left;
	background:url(../images/content/col2-shadow.gif) right center no-repeat;	
	float: left;
}
.home .links {
	position: absolute;
	bottom: 0;
}
.home .links a {
	text-decoration: none;
}
#header .clearboth { line-height: 0; }
.col-divider { float: left; }
h4.shoutout span { color: #B20838; }
img.colTitle { margin-bottom: 20px; }

.home #logobar { /* background: none;*/ }

#feed .inner { display: none; }
#feed .inner.sel { display: block; }
#feed .facebook { display: none; }
#feed .blog {
	padding-left:20px;
	padding-right:20px;
}
#feed .blog h3 {
	margin-bottom:0;
}

#feed .inner.flickr p,
#feed .inner.youtube p {
	padding-top: 10px;
	padding-left: 10px;
}
#feed .inner.flickr img,
#feed .inner.youtube img {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}
/*
#feed .inner.youtube p {
	padding-top: 10px;
	padding-left: 50px;
}
*/
.twitter .tweet {
	width: 392px;
	float: left;
	clear: none;
}
.twitter .icon {
	float: left;
	margin: 0 10px 10px 0;
}
.twitter .screenname {
	font-size: 14px;
}
.twitter ul { 
	list-style: none;
}
.tweet iframe {
}

.dropdown-nav {
	background: url(../images/header/dropdown-bg.gif) left top repeat-x #C2C2C2;
	position: absolute;
	top: 36px;
	left: 0;
	padding: 10px 0;
	width: 100%;
	display: none;
	z-index: 1;
}
.dropdown-nav li {
	background: none;
	float:none;
	padding-left: 25px;
}
.nav3 .dropdown-nav li a {
	background:url(../images/header/dropdown-divider.png) left bottom no-repeat;
	/*padding-bottom: 1px;
	line-height: 32px;*/
	height: auto;
	color: #5A5A5A;
	line-height:16px;
	padding: 8px 0 9px;
}
.dropdown-nav li a:hover {
	background:url(../images/header/dropdown-divider.png) left bottom no-repeat;
	color: #B20838;
}
.dropdown-nav li.last a,
.dropdown-nav li.last a:hover {
	background: none;
}
.nav3 li:hover .dropdown-nav {
	display: block;
}
a.reg-now {
	clear: both;
}
p.regnow { clear: both; }
#col2 p { clear: both; }


.charity-logo {
	float: right;
	margin: 0 0 10px 10px;
}
ul.charities li {
	margin-bottom: 1em;
	clear: both;
}
ul.charities li ul li {
	margin-bottom: 0;
}
.col2home {
	float: left;
	clear: none;
	background: url("../images/content/col1-shadow.gif") no-repeat scroll left center transparent;
}
.col2home-inner {
	width:550px;
	padding-left: 50px;
	padding-right: 50px;
	background: url("../images/content/col2-shadow.gif") no-repeat scroll right center transparent;
	height: 249px;
}
.col2home p {
	clear: both;
}

#disclaimer {
	overflow-y: scroll;
	height: 350px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 0 10 0 10px;
	padding: 3px 10px;
	background-color: white;
}
#disclaimer ol, 
#disclaimer ul {
	padding-left: 25px;
}
#disclaimer li {
	display: list-item;
}
div.step2 {
	display: none;
}
.zoom_match input {
	margin-right: 5px;
}
/* FUNCTIONALITY PAGES */
.submitplaylistholder {
	/*display: none;*/
}
/*.fpage #col2 { width: 750px; }*/
#loadingGif {
	position: absolute;
	top: 100px;
	left: 200px;
}
a.cliflogo{
	position:absolute;
	top: -12px;
	right: 0;
	outline: none;
}
a#freeoffer {
	display: block;
	height: 26px;
	width: 92px;
	background-image:url(../images/header/freeOffer.png);
	background-position: left -30px;
	float:left;
}
a#freeoffer:hover {
	background-position: left top;
}
.emailplaylistlink {
	display: none !important;
}
.blog-page p {
	clear:none !important;
}
.post {
	border-bottom: 1px solid #CCCCCC;
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.postdate {
	margin-bottom:0;
}
.posttitle {
	margin-bottom:0;
	font-size:larger;
	text-transform:uppercase;
	font-size:18px;
}
.blog .blogtitle {
	font-weight:bold;
	margin-bottom:0;
}
.training-program p {
	clear: none !important;
}

.newsFlash {
	clear:both;
	padding-left:15px;
}
.newsFlash li {
}
.fullSpots {
	position:absolute;
	top:0;
	right:0;
}
.halfSpots {
}

#homeShoutOuts {
	position:relative;
}
#homeShoutOuts .shoutOut {
	position:absolute;
	top:0;
	left:0;
	padding-left:40px;
	background-color:white;
}
#homeShoutOuts img {
	position:absolute;
	top:0;
	left:0;
}
.homeNews {
	width:324px;
	min-height:400px;
	float:left;
	background:url(../images/content/homeNewsBkgd.gif) left 38px no-repeat;
}
.homeShoutOuts {
	width:312px;
	border-top: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
	height:290px;
	padding-top:36px;
	float:left;
	clear:none;
	margin-top:38px;
	margin-left:10px;
	position:relative;
}
.homeShoutOuts ul {
	list-style:none;
	position:relative;
}
.homeShoutOuts ul li {
	position:absolute;
	top:0;
	background-color:white;
}
.homeShoutOuts .shoutOut {
	width:260px;
	margin-left:24px;
}
.col2home {
	width: 750px;
}
.shoutOutTo {
	height:35px;
	line-height:22px;
	font-size:14px;
	font-weight:bold;
	color: #b20838;
	padding-left:40px;
	background-repeat: no-repeat;
	text-transform:uppercase;
	margin-bottom:12px;
	width:260px;
	position:relative;
}
.shoutOutMessage, .shoutOutFrom {
	font-size:16px;
}
.shoutOutHeader {
	background:url(../images/content/homeShouOutHeader.jpg) left top no-repeat;
	position:absolute;
	height: 55px;
	width:90px;
	left:106px;
	top:-38px;
	display:block;
}
.shoutOutNav {
	position:absolute;
	top: -22px;
	right:0;
}
.shoutOutNav a {
	display:block;
	height:16px;
	width:20px;
	float:left;
	clear:none;
	background-position: top left;
}
.shoutOutNav a:hover {
	background-position: left -20px;
}
.shoutOutNav .prev { background-image:url(../images/content/prev.gif); }
.shoutOutNav .pause { background-image:url(../images/content/pause.gif); }
.shoutOutNav .resume { background-image:url(../images/content/resume.gif); display:none; }
.shoutOutNav .next { background-image:url(../images/content/next.gif); }

.spotsAvailable {
	background-image:url(../images/header/spotsAvailableBkgd2.png);
	height:116px;
	width:355px;
	position:absolute;
	right:0;
	top:202px;
	background-repeat:no-repeat;
}
.spotsAvailable p {
	background:url(../images/header/spotsAvailableInner2.gif);
	display:block;
	height:52px;
	line-height:20px;
	padding-top:9px;
	background-repeat:no-repeat;
	position:absolute;
	top:30px;
	left:30px;
	width:308px;
	color: #b20838;
	text-align:center;
	font-weight:bold;
}
.spotsAvailable p span {
	color: #424242;
	font-size:15px;
}
#countdownWrap {
	position:absolute;
	top:18px;
	left:295px;
	background:url(../images/header/countdownTop.png) center top no-repeat;
}
#headercountdown {
	position:relative;
	top:15px;
}
.countdownBtm {
	background:url(../images/header/countdownBtm.png) center bottom no-repeat;
	float: left;
	clear:both;
	width:100%;
	height:15px;
}
.bestTimeOfYourLife {
	position:absolute;
	top:20px;
	right:35px;
}
#countdownWrap .count {
	padding-bottom:15px;
	margin-bottom:10px;
	background-position: center bottom;
	background-repeat:no-repeat;
	float:left;
	color:white;
	font-size:50px;
	line-height:50px;
}
.count .num {
	display:block;
	width:40px;
	height:57px;
	float:left;
	clear:none;
	background-image:url(../images/header/countdownNumbers.png);
}
.count .image1 { background-position: left top; }
.count .image2 { background-position: -40px top; }
.count .image3 { background-position: -80px top; }
.count .image4 { background-position: -120px top; }
.count .image5 { background-position: -160px top; }
.count .image6 { background-position: -200px top; }
.count .image7 { background-position: -240px top; }
.count .image8 { background-position: -280px top; }
.count .image9 { background-position: -320px top; }
.count .image0 { background-position: -360px top; }
.imageSep { 
	background-image:url(../images/header/countdownNumbers.png);
	background-position: right top;
	width: 14px;
	height:57px;
	display:block;
	float:left; 
	clear:none;
}

.count.days {
	background-image:url(../images/header/countdownDays.png);
}
.count.hours {
	background-image:url(../images/header/countdownHours.png);
}
.count.mins {
	background-image:url(../images/header/countdownMinutes.png);
}
.count.secs {
	background-image:url(../images/header/countdownSeconds.png);
}

.pasta-dinner-dine-and-explore-page #col2 ul {
	padding-left:15px;
}
h2.red {
	color:#B20838;
}


/* HIDE THIS FOR NOW */
#openplaylistform a{ /* display:none; */ }
