﻿@charset "UTF-8";
/* CSS Document */

* {
	color: #666;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	line-height:1.5;
}

html {
	margin: 0;
	padding: 0;
}

body { 
	margin: 0;
	width:100%;
	height:100%;
	background:#fff url(images/backgrounds/html_bg.jpg) repeat;
}

h1 {	
	font: bold 1.4em Gill Sans MT,Arial,sans-serif;
	text-align:left;
	color: #0066CC;
	padding:2px;
	margin:0 0 5px 0;
	clear:both;
}

h1.home {
	display:block;
	width:356px;
	height:29px;
	background:url(images/headings/home_heading.jpg) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	margin-bottom:20px;
	clear:both;
}

h1.advertising {
	display:block;
	width:568px;
	height:59px;
	background:url(images/headings/advertising_heading.jpg) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	margin-bottom:20px;
	clear:both;
}

h1.operators {
	display:block;
	width:476px;
	height:36px;
	background:url(images/headings/operators_heading.jpg) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	margin-bottom:20px;
	clear:both;
}

h1.networks {
	display:block;
	width:293px;
	height:29px;
	background:url(images/headings/networks_heading.jpg) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	margin-bottom:20px;
	clear:both;
}

h1.about_us {
	display:block;
	width:139px;
	height:29px;
	background:url(images/headings/about_heading.jpg) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	margin-bottom:20px;
	clear:both;
}

h1.press {
	display:block;
	width:380px;
	height:29px;
	background:url(images/headings/press_heading.jpg) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	margin-bottom:20px;
	clear:both;
}

h1.events {
	display:block;
	width:260px;
	height:36px;
	background:url(images/headings/events_heading.jpg) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	margin-bottom:20px;
	clear:both;
}

h1.contact_us {
	display:block;
	width:156px;
	height:30px;
	background:url(images/headings/contact_heading.jpg) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	margin-bottom:20px;
	clear:both;
}


h2 {
	color: #015daa;
	font: bold 1.0em Gill Sans MT,Arial,sans-serif;
	margin-bottom: 2px;
	padding:0;
}

h3 {
	color: #000000;
	font: bold 0.95em Gill Sans MT,Arial,sans-serif;
	margin-bottom: 2px;
	padding:0;
}

h4 {
	color: #015daa;
	font: bold 1em Gill Sans MT,Arial,sans-serif;
	margin-bottom: 2px;
	padding:0;
	text-align:center;	
}

b {
	font:inherit;
	font-weight:bold;
}

p {
	margin-top: 0;
	text-align: justify;
	font-family:Gill Sans MT,verdana,sans-serif;
	font-size:0.85em;
	color:#666;
}

hr {
	border: 0;
	color: #a9c9db;
	background-color: #a9c9db;
	height: 1px;
	width: 100%;
	text-align: left;
}

li {
	list-style-image: url('images/ukmmbluesquare8x8.jpg');
	font-family:Gill Sans MT,verdana,sans-serif;
	font-size:0.85em;
	padding: 0px 0px 4px 0px;
	vertical-align:top;
}


a {color:#046bb7;font:inherit;}
a:visited {color:#00346c;}
a:hover {color: #00346c;}

img {
	border:0;
}

/* classes */
.framed {
	border:1px solid #CCCCCC;
	background-color: #ffffff;
	padding: 4px;
	margin-bottom:5px;
	text-align:center;
}


p.newsFeedImg {	
	text-align:center;
	margin-bottom:5px;
	padding:0;
}

p.newsFeed {
	font: normal 0.7em verdana,sans-serif;
	color: #000000;
	text-align: center;
}

/* specific divs */
#topContainer {
	width:100%;
	height:122px;
	background:url(images/backgrounds/top_container_bg.jpg) repeat;
}

#header {
	width:780px;
	height:90px;
	background: url(images/backgrounds/header_logo.jpg) no-repeat top left;	
	font: bold 1.0em Gill Sans MT,Arial,sans-serif;
	color:#aaaaaa;
	text-align:right;
	vertical-align:middle;
	margin:0 auto;
}

#menubar {
	width:780px;
	height:32px;
	font:normal 12px verdana,san-serif;
	color:#c8c8c8;
	margin:0 auto;
	vertical-align:middle;
	text-align:center;
}

#menubar a {
	color:#046bb7;
	text-decoration:none;
	padding:0 5px 0 5px;
}

#menubar a:hover, #menubar a:active {
	text-decoration:underline;
	color:#00346c;
}

#mainContentWrapper {
	width:100%;
	height:100%;
	background:url(images/backgrounds/main_content_wrapper_bg.jpg) repeat-x;
}

#mainContent {
	width:760px;
	height:100%;
	background:url(images/backgrounds/main_content_bg.jpg) repeat-y;
	margin:0 auto 0 auto;
	padding:38px 70px 20px 70px;
	min-height:800px;
}

#footer {
	width:900px;
	background:url(images/backgrounds/footer_bg.jpg) no-repeat;
	font:0.75em verdana,sans-serif;
	margin:0 auto;
	padding:30px 0 15px 0;
	clear:both;
}

#footer p {
	text-align:center;	
}

#footer a {
	text-decoration:none;
	padding:0 3px;
}

#footer a:hover {
	color:#00346c;
	text-decoration:underline;
}

#fullPanel {
	width:100%;
}

#leftPanel {	
	float:left;
	width:575px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#rightPanel {
	margin:0 0 0 590px;
}

#rightPanel2 {
	border:1px #015daa solid;
	width:150px;
	padding:3px;
	overflow:hidden;
}

#rightPanel2 p {
	font:normal 0.6em Verdana,san-serif;	
	text-align:center;	
}

#twitter_div{
	background:url(images/backgrounds/twitter_box_bg.jpg) repeat;
	width:169px;
	padding-top:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
}

#twitter_div a.follow {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#twitter_div a.follow:hover {
	text-decoration:underline;
	color:#00346c;
}

#twitter_div h4 {
	position:relative;
	display:block;
	width:32px;
	height:35px;
	background:url(images/twitter_box_logo.jpg);
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	overflow:hidden;
	margin-left: 15px;
}

#twitter-link{
	font-size:0.8em;
	display:block;
	text-align:center;
}

#twitter_update_list {
	font:Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#404040;
	padding: 0px 0px 4px 0px;
	vertical-align:top;
	text-align:left;
}

#twitter_update_list li {
	width:144px;
	margin:0 auto;
	list-style-image:none;
	list-style-type:none;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px #a9c9db solid;
}

#threeCol_1 {
	width:150px;
	height:150px;
	float:left;
}

#threeCol_1 a{
	display:block;
	width:148px;
	height:148px;
	border:1px solid #FFF;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(images/buttons/advertisers_click_here.jpg);
}

#threeCol_1 a:hover {
	border:1px solid  #00346c;
}

#threeCol_2 {
	width:150px;
	height:150px;;
	float:left;
	margin: 0 0 0 33px;
}

#threeCol_2 a{
	display:block;
	width:148px;
	height:148px;
	border:1px solid #FFF;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(images/buttons/operators_click_here.jpg);
}

#threeCol_2 a:hover {
	border:1px solid  #00346c;
}

#threeCol_3 {
	width:150px;
	height:150px;
	float:right;
}

#threeCol_3 a{
	display:block;
	width:148px;
	height:148px;
	border:1px solid #FFF;
	font-size:1px;
	line-height:1px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(images/buttons/passengers_clic_here.jpg);
}

#threeCol_3 a:hover {
	border:1px solid  #00346c;
}

#homeSelectPanel {
	width:519px;
	height:184px;
	background:url(images/backgrounds/home_select_panel_bg.jpg) no-repeat;
	padding:24px  28px 0 28px;
	clear:both;
}

#homeSelectPanel h3 {
	text-align:center;
}

#homeSelectPanel img {
	border:1px solid #666;
	background-color: #fff;
	padding: 4px;
	text-align:center;
}

#homeSelectPanel a {
	color:inherit;
	text-decoration:none;
}

#quick_guide {
	display:block;
	width:455px;
	height:98px;
	overflow:hidden;
	background:url(images/backgrounds/quick_guide_bg.jpg) no-repeat;
	padding:18px 0 0 120px;
	clear:both;
}

#media_pack{
	display:block;
	width:455px;
	height:98px;
	overflow:hidden;
	background:url(images/backgrounds/media_pack_bg.jpg) no-repeat;
	padding:22px 0 0 120px;
	clear:both;
}

#media_pack a {
	display:block;
	width:224px;
	height:24px;
	overflow:hidden;
	background-color:#0069b5;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
	margin-top:10px;
}

#media_pack a:hover {
	background-color:#00346c;
}