/*
contents

	1. Defaults
	2. Structure
	3. Links and navigation
	4. Fonts
	5. Images
	6. Hacks

Notes

*/


/* =Defaults
-----------------------------------------------------------------------------*/
		
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
a:link, a:visited {
	text-decoration:none;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em;
}

/* remove the inconsistent (among browsers) default margin and padding */
* {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img {
	border:none
}

/* de-italicize address */
address {
	font-style:normal
}

/* more varnish stripping as necessary... */
		
/* =Structure
-----------------------------------------------------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	width: 744px;
	margin:  0 auto;
	padding:10px 8px;
	text-align: left;
	background: url(../images/oneColCentre.jpg) repeat-y;
}

#logo {
	float: left;
	background: url(../images/trainstationLogo.png) no-repeat;
	width: 75px;
	height: 64px;
	margin: 0 10px;
}
		
#header {
	float: left;
	padding: 0px 10px 20px 0px;
}

ul#navigation {
	float: right;
	padding: 30px 20px 0 0;
}

#banner {
	width: 744px;
	height:	204px;
	background: url(../images/banner.jpg);
}

#content {
	clear: both;
	background-color: #E3F0F6;
	border-bottom: 1px solid #DCDCDC;
}

#primaryContent {
	float: left;
	width: 208px;
	padding: 20px;
	background: url(../images/divider.png) no-repeat right top;
}

#secondaryContent {
	float: left;
	width: 208px;
	padding: 20px;
	background: url(../images/divider.png) no-repeat right top;
}

#tertiaryContent {
	float: left;
	width: 208px;
	padding: 20px;
}

p {
	padding-top: 10px;
}

/*target all p's in content div's*/
#content div p{
	float: left;
	width: 100px;
	font-size: 11px;
}

/*target all img's in content div's*/
#content div img{
	float: left;
}

#welcome {
	float: left;
	width: 456px;
	padding: 20px 20px 0 20px;
}

#advert {
	margin: 20px 0;
}

#welcome h3 {
	padding: 10px 0;
}

#sideBar {
	float: right;
	width: 208px;
	padding: 20px;
}

#sideBar li {
	padding: 0 0 5px 0;
}

#sideBar ul {
	border-bottom: 1px solid #999;
}

#advert {
	float: left;
	width: 456px;
	height: 101px;
	padding: 0 20px 20px 20px;
}

#footer {
	text-align: center;
	padding: 30px;
}

.separator {
		clear: both;
		height: 0;
}

#welcome ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
}

#welcome li {
	margin-top: 10px;
}

table {
	/*Centre the table*/
	text-align:left; 
	margin-left: auto;
	margin-right: auto;
	border-spacing:0px;
	
	
	border-width:thin;
	border-style:none;
	width:460px;
	
/*	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;*/
}

td {
	width:350;
	padding:5px;
	vertical-align:top;
	border-width:thin;
	border-style:none;
}

/* =Links and Navigation
-----------------------------------------------------------------------------*/

a {
	color: #1E3463;
}
		
a:hover {
}

ul#navigation a {
	color: #1E3463;
}

ul#navigation ul{
}

ul#navigation li {
		display: inline;
		padding: 0 20px 0 0;
}
		
/* =Fonts
-----------------------------------------------------------------------------*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:12px;
	color: #585858;
}

#header {
	font-style: italic;
}

ul#navigation {
	font-size: 14px;
}

ul#navigation a {
	padding-top:10px;
	background: url(../images/linkHeader.png) no-repeat right top;
}

ul#navigation a:hover {
	background: url(../images/linkHeaderRoll.png) no-repeat right top;
}

#content li{
	margin-left: 20px;
	color: #1D81CD;
}

b {
	font-size: 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 20px;
	color: #1E3463;
}

h4 {
	font-size: 18px;
	padding: 10px 0 5px 0;
}

h5 {
	font-size: 16px;
	padding-top: 10px;
}

p {
}

ul {
}

/* =Images
-----------------------------------------------------------------------------*/

		
/* =Hacks
-----------------------------------------------------------------------------*/

body { /* IE 5 centring bug fix */
		text-align: center;
}