/*
	Style sheet for TRL
	Last updated: 19/06/2008
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: 'lucida grande', tahoma, Verdana, Arial, Helvetica, sans-serif;  
	font-size: 100%; 
	color: #0171b9;
	line-height: 160%;
	margin:0;
	padding:0;
	}
	
body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 80%; 
	}

#wrapper {
	margin:0 auto;
	padding: 0;
	width: 965px;	 
	background: #fff;
	text-align: left;
	vertical-align: top;
	}

#header {
	margin: 0px;
	padding: 0;
	height: 240px;
	}


#navigation {
	color: #a9c5f2;
	background:#0171b9;
	padding: 0;
	border-bottom: solid 5px #fff;	
	border-top: solid 5px #fff;
	width: 965px;
	
	}
	
#leftnavigation {
width: 215px;
	}

#maincontent{
width:510px;
padding:0 30px 0 30px;
	}
	
#quotecontent {
	margin: 0;
	padding: 10px;
	text-align: left;
	}
	
#privacy {
	text-align:left;
	padding: 10px ;
	}
	
#sitemap {
     float:left;
	}
		
#rightnavigation {
width: 215px;
	}
	

#footer {
	margin: 0;
	padding: 0 0 5px 5px;
	text-align:center;
	background:#0171b9;
	}

	


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h3, h4, h5, h6 {
	color: #a9c5f2;
	font-size: 180%; 
	}
	
h1 span {
	color:#0171b9;
	}
	
h2 {
	margin:6px 0 0 35px;
	font-size: 120%;
	color: #0171b9;
	}

h2 span {
	color:#a9c5f2;
	}
	
p {
	margin: 10px 0 10px 0;
	}
	
.secondtitle {
	font-size: 150%;
	}


#rightnavigation h1 span {
	color: #a9c5f2;
	}
	
#rightnavigation h1 span  {
	color: #fffe66;
	font-size: 70%;
	}
	
#rightnavigation h2{
	color: #fffe66;
	}
	
	
#rightnavigation p  {
	font-size:95%;
	color: #fff;
	}
	
#rightnavigation p span  {
	color: #fffe66;
	font-weight: bold;
	}

	
#footer p {
	color: #fff; 
	font-size:90%;
	}
	
ul {
	margin:0 0 0 20px;
	}


li {
	padding-bottom:3px;
	list-style-type: square;
	}


.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: none;
	color: #4369b5;
	background: transparent; 
    }

a:hover {
    text-decoration: underline;
	color: #474766;
	background: transparent; 
    }



#rightnavigation p  {
	margin-bottom:0;
	}


#footer a{
	color: #fff;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	}


#footer a:hover {
	color: #fff; 
	text-decoration: underline;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.bluebox {
	background-color: #0171b9;
	margin: 0 0 0 0;
	padding: 0 0 0 3px;
	border-left: 8px solid #FFFB69;
	}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: none;
	}
	
td {
	vertical-align:top;
	}

hr {
    border: none;  
    border-bottom: 1px solid #ccc;
	height: 1px;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0px; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #0080ad;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #0080ad;
	}

.center {  
    text-align: center;
    }

.rightnavtitle {
	font-size: 120%;
	}
	
.rightnavtitleyellow {
	font-size: 120%;
	color:#fffe66;
	}
	
.trlheader {
	font-size: 125%;
	font-weight: bold; 
	}

#contacttable {
		width: 400px;
		padding: 5px;
		margin: 5px auto;
		}	
	
#contacttable td.leftcolumnwidth {
		width:150px;
		}	
#contacttable td.rightcolumnwidth {
		width:200px;
		}		


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	margin: 5px;
	}

fieldset {
	width:120%;
	padding:0 4px 4px 6px;
	}
	
legend {
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#0080ad;
	}

.blurred {
	border: #0080ad 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

#topnav{
	padding: 5px 0 5px 5px;
	text-align:center;
	width: 965px;
	}

#topnav ul, #topnav li{
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 2px 5px;
	text-decoration: none;
	color: #a9c5f2;
	font-size:11px;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #99cccc;
	}

#topnav a:hover {
	color: #fffe66; 
	}

