/*Transit design by Val Dobson: valdobson@gmail.com*/

* {/*IE hack*/
		margin:0;
		padding:0;
		font-size:100%;
		}

	html, body {
		height:100%;
		}

body {
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	margin:5px}
p{
	margin: 0  0 2px 0;
	line-height: 1.5em;
	font-size: 0.9em;
}
p.breakhere {page-break-before: always}
.wrap{
	margin:0;padding:5px;
}

.imgboxleft{float:left; clear:right;margin:5px 5px 0 5px;
border:solid 1px;
	}
	.imgboxright{
	float: right;
	clear: left;
	margin: 5px 0 5px 5px;
	border: solid 1px;
		
}
	.imgboxright p{padding: 1px;
	text-align: center;
	font-style:italic;max-width: 100%;}

	.imgboxleft p{
	padding: 1px;
	text-align: center;
	font-style: italic;
	max-width: 100%;
}
table{text-align:left;border-width:1px;border-color:#006898; border-style:solid;border-spacing:0px;}
table td{padding:5px;border-width:1px;border-color:#006898; border-style:solid;border-spacing:0px;cellspacing:0px;font-size: 0.9em;}
hr{height:1px;
width:75%;
color: #006898;}
ol{font-size:0.9em;
line-height:1.2em;
padding: 0 1em 0 1em;
margin:o;	
}
acronym{
	cursor: help;}
a:link {
	color: #006898;}
a:visited {
	color: #330099; }
a:hover {
	text-decoration: underline;
	font-weight: normal;
	background-color: #DCDCDC;
}
/*--------------------------------*/
h1{/*This is the title graphic*/
	width:100%;
	height:150px;
	margin-bottom: 5px;
	background-color: #006898;
	overflow: auto;
	background-image: url(images/transitTitle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	}
h2 {/*This is the headline strap for articles*/
text-transform:uppercase;
	font-size: 1.2em;
	background-color: #9DCFFF;
	background-image: url(images/TransitLogoSmall.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 40px;
	font-weight: bold;
	width: auto;
	height: 50px;
	margin:5px 0 5px 5px;
	vertical-align: middle;
}

			
h3{/*This is the dateheading beneath the index page main title*/
	font-family: "Millenium SF", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #ffffff;
	width: auto;
	height: auto;
	position:absolute;
	top:115px;
	left:100px;
}
h4{/*For centred subheadings*/
	background-color:#9DCFFF;
	font: "MS Sans Serif", Geneva, sans-serif;
	font-size: 110%;
	text-align:center;
	margin: 1px 0px 1px 0px;
}
h5{/*This is for sub-headings on the Index page.  Identical to H6 heading, but the reduced width means they don't spill out of the Content div in Firefox*/
background: #9DCFFF;
	padding:1px;
width:75%;
	margin-bottom:2px;
	margin-top:0;
	font-size: 90%;
	text-transform:uppercase;
}
h6{
	/*This is for the menu headings*/
	background: #9DCFFF;
	padding:1px;
	width:100%;
	margin-bottom:2px;
	margin-top:0;
	font-size: 90%;
	text-transform:uppercase;
}
.small_hdr{
/*This goes at the top of the inside pages, provides a link back to the home page*/
background-color: #006898;
	color:#ffffff;
	padding:2px;
	text-align:center;
	vertical-align:center;
	font-family: "Millenium SF", Tahoma, Verdana, Arial, sans-serif;
	font-size: 110%;
	width:auto;
	height:2em;
	clear:both;
	margin:5px;	
}
.small_hdr a{
color:#ffffff;
display:block;
text-decoration:none;
}
.small_hdr a:hover {
	text-decoration: underline;
	display: block;
	background-color: #006898;
	color: #E0FFFF;
}
	.small_hdr a:visited {
		color: #DCDCDC;
		display:block;
	background-color: #006898;
	}
/*-----------------------------------*/
	.contents{/*This is for the main body of articles*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 5px 0 5px 5px;
		height: 100%;
	width: 81%;
	font-size: 0.9em;
	line-height: 1.4em;
float:left;	clear:right;
}
.byline{	/*Author's byline under article title*/
font: italic bold 1em  sans-serif;
float:left;clear:right;
margin: 5px 50px 5px 25px;
} 
.credit{	/*This is where author's bio and photo goes*/
	border: 1px solid #006898;
	padding:5px;
		margin: 5px 5px 5px 0px;
		}
		.credit p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	text-align: center;
}
		
.news{/*this is for any "text alongside text" stuff - eg like newspaper pages.*/
/*  Useful for short items on the front page.*/
	display: block;
	width: 40%;
	clear: left;
	float: right;
	margin:0  0 0 5px;
	padding: 5px;
		border-width: 0px 0px 0px 2px;
	border-style: solid;
	border-color: 	#006898;
}
.news p{
	font-family: Tahoma, Times New Roman, serif;
	font-size: 0.9em;
	font-style:italic;
	line-height: 120%;
}

}
/*-------------------------------------*/
	.spacerGif{/*Useful for breaking up lenghty text if you don't have any images handy*/
	padding:5px 0px;
	background-image: url(images/line1.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 100%;
	background-position: left center;
}
/*------------------------------------------*/
/*These are all the menu and sidebox tags*/
.sideboxwrap{/*This wraps the menu, credit and ads on the left*/
	float:left;
		width: 17%;
}
.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	border: 1px solid #006898;
	height: auto;
	
}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu li {font-size:0.9em;
	line-height: 1.2em; 
	list-style-type: none;
	display: block; 
	margin-bottom:1em;
			}
.menu a:hover {
	text-decoration: underline;
	display:block;
	}
.menu a{text-decoration:none;
display:block;
	}
.menu a:visited {
	color: #006400;
}
/*--------------------------------*/
.footer{/*Goes at the foot of each page - carries contact details*/
	background-color: #006898;
	color:#ffffff;
	padding:2px;
	text-align:center;
	vertical-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	font-style: italic;
	width:auto;
	height:3em;
	clear:both;
	margin:10px 5px;
}
.footnote {/*For footnotes at the bottom of articles*/
font-size: 0.8em;
		font-style:italic;
		float:left; clear:both;
}

.quote{
	font-family: "Courier New", Courier, mono;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
}
.pullquoteleft{
	display: block;
	width: 40%;
	clear: right;
	float: left;
	margin: 0 5px 0 0;
	padding: 5px;
	line-height: 140%;
	background-color: #F0F8FF;
	font-family: Georgia, Tahoma, Times New Roman, serif;
	font-size: 1.3em;
		border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: 	#006898;
}
.pullquoteright{
	display: block;
	width: 40%;
	clear: left;
	float: right;
	margin:0  0 0 5px;
	padding: 5px;
	font-family: Georgia, Tahoma, Times New Roman, serif;
	font-size: 1.3em;
	line-height: 140%;
	background-color: #F0F8FF;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: 	#006898;
}
/*These are the adboxes*/
.adbox{	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
height:120px;
	border: 1px solid #006898;
	padding:2px;
		margin: 5px 5px 5px 0px;
		text-align:center;
}
.adbox p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
}
.adskyscraper{width:120px;
height:600px;
float:right;clear:left;
border: 1px solid #006898;
	margin-left:10px;
	width:120px;
	padding:2px;
	text-align:center;
}
.adskyscraper p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
}

.skipnav{/*This is for users reading the page with a screen reader.*/
/*It will enable them to skip the repetitive navigation menu on each page*/
/*and should be placed at the top of the page somewhere, before the menu.*/
/*Make sure you put in the contents link that it points to, as well:*/
/*i.e. <a name="#content" id="#content"> <h2>article headline</h2></a>*/
display:none;
font-size:0.7em;
border: 1px solid #006898;
display:none;
color:#000000;
margin:5px 5px 5px 0;
padding:5px;
text-align:center;
}
.skipnav a{display:block;
text-decoration:none;	
}