/* Banners */
#bannerBox {height: 675px; width: 522px; overflow: hidden;}

/* Upcoming Tours */
#upcomingToursBox {height: 290px; width: 522px; background: #000; margin-top:3px;}

.tourBlockSmallUp, .tourBlockSmallDown
{
	width:174px;
	height:145px;
	float:left;
}

.tourBlockWideUp, .tourBlockWideDown
{
	width:522px;
	height:145px;
	float:left;
}

/* SignUp */
#signUp 
{
	background-color: #000;
	height: 145px;
	overflow: hidden;
}

#signUpFormBox {padding: 10px 10px 0px 10px; }

#signUp input{vertical-align: middle;}

#signUpTitle{height: 10px;}

#signUpText {margin: 6px 0px 5px 0px;}

#tourCalendarWrap
{
	min-height: 210px;
	height: auto !important;
	height: 206px;
	color: #fff;
	margin-top: 8px;
}

#tourCalendarTitle{height: 10px; margin: 0px 0px 7px 10px;}

#chuggCalendar {min-height: 190px; height: auto !important; height: 190px;  background: #000;}

.banners a{display:block !important}

.banners .caption
{
	position: absolute;
	top: 615px;
	left: 0;
	background: #000;
	z-index: 600;
	height: 60px;
	width: 522px;
	
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity = 60);
}

.banners .content
{
	position: absolute;
	top: 618px;
	z-index: 700;
	color: #00aeef;
	left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;

	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity = 100) !important;
}

.banners .content a {color: #00aeef;}
.banners .content a:hover{color: #fff;}

.banners .content h3 a
{
	display: block;
	margin-top: 5px;
	padding: 0;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: bold;
}

.tourBlockSmallDown .captionSmall, .tourBlockWideDown .captionSmall {top: 700px !important;}
.tourBlockWideDown .captionSmall, .tourBlockWideUp .captionSmall {width: 522px !important;}

.tourBlockSmallUp .captionSmall, .tourBlockSmallDown .captionSmall,
.tourBlockWideUp .captionSmall, .tourBlockWideDown .captionSmall
{
	position: absolute;
	top: 555px;
	background: #000;
	z-index: 600;
	height: 30px;
	width: 174px;
	
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity = 60);
}

.tourBlockSmallDown .statusComment {top: 700px !important;}
.tourBlockWideDown .statusComment {top: 700px !important;}

.tourBlockSmallUp .statusComment,
.tourBlockSmallDown .statusComment,
.tourBlockWideUp .statusComment,
.tourBlockWideDown .statusComment
{
	position: absolute;
	top: 555px;
	z-index: 700;
	color: #00aeef;
	padding-left: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;

	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity = 100) !important;
	
	width: 150px;
	overflow: hidden;
	white-space:nowrap;
}

.tourBlockSmallUp .statusComment h4, .tourBlockSmallDown .statusComment h4,
.tourBlockWideUp .statusComment h4, .tourBlockWideDown .statusComment h4
{
	margin-top: 5px;
	padding: 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
