body {
font-size: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #0083C1;

/*
background-image: url(images/bikegif8a2.gif);
background-image: url(images/bc429dyewcbtf.gif);

*/
background-repeat: repeat;
background-attachment: fixed;
}


/*
----positioning and box property styles-----
*/

/*
----for the whole header-----
*/

#header {
width: 100%;
HEIGHT: 157px;
z-index: 1;
float: left;
margin-bottom: 0px;
}

#header p {
padding-left: 100px;
padding-bottom: 22px;
padding-top: 29px;
margin: 0;
}

/*

----for the tabs with the major site subsections-----

*/

#header ul.sitesections {
margin:0;
padding:1px 0 0 5px;
width: 782px;
margin-left: 1px;
margin-right: auto;
}

/*
----the buttons stly-----
*/
#button{ 
float: left;
MARGIN-bottom: 0px; 
BORDER: 0px; 
BACKGROUND: #091C5A; 
WIDTH: 100%; 
HEIGHT: 35px;
z-index: 1;
}

/*
----the search engine css-----
*/
.se_total {
	font-size: 12px;
	text-decoration: none;
}
.se_color {
	color: #ff5800;
	font-size: 12px;
}


/*
----the triangle div-----
*/
#triangle{ 
float: left;
MARGIN-bottom: 10px; 
BACKGROUND: #091C5A; 
WIDTH: 100%; 
HEIGHT: 10px;
z-index: 0;
border-bottom: 2px #ff5800 solid;
}
/* h:0,B:99,T:198,P:297,T:396,P:495,I:594,C:693*/
#home{ 
POSITION: absolute;
LEFT:0px;
WIDTH:100%;
HEIGHT:10px;
BACKGROUND: #091C5A;
BACKGROUND: url(images/triangle.gif) transparent no-repeat 0px 0px;}
#tours{ 
POSITION: absolute;
LEFT:0px;
WIDTH:100%;
HEIGHT:10px;
BACKGROUND: #091C5A;
BACKGROUND: url(images/triangle.gif) transparent no-repeat 99px 0px;}
#testimonials{ 
POSITION: absolute;
LEFT:0px;
WIDTH:100%;
HEIGHT:10px;
BACKGROUND: #091C5A;
BACKGROUND: url(images/triangle.gif) transparent no-repeat 198px 0px;}
#photos{ 
POSITION: absolute;
LEFT:0px;
WIDTH:100%;
HEIGHT:10px;
BACKGROUND: #091C5A;
BACKGROUND: url(images/triangle.gif) transparent no-repeat 297px 0px;}
#travelogues{ 
POSITION: absolute;
LEFT:0px;
WIDTH:100%;
HEIGHT:10px;
BACKGROUND: #091C5A;
BACKGROUND: url(images/triangle.gif) transparent no-repeat 396px 0px;}
#products{ 
POSITION: absolute;
LEFT:0px;
WIDTH:100%;
HEIGHT:10px;
BACKGROUND: #091C5A;
BACKGROUND: url(images/triangle.gif) transparent no-repeat 495px 0px;}
#info{ 
POSITION: absolute;
LEFT:0px;
WIDTH:100%;
HEIGHT:10px;
BACKGROUND: #091C5A;
BACKGROUND: url(images/triangle.gif) transparent no-repeat 594px 0px;}
#contact{ 
POSITION: absolute;
LEFT:0px;
WIDTH:100%;
HEIGHT:10px;
BACKGROUND: #091C5A;
BACKGROUND: url(images/triangle.gif) transparent no-repeat 693px 0px;}  /* control the dedail position of the triangle*/


/*
----only appears when the page is printed-----

*/

#printnotice {
display: none;
visibility: hidden;
}

/*

----contains both the main text area and the side panel and random pictrues-----

*/

#content {
position:relative;
display:block;
clear: both;
width: 100%;
margin-left: auto;
margin-right: auto;
z-index: 0;
margin-bottom: 0;
}


#sidepanel {
	float: left;
	width: 200px;
	margin-left: 6px;
	margin-right: 10px;
	font-size: 100%; 
}

#maintext {
	position: absolute; 
	width: 600px;
	left: 220px; 
	top: 2px;
	border: 1px #091c5a solid;
	/*	margin-left: 220px;
	margin-right: auto;*/
	PADDING-LEFT: 5px;
	PADDING-right: 2px;
}

#setext {
	width: 580px;
	PADDING-LEFT: 5px;
	PADDING-right: 2px;
	text-decoration: none;
}

#randompic {
	position: absolute; 
	width: 200px;
	left: 840px; 
	top: 2px;
	border: 1px #091c5a solid;
	PADDING-LEFT: 2px;
	PADDING-right: 8px;
	background-color:#FFFFFF;
}

/*

----the subsection navbar-----

*/

.subs-navbar {
border: 1px #091c5a solid;
margin-bottom: 10px;
padding-top: 0;
padding-bottom: 15px;
font-size: 80%; 
}

/*

----the footer-----

*/

#footer {
width: 718px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
}


/*

----text and background styles-----

*/


/*

----for the header-----

*/

#header {
background-color: #091c5a;
background-image: url(images/bc-logosm.gif);
background-repeat: no-repeat;
background-attachment: fixed;
}

#header p {
color: #fff;
font-size: 200%;
/*text-shadow: 2px 2px 2px #848ead;*/
}
 
/*

----for the meta navbar-----

*/

#metanav {
font-size: 60%;
background-color: #2e3d81 ;
text-align: right;
color: #fff;
}

#metanav ul li {
list-style-type: none;
}

#metanav ul li a:link, #metanav ul li a:visited {
text-decoration: none;
color: #fff;
}

#metanav ul li a:hover {
text-decoration: underline;
}

/*

----for the tabs with the major site subsections-----

*/

#header ul.sitesections {
font-size: 90%;
}

#header ul.sitesections li {
float:left;
list-style-type:none;
}

#header ul.sitesections a {
display:block;
float:left;
border-top:1px solid #091c5a;
border-left:1px solid #091c5a;
border-right:1px solid #091c5a;
padding:4px 8px;
text-decoration:none;
margin-top: 0;
margin-left: 5px;
margin-bottom: 0;
margin-right: 0;
color: #fff;
background-color: #2e3d81; }

#header ul.sitesections a:hover, #header ul a.current {
color: #fff;
background-color: #ff5800; }

/*

----for the subsection navbar-----

*/

.subs-navbar {
font-size: 85%;
background-color: #ffffff;
}

.subs-navbar p {
margin-top: 0;
margin-bottom: 5px;
border-bottom: 1px #091c5a solid;
text-align: right;
font-size: 110%; }

.subs-navbar p a:link, .subs-navbar p a:visited {
color: #fff;
background-color: #ff5800;
display: block;
text-decoration: none;
padding: 5px;
font-size: 110%; 
}

.subs-navbar p a:hover {
color: #091c5a; }

.subs-navbar ul {
padding: 0;
margin: 0;
}

.subs-navbar ul li {
list-style-type: none;
margin-top: 4px;
margin-bottom: 4px;
color: #fb5701;
}

.subs-navbar ul li a:link, .subs-navbar ul li a:visited {
text-decoration: none;
padding-left: 2px;
border-left: 10px #fff solid;
color: #091c5a; 
font-size: 95%; }

.subs-navbar ul li a:link.youarehere, .subs-navbar ul li a:visited.youarehere, .subs-navbar ul li a:hover {
border-left: 10px #ff5800 solid;
color: #fb5701;
}

.subs-navbar ul li a:link.youarehere, .subs-navbar ul li a:visited.youarehere {
font-weight: bold;
}

.subs-navbar ul li ul li a:link, .subs-navbar ul li ul li a:visited {
padding-left: 10px;
}

.subs-navbar ul li ul li ul li a:link, .subs-navbar ul li ul li ul li a:visited {
padding-left: 20px;
font-size: 85%;
}

.subs-navbar ul li ul li ul li ul li a:link, .subs-navbar ul li ul li ul li ul li a:visited {
padding-left: 30px;
font-size: 85%; }

.subs-navbar ul li ul li ul li ul li, .subs-navbar ul li ul li ul li {
margin-top: 0;
margin-bottom: 0; }

.subs-navbar ul li.current-section a:link, .subs-navbar ul li.current-section a:visited {
color: #ff5800; }

/*--------------------main text area styles--------------------*/

#maintext {
background-color: #fff;
color: #3e3e3e;
}

#maintext a:link, #maintext a:visited {
color: #3e3e3e;
}

#maintext a:hover {
background-color: #ff5800;
color: #fff;
text-decoration: none; }

#maintext p, #maintext ul, #maintext ol {
margin-left: 10px;
margin-right: 10px;
font-size: 75%;
line-height: 1.6em;
margin-top: 10px;
margin-bottom: 10px;
 }

#maintext ul li ul li {
font-size: 135%; }

#maintext ul, #maintext ol {
margin-left: 25px; }

#maintext ul li {
margin-top: 6px;
margin-bottom: 6px;
 }

h1, h2, h3, h4, h5, h6 {
color: #091c5a;
padding-left: 10px;
}

h1 {
color: #091c5a;
border-bottom: 1px #091c5a solid;
margin-top: 0;
padding-top: 4px;
padding-bottom: 4px;
margin-bottom: 0;
/*text-shadow: 2px 2px 2px #3e3e3e;*/
font-size: 120%;}

h2 {
padding-left: 10px;
font-size: 100%;
margin-top: 0;
margin-bottom: 0;
padding-top: 4px;
padding-bottom: 4px; }

h3 {
font-size: 75%;
margin-top: 15px;
margin-bottom: 15px;
text-transform: uppercase;
 }

h4 {
font-size: 70%;
text-transform: uppercase;
font-weight: normal;
 }

blockquote {
border: 1px #d8d8d8 solid;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
background-color: #f2f2f2;
}

#maintext blockquote p {
margin-top: 3px;
margin-bottom: 3px;
 }

blockquote p cite {
font-size: 100%; }

img.floatright {
float: right; 
padding-right:4px;
}

a img {
border: none; }

#maintext blockquote.promo p {
font-weight: bold;
font-size: 65%;
color: #091c5a; }

.figure {
text-align: center;
clear: both; }

#maintext .figure-label, caption {
text-align: center;
font-size: 65%;
font-weight: bold; }

/*For tables*/

table {
font-size: 80%;
line-height: 1.6em;
width: 478px;
caption-side: bottom;
background-color: #f3f1f4;
margin-left: auto;
margin-right: auto;
border-collapse: collapse; }

td {
border: 1px #d8d8d8 solid;
 }

th {
border: 1px #bebebe solid;
text-align: left;
color: #f3f1f4;
background-color: #bebebe;
}

/*_________________search engine text_____________*/
#setext {
background-color: #fff;
color: #3e3e3e;
}

#setext p {
PADDING-LEFT: 0px;
margin-left: 10px;
margin-right: 10px;
font-size: 90%;
font-weight: bold;
line-height: 1.6em;
margin-top: 10px;
margin-bottom: 10px;
 }