@charset "utf-8";
/* CSS Document */

#fixedmenu {
	position:fixed;
	bottom: 0px;
	right: 0px; 
	text-align: center;
	z-index: 5;
display:none;
}



/* ------------This is the reset file---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
	background: url(../images/template/bg.gif) top center no-repeat;
	background-color: #4891DD;
	width:
	
}
h2 {
	font-size: 14px;
padding-top:5px;
padding-bottom:10px;
text-align:center;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;

}

.content p {line-height:1.5em;}
#tour-description p{line-height:1.5em;padding-bottom:9px;}




/* --------------------These are color classes ------- */


.yellow {
	color: #FF0;
}
.medium-blue {
	color: #06C;
}



/* --------------------Controls the body ----------- */

body,td,th {
	font-size: 12px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


/* --------------------This is the header------------ */


#top-banner {
	background-image: url(../images/template/top-banner.png);
	height: 36px;
	text-align: center;
	color: #9F34CC;
	font-size: 18px;
	line-height: 35px;
}

#banner {
	background-image: url(../images/template/header.jpg);
	height: 215px;
}




/* --------------------This is the main menu------------ */


#top-navigation {
	font-family:Arial, Verdana, Helvitica, sans-serif;
	height:40px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
	background-image: url(../images/template/menubg.jpg);
}
#top-navigation ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	text-align: center;
}
#top-navigation ul li{
	display:inline;
	line-height: 40px;
}
#top-navigation ul li a{
	color:#FFF;
	text-decoration:none;
	height:26px;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 10px;
}
#top-navigation ul li a:hover, #top-navigation ul li a.current{
	color:#fff;
	background-repeat: repeat-x;
	background-image: url(../images/template/menu-over.jpg);
}


/* --------------------This controls the sidebar style ------------ */


#sidebar {
	width: 220px;
	background-image: url(../images/template/sidebar-bg.jpg);
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	float: left;
}
.sidebar-box-body {
	background-image: url(../images/template/sidebar-box-body.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-position: center;
	padding-bottom: 5px;
}
.sidebar-box-top {
	background-image: url(../images/template/sidebar-box-top.png);
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	
}


/* --------------------Sidebar controls------------ */
.menu-head {
	cursor: pointer;
	margin:1px;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 30px;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #039;
	font-size: 13px;
}
.menu-head2 {
	cursor: pointer;
	margin:1px;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 30px;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #039;
	font-size: 13px;
}
.menu-head3 {
	cursor: pointer;
	margin:1px;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 30px;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #039;
	font-size: 13px;
}
.menu-head4 {
	cursor: pointer;
	margin:1px;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 30px;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #039;
	font-size: 13px;
}
.menu-list {
	width: 220px;
}

.menu-body {
	display:none;
	padding-left: 30px;
	font-weight: normal;
}
.menu-body a{
	display:block;
	color:#06C;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	padding-bottom:5px;
}
.menu-body a:hover{
	color: #06C;
	text-decoration: underline;
  }
.menu-head a {
	color: #03C;
	text-decoration: none;
}



.menu-list2 {
	width: 220px;
}

.menu-body2 {
	display:none;
	padding-left: 30px;
	font-weight: normal;
}
.menu-body2 a{
	display:block;
	color:#06C;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	padding-bottom:5px;
}
.menu-body2 a:hover{
	color: #06C;
	text-decoration: underline;
  }
.menu-head2 a {
	color: #03C;
	text-decoration: none;
}


.menu-list3 {
	width: 220px;
}

.menu-body3 {
	display:none;
	padding-left: 30px;
	font-weight: normal;
}
.menu-body3 a{
	display:block;
	color:#06C;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	padding-bottom:5px;
}
.menu-body3 a:hover{
	color: #06C;
	text-decoration: underline;
  }
.menu-head3 a {
	color: #039;
	text-decoration: none;
}


.menu-list4 {
	width: 220px;
}

.menu-body4 {
	display:none;
	padding-left: 30px;
	font-weight: normal;
}
.menu-body4 a{
	display:block;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	padding-bottom:5px;
}
.menu-body4 a:hover{
	color: #003399;
	text-decoration: underline;
  }
.menu-head4 a {
	color: #003399;
	text-decoration: none;
}
/* --------------------This is the footer------------ */
#footer {
	margin-bottom: 15px;
}
#bottom-navigation {
	height: 40px;
	background-image: url(../images/template/bottom-navigation.png);
	color: #FFF;
	text-align: center;
	line-height: 40px;
}

#bottom-navigation a {
	color: #FFF;
	text-decoration: none;
}
#bottom-navigation a:hover {
	text-decoration: underline;
}
#sidebar-box-bottom {
	background-image: url(../images/template/sidebar-box-bottom.png);
	height: 10px;
	margin-bottom: 15px;
}

/* --------------------unsorted------------ */
#content {
	float: left;
	width: 700px;
	padding-top: 5px;
	padding-left: 5px;
}
.clear {
	clear: both;
}
#body {
	background-color: #FFF;
	float: left;	width:960px;
}

.button {
	height:20px;
	width:180px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:16px;
	text-align: center;
	background-position: 0px -20px;
	background-image: url(../images/template/buttonx.png);
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.button:hover {
	background-position: 0px 0px;
	
}
.button a {
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	line-height: 20px;
}

.button-alt {
	height:20px;
	width:180px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:16px;
	text-align: center;
	background-position: 0px -0px;
	background-image: url(../images/template/buttonx.png);
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.button-alt:hover {
	background-position: 0px -20px;
	
}
.button-alt a {
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	line-height: 20px;
}
.button-small {
	height:20px;
	width:155px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:16px;
	text-align: center;
	background-position: 0px -20px;
	background-image: url(../images/template/buttons.png);
	margin-bottom:5px;
}
.button-small:hover {
	background-position: 0px 0px;
	
}
.button-small a {
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	line-height: 20px;
}
#title {
	font-size: 24px;
	line-height: 50px;
	color: #FFF;
	background-image: url(../images/template/title.jpg);
	text-align: center;
	height: 50px;
	font-style: italic;
	margin-bottom: 10px;
	font-weight: bold;
}#long-description {
	margin-bottom: 10px;
	color: #666;
	width: 99%;
}

.dark-blue {
	color: #039;
}
.light-blue {
	color: #069;
}
#reservations {
	width: 99%;
}
#res-box {
	float: left;
	width: 500px;
}
#tp-guarantee {
	float: left;
	width: 40px;
}

.b-dark-grey {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.scrollarea {
	height: 100px;
	overflow: auto;
	width: 99%;
}
.scrollarea ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.scrollarea ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #073193;
}

.large {
	font-size: 24px;
}
.lb-title {
	font-size: 14px;
	color: #09F;
	font-weight: bold;
	padding-bottom: 10px;
}

#program p {line-height:1.5em;}

