#calendarRow{
	width:899px;
	height:230px;
	margin:10px 0px 10px 10px;
	/*padding:5px 5px 5px 5px;*/
	background-color:#ccc;
}

#flashRow{
	width:920px;
}
#flashRow .item{
	float:left;
	width:306px;
	height:630px;
}

#addNav{
	width:880px;
	margin:auto;
	background-color:#999;
	background-image:url("/site_images/nav/sub_nav_bg.png");
	background-repeat:no-repeat;
	padding:5px 0px 0px 0px;
	height:22px;
	font-weight:bold;
}
#addNav .seperator{
	float:left;
	color:#CCC;
	padding:0px 25px 0px 25px;	
}
#addNav .item{
	float:left;
	text-align:center;
}
#addNav .item a:link{
	color:#fff;

}
#addNav .item a:visited{
	float:left;
	color:#fff;
}
#addNav .item a:hover{
	float:left;
	color:#003366;
}


#footer a:link{
	color:#003366;
	text-decoration:none;
	font-size:10px;
}

#footer a:visited{
	color:#003366;
	text-decoration:none;
	font-size:10px;
}
#footer a:hover{
	color:#333;
	text-decoration:none;
	font-size:10px;
}

.PreBook {
	margin: auto;
	padding: 0px;
	width: 897px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.PreBookTabGroup {
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	padding-left:0px;
	font-size:13px;
	text-transform:uppercase;
	float:left;
}

.PreBookTab {
	position: relative;
	float: left;
	width:297px;
	height:17px;	
	color:#fff;
	font-weight:bold;
	text-align:left;
	margin-right:1px;
	padding:4px 0px 0px 5px;
	list-style: none;
	background-image:url(/site_images/homeent/prebookTabOff.png);
	background-repeat:no-repeat;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.PreBookTabHover {
	color:#eee;
}

.PreBookTabSelected {
	background-image:url(/site_images/homeent/prebookTabOn.png);
	background-repeat:no-repeat;
	margin-bottom:0px;	
}

.PreBookContentGroup {
	clear: both;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	min-height:100px;
	margin-top:0px;
	margin-bottom:15px;
	overflow:auto;
}

#PreBookContent {
	padding: 5px 0px 5px 0px;
}

#prebooktable table{
	color:#9F0;
}


#prebooktable td{
	border-bottom:solid 1px #888;
	vertical-align:middle;
	text-align:left;
}

#PreBookContent .xls{
	float:right;
	width:110px;
	height:23px;
	text-transform:uppercase;
	color:#666;
	padding-top:10px;
	margin-left:10px;
	margin-bottom:5px;
	margin-right:8px;
	background-image:url(/site_images/homeent/icon_xls.png);
	background-repeat:no-repeat;
	background-position:right;
}
#PreBookContent .pdf{
	float:right;
	width:110px;
	height:23px;
	text-transform:uppercase;
	color:#666;
	padding-top:10px;
	margin-right:10px;
	margin-bottom:5px;
	background-image:url(/site_images/homeent/icon_pdf.png);
	background-repeat:no-repeat;
	background-position:right;
}
.PreBookContentVisible {
}





