/* ######### CSS for Shade Tabs. Remove if not using ######### */

#tab-box-in {
	background: #dee3ec;
	padding: 5px;
	float: left;
	width: 660px;
	margin: 10px 0px 0px 0px;
}


#tab-box-inside {
	border:1px solid #cdd3dc;
	width: 630px;
	padding: 9px 14px;
	float: left;
	color: #454545;
	background: #f1f4f9;
	text-shadow: 1px 1px 0 #FFF;
}

#tab-box-inside h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #068cbf;
}

#tab-box-inside h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 2px 0px 5px 0px;
	margin: 0px;
	color: #444;
}

#tab-box-inside ul, #tab-box-inside ol {
	padding: 5px 0px 5px 30px;
}

#tab-box-inside p {
	padding: 4px 0px;
}

.shadetabs{
padding: 6px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 12px;
margin-right: 3px;
border: 1px solid #b2b9c6;
color: #00397f;
background: #d4dbe6 url(../images/tab-a-back.jpg) top left repeat-x;
text-shadow: 1px 1px 0 #dfe5ed;
}

.shadetabs li a:visited{
color: #0d5d8c;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFF;
background: #0b9bd0 url(../images/lmt-back.jpg) bottom left repeat-x;
text-shadow: -1px -1px 0 #00739f;
border: 1px solid #0486b8;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color: #444444 !important;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #f1f4f9 url(../images/tab-s-back.jpg) top left repeat-x;
border: 1px solid #cdd3dc;
border-bottom-color: #f1f4f9;
text-shadow: 1px 1px 0 #FFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



/* Rafting Fact box */

.fact-box {
	float:left;
	width: 628px;
	padding: 0px;
	margin: 5px 0px;
	border: 1px solid #dadfe7;
	background: #f0f2f6;
}

.fact-box h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 4px 10px !important;
	border-bottom: 1px solid #dee3ec;
	color: #444;
}

.fact-box p {
	padding: 4px 10px !important;
	border-bottom: 1px solid #dee3ec;
}