/*
default red colour defined as #b02a07
*/

body {
	background: #212121 url(/templates/default/images/background.jpg) repeat-x;
	color:#fff;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
}

.navigationComplete, .panel, h1, h2 ,h3, #header, #footer {
	font-weight:normal;
	font-family: "Trebuchet MS";
}

.clear, .clr { clear:both;}

* { }

a img { border:0;}

#header {position:relative; height:154px;}

#header span {position:absolute; top:62px; color:#666; font-size:20px;}

#wrapper {
	position:relative;
	width:960px;
	margin:0 auto 40px auto;
	z-index:0;
}

#selector {
	position:absolute;
	top:200px;
	right:15px;
	z-index:100;
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
	height:95px;
}

#selector a {
	display:block;
	width:64px;
	height:30px;
	text-align:center;
	padding-top:65px;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
}

#selector li {
	float:left;
	padding-right:10px;
	height:64px;
}

a#airSelector { background:url(/templates/default/images/icons/airIcons.gif) no-repeat;}
a#roadSelector { background:url(/templates/default/images/icons/roadIcons.gif) no-repeat;}
a#railSelector { background:url(/templates/default/images/icons/railIcons.gif) no-repeat;}
a#seaSelector { background:url(/templates/default/images/icons/seaIcons.gif) no-repeat;}

#selector a:hover { background-position: -64px 0;}

#sea, #air, #rail {display:none;} /* turn off all other panels. These are then turned on in jquery*/

#air {background:url(/templates/default/images/air.jpg) no-repeat;}

#slider.thin #air {background:url(/templates/default/images/airFullColour.jpg) no-repeat;}

#road {
	background:url(/templates/default/images/road.jpg) no-repeat;
}

#sea{
	background:url(/templates/default/images/sea.jpg) no-repeat;
}

#rail {
	background:url(/templates/default/images/rail.jpg) no-repeat;
}

.hidden {
	display:none;
}

#slider .panel h1 {
	font-size:44px;
	color:black;
	margin:15px 0 0 0;
	text-transform:capitalize;
}

#slider.thin h1 {
	padding:20px 20px 0 10px;
	margin:0;
	font-size:44px;
	color:black;

}

.panel p {
	padding-left:25px;
	margin:15px 0 0 0;
}

.column {
	float:left;
	padding:15px 15px 0 15px;
	width:445px;
	min-height:150px;
}

.column p {
	margin-bottom:10px;
	padding:0;
	color:#999;
	line-height:140%;
}

.floatLeft {
	float:left;
}

ul.navigationComplete {
	font-size:14px;
	background:url(/templates/default/images/navBG.jpg) no-repeat;
	height:38px;
}

ul.navigationComplete {
	list-style: none;
	padding: 0 0 0 9px;
	margin: 0;
	font-size:12px;
	background:url(/templates/default/images/navBG.jpg) no-repeat;
	height:38px;
	}

ul.navigationComplete li {
	float: left;
	display: inline;
	padding-right: 2px;
	}
		
ul.navigationComplete li a {
	display: block;
	text-align:center;
	min-width:70px;
	height: 30px;
	line-height: 28px;
	color:#fff;
	text-decoration:none;
	background: url(/templates/default/images/nav.jpg) 0px 0px repeat-x;
	}
	
ul.navigationComplete li a:hover {
	color:#b02a07;
	background: url(/templates/default/images/nav.jpg) 0px -46px repeat-x;
	}
	
ul.navigationComplete li ul {
	margin: 0 0 0 -20px;
	width: 110px;
	position: absolute;
	padding: 0;
	left: -999em;
	background:url(/templates/default/images/menuDropdownBG.png) 0 bottom no-repeat ;
	padding: 0 20px 40px 20px;
	/*z-index:10;*/
}

ul.navigationComplete li ul li {
	padding:10px 20px 0 0;
	margin:0;
}

ul.navigationComplete li ul li a {
	height:auto;
	line-height:130%;
	text-align:left;
	/*font-size:80%;*/
	background: url(/templates/default/images/subnav.jpg) 0px 0px repeat-x;
	}
	
ul.navigationComplete li ul li a:hover {	
	background: url(/templates/default/images/subnav.jpg) 0px 0px repeat-x;
	color:#b02a07;
	}
	
ul.navigationComplete li {
	position: relative;
	}
	
ul.navigationComplete li:hover ul, ul.navigationComplete li.sfhover ul {
	left: auto;
	}
	
h1 {
	font-size:20px;
	margin-bottom:10px;
}

#content a, #footer a {
	color:#fff;
	text-decoration:none;
	border-bottom: 1px dotted #fff;
}

#content a.img {border:none;}

#content a.img:hover {border:none;}

#content a:hover, #footer a:hover {color:#b02a07; border-bottom:1px dotted #b02a07;}

h2 {font-size:18px;}

h3 {}

h4 {
	font-size:16px;
	color:#d02d03;
	font-weight:normal;
}

h2 span {
	color:#FFF;
	font-size:80%;
}

.accordion h1 {
	background:url(/templates/default/images/headingTag.jpg) 0 0 no-repeat;
	padding: 0 0 0 40px;
	cursor:pointer;
}

.accordion h1.hover {background:url(/templates/default/images/headingTag.jpg) 0 -85px  no-repeat; }	

#slider {
  width: 960px;
  margin: 0;
  padding:0;
  position:relative;
  background:url(/templates/default/images/topBox.jpg) no-repeat;
  height:300px;
}

#slider.thin {
	height:95px;
}



.scroll {
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  width:930px;
  margin-left:15px;
}

.scrollContainer {
	width:930px;
}

.scrollContainer div.panel {
	padding:15px 15px 15px 400px;
	height: 270px;
	width: 515px; /* change to 560px if not using JS to remove rh.scroll */
	color:#666;
	overflow:hidden;
}

#slider.thin .panel {
	height: 120px;
	padding:15px;
}



#content {width:960px; float:left; background: url(../images/bgGlow.jpg) 265px 0 no-repeat;} /*floated left due to IE6 shunting the background off to the right*/

#footerWrapper {
	border-top:1px solid #333;
	background:#141414;
	height:200px;
}

#footer { margin:0 auto; width:930px; padding:15px; text-align:center; color:#a0a0a0;}

#footer ul.parentMenu{ list-style:none; padding-bottom:20px;}

#footer ul.parentMenu li {display:inline; padding:10px;}

.border {border:1px solid #fff;}

.dateContainer {
	width:40px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	border:1px solid #b02a07;
	background:#d4d4d4;
	padding: 0;
	margin: 0 10px 0 0;
	float:left;
}

.dateContainer p {
	margin:0;
	padding:0;
	text-align:center;
	font-weight:bold;
	}

.dateContainer p.month {
	color:#fff;
	background:#b02a07;
	padding: 0;
	margin: 0;
}

.dateContainer p.year {font-size:10px; color:#212121; background:#999;}

.dateContainer p.date  {
	color:#212121;
	font-size: 16px;
	padding: 0 0 2px 0;
}


.dateContainer p sup {
	font-size:0.7em;
}

.newsArticle { /*border:1px solid #fff;*/ padding:0; margin-bottom:10px;}

.newsArticle h2, .newsArticle .author { margin:0; padding:0;}

.widget ol { margin:0; padding:0; list-style:none;}

.widget ol li, .newsArticle {padding-bottom:10px;background: url(/templates/default/images/borderBottom.jpg) 0 bottom repeat-x;}

#content .widget a.moreLink {border-bottom:none; margin-top:10px; text-indent:200px; display:block; background: url(/templates/default/images/moreButton.png) no-repeat; width: 100px; overflow:hidden; cursor:pointer;}

#content ul {
	list-style:url(/templates/default/images/bulletArrow.png);
}

#content ul li { padding-bottom:10px;}

#content blockquote { font:normal 16px Georgia, "Times New Roman", Times, serif;}

img.left {float:left; padding:0 10px 10px 0;}

img.right {float:right;padding:0 0 10px 10px;}

fieldset {background: #141414; border:0;}

p#map {
	width: 445px;
	height: 400px;
	}
	