/*
Theme Name: FAST website
Description: Custom theme for FAST website.
Author: Page Design Group
Author URI: http://pagedesigngroup.com/

*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	margin: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
}

/*Styles for Custom Tables*/
.wp-table-reloaded td {
	background: #fff;
	padding: 0 !important;
}

.wp-table-reloaded td p {
	padding: 3px;
	margin: 0;
}

.pm {
	font-weight: bold;
}

.sat {
	background-color: #c6e0f9;
}

.stopName {
	background-color: #0055a5;
	color: #fff;	
	text-align: center;
	font-weight: bold;
}

.stopNumber {
	background-color: #1786ee;
	color: #fff;
	font-weight: bold;	
}

/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #1e376a url('img/background.jpg') top center repeat-x; }
html, button, input, select, textarea { font-family: "myriad-pro", Helvetica, Arial, sans-serif; color: #333332; }
body { margin: 0; font-size: 1em; line-height: 1.4; background: url('img/fast-swoop.png') no-repeat center top; }

::-moz-selection { background: #419639; color: #333; text-shadow: none; }
::selection { background: #419639; color: #333; text-shadow: none; }

a { color: #0055a5; }
a:visited { color: #0055a5; }
a:hover { color: #0055a5; text-decoration: none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0 0 7px; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* clearfixes */
.clearfix:after, .menu ul:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { zoom: 1; }
.clearfix:after { clear: both; }


p {
	margin: 0;
	padding: 7px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "ff-meta-web-pro", Helvetica, Arial, sans-serif;
}

h1 {
	color: #0055a5;
	font-weight: normal;
	font-size: 29px;
	margin: 7px 0;
}

h2 {
	color: #0055a5;
	font-size: 19px;
	font-weight: 500;
	margin: 7px 0 0;
}

h3 {
	color: #0055a5;
	font-size: 19px;
	font-weight: 500;
	margin: 7px 0 0;
	line-height: 22px;
	font-style: italic;
}

h4 {
	color: #333332;
	font-weight: 400;
}

h4, h5, h6 {
	margin: 7px 0;
}

hr.frontline { display: block; height: 1px; border: 0; border-top: 1px dashed #fff; margin: 5px 0; padding: 0; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* added CSS */

header {
	background: url('img/inner-swoop.png') no-repeat center top;
	height: 194px;
	position: relative;
	z-index: 500;
}

header.front {
	background: url('img/home-swoop.png') no-repeat center top;
	height: 205px;
}

#site-logo {
	position: absolute;
	top: 82px;
	left: 10px;
	overflow: hidden;
}
/*header {
	background: url('img/innerbanner.jpg') no-repeat left top;
	height: 212px;
}*/

/*header.front {
	background: url('img/frontbanner.jpg') no-repeat left top;
	height: 205px;
}*/

header h1 {
/*	width: 745px;
	height: 77px;
	float: left;
	margin-top: 20px; */
	text-indent: -9999em;
}

#socialmedia {
/*	float: right;
	margin: 38px 0px 0 0;*/
	position: absolute;
	top: 98px;
	right: 0;
	width: 240px;
}

#socialmedia img {
	margin: 0px 0 0 9px;
	float: right;
}

#google_translate_element {
	margin-top: 5px;
	margin-right: 84px;
}

#container {
	width: 1019px;
	margin: 0 auto;
	/* overflow: hidden; */
	/*border-left: 1px solid #84adc9;
	border-right: 1px solid #84adc9;*/
}

/*#innerpage {
	background: #fff url('img/inner.jpg') repeat-y;
	overflow: hidden;
}*/

#innerpage {
	background: #fff url('img/inner.jpg') repeat-y;
	overflow: hidden;
	position: relative;
	top: -14px;
	padding-top: 12px;
	min-height: 600px;
	width: 100%;
}

#left {
	width: 205px;
	min-height: 100px;
	padding: 0 20px 20px 20px;
	float: left;
	background: #fff url('img/sidebartopper.jpg') top left no-repeat;
}

#right {
	width: 714px;
	padding: 30px;
	float: right;
	background: #edf6fa url('img/righttile.jpg') repeat-y;
}
#right.nextbus-page {
	background: #fff;
}

#innerleft {
	float: left;
	width: 450px;
}

#innerright {
	float: right;
	width: 220px;
	margin-left: 32px;
	margin-bottom: 40px;
}

#front {
	background: #073566 url('img/front.jpg') repeat-y;
	padding: 0 30px 30px 30px;
	color: #fff;
	overflow: hidden;
	margin-top: -1px;
}

#front a {
	color: #fff;
}

/*#front h1, h2, h3, h4, h5, h6 {
	color: #fff;
}*/

#front h1, #front h2, #front h3, #front h4, #front h5, #front h6 {
	color: #fff;
}


#frontleft {
	width: 245px;
	float: left;
	margin-top: 17px;
}

#frontright {
	width: 680px;
	float: right;
	background: #0d72ba;
	font-size: 14px;
	height: 325px;
}

#frontmask {
	margin-top: -5px;
	position: relative;
	z-index: 100;
}

#transitfront {
	margin-top: -19px;
}

.frontphoto {
	width: 432px;
}

#transitform {
	width: 220px;
	float: right;
	margin-right: 15px;
	margin-top: 2px;
}

#frontright p {
	padding: 0;
}

#frontright form p {
	padding: 7px 0;
}

#frontright label {
	font-size: 12px;
	line-height: normal;
}

#frontright .es label {
	font-size: 11px;
}

#newsfront {
	color: #fff;
	font-size: 14px;
	width: 230px;
	float: left;
	line-height: normal;
	margin-right: 50px;
}

#newsfront a {
	color: #fff;
}

#twitterbox {
	border: 1px solid #fff;
	padding: 6px;
	float: left;
	width: 295px;
	margin-right: 50px;
}

#twitterfront {
	font-size: 14px;
	background: #fff;
	padding: 7px 15px;
	color: #000;
	line-height: normal;
	min-height: 280px;
}

#twitterfront a {
	color: #000;
}

#promofront {
	float: left;
	width: 335px;
	margin-top: -10px;
}

#promoMonster {
	float: left;
	width: 679px;
	margin-top: -30px;
}

/* NEXTBUS Button */
.nextbus {
	border-bottom: 7px solid #F89724;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #0D72BA;
    overflow: hidden;
}
.nextbus-logo { 
	float: right;
	display: block 
}

.nextbus h2 {
	font-size: 34px;
	margin: 10px 20px 5px;
	line-height: 1;
}

.nextbus p {
	margin: 0px 20px;
}


#frontfooter {
	margin: 25px 0 50px;
	padding: 0 30px;
}

#frontfooter h3.gform_title  {
	color: #fff;
	font-style: normal;
}

/* main nav */

/* nav */

#nav {
	overflow: hidden;
	padding-top: 8px;
	float: left;
	font-size: 17px;
}

body.tl #nav {
	font-size: 15px;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	list-style: none;
	margin-left: 0;
}

#nav a {
	color: #fff;
	line-height: normal;
	text-decoration: none;
	display: block;
	padding: 17px 10px 18px;
}

#nav a:hover, #nav li:hover {
	text-decoration: none;
	background: #f79724;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTcyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGJmNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f79724 0%, #fdbf78 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79724), color-stop(100%,#fdbf78));
	background: -webkit-linear-gradient(top,  #f79724 0%,#fdbf78 100%);
	background: -o-linear-gradient(top,  #f79724 0%,#fdbf78 100%);
	background: -ms-linear-gradient(top,  #f79724 0%,#fdbf78 100%);
	background: linear-gradient(top,  #f79724 0%,#fdbf78 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79724', endColorstr='#fdbf78',GradientType=0 );
}

#nav li.current_page_item a  {
	text-decoration: none;
	background: #f79724;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTcyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGJmNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f79724 0%, #fdbf78 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79724), color-stop(100%,#fdbf78));
	background: -webkit-linear-gradient(top,  #f79724 0%,#fdbf78 100%);
	background: -o-linear-gradient(top,  #f79724 0%,#fdbf78 100%);
	background: -ms-linear-gradient(top,  #f79724 0%,#fdbf78 100%);
	background: linear-gradient(top,  #f79724 0%,#fdbf78 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79724', endColorstr='#fdbf78',GradientType=0 );
}

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	z-index: 100;
	padding: 0;
}

#nav li ul li {
	clear: both;
	width: 200px;
	text-align: left;
	background: #4b7ab3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiN2FiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1Mzg2YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4b7ab3 0%, #5386c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b7ab3), color-stop(100%,#5386c5));
	background: -webkit-linear-gradient(top,  #4b7ab3 0%,#5386c5 100%);
	background: -o-linear-gradient(top,  #4b7ab3 0%,#5386c5 100%);
	background: -ms-linear-gradient(top,  #4b7ab3 0%,#5386c5 100%);
	background: linear-gradient(top,  #4b7ab3 0%,#5386c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b7ab3', endColorstr='#5386c5',GradientType=0 );
	color: #fff;
}

#nav li ul li a, #nav li ul ul li a {
	padding: 7px 10px;
	border-bottom: 1px solid #a8beda;
	font-size: 14px;
	line-height: normal;
}

#nav li ul li a:hover, #nav li ul ul li a:hover {
	background: #6585b4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1ODViNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NDk4Y2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6585b4 0%, #7498cf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6585b4), color-stop(100%,#7498cf));
	background: -webkit-linear-gradient(top,  #6585b4 0%,#7498cf 100%);
	background: -o-linear-gradient(top,  #6585b4 0%,#7498cf 100%);
	background: -ms-linear-gradient(top,  #6585b4 0%,#7498cf 100%);
	background: linear-gradient(top,  #6585b4 0%,#7498cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6585b4', endColorstr='#7498cf',GradientType=0 );
}

#nav li ul li a, #nav li.current_page_parent ul.sub-menu li a, #nav li.current_menu_parent ul.sub-menu li a, #nav li.current_page_item ul.sub-menu li a {
	color: #fff;
	background: #4b7ab3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiN2FiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1Mzg2YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4b7ab3 0%, #5386c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b7ab3), color-stop(100%,#5386c5));
	background: -webkit-linear-gradient(top,  #4b7ab3 0%,#5386c5 100%);
	background: -o-linear-gradient(top,  #4b7ab3 0%,#5386c5 100%);
	background: -ms-linear-gradient(top,  #4b7ab3 0%,#5386c5 100%);
	background: linear-gradient(top,  #4b7ab3 0%,#5386c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b7ab3', endColorstr='#5386c5',GradientType=0 );
}

#nav li ul li a:hover, #nav li.current_page_parent ul.sub-menu li a:hover, #nav li.current_menu_parent ul.sub-menu li a:hover, #nav li.current_page_item ul.sub-menu li a:hover {
	color: #fff;
	text-decoration: none;
	background: #6585b4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1ODViNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NDk4Y2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6585b4 0%, #7498cf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6585b4), color-stop(100%,#7498cf));
	background: -webkit-linear-gradient(top,  #6585b4 0%,#7498cf 100%);
	background: -o-linear-gradient(top,  #6585b4 0%,#7498cf 100%);
	background: -ms-linear-gradient(top,  #6585b4 0%,#7498cf 100%);
	background: linear-gradient(top,  #6585b4 0%,#7498cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6585b4', endColorstr='#7498cf',GradientType=0 );
}

#nav li ul ul {
	margin: -34px 0 0 200px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

li.navarrow ul li a div.whitearrow, li.bluarrow ul li a span.bluearrow {
	display: none;
}

li.navarrow ul li.navarrow a span.whitearrow {
	display: inline-block;
}

li.navarrow ul li.navarrow ul li a span.whitearrow {
	display: none;
}

/* oh dear, sidebar nav! */

#sidenav {
	margin-top: 50px;
}

#sidenav ul {
	list-style: none;
	padding-left: 0 !important;
	margin: 0;
}

#sidenav ul.children {
	font-size: 14px;
}

#sidenav ul ul ul ul {
	margin-left: 15px !important;
}

#sidenav li {
	margin: 7px 0;
}

#sidenav a {
	text-decoration: none;
	line-height: normal;
}

#sidenav a:hover {
	text-decoration: underline;
}

#sidenav ul ul ul a, #sidenav ul ul ul ul a {
	color: #419639;
}

#sidenav li li ul {
	display: none;
	margin-left: 12px;
}

#sidenav li li.current_page_item ul, #sidenav li li.current_page_ancestor ul, #sidenav li li.current_page_parent ul {
	display: block;
}

#sidenav li.current_page_item a {
	font-weight: 700;
}

#sidenav li.current_page_item ul li.current_page_item a, #sidenav li.current_page_item ul li.current_page_ancestor a, #sidenav li.current_page_item ul li.current_page_ancestor ul li.current_page_item a {
	font-weight: 700;
}

#sidenav li.current_page_item ul a, #sidenav li.current_page_item ul li.current_page_item ul a, #sidenav li.current_page_item ul li.current_page_ancestor ul a {
	font-weight: normal;
}

.arrow {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #0055a5;
	display: inline-block;
/*	float: right;*/
	margin-top: 5px;
	margin-left: 5px;
}

.down, #sidenav li li.current_page_item .arrow, #sidenav li li.current_page_ancestor .arrow,  #sidenav li li.current_page_parent .arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent !important;
	border-right: 5px solid transparent !important;
	border-top: 5px solid #0055a5 !important;
}

.whitearrow {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
}

.bluearrow {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #2e92d0;
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
}

/* search form */

.searchbox {
	background: #cac9d8;
	width: 150px;
	border: 1px solid #676767;
	padding: 3px;
}

.searchsubmit {
	border: none;
	background: #676767;
	color: #fff;
	margin-left: -4px;
	padding: 3px 7px;
}

#searchform {
	margin-top: 22px;
}

/* table-y stuff */

.wp-table-reloaded {
	background: #333 !important;
	font-size: 14px !important;
}

.wp-table-reloaded td {
	text-align: center;
	padding: 3px;
}

.wp-table-reloaded th {
	background: #0055a5 !important;
	color: #fff !important;
	padding: 3px !important;
	border: none !important;
	text-align: center;
}

table.route30 tr.row-2 td {
	background: #0055a5 !important;
	text-align: center;
}

.route-table {
	background-color: #fff;
	font-size: 14px;
	margin: 0 10px 10px 0;
}

.route-table td, .route-table th {
	border: 1px solid #333;
	padding: 4px;
	text-align: center;
}

.route-table thead td {
	font-weight: bold;
	text-align: center;
}

.route-table th {
	background-color: #0055A5;
	color: #fff;
	font-weight: normal;
}

.stopNumber th {
	background-color: #1786EE;
	color: #fff;
	font-weight: bold;

}

tr.sat td {
	background-color: #C6E0F9;
}

/* contact form stuff */


.wpcf7 textarea, .wpcf7-text {
	background: #bcccd4;
}

.wpcf7-text {
	border: none;
	width: 175px;
}

.wpcf7 textarea {
	width: 370px;
}

.wpcf7-submit, .gform_button {
	background: #f89623;
	padding: 3px 7px;
	box-shadow: 0 0 7px #343333;
	color: #fff;
	border: 1px solid #fff;
}

form#gform_2 label {
	color: #fff;
}

#field_2_1, #field_2_2 {
	width: 175px;
	float: left;
	display: block;
	clear: none;
}

#field_2_1 {
	margin-right: 12px;
}

#field_2_1 input.medium, #field_2_2 input.medium {
	width: 96%
}

/* gallery stuff */

.ad-gallery {
  width: 695px;
}


.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
.ad-gallery .ad-image-wrapper {
	width: 100%;
	height: 475px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
	border: 1px solid #CCC;
}

.ad-gallery .ad-image-wrapper .ad-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
  /* Or else IE will hide it */
	background: url(non-existing.jpg)\9
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(img/ad_prev.png);
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(img/ad_next.png);
	width: 30px;
	height: 30px;
	right: 0;
	left: auto;
}
.ad-gallery .ad-image-wrapper .ad-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
	border: 0;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 7px;
	text-align: left;
	width: 100%;
	z-index: 2;
	color: #000;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
	display: block;
}
.ad-gallery .ad-controls {
	height: 20px;
}
.ad-gallery .ad-info {
	/*float: left;*/
}
.ad-gallery .ad-slideshow-controls {
	float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
	padding-left: 5px;
	cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
	padding-left: 5px;
	font-size: 0.9em;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
	cursor: default;
	font-style: italic;
}
.ad-gallery .ad-nav {
	width: 100%;
	position: relative;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
	position: absolute;
	top: 0;
	height: 80px;
	z-index: 10;
}

/*Route Zoom Styles*/
#zoom-image {
	border: 1px solid;
	width: 675px;
}

/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
	height: 80px;
}
.ad-gallery .ad-back {
	cursor: pointer;
	left: 	0px;
	width: 13px;
	display: block;
	background: url(img/ad_scroll_back.png) 0px 50% no-repeat;
}
.ad-gallery .ad-forward {
	cursor: pointer;
	display: block;
	right: 5px;
	width: 13px;
	background: url(img/ad_scroll_forward.png) 0px 50% no-repeat;
}
.ad-gallery .ad-nav .ad-thumbs {
	overflow: hidden;
	/*width: 695px;*/
	margin: 0 20px;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
	float: left;
	width: 9000px;
	list-style: none;
}
.ad-gallery .ad-thumbs li {
	float: left;
	list-style-type: none ;
	list-style-image: none !important;
}
.ad-gallery .ad-thumbs li a {
	display: block;
}
.ad-gallery .ad-thumbs li a {
	margin: 3px;
	border: 1px solid #fff;
}

.ad-gallery .ad-thumbs li a img {
	display: block;
}            

.ad-gallery .ad-thumbs li a.ad-active {
	margin: 0;
	border:4px solid #666;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

#descriptions {
	height: 25px;
	overflow: hidden;
	text-align: center;
}

#descriptions p.ad-image-description span {
	display: none;
}

#descriptions p.ad-image-description strong.ad-description-title {
}

p.ad-info {
	text-align: center;
	margin: 7px 0;
}

/* widgets */

.widget h2, h3 {
	color: #333332;
}

/* mailchimp */

#mc_embed_signup {
	background: none !important;
}

/* other classes */

#breadcrumbs {
	color: #0055A5;
	padding-bottom: 17px;
}

.twitter-timestamp {
	font-weight: bold;
}

.indexbox {
	margin-bottom: -3px; margin-left: 3px; height: 14px; width: 14px; display: inline-block; border: 1px solid #333;	
}

.indextext {
	padding: 3px 13px; margin: 0 10px 7px 0; display: inline-block;
}

div.wpcf7-response-output {
	color: #fff;
}

input.transitform {
	width: 100%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

.img-border {
	border: 1px solid #333;
}

#transitform td {
	padding: 4px 0;
}
#ui-datepicker-div {
	font-size:60%;
}

.obscure { 
position: absolute !important; 
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
clip: rect(1px, 1px, 1px, 1px); 
} 

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }