
html {
	min-width: 980px;	
	height: 100.1%; /* gives a scrollbar in Mozilla/Firefox */
	} 

* {
	padding: 0; margin: 0;
	}	

img {
	border: 0;
	}
ul, ol {
	list-style-type: none;		
	}
	
form {
	display: inline;
	}
input, select, textarea {

	}
input.button {
	border: 0;
	}	
sup {
	font-size: 0.6em; font-weight: bold;
	}	
		
	
/*** default links ***/

a {
  color: #000000;
	text-decoration: underline;
	}
a:visited {	
  color: #923917;
	}
a:hover {
	color: #EC5A22;
	}
	
	
/*** typography ***/

h1 {
	float: left;
	width: 662px;
	padding-bottom: 5px; border-bottom: 1px solid #CCCCCC;
	font: bold 1.7em Tahoma;
	text-transform: uppercase;
	}
h1.article {
	width: 540px;
	padding-right: 122px;
	font: normal 3em Tahoma;
	text-transform: none;
	}	
h2 {
	font: normal 1.4em Tahoma;
	padding-bottom: 3px;
	}
	
/*** common ***/
	
body {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #000000; background-color: #EEEEEE;
	}	

#wrapper {
	width: 980px;
	margin: 0 auto;
	}	

#access_nav {
	display: none;
	}
	
#header {
	float: left;
	width: 100%;
	color: #FFFFFF; background-color: #000000;
	}
#header a, #header a:visited {
	color: #DDDDDD;
	text-decoration: none;
	}	
#header a:hover {	
	color: #FFFFFF;
	text-decoration: underline;
	}	

#logo {
	float: left;
	width: 260px; height: 85px;
	}
#logo_print {
	display: none;
	}	
	
.cust_nav {
	float: right;	
	width: 500px; height: 67px;
	margin-top: 18px;
	color: #DDDDDD;
	list-style-type: disc;	
	}	
.cust_nav li {
	float: left;
	width: 120px;
	padding-bottom: 5px;
	}
.cust_nav a, .cust_nav a:visited {
	text-transform: uppercase;
	}	

#header_button {
	float: left; clear: both;
	margin-top: 10px;
	background: url(/images/layout/pushed-for-time.gif) no-repeat;
	}
#header_button a, #header_button a:visited {	
	display: block;
	width: 250px; height: 80px;
	}
#header_button a span {
	display: none;
	}
	
#header_msg {
	float: left;
	width: 690px;
	margin-top: 10px;
	}	
#header_msg .title {	
	font: normal 2em Tahoma;
	}
#header_msg .msg {	
	margin-top: 5px;
	color: #BBBBBB;
	font-size: 1.2em;
	line-height: 1.2em;
	}

#main_nav {
	float: left; clear: both;
	width: 100%;
	border-top: 1px solid #000000; border-bottom: 1px solid #000000;
	background: url(/images/nav/main_nav_bg.gif) no-repeat;
	}
#main_nav li {	
	float: left; display: inline;
	}
#main_nav li span {
	display: none;
	}
#main_nav a, #main_nav a:visited {
	display: block;
	height: 30px;	
	background-repeat: no-repeat;
	}
#main_nav_1 {width: 136px;}
#main_nav_2 {width: 198px;}
#main_nav_3 {width: 118px;}
#main_nav_4 {width: 174px;}
#main_nav_5 {width: 216px;}
#main_nav_6 {width: 138px;}
#main_nav_1.select {background: url(/images/nav/main_nav_1_select.gif);}
#main_nav_2.select {background: url(/images/nav/main_nav_2_select.gif);}
#main_nav_3.select {background: url(/images/nav/main_nav_3_select.gif);}
#main_nav_4.select {background: url(/images/nav/main_nav_4_select.gif);}
#main_nav_5.select {background: url(/images/nav/main_nav_5_select.gif);}
#main_nav_6.select {background: url(/images/nav/main_nav_6_select.gif);}
#main_nav_1:hover {background: url(/images/nav/main_nav_1.gif);}	
#main_nav_2:hover {background: url(/images/nav/main_nav_2.gif);}	
#main_nav_3:hover {background: url(/images/nav/main_nav_3.gif);}	
#main_nav_4:hover {background: url(/images/nav/main_nav_4.gif);}	
#main_nav_5:hover {background: url(/images/nav/main_nav_5.gif);}	
#main_nav_6:hover {background: url(/images/nav/main_nav_6.gif);}	
				
#content {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	}	
	
#breadcrumb {
	float: left;
	width: 100%;
	padding: 10px 0;
	}	
	
.left_col {
	float: left;
	width: 215px;
	padding: 0 10px 0 25px; margin-top: 20px;
	}
.left_col h3 {	
	padding-bottom: 20px;
	font: bold 1.7em Tahoma;
	text-transform: uppercase;
	}
.left_col ul, #new_site_launch_desc	{
	margin-left: 20px;
	color: #5F5F5F;
	}
.left_col li {
	padding-bottom: 4px;
	}
.left_col li a, .left_col li a:visited {
	color: #5F5F5F;
	text-decoration: none;	
	} 	
.left_col li a:hover {
	color: #EC5A22;
	text-decoration: underline;
	} 		
	
.right_col {
	float: right;
	width: 730px;
	margin-top: 20px;
	}

#one_col {
	float: left;
	width: 100%;
	margin-top: 20px;	
	}
	
#footer {
	float: left;
	width: 100%;
	color: #DDDDDD; background-color: #000000;
	}	
#footer a, #footer a:visited {
	color: #DDDDDD;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}	
#footer .links {
	float: left;
	width: 442px; height: 67px;
	padding: 18px 0 0 18px;
	}
#footer .links p {
	padding-bottom: 5px;
	}
#footer .links .iso_logo {	
	float: left;
	margin-right: 18px;
	}
#footer_contact {
	float: left;
	width: 934px; height: 27px;
	padding-left: 56px;
	background: url(/images/layout/footer_contact.gif) no-repeat;
	}
#footer_contact span {
	display: none;
	}	
#footer_contact a, #footer_contact a:visited {
	float: left; display: inline;
	height: 27px;
	}
#footer_contact_us {width: 432px;}
#footer_contact_form {width: 184px;}	
#footer_contact_mail {width: 245px;}
	
.icon_arrow {
	margin-bottom: -1px;
	}	

.pdf {
	float: right;
	margin-top: -7px;
	padding-bottom: 5px;
	}
.pdf img {
	margin: 0 8px -8px 0;
	}	

#read_more {
	float: left;
	width: 494px;
	padding: 5px 0 5px 168px; margin: 30px 0 0 0;
	background: url(/images/layout/read_more_bg.gif) no-repeat;
	}
	
.print_this_page {
	float: right; display: inline;
	width: 121px;
	margin: -27px 68px 0 0;
	}
	

/*** homepage ***/

.home_box_top, .home_box_middle, .home_box_bottom {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	}
.home_box_middle, .home_box_bottom {
	border-top: 1px solid #CCCCCC;
	}
.home_box_top .right_col img, .home_box_middle .right_col img, .home_box_bottom .right_col img, .home_box_bottom .right_col .box {
	border: 1px solid #000000;
	}
.home_box_bottom .right_col .box {
	float: left; display: inline;
	width: 200px; margin-right: 28px;
	}	
.home_box_middle img {
	margin-right: 47px;
	}
.home_box_bottom img {
	margin-right: 28px;
	}			
.home_box_middle .view_all {
	margin-left: 20px;
	}
.home_box_middle .left_col ul {
	height: 18em;
	}	
#new_site_launch_desc {
	line-height: 1.3em;
	}
#new_site_launch_desc .name {
	font-size: 1.2em;
	padding-bottom: 5px;
	}	
#new_site_launch_desc .desc {
	height: 20em;
	padding: 20px 10px 0 0;
	}	
#new_site_launch_desc a, #new_site_launch_desc a:visited {
	font-weight: bold; color: #EC5A22;
	}
	
	
/*** case studies ***/

.view_all_case_studies {
	margin: 15px 0 0 20px;
	}
	
.case_study_image {
	float: left;
	height: 427px;
	border: 1px solid #000000; margin-top: 20px;
	}
.case_study_thumbs {	
	float: left;
	}
.case_study_thumbs img {
	float: left; display: inline;
	margin: 5px 5px 0 0; border: 1px solid #000000;
	}
.case_study_content, .case_studies_home, .static_content, .article_content {
	float: left;
	width: 662px;
	padding: 0 0 50px 0; margin-top: 20px;
	font-size: 1.1em; line-height: 1.3em;
	}	
.case_studies_home {
	width: 730px;
	padding-top: 0;
	}	
.case_studies_home img {
	margin: 0 47px 25px 0;
	border: 1px solid #000000;
	}
.case_study_content h3 {
	float: left;
	width: 100%;
	margin-top: 15px;
	font: normal 1.4em Tahoma;
	}
.case_study_content dl {
	clear: both;
	}
.case_study_content dt {
	padding-top: 20px;
	font: normal 1.4em Tahoma;
	padding-bottom: 3px;
	}
.case_study_content .testimonial {
	padding: 10px; border: 1px solid #DDDDDD; border-left: 3px solid #EC5A22;
	background-color: #F2F2F2;
	}
.case_study_content ul {
	float: left;
	padding: 15px 0 0 25px;
	list-style-type: disc;	
	}		
.case_study_content li {
	padding-bottom: 4px;
	}
.case_study_content .column {	
	float: left;
	width: 330px;
	}
	
.static_content {
	margin-top: 0;
	}		
.static_content a, .case_study_content a {
  color: #EC5A22;
	font-weight: bold; text-decoration: underline;	
	}
.static_content a:visited, .case_study_content a:visited {
 color: #923917;
	}
.static_content a:hover, .case_study_content a:hover {
	color: #333333;
	}
.static_content h2 a, .static_content h2 a:visited {
	font-weight: normal;
	}	
.static_content h2 {	
	margin-top: 20px;
	}
.static_content p {	
	padding-top: 20px;
	}
.static_content ul {
	padding: 15px 0 0 25px;
	list-style-type: disc;	
	}		
.static_content ol {
	padding: 20px 0 0 30px;
	list-style-type: decimal;	
	}		
.static_content ul ul {
	list-style-type: circle;	
	}	
.static_content li {
	padding-bottom: 4px;
	}
.static_content ul img {	
	margin: 0 0 -8px 0px;
	cursor: help;
	}
.static_content table, .case_study_content table {
	float: left;
	border-left: 1px solid #CCCCCC; margin-top: 20px;
	}
.static_content tr.bg {
	background-color: #EEEEEE;
	}
.static_content th, .static_content td, .case_study_content th, .case_study_content td {
	padding: 4px 15px;
	}	
.static_content th, .case_study_content th {
	padding: 5px 15px;
	color: #FFFFFF; background-color: #000000;
	}
.static_content td, .case_study_content td {
	border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;
	}
.static_content td.footer {	
	padding: 1px 10px;
	font-size: 0.8em;
	color: #FFFFFF; background-color: #000000;
	}
.static_content .image_desc {	
	width: 592px;
	font-weight: bold; font-size: 0.9em;
	color: #FFFFFF; background-color: #000000;
	padding: 5px;  margin-top: 25px;
	}
.static_content .image {
	width: 600px;
	padding: 0; border: 1px solid #000000;
	}	
	
.static_content .author {
	float: right; display: inline;
	width: 221px;
	margin: 20px 0 0 30px;
	}
.static_content .author_picture {	
	float: left;
	width: 221px; height: 269px;
	padding: 0;
	}
.static_content .author_name {		
	float: left;
	width: 211px;
	padding: 5px;
	color: #FFFFFF; background: #000000;	
	text-align: right;
	}

.static_content .jobs_pdf {
	float: right;
	padding-top: 0; border: 1px solid #DDDDDD;
	background: #FFFFFF url(/images/content/jobs_pdf_bg.gif) no-repeat;	
	}
.static_content .jobs_pdf a, .static_content .jobs_pdf a:visited {
	display: block;
	width: 100px; height: 75px;
	padding-top: 50px;
	text-align: center; font-size: 0.9em;
	}

.static_content .sitemap_col {	
	float: left;
	width: 310px;
	padding-top: 30px;
	}
.static_content .sitemap_col ul {
	list-style-type: none;
	}
	
.static_content .article_pdf, .right_col .article_pdf {	
	float: right; 
	padding-top: 0; border: 1px solid #DDDDDD;
	background: #FFFFFF url(/images/content/article_pdf_bg.gif) no-repeat;	
	}
.case_study_thumbs .article_pdf {
	margin: 5px 66px 0 0;
	}	
.static_content .article_pdf a, .static_content .article_pdf a:visited, .case_study_thumbs .article_pdf a, .case_study_thumbs .article_pdf a:visited {
	display: block;
	width: 160px; height: 37px;
	padding: 20px 0 0 59px;
	font-size: 1em;
	}
.case_study_thumbs .article_pdf a {
  color: #EC5A22;
	font-weight: bold; font-size: 1em; text-decoration: underline;
	}
.case_study_thumbs .article_pdf a:visited {
  color: #923917;
	}	
.case_study_thumbs .article_pdf a:hover {
	color: #333333;
	}
		
.feature_list div {
	display: none;
	width: 570px;
	padding: 6px 6px 6px 30px; margin: 2px 0 7px 0; border: 1px solid #DDDDDD;
	color: #555555; background: #F2F2F2 url(/images/layout/icon_info_grey.gif) 4px 4px no-repeat;
	}
.feature_list span a, .feature_list span a:visited {
	font-size: 0.9em; font-weight: normal; color: #999999;
	}
.feature_list span a:hover {
	font-size: 0.9em; font-weight: normal; color: #FFFFFF; background-color: #999999;
	}	
	
.partner_list {
	float: left;
	width: 662px;
	margin-bottom: 20px;
	vertical-align: top;
	}
.partner_list p, .partner_list div {
	float: left;
	width: 422px;
	padding: 0; margin-top: 20px;
	border: 1px solid #DDDDDD; border-left: 3px solid #EC5A22; padding: 10px;
	background-color: #F2F2F2;
	}
.partner_list .logo {	
	clear: both;
	width: 205px; height: 60px;
	border: 0; padding-left: 0; padding-top: 5px; padding-bottom: 0;
	text-align: right; vertical-align: top;
	background-color: #FFFFFF;	
	}
.partner_list ul {
	float: left;
	width: 180px;
	}	
.partner_list .contact {
	width: 526px;
	}		
.partner_list div p {
	float: left;
	width: 260px;
	padding: 0; border: 0; margin: 0;	
	}	

.contact_us_form {
	float: left; display: inline;
	width: 550px;
	padding: 10px; margin: 0 100px 20px 0; border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	}
.contact_us_form td {
	padding: 0 25px 5px 0; border: 0;
	}	
.contact_us_form tr {	
	vertical-align: top;
	}
.contact_us_form td.mandatory {
	padding: 10px 0;
	font-size: 0.8em; line-height: 1em;
	}	
.contact_us_form .button_submit, .contact_us_form .button_clear {
	width: 67px; height: 22px;
	}	
.contact_us_form .button_submit {
	background: #A22D11 url(/images/buttons/submit.gif) no-repeat;
	}
.contact_us_form .button_clear {	
	background: #808080 url(/images/buttons/clear.gif) no-repeat;
	}

#london, #milton {
	float: left;
	}	
	
.key_page_design_nav {
	float: left;	
	width: 660px;
	margin-top: 2px;
	}
.key_page_design_nav a, .key_page_design_nav a:visited {	
	}
.key_page_design_nav ul {
	clear: both;
	padding: 5px 20px;
	list-style-type: none;
	}	
.key_page_design_nav li {	
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333333;
	}
.key_page_design_nav li.first {
	border-left: 0;
	}
.key_page_design_nav ul li img {
	margin: 0 7px -3px 0;
	}	
	
.tfl-journey-planner {
	float: left;
	width: 652px;
	padding: 0 5px; border: 1px solid #CCCCCC; margin: 10px 0 20px 0;
	}
.tfl-journey-planner img {	
	float: left; display: inline;
	margin-right: 20px;
	}
.tfl-journey-planner div {
	float: left;
	margin-top: 10px;
	}	
		
/*** Simple Image Trail ***/

#trailimageid {	
	font-size: 1.1em;
	position: absolute;
	display: none;
	}
.info_box {
	padding: 8px;
	color: #FFFFFF; background-color: #000000;
	}
.info_box h2 {	
	padding-bottom: 2px;
	color: #FFFFFF; font-size: 1.1em; font-weight: bold;
	}	
