/*

SWATCH:


*/


@import url(header.css);
@import url(mainNav.css);
@import url(content.css);
@import url(sideNav.css);
@import url(popup.css);
@import url(footer.css);


html {overflow-y:scroll;}


body {
margin: 0px;
padding: 0px;
color: #ffffff;
background-position:center top;
background-repeat:no-repeat;
background-color: #666666;
}
	
	body.home {
	background-color: #FF6100;
	/* background-image: url(../images/backgrounds/home-bg01.jpg); */ 
	}
		
	body.stations {
	background-color: #FFCA05;
	/* background-image: url(../images/backgrounds/stations-bg01.jpg); */ 
	}
		
	body.history {
	background-color: #3595D5;
	/* background-image: url(../images/backgrounds/history-bg01.jpg); */ 
	}
		
	body.photos {
	background-color: #FF6100;
	/* background-image: url(../images/backgrounds/photos-bg01.jpg); */ 
	}
		
	body.video {
	background-color: #FFCA05;
	/* background-image: url(../images/backgrounds/video-bg01.jpg); */ 
	}
		
#printHeader {
display:none;
}

#main {
width:1048px; /* actual=1048px */
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align:left;
z-index: 2;
position: relative;
/* border:solid 1px yellow;  */
}
		
form {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

sup {
vertical-align: top;
}

sub {
font-size:8px;
vertical-align: baseline;
}

img {
display:block;
}

a, a:active, a:focus,
div, div:active, div:focus {
outline: none;
}

a img {
border:0px;
}



/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.ucase {
text-transform:uppercase;
}
