/* general formatting */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 62.5%;
}

p, h1, h2, h3, h4, h5 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

h1, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	font-size: 2.7em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.6em;
}

form {
	margin: 0px;
	padding: 0px;
}

input.text, input.password, textarea {
	color: #000000;
	font-size: 0.9em;
	line-height: 0.9em;
	height: 1.3em;
	width: 14em;
	padding: 0px;
	border: 1px solid #a9aaab;
}

select {
	color: #405987;
	font-size: 1em;
	line-height: 1em;
}

textarea {
	height: 8em;
}

a {
	color: #081d58;
}

a:hover {
	text-decoration: none;
	color: #D03A07;
}

a.arrowLink {
	display: block;
	text-decoration: none;
	background: transparent url(/images/arrowicon_red.gif) no-repeat scroll 0px 0px;
	padding-left: 21px;
	color: #5a5a5a;
}

a.arrowLink:hover {
	color: #D03A07;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #d90000;
}

ul {
	margin-top: 5px;
}

.clearer {
	clear: both;
}


/* structural styles */

#pageContainer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF url(/images/pagetile.gif) repeat-y scroll right;
}

#topLeft {
	width: 294px;
	height: 250px;
	float: left;
	font-size: 1.2em;
	padding: 164px 25px 0px 30px;
	overflow: hidden;
}

#topRight {
	width: 530px;
	height: 407px;
	float: left;
	background: transparent url(/images/tiernavcurve.gif) no-repeat 490px 80px;
	overflow: hidden;
}

.topRightImage {
	width: 430px;
	height: 150px;
	font-size: 2.2em;
	color: #FFFFFF;
	padding: 257px 50px 0px 50px;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: top;
}

#topsearch {
	width: 233px;
	height: 16px;
	background-color: #081d58;
	position: absolute;
	left: 630px;
	top: 34px;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 8px;
}

#topsearch label, #topsearch input {
	display: block;
	float: left;
	margin-right: 7px;
}

#topsearch input.image {
	margin-right: 0px;
}

#logo {
	position: absolute;
	width: 163px;
	height: 82px;
	left: 30px;
	top: 12px;
	background: transparent url(/images/logo.gif) no-repeat scroll top;
}

#logo h1 {
	position:absolute;
	left: -999em;
}

#homeTime {
	position: absolute;
	width: 115px;
	height: 65px;
	left: 207px;
	top: 53px;
	text-align: right;
	font-size: 1em;
}

#introPara {
	font-size: 1.2em;
	color: #7e7e7e;
	line-height: 1.6em;
	padding-bottom: 13px;
}

h2.homeheader {
	color: #081d58;
	font-weight: normal;
	font-size: 1.6em;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.6em;
	padding-bottom: 0px;
}

#navContainer {
	position: absolute;
	width: 879px;
	height: 62px;
	top: 107px;
	left: 0px;
}

#topNav {
	height: 32px;
	background-color: #d90000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 849px;
	z-index: 100;
	position:relative;
}

#topNav li {
	float: left;
	font-size: 1.3em;
	background: transparent url(/images/topnav_seperator.gif) no-repeat scroll top right;
	padding: 7px 24px 9px 24px;
}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#topNav a:hover, #topNav a.selected {
	background: transparent url(/images/topnav_icon-selected.gif) no-repeat scroll left;
}

#topNav a:hover { color: #ff9fa1; }

#topNav a.topcat:hover { color: #FFFFFF; }

#topNav li ul {
	list-style-type: none;
	position: absolute;
	left: -999em;
	margin: 9px 0px 0px -26px;
	padding: 4px 0px 8px 0px;
	background: transparent url(/images/dropdown_corner.png) no-repeat left bottom;
	width: 200px;
	z-index: 500;
}

#topNav li ul li {
	float: none;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-size: 1em;
	font-weight: normal;
	background: none;
}

#topNav ul a:hover { color: #c3d2f9; }

/* commented out cos it messes up IE7
#topNav li:hover ul {
	left: auto;
}
*/

#topNav li.sfhover ul {
	left: auto;
}


#serviceNav {
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	float: left;
}

#serviceNav li {
	padding: 3px 0px 2px 0px;
}

#serviceNav li a {
	text-decoration: none;
	color: #5a5a5a;
}

#serviceNav li a:hover {
	color: #081d58;
	font-weight: bold;
}

#homeBotContainer {
	clear: left;
	background: transparent scroll bottom;
	height: 226px;
}

#homeBotLeft, #langBotLeft {
	width: 290px;
	height: 209px;
	float: left;
	font-size: 1.2em;
	margin: 0px 28px 0px 30px;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 12px 0px 0px 0px;
	display: inline;
}

#langBotLeft {
    margin-top: 10px;
    margin-right: 0px;
    padding-right: 30px;
    height: 99px;
}

#homeBotRight, #langBotRight {
	float: left;
	width: 531px;
	height: 225px;
	background: transparent scroll bottom right;
}

#langBotRight {
    margin-top: 10px;
    height: 74px;
    padding: 20px;
    width: 489px;
}

#langBotRight img {
    margin-right: 11px;
    margin-bottom: 16px;
}

#tierContent.intl img {
    margin-right: 20px;
    margin-bottom: 10px;
}

#homeBotRight {
	float: left;
	width: 531px;
	height: 225px;
	background: transparent url(/images/greycornerbox.gif) no-repeat scroll bottom right;
}

#newsPanel {
	width: 138px;
	height: 200px;
	float: left;
	background: #081d58 url(/images/newsbox_corner.gif) no-repeat scroll top left;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 25px 5px 0px 13px;
}

#newsPanel h2 {
	padding-left: 8px;
	padding-bottom: 5px;
}

#adPanel {
	width: 355px;
	height: 205px;
	float: left;
	padding: 10px;
	overflow: hidden;
}


div.homeAdLong {
	width: 329px;
	height: 97px;
	background-color: #999999;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.6em;
}


div.homeAdLong img { float: right; }

div.homeAdLong p {
	float: left;
	width: 150px;
	padding: 16px 0px 0px 20px;
}

div.homeAdLong span.small {
	font-size: 0.8em;
	line-height: 1.2em;
}

div.homeAdLong span.large { font-size: 1.3em; }

div.homeAdLong a {
	text-decoration: none;
	color: #FFFFFF;
}

a.latestNewsLink, div.mainNewsLink, div.mainEventLink, a.Linkslinks {
	display: block;
	text-decoration: none;
	background: transparent url(/images/arrowicon_red.gif) no-repeat scroll 0px 9px;
	padding: 8px 0px 7px 21px;
	clear: right;
	border-bottom: 1px solid #CCCCCC;
}

a.latestNewsLink span, div.mainNewsLink a, div.mainNewsLink span, div.mainEventLink a, div.mainEventLink span {
	display: block;
	float: right;
	width: 214px;
	color: #5a5a5a;
}

a.latestNewsLink div, div.mainNewsLink div, div.mainEventLink div { clear: right; }

div.mainNewsLink a, div.mainNewsLink span { width: 260px; }

div.mainEventLink a, div.mainEventLink span { width: 260px; }

div.mainNewsLink a, div.mainEventLink a { font-weight: bold; }

#footer {
	padding: 8px 32px 7px 30px;
	color: #081d58;
	background-color: #FFFFFF;
}

#footer a {
	color: #5a5a5a;
	text-decoration: none;
}

#footerRight {
	float: right;
	
}


/* tier stuff */

#tierContainer {
	clear: left;
	background: transparent url(/images/pagebot.gif) no-repeat scroll bottom right;
}

#tierTop {
	height: 150px;
	z-index:50;
	position:relative;
}

#tierTop #homeTime {
	font-size: 1.2em;
	left: 683px;
	top: 68px;
	width: 145px;
	height: 45px;
}

#tierNavContainer {
	width: 879px;
	position: absolute;
	top: 80px;
	padding-top: 27px;
	background: transparent url(/images/tiernavcurve.gif) no-repeat scroll top right;
}

#tierLeft {
	width: 121px;
	float: left;
	margin-right: 26px;
	background: #081d58 url(/images/tierleft_bot.gif) no-repeat scroll bottom;
	padding: 15px 10px 8px 30px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#tierLeft a, #tierBotLeft a {
	color: #FFFFFF;
	text-decoration: none;
}

#tierLeft a:hover { color: #c3d2f9; }

#tierContent {
	width: 357px;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
}

#tierContent p a {
    width: 300px;
    display: inline;
}

#tierContent h2 {
	font-weight: normal;
	color: #D90000;
	font-size: 1.6em;
	line-height: 1.4em;
}

#tierContent h3 {
	font-weight: normal;
	color: #081d58;
	font-size: 1.4em;
	line-height: 1.2em;
}

#tierPic {
	float: left;
	margin-left: 12px;
	font-size: 1.2em;
	z-index: -100;
}

#tierPicOverlay {
	float: left;
	margin-left: 12px;
	width: 323px;
	height: 455px;
	z-index: -100;
}

#tierSplit {
	height: 15px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 21px 10px 187px;
}

#tierBot {
	width: 879px;
	height: 225px;
	background: transparent url(/images/greycornerbox.gif) no-repeat scroll bottom right;
}

#tierBotSpacer {
	height: 43px;
}

#tierBotLeft {
	float: left;
	width: 115px;
	height: 202px;
	color: #FFFFFF;
	background: #081d58 url(/images/tierbot_leftcurve.gif) no-repeat scroll top left;
	padding: 23px 21px 0px 25px;
	font-size: 1.2em;
}

#tierBotLeft h2, #tierLeft h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 0px;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 8px;
	color: #FFFFFF;
}

#tierBotLeft p {
	padding: 0px 0px 11px 0px;
}

#tierLatestNews {
	float: left;
	width: 305px;
	height: 208px;
	font-size: 1.2em;
	padding: 17px 10px 0px 28px;
}

#tierLatestNews a.latestNewsLink, #tierLatestNews h2.homeheader {
	border-bottom: 1px solid #999999;
}

#tierLatestNews a.latestNewsLink {
	width: 284px;
}

ul.sectionList {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
}

ul.sectionList li {
	background: transparent url(/images/arrowicon_red.gif) no-repeat scroll 0px 9px;
	padding: 8px 0px 7px 21px;
	margin: 0px;
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
}

#tierPic #tierPicOverlay
{
    position: relative;
    right: 12px;  
    z-index: 0;
}

#tierPic 
{
    z-index: 0;   
}

a img.text 
{
    border: none;
}   

a img.flag {
    border: none;
}

.flag_box {
    height: 60px;
    width: 180px;
    float:left;
    margin-bottom: 35px;
    margin-right: 0px;
    padding: 8px;
}

.flag_box h2 {
    font-size: 1.7em;
}

.flag_box img {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}
