html, body { font-family: arial, sans-serif; }

html {
	background: #eaf0a6 url(../images/background.png) top left repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 2px;
	background: #fff url(../images/container.png) top left repeat-y;
	bborder-bottom: 1px solid #dbe771;
}

/*
**************** header ********************/
#banner {
	position: relative;
	height: 183px;
	background: url(../images/mastheads/mastheadHome.jpg) top left no-repeat;
	z-index: 2;
}
header.transit-today{ background-image: url(../images/mastheads/mastheadTransitToday.jpg) !important; }
header.the-vision{ background-image: url(../images/mastheads/mastheadVision.jpg) !important; }
header.get-involved{ background-image: url(../images/mastheads/mastheadGetInvolved.jpg) !important; }
header.resources{ background-image: url(../images/mastheads/mastheadResources.jpg) !important; }
header.newsroom{ background-image: url(../images/mastheads/mastheadNewsroom.jpg) !important; }
header.contact{ background-image: url(../images/mastheads/mastheadContactUs.jpg) !important; }
	#banner h1 {
		position: absolute;
		top: 0;
		right: 0;
		width: 280px;
		height: 113px;
		text-indent: -9999em;
	}
		#banner h1 a {
			display: block;
			width: 100%; height: 100%;
			text-indent: -9999em;
		}

/*
**************** navigation ********************/
#banner a {
	color: white;
}
#banner nav {
	position: absolute;
	width: 900px;
	height: 64px;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 30px;
	font-family: 'FranklinGothicFSDemiCondensed',Arial,sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	overflow: visible;
}
	#banner nav a, #banner nav a:visited {
		color: white;
		color: rgba(255,255,255,.98);
		text-shadow: 0px 0px 2px rgba(255,255,255,.2);
	}
	#banner nav #title {
		position: absolute;
		top: 1px;
		left: 8px;
		z-index: 2;
		width: 300px;
	}
	#banner nav #primary {
		position: absolute;
		top: 0;
		left: -8px;
		height: 30px;
		padding-right: 16px;
		width: 900px;
		background: gray;
		border: 1px solid #00698d;
		z-index: 1;
		text-align: right;
		overflow: visible;
		
		background: #008ebe;
		background-image: -moz-linear-gradient(top, #00698d, #008ebe); /* FF3.6 */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00698d),color-stop(1, #008ebe)); /* Saf4+, Chrome */
		/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00698d', EndColorStr='#008ebe'); /* IE6,IE7 */
		/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00698d', EndColorStr='#008ebe')"; /* IE8 */
		
		-moz-box-shadow: 0px 2px 3px rgba(0,0,0,.2); /* FF3.5+ */
		-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.2); /* Saf3.0+, Chrome */
		box-shadow: 0px 2px 3px rgba(0,0,0,.2); /* Opera 10.5, IE 9.0 */
	}
		#banner nav #primary li {
			display: inline;
			padding: 8px 10px 8px 10px;
		}
			#banner nav #primary li a {
				color: white;
				color: rgba(255,255,255,.8);
			}
			#banner nav #primary li.parent-here, #banner nav #primary li.here {
				background: url(../images/nav-selected.png) 50% 1000px no-repeat;
			}
			#banner nav #primary li.parent-here a, #banner nav #primary li.here a, #banner nav #primary li.hover a {
				color: white;
			}
				#banner nav #primary li ul {
					display: none;
				}
				#banner nav #primary li.parent-here ul, #banner nav #primary li.here ul {
					position: absolute;
					top: 31px;
					left: 7px;
					display: block;
					padding-right: 8px;
					width: 892px;
					height: 32px;
					line-height: 32px;
				}
					#banner nav #primary li ul {
						font-family: arial,Arial,sans-serif;
						font-family: 'FranklinGothicFSCondensed',Arial,sans-serif;
						text-transform: none;
						font-size: 14px;
						z-index: 10;
					}
						#banner nav #primary li ul li {
							background: none;
							padding: 0 0 0 20px;
						}
						#banner nav #primary li.parent-here ul li, #banner nav #primary li.here ul li, #banner nav #primary li.hover ul li {
							border-left: 1px solid #00698d;
							padding-left: 10px;
							margin-left: 10px;
						}
						#banner nav #primary li.parent-here ul li:first-child, #banner nav #primary li.here ul li:first-child, #banner nav #primary li.hover ul li:first-child {
							border: none;
						}
						#banner nav #primary li.parent-here ul a, #banner nav #primary li.here ul a, #banner nav #primary li.hover ul a {
							color: #00698d;
						}
						#banner nav #primary li ul li.here{ font-weight: bold; }

/*
**************** main ********************/
#main {
	background: url(../images/main.jpg) top left no-repeat;
}
#container .homepage {
	background: url(../images/main-homepage.jpg) top left no-repeat;
}
	#sidebar {
		display: inline;
		float: left;
		padding: 22px;
		margin-right: 1px;
		width: 256px;
	}
	#col {
		display: inline;
		float: left;
		width: 599px;
	}

/*
**************** homepage ********************/	
#homepage {
	position: relative;
	margin: -32px 0 0 0;
	height: 237px;
	background: gray;
	z-index: 1;
}
	#homepage ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 1;
	}
		#homepage ul li {
			position: absolute;
			top: 0;
			left: 0;
			width: 900px;
			height: 237px;
		}
		#homepage ul li h3 {
			position: absolute;
			top: 23px;
			right: 23px;
			padding: 15px 47px 15px 20px;
			width: 210px;
			height: 161px;
			font-family: 'FranklinGothicFSCondensed',Arial,sans-serif;
			color: white;
			font-weight: normal;
			font-size: 26px;
			line-height: 28px;
			font-style: italic;
			text-shadow: 3px 3px 4px #000;
			letter-spacing: 1px;
		}
			#homepage ul li h3 strong {
				display: block;
				font-weight: normal;
				font-family: 'FranklinGothicFSDemiCondensed',Arial,sans-serif;
			}
	#home-frame {
		position: absolute;
		top: 0;
		left: 0;
		padding: 188px 0 0 30px;
		width: 870px;
		height: 49px;
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/homepage.png', sizingMethod='crop');
		z-index: 2;
		
		font-family: 'FranklinGothicFSDemiCondensed',Arial,sans-serif;
		color: white;
		font-weight: normal;
		font-style: italic;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 1px;
		text-shadow: 3px 3px 4px rgba(0,0,0,.1);
	}
	html > body #home-frame{
		background: url(../images/homepage.png) top left no-repeat;
	}
	#home-frame-link{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 237px;
		width: 900px;
		z-index: 3;
	}

/*
**************** sidebar ********************/
#sidebar {}
	#sidebar a {
		color: #6f6f6f;
		text-decoration: none;
	}
	#sidebar a:hover {
		text-decoration: underline;
	}
	#sidebar h2 {
		font-weight: normal;
		font-size: 15px;
		font-family: 'FranklinGothicFSDemiCondensed',Arial,sans-serif;
		background: #c6daa6;
		border: 1px solid #9abc6a;
		color: white;
		padding: 4px 8px;
		text-shadow: 0px 0px 3px #6c9d31;
	}
	#newslist {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #9abc6a;
		margin-bottom: 9px;
	}
		#sidebar #newslist h3 {
			font-size: 12px;
			margin: 0;
			text-transform: none;
		}
			#newslist p {
				margin: 0 0 9px 0;
			}
	#sidebar h3 {
		text-transform: uppercase;
		font-size: 12px;
		margin: 0;
	}
		#quicklinks {
			margin: 0;
			padding: 0;
			list-style-position: inside;
			overflow: hidden;
		}
			#quicklinks li {
				font-size: 11px;
				display: inline;
				float: left;
				width: 49%;
			}
	#sidebar .button {
		display: block;
		margin: 18px 0;
		clear: left;
	}
	#address .label {
		font-weight: bold;
		width: 70px;
	}
		
	#social {
		margin: 18px 0;
		background: #c6daa6;
		border: 1px solid #9abc6a;
		color: white;
		padding: 6px 8px 4px 8px;
	}
		#social img {
			display: inline;
		}
		#social a {
			padding: 0 0 0 10px;
		}
		
/*
**************** col ********************/
#col {

}
	#col header {
		height: 173px;
		margin: 0 !important;
        width: 555px;
		width: 599px;
	}
		#col header h1 {
			padding: 133px 0 0 29px;
			width: 599px;
			height: 173px;
			width: 570px; height: 40px;
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/masthead-frame.png', sizingMethod='crop');
			font-family: 'FranklinGothicFSCondensed',Arial,sans-serif;
			font-size: 23px;
			font-weight: normal;
			color: white;
			line-height: 16px;
			text-shadow: 0px 0px 2px rgba(0,0,0,.2);
		}
		html > body #col header h1{
			background: url(../images/masthead-frame.png) top left no-repeat;
		}
		#col header h1 strong{
			font-family: 'FranklinGothicFSDemiCondensed',Arial,sans-serif;
			text-transform: uppercase;
			font-size: 23px;
			font-weight: normal;
		}

	#col .content {
		padding: 22px;
	}
	
	#col article header{
		margin: 0 !important;
		height: auto;
	}
	
	#gallery{
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
	}
	#gallery li{
		float: left;
		margin: 0 20px 20px 0;
	}
	#gallery li a{
		cursor: pointer;
		cursor: hand;
		display: block;
		height: 100px;
		width: 100px;
	}
	
/*
**************** footer ********************/
footer {
	clear: both;
	margin: 0 1px;
	padding: 20px 0;
	background: #bad495;
	border-top: 1px solid #8bb359;
}
html > body footer{ padding: 40px 0; }
footer#page-footer {
	position: relative;
	line-height: 18px;
	text-align: center;
}
footer#page-footer ul{
	display: inline-block;
	margin: 0;
	padding: 0 0 20px 0;
	overflow: hidden;
	list-style: none;
}
footer#page-footer li{
	border-left: 1px solid #FFF;
	display: inline;
	padding: 0 6px;
	vertical-align: top;
}
footer#page-footer li.first{ border: none; padding-lefT: 0; }
footer#page-footer a{
	color: #FFF;
	font-size: 12px;
	vertical-align: middle;
}
footer#page-footer li.first a{
		font-weight: bold;
		text-transform: uppercase;
}
/***** SOCIAL SIDEBAR *****/

#social{
	background: #C6DAA6 url(/images/social-sidebar-background.png) 0 0 no-repeat;
	padding-left: 40px;
	position: relative;
}
#social h2{
	position: absolute;
	top: 0;
	left: -9999px;
}
#social a{
	display: block;
	height: 31px;
	margin-bottom: 2px;
	color: #edf3e3;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	text-transform: uppercase;
}
#social a:hover{ text-decoration: none; color: #FFF; }
#social a img{ margin-right: 4px; vertical-align: bottom; }

