/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

body { 
	background: #cccccc;
	/*background-image:url(images/pinstripe.gif);
	background-position:top left;
	background-repeat:repeat;*/
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/*position:absolute;*/
}

p {
	margin-bottom:8px;
}

ul {
list-style-type:none;
}

li {
list-style-type:none;
}

#container {
	margin: 0px auto 0px;
	width: 800px;
	position: relative;
	background-color:#fff;
}

#navcontainer {
	height: 141px;
	float: left;
	background-color: #000;
	background-image: url(images/TFL%20Top%20Banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navcontainer ul { 
	margin-top: 119px;
	height: 22px;
}

#navcontainer ul li {
	float: left;
	font: 12px/20px Arial, sans-serif;
	text-align: center;
}

#navcontainer a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 69px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background: url("images/navbgnew.gif") repeat-x;
}

#navcontainer li.divider {
	width: 12px;
	display: block;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
#navcontainer li.norm {
	background: url("images/diagnorm.gif");
}

#navcontainer li.lefty {
	background: url("images/diagleft.gif");
}

#navcontainer li.righty {
	background: url("images/diagright.gif");
}

#navcontainer li.both {
	background: url("images/diagboth.gif");
}

#navcontainer li.active a{ 
	color: rgb(20,118,197); 
	background: url("images/navbgovernew.gif") repeat-x;
}

#navcontainer li a:hover  { 
	color: rgb(20,118,197);
}

/*#backbutton {
	z-index:3;
	position:absolute;
	top:40px;
	left:680px;
	width:50px;
	height:50px;
	display:block;	
}*/

#main {
	float: left;
	background: url("images/background.gif") no-repeat top left;
	/*background: url("images/TFL-Juno-Cut-out-Blur-JK.jpg") no-repeat top left;*/
	background-color:#fff;
	width:800px;
	height:600px;
	display:block;
	position:relative;
	left:0px;
	/*
	position:absolute;
	top:141px;*/
	top:0px;
}

#main2 {
	float: left;
	/*background: url("images/background.gif") no-repeat top left;*/
	background: url("images/TFL-Juno-Cut-out-Blur-JK.jpg") no-repeat top left;
	background-color:#fff;
	width:800px;
	height:600px;
	display:block;
	position:relative;
	left:0px;
	/*
	position:absolute;
	top:141px;*/
	top:0px;
}

#mainText {
	height:150px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 40px;
 }
 
 #mainText h1 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight:500;
}

#mainText a {
	color: rgb(28,38,110);
	text-decoration: none;
}

#mainText a:hover {
	color:rgb(99,125,186);
	text-decoration: none;
}

#newscontainer {
	height:500px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
 }
 
#newscontainer h1 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight:500;
}

#newspanel {
	height: 500px;
	overflow:visible;
	margin-right:10px;
	margin-left:50px;
	margin-top:25px;
}

#newspanel1 {
	height: 410px;
	overflow:scroll;
}

#newspanel2 {
	height: 390px;
	overflow:hidden;
	background-color:#eeeeee;
}

#newspanel h1 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight:500;
}

#newspanel a {
	color: rgb(28,38,110);
	text-decoration: none;
}

#newspanel p {
	padding-bottom:50px;
}

#newspanel a:hover {
	color:rgb(99,125,186);
	text-decoration: none;
}

#newspanel li.wi {
	float:left;
	display:block;
	width:250px;
}

#newspanel li.na {
	float:left;
	display:block;
	width:55px;
}

#newspanel img {
	padding-bottom:10px;
	padding-top:10px;
}

#newstitle {
	display:block;
	float:left;
	width:700px;
}

#rnpanel {
	/*height: 100px;*/
	float: right;
	/*display:list-item;
	list-style-type:none;*/
}

#newspanel li.wide {
	 width:400px;
	 /*display:block;*/
	 float:left;
	 margin-right:10px;
	 margin-bottom:50px;
	 margin-top:10px;
}

#newspanel li.narrow {
	 width:300px;
	/* display:block;*/
	 float:left;
	 border-bottom-width:1px;
	 margin-top:5px;
}

#images {
	width: 100%;
}

#images img {
	border: 0px;
	margin-right: -3px;
}

#imagestext {
	width: 100%;
	height:100px;
}

#imagestext img {
	border: 0px;
	margin-right: 0px;
}

#text {
	width: 385px;
	height: 236px;
	padding-left:50px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
	background-image:url(images/contact_02.jpg);
	background-position:top left;
}

#text a{
	color: rgb(28,38,110);
	text-decoration:none;
}

#text a:hover{
	color:rgb(99,125,186);
	text-decoration:none;
}

#carimagestext {
	width: 100%;
	height:100px;
}

#carimagestext img {
	border: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#cartext {
	width: 310px;
	height: 305px;
	padding-left:50px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:0px;
	background-image:url(images/cargrey.jpg);
	background-position:top left;
}

#cartext li{
	width:150px;
	display:block;
	height:19px;
	float:left;
}

.linkcol {
	width:100%;
	height:400px;
	background-image:url(images/linkscatback.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.linkcol a{
	color: rgb(28,38,110);
	text-decoration: none;
	display:block;
	width:120px;
	height:25px;
}

#carcol {
	width:100%;
	/*height:550px;*/
	margin-top:10px;
}

#carcol li{
	text-decoration: none;
	display:block;
	float:left;
	padding:0px;
	margin:0px;
}

#carcol li.wide{
	 width:470px;
	 display:block;
	 float:left;
	 height:80px;
	 margin-top:5px;
}

#carcol li.narrow{
	 width:100px;
	 display:block;
	 float:left;
	 margin-left:30px;
	 height:80px;
	 margin-top:5px;
}

#carcol li.image{
	/* height:2px;*/
}


#carcol li hl{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#carcol a{
	color: rgb(28,38,110);
	text-decoration:none;
	line-height: 22px;
}

#carcol img{
	margin-top:10px;
}

.tutor{
	margin-top:7px;
	width:100%;
	height:22px;
}

.tutor li {
	float: left;
}

.tutor a {
	color: rgb(28,38,110);
	text-decoration: none;
	text-align:left;
	display: block;
	width:220px;
	margin-right:10px;
}

.large {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:500;
}
.large a {
	text-decoration: none;
	color: rgb(0,0,0);
}

.large a:hover {
	color: rgb(99,125,186);
}

.slashes {
color: rgb(99,125,186);
}

.grey a {
	color: rgb(200,200,200)
}

.lower {
	background-color: #ffffff;
	float: left;
	width: 100%;
	padding-bottom: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#footer {
	color: #fff;
	background: #000 none repeat-y;
	height: 30px;
	font-size: 9px;
	line-height: 30px;
	text-transform: lowercase;
	text-align: left;
	float: left;
	width: 100%;
	/*position:absolute;
	top:741px;*/
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

#contact { 
	text-transform: lowercase;
	margin-left:42px;
	margin-right: 8px;
	font-size:12px;
}

#emailAddress {
	margin-left: 8px;
	margin-right: 210px;
	font-size:12px;
}

#conditions {
	height: 30px;
	margin-left: 77px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	color: rgb(99,125,186);
}
