@charset "utf-8";

@import url(resetCSS.css);
@import url(style.css);
/*

	File Description & Change Log
	-------------------------------------------------------

	Details
	-------

	Title: 		layout.css
	Author: 	Andy Smith
	Of:			Tsuko
	Creation:	25/02/2009

	Note:		This is the StyleSheet 
				that dictates the General 
				style of all of the rest 
				of the pages on the site.	

	Edits
	-----

	Author: 	Andy Smith
	Date:		08/02/2008

	Notes:		SPT Maroon	:-: #b60810	

	-------------------------------------------------------

*/

*{
	font-family:Arial, Helvetica, sans-serif;
	}

html{
	background-color:#e3e3e4;
	}

div#wrapper{
	width:47.25em;
	display:block;
	margin:2em auto;
	}

div#container{
	padding:1.5em;
	}

ul#main-menu{
	height:2.5em;
	}

ul#main-menu li{
	float:left;
	width:25%;
	}

ul#main-menu li a{
	width:70%;
	display:block;
	padding-left:30%;
	font-size:0.9em;
	height:2.8125em;
	line-height:2.8125em;
	}
	
ul#main-menu li.double a{
	line-height:1.3em;
	padding-top:0.25em;
	height:2.5625em;
	}
div#flash-Container{
	width:20.8125em;
	height:13.0625em;
	display:block;
	margin-left:23.5625em;
	}
	
div#content-text{
	float:left;
	width:22.125em;
	}

div#content-text p{
	margin-bottom:7px;
	}

div#container p.subtitles {
	margin-top:0.3em;
	}

h1, h2, h3{
	color:#b60810;
	}
	
div#footer,
h2{
	height:5em;
	}

div#footer{
	height:2em;
	}
	
div#footer ul li{
	float:left;
	line-height:2.8em;
	height:2.8em;
	font-size:0.7em;
	padding:0 1em;
	}

h2 a{
	display:block;
	width:25.375em;
	height:2.375em;
	text-indent:-500em;
	padding:2.5em 2em 0 0;
	}

	
h3{
	font-size:1em;
	margin-bottom:0.5em;
	}
	
form{
	border:1px solid #000;
	}
div#journeyPlanner{
	
	}
form#journeyPlannerForm{
	float:left;
	width:23em;
	}

div.formBlock{
	float:left;
	width:10.5em;
	padding:0.5em;
	}

div.formBlock label{
	font-size:0.8em;
	margin:0.25em 0;
	}

div.formBlock select{
	font-size:0.8em;
	}

div.formBlock select#dateH{
	margin:0.5em 0 0 0;
}
div.formBlock select#dateM{
	/*margin:0.5em 0 0.25em 3.4em;*/
	margin:0.5em 0 0 0;
	}
div.formBlock input{
	font-size:0.8em;
	}
	
div.formBlock div.seg-block{
	margin-bottom:0.25em;
	}
	
div.formBlock input#submit{
	float:right;
	padding:0;
	margin:5px 13px 0 0;
	}
