/*---- Header styling ---*/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, div, span, applet, object, iframe, ul, li, p, h1, h2, h3, h4, h5, h6 {
	margin:  0px 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	color: #383838;
}
#content ul {
	padding-left: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#content li {
	padding-bottom: 5px;
}

p {margin: 0 0 5px 0; line-height:120%;}


#outerWrapper #header #logo {
	width: 320px;
	background-image: url(../images/logo-thetravellink.gif);
	background-repeat: no-repeat;
	height: 133px;
	color: #007EBA;
	float: left;
	background-position: 10px 0px;
}
#outerWrapper #header #logo p {
	text-indent: -9999px;
}


/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 82%;
	line-height: 120%;
	margin: 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}


/* Commonly used to style page titles. */
h1 {
	color: #ae020b;
	font-size: 150%;
	font-weight: normal;
	padding: 0px;
	letter-spacing: 0em;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
/* Commonly used to style section titles. */
h2 {
	font-weight: bold;
	padding: 0px;
	font-size: 130%;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	line-height: 130%;
	color:#666;
}
h4 {
	color: #A20013;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 110%;
}



/* Sets the style for unvisited links. */
a,  a:link {
	color: #A20013;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #383838;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	text-decoration: underline;
	color: #A20013;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #A20013;
	text-decoration: underline;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #0068A2;
}
#outerWrapper #topNavigation {
	height: 30px;
	clear: both;
	width: 875px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 43px;
	margin-bottom: 0px;
	margin-left: 42px;
}
#outerWrapper #header #contactdetails {
	float: right;
	width: 157px;
	clear: none;
	margin-top: 44px;
	margin-right: 44px;
}
#outerWrapper #header #coachtrac {
	float: right;
	width: 165px;
	clear: none;
	line-height: 100%;
	text-indent: -9999px;
	margin-right: 44px;
	margin-top: 44px;
}
#coachtrac a {
	background-image: url(../images/coachtrac.gif);
	display: block;
	height: 64px;
	width: 165px;
}
#coachtrac a:hover {
	background-image: url(../images/coachtrac-over.gif);
	background-repeat: no-repeat;
}


#contactdetails h2 {
	color: #3B6C17;
	font-size: 120%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#contactdetails h1 {
	font-weight: bold;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}

#outerWrapper #contentWrapper {
	padding-top: 30px;
	padding-right: 70px;
	padding-left: 70px;
	height: auto;
	width: 820px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#footerpic {
	height: 99px;
	background-image: url(../images/homefooter.gif);
	background-color: #0068a2;
	position: relative;
}

#rightColumn1 {
	float: right;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
	clear: none;
	width: 258px;
	margin: 0px;
}
#rightColumn3 {
	float: right;
	height: auto;
	background-color: #FFFFFF;
	clear: none;
	width: 230px;
	list-style-type: disc;
}



#bulletsColumn1 ul {
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bulletsColumn1 li {
	padding-bottom: 5px;
	color: #A20013;
}
	
#bulletsColumn1 {
	float: right;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px;
	clear: none;
	width: 258px;
	font-size: 92%;
}
	
.wrapper {
	clear: both;
	width: 100%;
	padding-top: 20px;
	float: left;
}
#rightColumn1 li {
}


.coachwrapper1, .coachwrapper2 {
	clear: none;
	width: 310px;
	float: left;
	height: 460px;
	padding: 35px;
	border: 1px dotted #ccc;
	margin: 30px 20px 0 0;
}

.timetablewrapper {
	clear: none;
	width: 310px;
	float: left;
	height: 120px;
	padding: 35px;
	border: 1px dotted #ccc;
	margin: 30px 20px 0 0;
}

.book a {
	background-image: url(../images/btn-hire.jpg); background-repeat: no-repeat; display: block; height: 63px; width: 165px;  outline:none;}
.book a:hover {
	background-image: url(../images/btn-hire-over.jpg); background-repeat: no-repeat; }
.book {
	float: none;
	text-indent: -9999px;
}
	
.timetable a {
	background-image: url(../images/btn-timetable.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 63px;
	width: 165px;
}
.timetable a:hover {
	background-image: url(../images/btn-timetable-over.jpg);
	background-repeat: no-repeat;
}
.timetable {
	float: none;
	text-indent: -9999px;
	margin: 10px 0 0 0;
}


.col1 {
	width: 248px;
	clear: none;
	float: left;
}
.col1 ul {
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.col1 li {
	padding-bottom: 5px;
}

#rightColumn2 {
	padding: 0px; margin-top: 0; margin-right: 0; margin-bottom: 40; margin-left: 0px; height: auto; width: 540px; float: right; background-color: #FFFFFF; }


#outerWrapper #contentWrapper #leftColumn1 {
	float: left; width: 173px; height: 228px; background-color: #333333; margin-top: 0px; margin-right: 3px; margin-bottom: 0px; margin-left: 0px; padding-top: 19px; padding-bottom: 0px; padding-left: 51px; color: #FFFFFF; padding-right: 51px;
}
.pdf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 82%;
	padding-left: 50px;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
}
#rightColumn1 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pdf a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 118%;
	list-style-type: none;
}
.pdf a:hover {
	text-decoration: underline;
	color: #A20013;
}
.pdf li {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	list-style-position: inside;
}


/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0px;
	height: auto;
	width: 530px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#btncoachtrac {
	text-indent: -9999px; }
#btncoachtrac a {
	background-image: url(../images/btn-coachtrac.jpg);
	background-repeat: no-repeat;
	width: 162px;
	display: block;
	height: 66px;
	outline:none;
}
#btncoachtrac a:hover {
	background-image: url(../images/btn-coachtrac-over.jpg); background-repeat: no-repeat; }
	
#btncommuterfares {
	text-indent: -9999px; }
#btncommuterfares a {
	background-image: url(../images/btn-commuterfares.jpg);
	background-repeat: no-repeat;
	width: 162px;
	display: block;
	height: 66px;
	outline:none;
}
#btncommuterfares a:hover {
	background-image: url(../images/btn-commuterfares-over.jpg);
	background-repeat: no-repeat;
}
#btncontactus {
	text-indent: -9999px; }
#btncontactus a {
	background-image: url(../images/btn-contactus.jpg);
	background-repeat: no-repeat;
	width: 162px;
	display: block;
	height: 66px;
	outline:none;
}
#btncontactus a:hover {
	background-image: url(../images/btn-contactus-over.jpg);
	background-repeat: no-repeat;
}	



#footerlinks {
	width: 60%;
	float: left;
}
#footer a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#adams {
	float: right;
	width: 40%;
	text-align: right;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}


/* Navigation */
#nav {
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 875px;
	visibility: default;
	margin: 0px;
	float: left;
	padding: 0px;
}
#nav li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#nav a {
	float: left;
	padding: 0px;
	overflow: hidden;
	height: 30px!important;

}

#nav a:hover {
	background-position: 0 -30px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -30px;
}

#nav p {
	text-indent: -9999px;
}

#home a  {
	width: 110px;
	font-size: 50%;
	display: block;
	background-image: url(../images/nav/btn-home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	float: left;
	margin-right: 4px;
}
	
#coachhire a  {
	width: 110px;
	font-size: 50%;
	display: block;
	background-image: url(../images/nav/btn-coachhire.gif);
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	background-position: 0px 0px;
	margin-right: 4px;
	}
#morning a  {
	width: 152px;
	font-size: 50%;
	display: block;
	background-image: url(../images/nav/btn-morning.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	float: left;
	margin-right: 4px;
	}
#afternoon a  {
	width: 163px;
	font-size: 50%;
	display: block;
	background-image: url(../images/nav/btn-afternoon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	float: left;
	margin-right: 4px;
	}
#general a  {
	width: 156px;
	font-size: 50%;
	display: block;
	background-image: url(../images/nav/btn-general.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	float: left;
	margin-right: 4px;
	}
#commuting a  {
	width: 164px;
	font-size: 50%;
	display: block;
	background-image: url(../images/nav/btn-commuting.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	float: left;
	}

	
#s1 #nav #home a {
	background-position: 0 -30px;
}

#s2 #nav #coachhire a {
	background-position: 0 -30px;
}
#s3 #nav #morning a {
	background-position: 0 -30px;
}
#s4 #nav #afternoon a {
	background-position: 0 -30px;
}
#s5 #nav #general a {
	background-position: 0 -30px;
}
#s6 #nav #commuting a {
	background-position: 0 -30px;
}


#outerWrapper #contentWrapper #leftColumn2 {
	float: left;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 396px;
	height: auto;
	margin: 0px;
}

.clear {
	clear: both;
	height: 1px;
}


/* Contact form styles */
legend {
	color: #47A4D2;
	font-weight:bold;
	font-size: 1.1em;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 10;
	padding-left: 4px;
	margin: 0px;
}
form {
	margin-top: 10px;
	width: 100%;
}
form a {
	color: #ED2839;
}


fieldset {
	border: none;
	padding: 0px;
}

label{
	float: left;
	width: 180px;
	font-weight: bold;
	padding-left:5px;
}

input, textarea, select{
width: 220px;
margin-bottom: 7px;
text-align:left;
}

textarea{
	width: 220px;
	height: 100px;
}

.boxes{
width: 1em;
}

#submitbutton{
	margin-top: 5px;
	width: 146px;
	height: 25px;
}


.radio {
	width: 25px;
}
.checkbox {
	width: 440px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.formtext {
	margin-left: 5px;
}


/* Bottom content */

#footer {
	background-color: #383838;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 70px;
	height: 150px;
}

#toplinks {
	text-align:left;
	background-color: #303030;
	margin-right: 3px;
	padding-top: 18px;
	padding-right: 26px;

	float:left;
}

#toplinks ul, li {
	margin: 0px;
	text-align:left;
}

#toplinks ul {
	width: 520px;
	height: 97px;
		list-style:none;

}

.3rdCol {
	float: left;
}

#bottom {
	width:820px;
	height:45px;
	margin: auto;
}

#house {
	color:#ccc;
	font-size:85%;
	width:660px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}
#house li a, #house li {display:inline;padding: 0 4px 0 0;color:#666}


#carbon {background:url(/assets/images/cc_dwn.gif) no-repeat  0 0; width:133px;height:45px;float:right;text-indent:-3000px; outline:none;}
#carbon:hover {background:url(/assets/images/cc_over.gif); width:133px; border-bottom:none; outline:none;}

#house a:link {color:#ccc;text-decoration:none;}
#house a:visited {color:#666;text-decoration:none; border-bottom: 1px dotted #666;}
#house a:hover, #house a:active {color:#4694be;text-decoration:none;}

.helpful {
	font-size:85%;
	float:left;
	width:170px;
	color:#111;
	text-align: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.helpful h4 {padding: 0 0 12px 0;}
.helpful h5 {
	color: #808080;
	margin-bottom: 4px;
}
.helpful h4 a:link {color:#fff;text-decoration:none; font-weight:bold;}
.helpful h4 a:hover {color:#4694be; text-decoration:none;}

.helpful li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.helpful ul {
	margin: 0px;
	padding: 0px;
}
.helpful li a:link {color:#666666; text-decoration:none;}
.helpful li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.copyright {margin: 0 20px 0 0;}
.seo {margin: 0 0 0 20px;}


/*** Table Styles **/
.outertable {
	width: 820px;
}

.innertable{
	width: 820px;
}
.timestable {
	width: 820px;
}
.odd {
	background-color: #eaf7ff;
}
.even {
	background-color: #fff;
}
#tablestyles {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tablestyles td {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#tablestyles th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	background-color: #FFFFFF;
	color: #AE020B;
}
#tablestyles .timestable img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col2 {
	width: 256px;
	clear: none;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 10px;
	font-size: 92%;
}

/* Pop-ups */
.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

/*------------- Tables -------------*/






table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 6px 0 6px 0;}
tfoot { font-style: italic; }
caption { background: #ffc; }


table  {border: 2px solid #999;margin: 14px 0 14px 0; padding:6px;}
