/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ============================================================= HTML and styles === */	

body {
	line-height: 18px;
	font-size: 12px;
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	color: #003;
	text-align: center;
	background: url(http://www.thestationxchange.com/images/wrap_bg.gif) top center repeat-y;
}

p {
	margin-bottom: 9px;
}

h2, h3, h4 {
	line-height: 36px;
}

h2 {
	font-size: 24px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 9px;
	color: #999;
	font-weight: normal;
}

	h2 a {
		color: #999;
		text-decoration: none;
	}
	
h3 {
	font-size: 18px;
	color: #00275d;
}

hr{
	visibility:hidden;
	margin: 0;
	padding: 0;
}

h1.rhmedia a {
	width: 140px;
	height: 61px;
	display: block;
	text-indent: -999em;
	text-decoration: none;
	background: url(http://www.thestationxchange.com/images/rhmedia.gif) top center no-repeat;
}

/* ============================================================= BANNER and styles === */	

#banner {
	height: 79px;
	background: transparent;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

	h1.home a {
		position: absolute;
		background: url(http://www.thestationxchange.com/images/logo_bg.gif) top left no-repeat;
		width: 137px;
		height: 161px;
		z-index: 10000;
		left: 20px;
		top: 24px;
		text-indent: -999em;
	}


/* ============================================================= CALENDAR and styles === */	

.calendarBG{
	width: 100%;
	}

.calendarHeader{text-align:center;}

		.calendarHeader th{font-size:25px; padding:10px 0; background-color:#FEbe10; color:#00275d }
		.calendarHeader th .calendarMonthLinks{font-size:16px; color:#00275d }
		.calendarHeader th .calendarMonthLinks a{text-decoration:none; background-color:#FEBE10; padding:2px 7px; color:#00275d}
		.calendarHeader th .calendarMonthLinks a:hover{background-color:#00275d; padding:2px 7px; color:#FFF;}

.calendarDayHeading{padding:5px; font-weight:bold; background-color:#00275d; color:#FFF; }

.calendarBlank{color:#CCC;  border:1px solid #00275D; padding:5px;}

.calendarCell{padding:5px; border:1px solid #00275D; width:100px; text-align:left; font-size:14px;}

.calendarToday{padding:5px; border:1px solid #00275d; background-color:#EFEFEF; color:#00275d; text-align:left; font-size:14px;}	

	.calendarToday a, .calendarCell a {
		font-weight: bold;
		text-decoration: none;
		color: #999;
	}

	.calendarToday ul, .calendarCell ul{margin-left:10px; font-size:10px; list-style:circle;}
	
	.calendarToday li a, .calendarCell li a {
		text-decoration: none;
		font-weight: bold;
		color: #00275d;
		border-bottom: 1px dotted #00275d;
	}
	
/* ============================================================= CONTENT and styles === */	
#content {
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;
	padding-bottom: 36px;
	text-align: left;
}
	
	#content .grid_3 h3 {
		font-size: 14px;
		text-transform: uppercase;
		color: #999;
	}
	
/* ============================================================= CONTENTRIGHT and styles === */	

#contentRight {
	margin-top: 72px;
	text-align: left;
}

	.contactForm {
		margin: 18px 0;
	}
	
		.contactForm p {
			padding: 9px 0;
			border-bottom: 1px dotted #CCC;
		}
	
		.contactForm label {
			display: block;
			width: 140px;
			margin-right: 20px;
			float: left;
		}

	.listItem {
		padding: 9px 0;
		border-bottom: 1px dotted #CCC;
	}
	
/* ============================================================= CONTENTWIDE and styles === */	

#contentWide {
		padding-top: 109px;
		text-align: left;
		background: #FFF;
	}


/* ============================================================= FOOTER and styles === */	
#footer {
	height: 200px;
	background: transparent;
	width: 980px;
	margin: 0 auto;
	padding: 36px 0;
	text-align: left;
}

/* ============================================================= MERCHANTS and styles === */	

.businessHead {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 18px;
}

	.businessLogo {
		
	}
	
		.businessLogo img {
			width: 200px;
		}

		.businessAddress {
	
		}
		
		/* end businessHead */

.businessContentLeft{
	border-right: 1px dotted #CCC;
}

	.businessContentLeft h3, .businessSideRight h3 {
		font-size: 14px;
		text-transform: uppercase;
		color: #999;
	}

	img.businessPhoto {
		width: 420px;
		margin-bottom: 18px;
	}
	
.businessSideRight {
	padding-left: 9px;
}

	a.businessDownload {
		display: block;
		background: #00275d;
		color: #FFF;
		margin-bottom: 18px;
		text-decoration: none;
		padding: 9px;
		text-align: center;
	}

	.businessThumb img {
		width: 200px;
	}

.excerptItemOdd {
	border-bottom: 1px dotted #CCC;
	padding: 9px 0;
}

.excerptItemEven {
	background-color: #f4f4f4;
	border-bottom: 1px dotted #CCC;
	padding: 9px 0;
}

	.excerptItemEven h3, .excerptItemOdd h3 {
		padding: 0 9px;
	}

.excerptThumbLeft {
	overflow: hidden;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
}

	.excerptThumbLeft img {
		width: 200px;
	}

.excerptContentRight {

}

	.excerptContentRight .more {
		text-align: right;
	}

	.excerptContentRight .more a {
		display: block;
		border-top: 1px dotted #DDD;
		color: #00275d;
		text-decoration: none;
		padding: 9px;
	}

/* ============================================================= NAV and styles === */	
#nav {
	position: absolute;
	width: 780px;
	left: 180px;
	top: 36px;
	line-height: 36px;
}

	#nav li {		/* first level */
		
		float: left;
		text-align: left;
	}
	
		#nav li a {
			padding: 9px 12px;
			text-decoration: none;
			text-transform: uppercase;
			color: #00275d;
		}
	
		#nav li a:hover {
			background-color: #00275d;
			color: #FFF;
		}
		
	#nav li ul { 	/* second level */
		position: absolute;
		left: -999em;
		width: 220px;
		background: #00275d;
		line-height: 18px;
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
		z-index: 10000;
	}
	
		#nav li ul li {
			float: none;
		}
		
		#nav li ul li a {
			display: block;
			color: #FFF;
			border-bottom: 1px dotted #FFF;
			text-transform: none;
		}
		
		#nav li ul li a:hover {
			background-color: #fdb813;
			color: #00275d;
		}

/* ============================================================= PHOTOS and styles === */	

#photoHead {
	
}

	#photoHead a {
		color: #00275d;
		text-decoration: none;
		border-bottom: 1px dotted #00275d;
	}

#photos { 
	margin-bottom: 18px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 9px;
	border-left: 1px dotted #CCC;
}

	#photos img {
		
	}
	
	#photos li {

	}
		
	.photoTitle { 
		display: block;
		padding: 9px;
		text-align: center;
		background-color: #EFEFEF;
		color: #00275d;
	}

	#photos td {
		padding: 12px 0;
		border-bottom: 1px dotted #CCC;
	}

.photoItem {
	background: #EFEFEF;
	height: 225px;
	margin-bottom: 18px;
}

h3.photoTitle {
	text-transform: none;
	color: #00275d;
	font-size: 12px;
	line-height: 18px;
	padding: 9px;
}

.photoThumb {
	width: 220px;
	height: 140px;
	text-align: center;
	overflow: hidden;
}

	.photoThumb img {
		width: 220px;
	}
	
.photosborder {
		
}

.photosbreadcrumb {
	border-bottom: 1px dotted #CCC;
}

	.photosbreadcrumb td {
		padding-bottom: 9px;
	}
	
.photoscaption {
		
}

.photoscategories {
			
}

.photoscommentlink {
	
}

.photosimageBG {
	text-align: center;
	padding: 9px 0;
	border-bottom: 1px dotted #CCC;
}

.photospaddedborder {

}

.photospaginate {
	
}

	.photospaginate a {
		padding: 0 9px;
		color: #00275d;
		background: #EFEFEF;
		text-decoration: none;
	}
	
	.photospaginate a:hover {
		background: #00275d;
		color: #FFF;
	}

.photosstats {

}

.photosspacer {

}

.photosthumbs {
	width: 25%;
	text-align: center;
	border-right: 1px dotted #CCC;
}

	.photosthumbs .title {
		font-size: 10px;
		text-align: center;
		color: #00275d;
		width: 100%;
	}

.photostitle {
		
}

.photoswindowclose {

}
		
		
/* ============================================================= SIDELEFT and styles === */	

#sideLeft {
	margin-top: 109px;
	text-align: left;
}

	#sideLeft ul {
		margin-left: 0;
		list-style: none;
		text-align: left;
	}
	
	#sideLeft li a {
		display: block;
		text-decoration: none;
		color: #00275d;
		text-transform: uppercase;
		padding: 9px 0;
		border-bottom: 1px dotted #CCC;
	}
	
	#sideLeft li a:hover {
		background: #EFEFEF;
	}


/* ============================================================= WRAP and styles === */	
#wrap {
	background: url(http://www.thestationxchange.com/images/body_bg.gif) top left repeat;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
