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


body {
	background-image:url(images/bg_header_repeat.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	/*background-color:#c90c0c;*/
	background-color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	font-size:14px;
	font-weight:100;
}



p {
	margin:0 0 10px 0;
}
h2 {
	margin-top:0px;
}
h3 {
	line-height:20px;
}
	
#header {
	background-image: url(images/bg_header.jpg);
	height: 252px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#content {

	
	/* height: 400px; */
	width: 940px;
	background-repeat: no-repeat;
	margin:0 auto;
}
#content #leftcolumn {
	background-color: #FFF;
	float: left;
	width: 280px;
}
#content .inner {
	margin:7px;
	padding:10px;
	border: 3px solid #000;
	/* height:450px; */
}

/*#leftcolumn .inner {
	height:450px;
}

#maincontent .inner {
	height:450px;
}*/
#content #maincontent {
	float: left;

	
	width: 640px;
	background-color: #FFF;
	margin-left: 20px;
}




 #footer {
	 margin:0 auto;
	height: 30px;
	width: 940px;
	padding:25px 0 0 0;
	text-align:center;
	color:#fff;
}

#content #footer a:link, #content #footer a:visited {
	color:#fff;
}

#content #footer a:hover {
	color:#06F;
	
}


/* MENU SYSTEM */

#header #menu {
	float: right;
	width: 940px;
	margin-top: 216px;
	height: 36px;	


}

#menu ul {
	margin:0;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu a {
	float:left;
	text-decoration:none;
}
#menu a span {
	float:left;
	display:block;
	height:36px;
	/height:26px;
	padding:0px 0px 0 55px;
	/padding:0px 0px 0 52px;

	
	margin:0px 0px 0 33px;
	/margin:10px 0px 0 18px;

	background-repeat:no-repeat;
	background-position:0px 10px;

	behavior: url(../images/iepngfix.htc) 
	
}


#menu a span.home {
	background-image:url(images/m_home.png);
	width:30px;
	border-right:solid 1px #000;
}

#menu a span.aboutus {
	background-image:url(images/m_aboutus.png);
	width:50px;
	border-right:solid 1px #000;
}

#menu a span.stations {
	background-image:url(images/m_stations.png);
	width:42px;
	border-right:solid 1px #000;
}

#menu a span.gallery {
	background-image:url(images/m_gallery.png);
	width:37px;
	border-right:solid 1px #000;
}

#menu a span.links {
	background-image:url(images/m_links.png);
	width:22px;
	border-right:solid 1px #000;
}

#menu a span.contactus {
	background-image:url(images/m_contactus.png);
	width:65px;
	border-right:solid 1px #000;
}

#menu a span.crewlogin {
	background-image:url(images/m_crewlogin.png);
	width:68px;
	border-right:none;
}

#menu a:hover {
	background-color:#8d0000;

}

#menu a span:hover {
	background-position:0 -20px;
}

body.home1 #menu span.home ,
body.aboutus1 #menu span.aboutus ,
body.stations1 #menu span.stations ,
body.gallery1  #menu span.gallery,
body.links1 #menu span.links ,
body.contactus1 #menu span.contactus ,
body.crewlogin1 #menu span.crewlogin {
	
background-position:0 -20px;
}


/* Page Elements */

	
	#loginbox {
	height:20px;
	width:91px;
	position:absolute;
	top:25px;
	margin-left:847px;
	z-index:4;
	background-image:url(images/mt_crewlogin.png);

	}
	#loginbox a img{
		border:none;
	}
	
	#loginbox a:link{
		
		background-repeat:no-repeat;
		display:block;
	}
	#loginbox:hover {
		background-position:0 -20px;
	}
	
	.subscribe {
		text-align:center;
		margin-bottom:10px;
	}
	
	.subscribe a:link {
		width:150px;
		height:40px;
		margin:10px auto;
		background-image:url(images/subscribe.png);
		display:block;
		
		
	}
	
	.subscribe a:hover {
		background-position:0 -40px;
	}
	
	.subscribe img {
		border:none;
	}
	
/* Standerd Lists */
	
ul 
	{
		padding:0 0 0 20px;
	}
	
li {
		padding:0 0 10px 0px;
	}
#slideshow {
	margin:0;
	padding:0;
	width:600px;
	height:300px;

}

.crewleft ul {
font-size: 14px;
	font-weight: bold;
	list-style:none;	
	}
	
/* Various Elements */
.clrboth {
	clear: both;
}

.imgborder {
	border:solid 1px #000;
}