* { margin: 0; padding: 0; }

/*	DEFAULT TAG STYLING------ 
@media screen,projection,print {*/
	
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #0201bf; }
a img { border: none; }
body { font: 80%/1.2 Arial, Helvetica, sans-serif; }
fieldset { border: none; }
p { padding-bottom: 1em; }
#masthead ul, #sidenav ul, #footer ul { list-style: none; }


/*	CLASSES
	------------------------------------------------------------------ */
.clear { clear: both; }
div.clear, br.clear {
	font-size: 0;
	height: 0;
	line-height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.splitLeft { float: left; }


/*	WRAPPERS
	------------------------------------------------------------------ */
#wrapper {
	background-color: #DFEAF0;
/*	max-width: 1000px;*/
	background-image: url(../Images/bg_navigation.gif);
	background-repeat: repeat-y;
}

/*	MASTHEAD
	------------------------------------------------------------------ */
#masthead {
	background-color: #DFEAF0;
	/*font-size: 90%;*/
	overflow: hidden;
}
#masthead a { color: #000; }
#masthead #logo {
	background-color: #FFF;
	float: left;
	margin-bottom: -150px;
	padding-bottom: 150px;
	padding-top: 8px;
	width: 173px;
	/* addition to reduce height of header on general pages */ 
	height: 56px; 
	overflow:hidden;
	/* end of addition */
}

/* new entry for mobile */
	#logo .mobile,
	#logo .mobile img, 
	#logo .mobile hr, 
	#logo .mobile span {
	display:none;
}

/* Addition to reduce white space below logo on home page body.noBar */
#masthead #logo {
	background-color: #1A3A79;
	padding-top: 0px;
	height: 80px;
	padding-left : 0px;
}

#masthead #logo p {padding: 0;}

/* Addition to reduce white space below logo on home page body.noBar */
#masthead #logo p{padding-top: 10px; background-color: #1A3A79; height: 137px; overflow:hidden;  padding : 10px; }

#masthead #layouts { float: left; }
#masthead #layouts ul li { display: inline; }
#masthead #search { float: right; text-align: right; }
#masthead #search input { font-size: 90%; }
#masthead #search p { margin-top: 0.5em; }
#masthead #breadcrumb {
	clear: both;
	color: #0000C3;
	font-size: 100%;
	margin-top: 1em;
}
#masthead .splitRight {
	margin-left: 173px; 
	padding: 10px 10px 10px 10px;
}
#masthead.home { margin-left: 0; }


/*	SIDE NAVIGATION
	------------------------------------------------------------------ */
/* TOP LEVEL */
#sidenav {
	background: #1A3A79;
	float: left;
	padding-bottom: 300px;
	padding-top : 0px;
	width: 173px;
}

#sidenav p {background-color: #FFF;}
#sidenav ul {padding: 0px 10px 0 10px;}

/* Addition to reduce white space below logo on home page
body.noBar #sidenav ul {padding-top: 0px; position: relative; top: -6.5em; }*/

#sidenav ul li {
	background: #FBFCFD url("../Images/left_navitem.gif") no-repeat;
	margin-top: 1px;
}

/* Addition to reduce white space below logo on home page
body.noBar #sidenav ul li#first {margin-top: 0px;}*/

#sidenav ul li a {
	color: Navy;
	display: block;
	font-weight: bold;
	padding: 10px 14px;
}

#sidenav ul#primary li a {
	font-size : 90%;
}

#sidenav ul#primary li a:hover{
	text-decoration : none;
	color : Red;
}

#sidenav ul#secondary li a, #sidenav ul#secondary li a, #sidenav ul#tertiary li a, #sidenav ul#quaternary li a {
	padding-bottom: 4px!important;
}


/* SECOND LEVEL navigation */
#sidenav ul ul {
	background: #FFF url("../Images/subnav_bg.gif") bottom left no-repeat;
	/*font-size: 90%;*/
	margin: 0 0 4px;
	padding: 0 7px;
}
#sidenav ul ul li {
	background: none;
	border-top: 1px dashed #666;
	margin: 0;
	padding: 0 0 3px 0;
}
/*#sidenav ul ul li.top { border-top: 0 none #666; }*/
#sidenav ul ul li.bottom {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0 none #fff;
}
#sidenav ul ul li a {
	background: #FFF url("../Images/subnav_bullet.gif") no-repeat; 
	color: #666;
	height: auto;
	padding: 10px 14px;
}

#sidenav ul#secondary li a:hover{
	text-decoration : none;
	color : Black;
}

/* THIRD LEVEL navigation */
#sidenav ul ul ul {
	margin-bottom:8px;
	font-size: 100%; background: none; 
	border-top:1px dotted #666;
}
#sidenav ul ul ul li {	
	border-top: 0 solid #fff; 
	margin: 0;
	padding: 0;
}
#sidenav ul ul ul li a {
	background: none; 
	font-weight:normal;
	color: #666;
	height: auto;
	padding: 6px 14px;
}
/* FOURTH LEVEL navigation */
#sidenav ul ul ul ul {
	border-top: 0 solid #fff;
	font-size: 100%;
	margin:0; 
	padding: 0;
}
#sidenav ul ul ul ul li {
	height:24px;
	margin:0;
	padding: 0;
}
#sidenav ul ul ul ul li a { color: #666; }

/* Selected menu items */
#sidenav ul#primary a.selected {
	background: #FBFCFD url("../Images/nav_selected.gif") no-repeat;
	color: #F00;
	/*height: 36px;*/
}
#sidenav ul#secondary a.selected {	
	background: #FFF url("../Images/subnav_bullet_on.gif") no-repeat; height:auto; 
	min-height:10px; 
}
#sidenav ul#tertiary a.selected {	
	background: #FFF url("../Images/tertnav_bullet.gif") no-repeat left center;
	min-height:10px; 
}
#sidenav ul#quaternary a.selected { background: none; }


/*	CONTENT layer
	------------------------------------------------------------------ */
#content { margin-left: 173px; }

/*#topbar ul li { background: transparent url(../Images/li_howtoapply.gif) no-repeat top scroll 0%;
                	padding-left: 20px; }*/
					
#topbar ul li {
	list-style-position : inside;	
}

/*	WELCOME (Home page)
	------------------------------------------------------------------ */
#welcome {
	/*background: #1A3A79 url("../Images/home_welcome_left.gif") no-repeat left bottom;*/
	background-color : #97B0E8;
	background-image : url(../Images/GlobeGrid.jpg);
	clear: right;
	height: 119px;
	margin-top: 0px;
	background-repeat : no-repeat;
	background-position : 1px 1px;;
	}

#welcome p { padding-bottom: 0; }

#welcome .text {
	float: left;
	padding: 17px 31px 0 14px;
	width: 442px;
}

#welcome .image {
	/*background: url("../Images/home_welcome_right.gif") no-repeat right bottom;*/
	padding: 1px;
	margin-left: 280px;
}

#welcome #banner {
	/*background-color: #1A3A79;*/
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	height: 117px;
	/*width: 100%;*/
}
#welcome .image .banner01 { background-image: url(../Images/homepage_banner_img_01.jpg); }
#welcome .image .banner02 { background-image: url(../Images/homepage_banner_img_02.jpg); }
#welcome .image .banner03 { background-image: url(../Images/homepage_banner_img_03.jpg); }
#welcome .image .banner04 { background-image: url(../Images/homepage_banner_img_04.jpg); }
#welcome .image .banner05 { background-image: url(../Images/homepage_banner_img_05.jpg); }
#welcome .image .banner06 { background-image: url(../Images/homepage_banner_img_06.jpg); }

/*	TOPBAR
	------------------------------------------------------------------ */
#topbar { background-color: #FFF; padding-bottom: 1em;}
#topbar p { padding-top: 1em; }


/*	MAIN CONTENT AREA
	------------------------------------------------------------------ */
#main {
	float: left;
	margin-bottom: 2em;
	margin-right: -165px;
	width: 100%;
}
/*#main p { margin-left: 10px; margin-right: 10px; }*/
/*#main .inner {
	background-color: #FFF;
	/*margin-right: 155px;
}*/
/*#content .whiteArea { background: #FFF url("../Images/content_corner_top.gif") no-repeat; }
#content .whiteArea .inner {
	background: transparent url("../Images/content_corner_bottom.gif") no-repeat left bottom;
	margin-right: 0;
	padding: 10px 10px 5px;
}
#content .whiteArea hr {
	background-color: #DFE9F0;
	color: #DFE9F0;
	border-style: none;
	height: 8px;
	margin: 1em 0;
}


/*	INFORMATION BAR
	------------------------------------------------------------------ */
#printBar {
	background-color: #DFEAF0;
	float: right;
	width: 165px;
	margin-bottom : 50px;
}
#printBar a { color: Black; font-weight: normal;  text-decoration : none;  }
#printBar a:hover{color: red;}
#printBar a.email { background:  url("../Images/icon_email.gif") no-repeat; }
#printBar a.print { background:  url("../Images/icon_print.gif") no-repeat; }
#printBar a.email, #printBar a.print {
	display: block;
	font-size: 80%;
	margin-left: 10px;
	padding: 2px 0 2px 30px;
}

#printBar #controls, #printBar .infoBox {
	margin-left: 10px;
	margin-right: 7px;
}

/* Controls (e-mail, print and languages) */
#printBar #controls .top {
	background:  url("../Images/controls_top.gif") no-repeat;
	height: 14px;
	padding: 0px;
	margin: 0px;
}
#printBar #controls .middle {
	background: #fff;
	border: 1px solid #CCC;
	border-top: none; 
	padding: 1px;
	margin-bottom: 10px;
	margin-top: -3px;
}
#printBar #controls .baseline {
	background: #193978;
	font-size: 2px;
	height: 2px;
	line-height: 2px;
}
#printBar #controls #languages { list-style: none; margin: 0 0 0.5em; padding: 0; }
#printBar #controls #languages li { display: inline; }


/* Information boxes */
#printBar .infoBox { font-size: 85%; margin-bottom: 12px; }
#printBar .infoBox h3 {
	background-color: #1a3979;
	color: #FFF;
	font-size: 110%;
	background-image:  url("../Images/sidefeat_header_border.gif");
	background-repeat: repeat-x;
	background-position: left bottom; 
	padding: 2px 2px 6px; height:33px;
	margin-bottom: 1em;
}
#printBar .infoBox h3 img { float: left; margin: 3px; }
#printBar .infoBox h4 {
	background: url("../Images/sidefeat_header_border.gif") repeat-x left bottom;
	margin: 0;
	padding: 0 0 4px;
}
#printBar .infoBox p { margin: 0 5px; padding-left: 0; padding-right: 0; }
#printBar .infoBox .middle {
	background-color: #fff;
	border: 1px solid #CCC;
	border-bottom: none;
	padding: 1px;
}

/* RBS Worldpay Payment Logos */
#PaymentLogos {
	padding-top: 50px;
}

#PaymentLogos .pos {
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom:4px;
}

#PaymentLogos span
{
	padding-left: 6px;
	font-weight: bold;
	color: #003366;
}


#printBar .infoBox .base 
{
	/*background:  url("../Images/sidefeat_bot.gif") no-repeat;*/
	background:  url("../Images/sidefeat_bot2.gif") no-repeat;
	height: 14px;
}

#printBar #emergency h3 {
	background-color: #ff0000;
	color: #FFF;
	font-size: 110%;
	background-image:  url("../Images/sidefeat_header_emergency.gif");
	background-repeat: repeat-x;
	background-position: left bottom; 
	padding: 2px 2px 6px; height:51px;
	margin-bottom: 1em;
}

#printBar #infoBoxLondonEye p, #printBar #infoBoxFamily p { margin: 5px 5px 0; padding-bottom: 0; }
#printBar #infoBoxNews { color: #1A3979;}
#printBar #infoBoxTips ol { margin-left: 25px; margin-right: 5px; padding-left: 0; }
#printBar #infoBoxTips ol li {
	font-size: 150%;
	color: #000066;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#printBar #infoBoxTips ol li span {
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 62.5%;
	position: relative;
	top: -0.5em;
}


/*	FOOTER
	------------------------------------------------------------------ */
#footer {
	background: #1A3A79 url("../Images/botnav_left_footer.gif") no-repeat;
	color: #FFF;
	font-size: 85%;
	padding-left: 7px;
	text-align:center;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	padding-left : 5px;
	padding-right : 5px;
}
#footer a:hover { text-decoration: underline; }
#footer div.links {
	background: url("../Images/botnav_right_footer.gif") no-repeat right top;
	padding-right: 7px;
}
#footer ul { padding: 10px;}
#footer ul li { display: inline; }



/*	Information BASE
	------------------------------------------------------------------ */
#base {
	background: #FFF url("../Images/left_device.gif") no-repeat;
	bottom: 0;
	left: 0;
	margin-top: -202px;
	position: relative;
	width: 173px;
}

#base p {
	color: Navy;
	margin: 0 auto;
	padding: 139px 0 22px;
	text-align: center;
	font-size: 89%;
}


/*	"Equal height columns" effect
	------------------------------------------------------------------ */
#middleWrapper { background: #DFE9F0 url(../Images/bg_navigation.gif) repeat-y; }


/*	HACKS FOR SAFARI
	courtesy of http://thomas.tanreisoftware.com/?p=11#safari
	------------------------------------------------------------------ */
/* NOTE: These are valid CSS3 rules, but will not validate under CSS2. */

/* Mac Safari (1st method) */
html[xmlns*=""] body:last-child #base { margin-top: -203px; }

/* Mac Safari (2nd method) */
body:last-child:not(:root:root) #base { margin-top: -203px; }


/* PC Safari (regarded as an unreleased version) */
@media all and (min-width: 0px) {
	body:not(:root:root) #base { margin-top: -203px; }
}


p.btt {
	float: right;
	position: relative;
	bottom: 20px;
	right: 10px;
}

p.btt a {
	background: url("../Images/backtotop.gif") right no-repeat;
	padding-right: 15px;
	color: Navy;
	font-weight: bold;
	font-size : 90%;
}

p.noIndent {margin:10px 15px 0px 15px;}

#mobileMainNav {display:none;}
#mobileTopic {display:none;}
#mobileDesc {display:none;}
#mobileLogo {display:none;}
#mobileNews {display:none;}

#content .formbutton{
	background-color : navy;
	padding : 5px;
	border-right : 2px solid #D3D3D3;
	border-bottom : 2px solid #D3D3D3;
	color: White;
	text-decoration : none;
	background-position : top left;
	background-repeat : no-repeat;
}

#content .formbutton:hover{
	background-color : red;
}

#content .formtextbold{
	font-weight : bold;
}

#divStatusMsg{
	border-bottom : 20px solid #DFEAF0;
}
#divStatusMsg p{
	padding : 10px;
	font-weight : bold;
	color : black;
	border : 1px dashed red;
}
#divStatusMsg h1{
	font-size: 170%;
	font-weight: bold;
	padding: 7px 10px;
	color:#FFF;
	background: Red url(../Images/h1_bg_red.gif) no-repeat top left;
}



