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

body {
	background-color: #000;
	font-size: 100%;
	background-attachment: fixed;
	background-image: url(assets/bbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

h1 {
	text-align: center;
	color: #FFF;
	padding-top: 10px;
}

h2 {
	color: #FFF;
	margin-left: 20px;
	padding-top: 10px;
}

h3 {
	color: #CCC;
}

p {
	font-size: 108%;
	line-height: 1.5;
	text-align: justify;
	margin-right: 15px;
	margin-left: 15px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blackbox {
	background-image: url(assets/txt_bg.png);
	background-repeat: repeat;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 10px #999;
}

#container {
	width: 900px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	border: 1px solid #000;
	}

#top {
	background-color: #000;
	height: 230px;
	background-image: url(assets/clink_header.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

.nav_placeholder {
	padding-top: 230px;
}

#topbg {
	height: 230px;
	width: 100%;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.social {
	float: right;
}

#main {
	padding-bottom: 10px;
}

.text_flow_right {
	float: right;
}

.text_flow_left {
	font-size: 110%;
	font-weight: bold;
}

.text_flow_left_small {
	font-size: 80%;
}

.center {
	font-size: 105%;
	margin-left: 50px;
	font-style: italic;
}

.fake_header {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

.italic {
	font-style: italic;
}

.map {
	margin-left: 20px;
}

.phone_no {
	font-size: 200%;
	text-align: center;
}

.text_link {
	font-size: 105%;
	font-weight: bold;
	color: #F00;
}

.text_link:hover {
	text-decoration: none;
}

/*left-right boxes*/
.right_pic {
	background-color: #CF0;
	padding-left: 445px;
	}
	
.right_txt {
	margin-left: 435px;
	background-image: url(assets/txt_bg.png);
	background-repeat: repeat;
	box-shadow: 1px 1px 10px #999;
	}

.left_pic {
	float: left;
	width: 432px;
	box-shadow: 1px 1px 10px #999;
	}
	
.left_txt {
	float: left;
	width: 445px;
	background-color: #3C6;
	}


#footer {
	background-color: #333;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	color: #FFF;
	border: 2px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.footer_links {
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 110%;
}

.footer_image {
	margin-right: 5px;
	margin-left: 5px;
	display:inline-block;
}

/*nav*/

ul {
	font-weight: bold;
	list-style-type: none;
	background-color: #000;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	

}
ul li {
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;

}
li ul {
	display: none;
}
ul li a {
	box-shadow: 1px 1px 10px #999;
	text-decoration: none;
	padding-right: 35px;
	padding-left: 35px;
	font-size: 120%;
	color: #FFF;
	background-color: #000;

}
ul li a:hover {
	color: #F00;
}
	
	
	
	
li:hover ul {
	display: block;
	position: absolute;
}
li:hover li {
	float: inherit;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;




}
li:hover a {
	display: block;

}
li:hover li a:hover {
	text-decoration: underline;


}


/*end nav*/


#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 380px;
	width: 900px;
	overflow: hidden;
	background-color: #000;
}

.slidebox {
	box-shadow: 1px 1px 10px #999;
	overflow-x: scroll;
	overflow-y: hidden;
	height: 200px;
	white-space:nowrap;
	background-color: #000;
	background-image: url(assets/history_bg.jpg);
	background-repeat: no-repeat;
}

.slideitem {
	box-shadow: 1px 1px 10px #999;
	margin: 5px;
	max-height: 195px;
	cursor: pointer;
	display:inline-block;




    *display:inline;/* For IE7*/
    *zoom:1;/* For IE7*/
	vertical-align:bottom;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(assets/txt_bg.png);
	}
	
.dates {
	color: #F00;
	font-weight: bold;
	font-size: 120%;
}

.ghostbus {
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.video_small {
	margin-left: 8px;
}

.video {
	width: 900px;
}

.trip {
text-align:center;	
margin-left:auto;
margin-right:auto;
width:20%;
display:inline-block;
}