@charset "utf-8";
.left-sidebar-top {
	font-size: 16px;
	font-weight: bold;
	height: 150px;
}
#pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
	padding-left: 20px;
}
#navbar {
	height: 36px;
	padding-top: 274px;
	padding-left: 168px;
	width: 812px;
}

#leftmenux {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	text-align:left;
	font-weight: bold;

	}

#leftmenux li {
	background-image:url(dice.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:24px;
	border:1px solid #000000;
	width:135px;
	border-right-width:0px;
	border-top-width:0px;
	border-left-width:0px;
	display:block;
	padding-top: 2px;
	padding-bottom: 2px;

	}

#leftmenux a {
	color:#000000; text-decoration:none;
	}

#leftmenux a:hover {
	font-weight:bold; color:#b60000;
	}

#menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:left;
	float: left;
	width: 750px;
	}

#menu li {
	float:left;
	background-image:url(menu_separator.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;

	}

#menu a:link, #menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#menu a:hover {
	color:#84B5FF;
	}

#menucontainer {
	height:38px;
	width:800px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(menu_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	background-position: top;
	}

#menu-left {
	background-image: url(menu-left.gif);
	height: 38px;
	width: 12px;
	float: left;
	background-position: top;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(content_bg.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	height: 336px;
	background-image: url(header_bg.jpg);
	padding: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(sidebar-left-bg.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link, #footer a:visited {
font-weight:bold;
color:#003399;
font-size:16px;
}

#footer a:hover {
font-weight:bold;
color:#003399;
font-size:16px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.largeRedText {
color:#FF0000;
font-size:16px;
font-weight: bold;
}
.mediumRedText {
color:#FF0000;
	font-size:16px;
	font-weight: bold;
}

.smallRedText {
color:#FF0000;
font-size:11px;
}

.largeBlackText {
	color:#000000;
	font-size:16px;
	font-weight: bold;
}

.mediumBlackText {
color:#000000;
	font-size:16px;
	font-weight: bold;
}

.smallBlackText {
color:#000000;
font-size:11px;
}

.largeWhiteText {
color:#FFFFFF;
font-size:16px;
font-weight: bold;
}
.mediumWhiteText {
color:#FFFFFF;
	font-size:16px;
	font-weight: bold;
}

.smallWhiteText {
color:#036;
font-size:11px;
}

.largeBlueText {
	color:#0000FF;
	font-size:18px;
	font-weight: bold;
}

.mediumBlueText {
color:#0000FF;
	font-size:16px;
	font-weight: bold;
}

.smallBlueText {
color:#0000FF;
font-size:11px;
}

.travelPricesPair {
	width: 200px;
	float: left;
	margin-left: 60px;
	/* background-color: #CCCCCC; */
}
.travelPricesSingle {
	height: 24px;
	width: 200px;
	margin-left: auto;
	margin-right:auto;
	background-color: #CCCCCC;
}
.travelPricesContainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	color: #990000;
	line-height: 24px;
	background-color: #CCCCCC;
}
.travelPricesContainerW {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: #990000;
	line-height: 14px;
	background-color: #fff;
}

.travelDates2Pair {
	height: 90px;
	width: 200px;
	float: left;
	margin-left: 60px;
	background-color: #CCCCCC;
}

.travelDates2Single {
	height: 95px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}

.travelDates2Container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 95px;
	text-align: center;
	font-size: 18px;
	color: #990000;
	line-height: 24px;
}


.travelDatesPair {
	height: 200px;
	width: 200px;
	background-image: url(star_bg.png);
	float: left;
	margin-left: 60px;
}

.travelDatesPairRed {
	height: 200px;
	width: 200px;
	background-image: url(star_red_bg.png);
	float: left;
	margin-left: 60px;
}

.travelDatesSingleRed {
	height: 200px;
	width: 200px;
	background-image: url(star_red_bg.png);
	margin-right: auto;
	margin-left: auto;
}

.travelDatesPairValentine {
	height: 200px;
	width: 200px;
	background-image: url(../images/heart.png);
	float: left;
	margin-left: 60px;
}
.travelDatesContainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 200px;
}
.travelDatesSingle {
	height: 200px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(star_bg.png);
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.scheduleText {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
	line-height: 14px;
}

.center {
	margin-right: auto;
	margin-left: auto;
}
.scheduleText a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #000000;
	background-color: #FC0;
}
.extralargeBlackText {
	color:#000000;
	font-size:22px;
	font-weight: bold;
}
