@charset "utf-8";
/* CSS Document */

body, div, table, td, form, a, img, object{
	border:0;
	margin:0;
	padding:0;
	outline:none;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#808080;
}

body#home{
	background:url(/images/home_bg.jpg) 100% 0 no-repeat #FFFFFF;
}

body#threeMulti{
	background:url(/images/three_multi_bg.jpg) 0 0 no-repeat #FFFFFF;
}

body#threeBlue{
	background:url(/images/three_blue_bg.jpg) 0 0 no-repeat #FFFFFF;
}

body#threeGreen{
	background:url(/images/three_green_bg.jpg) 0 0 no-repeat #FFFFFF;
}

body#threeOrange{
	background:url(/images/three_orange_bg.jpg) 0 0 no-repeat #FFFFFF;
}

body#twoMulti{
	background:url(/images/two_multi_bg.jpg) 100% 0 no-repeat #FFFFFF;
}

body#twoBlue{
	background:url(/images/two_blue_bg.jpg) 100% 0 no-repeat #FFFFFF;
}

body#twoGreen{
	background:url(/images/two_green_bg.jpg) 100% 0 no-repeat #FFFFFF;
}

body#twoOrange{
	background:url(/images/two_orange_bg.jpg) 100% 0 no-repeat #FFFFFF;
}

body#history{
	background:url(/images/history_bg.jpg) 0 0 no-repeat #FFFFFF;
}

body#people{
	background:url(/images/people_bg.jpg) 100% 0 no-repeat #FFFFFF;
}

body#peopleDetail{
	background:url(/images/people_detail_bg.jpg) 0 0 no-repeat #FFFFFF;
}

body#newsPage{
	background:url(/images/news_bg.jpg) 100% 0 no-repeat #FFFFFF;
}

h1{
	font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#4D4D4D;
	font-weight:normal;
	margin-top:0;
}

h2, .h2{
	font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#4D4D4D;
	font-weight:normal;
	margin:0 0 5px 0;
	display:block;
}

h3{
	font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4D4D4D;
	font-weight:normal;
	margin-top:0;
}

h4{
	font-size:11px;
	font-weight:bold;
	margin:0;
}

a{
	color:#015C98;
	cursor:pointer;
}

a:hover{
	color:#0D3689;
}

ul{
	margin:10px 0 20px 15px;
	padding:0;
}

li{
	margin:0;
	padding:0;
}

p{
	margin:10px 0 20px 0;
}

td p{
	margin-top:0;
}

td img{
	margin-top:2px;
	margin-bottom:20px;
}

br{
	line-height:20px;
}

hr{
	margin:0 0 15px 0;
	padding:0;
	border:none;
	border-bottom:1px solid #CCCCCC;
	display:block;
	height:1px;
	clear:both;
}

fieldset{
	border:none;
	margin:0;
	padding:0;
}

#wrap{
	width:860px;
	margin:0 auto;
	padding:0 10px 0 10px;
}

#top{
	float:left;
	display:inline;
	width:860px;
	margin:40px 0 0 0;
	background:url(/images/main_top.png) 0 0 no-repeat;
}

#top span.heading{
	font-size:18px;
	color:#0e649f;
	float:left;
	padding-top:44px;
	padding-left:18px;
	font-family:arial, verdana, san-serif;	
}

#main{
	float:left;
	display:inline;
	width:860px;
	padding:0 0 40px 0;
	background:url(/images/main.png) 0 0 repeat-y;
	position:relative;
}

#footer{
	float:left;
	display:inline;
	width:860px;
	background:url(/images/main_btm.png) 0 100% repeat-y;
	border-top:1px solid #CCCCCC;
	font-size:10px;
	margin:0;
	padding:0;
}

#footerText{
	float:left;
	display:inline;
	width:860px;
	font-size:10px;
	padding:10px 0 10px 0;
	color:#A6A6A6;
}

#footerText a{
	color:#A6A6A6;
	text-decoration:none;
}

#footerText a:hover{
	color:#A6A6A6;
	text-decoration:underline;
}

#footerLeft{
	float:left;
	display:inline;
	width:260px;	
}

#footerRight{
	float:right;
	display:inline;
	width:600px;
	text-align:right;
}

#logo{
	float:left;
	display:inline;
	margin:19px 0 0 20px;
	width:161px;
}

#flags{
	float:right;
	display:inline;
	margin:23px 20px 0 0;
	width:500px;
	text-align:right;
	visibility:hidden;
}

#flags img{
	margin:0 0 0 10px;
}

#topNav{
	float:right;
	color:#a6a6a6;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	padding-right:49px;
	width:130px;
}

#topNav span{
	text-align:left!important;
	margin:0;
	padding:0;
}

#topNav input{
	margin:0;
	font-size:10px;
	padding:2px;
	border:1px solid #ccc;
	width:117px;
	margin-top:2px;
}

#mainNav{
	float:left;
	display:inline;
	width:820px;
	margin:14px 0 0 20px;
	background:url(/images/mainnav_bg.png) 0 0 no-repeat;
	line-height:36px;
	color:#D9D9D9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#mainNav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#mainNav li{
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:auto;
}

#mainNav a{
	color:#D9D9D9;
	padding:0 20px 0 20px;
	text-decoration:none;
	display:inline-block;
}

#mainNav a:hover, #mainNav .on a{
	color:#FFFFFF;
	text-decoration:none;
	background:#0D3689;
}

#mainNav a.first:hover, #mainNav .on .first{
	background:url(/images/mainnav_bg_over.png) 0 0 no-repeat;
}

#mainNav a.last:hover, #mainNav .on .last{
	background:url(/images/mainnav_bg_over.png) 100% 0 no-repeat;
}

#mainTopNav{
	float:left;
	display:inline;
	width:820px;
	margin:14px 0 0 20px;
	background:url(/images/mainnav_bg.png) 0 0 no-repeat;
	line-height:36px;
	color:#D9D9D9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}


#mainTopNav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#mainTopNav li{
	float:left;
	margin:0;
	padding:0;
}

#mainTopNav li a{
	color:#D9D9D9;
	padding:0 20px 0 20px;
	text-decoration:none;
	display:inline-block;
}

#mainTopNav a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:#0D3689;
}

#mainTopNav ul li a.first:hover{
	background:url(/images/mainnav_bg_over.png) 0 0 no-repeat;
}	

#mainTopNav ul li.on a.first{
	background:url(/images/mainnav_bg_over.png) 0 0 no-repeat;
	color:#fff;
}


#banner{
	float:left;
	display:inline;
	width:820px;
	margin:20px 0 0 20px;
	background:url(/images/banner_bg.png);
}

#bannerLeft{
	float:left;
	display:inline;
	width:560px;
	height:225px;
}

#bannerRight{
	float:right;
	display:inline;
	width:220px;
	height:205px;
	padding:20px 20px 0 20px;
	overflow:auto;
}

#bannerRight h2{
	color:#4D4D4D;
}

#homeLeft{
	float:left;
	display:inline;
	width:520px;
	margin:25px 0 0 20px;
}

#homeRight{
	float:left;
	display:inline;
	width:260px;
	margin:27px 0 0 40px;
}

#footer_c1{
	float:left;
	display:inline;
	width:246px;
	margin:0 0 0 20px;
	padding:10px 20px 0 0;
}

#footer_c2{
	float:left;
	display:inline;
	width:246px;
	margin:0;
	padding:6px 20px 10px 20px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

#footer_c3{
	float:left;
	display:inline;
	width:246px;
	margin:0 0 0 20px;
	padding:0 20px 0 0;
}

.redBox{
	float:left;
	display:inline;
	width:260px;
	padding:5px 0 0 0;
	background:url(/images/red_top.png) 0 0 no-repeat;
	text-decoration:none;
	cursor:pointer;
}

.redBox span{
	float:left;
	display:inline;
	width:260px;
	padding:0 0 5px 0;
	background:url(/images/red_btm.png) 0 100% no-repeat;
}

.redBox span span{
	float:none;
	padding:4px 20px 8px 20px;
	display:block;
	background:#D4145A;
	color:#FFFFFF;
	width:auto;
}

.redBox:hover span span .h2{
	background:url(/images/red_arrow.gif) 100% 4px no-repeat;
}

.redBox .h2{
	background:url(/images/red_arrow.gif) 100% -230px no-repeat;
	color:#FFFFFF;
	margin:0;
	padding:0 20px 0 0;
}

.redBox:hover{
	background:url(/images/red_top.png) 100% 0 no-repeat;
}

.redBox:hover span{
	background:url(/images/red_btm.png) 100% 100% no-repeat;
}

.redBox:hover span span{
	background:#B3174D;
}

.blueBox{
	float:left;
	display:inline;
	width:260px;
	margin:20px 0 0 0;
	padding:5px 0 0 0;
	background:url(/images/blue_top.png) 0 0 no-repeat;
	text-decoration:none;
	cursor:pointer;
}

.blueBox span{
	float:left;
	display:inline;
	width:260px;
	padding:0 0 5px 0;
	background:url(/images/blue_btm.png) 0 100% no-repeat;
}

.blueBox span span{
	float:none;
	padding:4px 20px 4px 20px;
	background:#015C98;
	color:#D9D9D9;
	width:auto;
	display:block;
}

.blueBox:hover{
	background:url(/images/blue_top.png) 100% 0 no-repeat;
}

.blueBox:hover span{
	background:url(/images/blue_btm.png) 100% 100% no-repeat;
}

.blueBox:hover span span{
	background:#0D3689;
	color:#FFFFFF;
}

.blueBox:hover span span .h2{
	background:url(/images/blue_arrow.gif) 100% -230px no-repeat;
	color:#FFFFFF;
}

.blueBox .h2{
	background:url(/images/blue_arrow.gif) 100% 4px no-repeat;
	color:#D9D9D9;
	margin:0;
	padding:0 20px 0 0;
}

.hrzList{
	margin:0 0 0 -20px;
	padding:0 0 13px 0;
	font-size:13px;
	color:#4A5A5C;
	float:left;
	width:540px;
}

.hrzList li{
	margin:0 0 5px 20px;
	display:inline;
	width:160px;
	list-style:none;
	line-height:30px;
	float:left;
}

.hrzList a{
	text-decoration:none;
	color:#4A5A5C;
	background:url(/images/bullet.png) 0 0 no-repeat;
	padding:0 10px 0 24px;
	display:block;
}

.hrzList a:hover{
	text-decoration:underline;
	color:#0D3689;
}

.tools{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	padding-bottom:10px;
}

.tools li{
	list-style-type:none;
	border-right:1px solid #e0e0e0;
	float:left;
	padding:0 25px 8px 30px;
}

.tools a{
	padding:8px 0 8px 22px;
	margin:0;
	text-decoration:none;
	color:#A6A6A6;
	float:left;
}

.tools a:hover{
	text-decoration:underline;
	color:#A6A6A6;
}

.tools .print{
	background:url(/images/print.gif) 0 4px no-repeat;
}

.tools .friend{
	background:url(/images/send.gif) 0 4px no-repeat;
}

.tools .bookmark{
	background:url(/images/bookmark.gif) 0 4px no-repeat;
}

.tools .news{
	background:url(/images/news_icon.gif) 0 4px no-repeat;
}

.tools .rss{
	background:url(/images/rss.gif) 0 8px no-repeat;
}

#leftColumn{
	float:left;
	display:inline;
	width:160px;
	margin:20px 0 0 20px;
	padding:0 0 120px 0;
}

#middleColumn{
	float:left;
	display:inline;
	width:460px;
	margin:20px 0 0 20px;
	padding:0 10px 0 0;
	border-right:1px solid #CCCCCC;
}

#middleColumn img{
	margin:0 0 20px 0;
}

#rightColumn{
	float:left;
	display:inline;
	width:160px;
	padding:0 0 120px 10px;
	margin:20px 0 0 -1px;
	border-left:1px solid #CCCCCC;
}

#rightColumn .emailAlrt{
	float:left;
	#margin-top:-12px;
}

#wideColumn{
	float:left;
	display:inline;
	width:640px;
	margin:20px 0 0 20px;
	padding:0;
}

#wideBanner img{
	height:1px;
	width:1px;
}

#leftBottom{
	position:absolute;
	left:-40px;
	bottom:20px;
	height:130px;
	width:134px;
}

#rightBottom{
	position:absolute;
	right:-40px;
	bottom:20px;
	height:130px;
	width:134px;
}

#leftNav{
	float:left;
	display:inline;
	width:160px;
}

#leftNav ul{
	margin:0;
	padding:0;
	list-style:none;
	padding:0;
	float:left;
	display:inline;
	width:160px;
}

#leftNav ul ul{
	background:none;
	float:none;
	width:auto;
}

#leftNav li{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:100%;
	border-bottom:1px solid #D9D9D9;
}

#leftNav li li{
	border:none;
}

#leftNav ul a{
	color:#D9D9D9;
	text-decoration:none;
	font-size:12px;
	padding:12px 10px 12px 10px;
	background:#025C98;
	display:block;
	width:140px;
}

#leftNav ul a:hover{
	background:#0D3689;
	color:#FFFFFF;
}

#leftNav ul ul a{
	color:#D9D9D9;
	text-decoration:none;
	font-size:11px;
	padding:5px 10px 5px 17px;
	width:133px;
}

#leftNav ul ul ul a{
	color:#D9D9D9;
	text-decoration:none;
	font-size:11px;
	padding:5px 10px 5px 26px;
	width:124px;
}

#leftNav ul ul li.on {
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
}

#leftNav ul ul ul li.on {
	border:none;
}

#leftNav ul li a.on{
	color:#D9D9D9;
}

#leftNav ul ul li a.on{
	color:#D9D9D9;
	font-weight:bold;
}

#leftNav ul li.on a.on{
	background:url(/images/down_arrow.gif) 134px 10px no-repeat #0D3689;
	color:#fff;
}

#leftNav ul li.on ul li a{
	background:#0D3689!important;
}

#leftNav ul li.on-off a{
	background-color:#0D3689;
}

#leftNav ul li.on li a{
	background:#0D3689;
	float:left;
}

#leftNav ul li.on ul li a span.dash{
	float:left;
}

#leftNav ul li.on ul li a span.indent{
	float:right;
	width:124px;
}

#leftNav li a.first{
	background:url(/images/nav_top.png) 0 0 no-repeat;
}

#leftNav li a.first:hover{
	background:url(/images/nav_top.png) 100% 0 no-repeat;
}

#leftNav li a.last{
	background:url(/images/nav_btm.png) 0 100% no-repeat;
}

#leftNav ul li.on-off a.last{
	background:url(/images/nav_btm.png) 100% 100% no-repeat;
}

#leftNav li a.last:hover{
	background:url(/images/nav_btm.png) 100% 100% no-repeat;
}

#leftNav ul li.on a.first{
	background:url(/images/nav_top_over.png) 0 0 no-repeat;
	color:#fff;
}
#leftNav ul li.on a:hover.first{
	background:#0D3689 url(/images/nav_top_over.png) 0 0 no-repeat;
}

.borderBox{
	float:left;
	display:inline;
	width:160px;
	padding:5px 0 20px 0;
	background:url(/images/border_box_top.png) 0 0 no-repeat;
}

.borderBox div{
	float:left;
	display:inline;
	width:160px;
	padding:0 0 5px 0;
	background:url(/images/border_box_btm.png) 0 100% no-repeat;
}

.borderBox div div{
	float:none;
	display:block;
	width:auto;
	padding:4px 10px 4px 10px;
	background:url(/images/border_box_mid.png) 0 100% repeat-y;
}

.borderBox ul{
	margin-top:18px;
	margin-bottom:3px;
}

.borderBox li{
	margin-top:10px;
}

.blueBoxSmall{
	float:left;
	display:inline;
	width:160px;
	background:url(/images/bbs_top.png) 0 0 no-repeat;
	padding:5px 0 0 0;
	margin:0 0 20px 0;
	color:#D9D9D9;
	text-align:center;
	text-decoration:none;
	line-height:26px;
}

.blueBoxSmall span{
	float:left;
	display:inline;
	width:160px;
	background:url(/images/bbs_btm.png) 0 100% no-repeat;
	padding:0 0 5px 0;
}

.blueBoxSmall span span{
	float:none;
	display:block;
	background:#015C98;
	padding:0;
	width:auto;
}

.blueBoxSmall .h2{
	color:#D9D9D9;
	margin:0;
	padding:0 20px 0 20px;
	background:url(/images/blue_arrow.gif) 124px 4px no-repeat;
	text-align:left;
}

.blueBoxSmall:hover{
	color:#FFFFFF;
	background:url(/images/bbs_top.png) 100% 0 no-repeat;
}

.blueBoxSmall:hover span span{
	color:#FFFFFF;
	background:#0D3689;
}

.blueBoxSmall:hover{
	color:#FFFFFF;
}

.blueBoxSmall:hover span{
	background:url(/images/bbs_btm.png) 100% 100% no-repeat;
}

.blueBoxSmall:hover .h2{
	color:#FFFFFF;
	background:url(/images/blue_arrow.gif) 124px -230px no-repeat;
}

#historyFlash{
}

.peopleContainer{
	float:left;
	display:inline;
	width:640px;
	margin:0 0 20px 0;
}

.people{
	width:145px;
	display:inline-block;
	margin:0 0 20px 20px;
	float:left;
}

.people img{
	display:block;
	margin:0 0 5px 0;
}

#people #wideColumn table{
	margin:0 0 20px -20px;
}

#people #wideColumn td{
	padding:0 0 20px 20px;
}

#people td img{
	display:block;
	margin:0 0 5px 0;
}

#peopleDetail h1{
	margin-bottom:0;
}

.quote{
	font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	color:#015C98;
	font-size:30px;
}

.paging{
	font-size:10px;
}
/*Web support - Highlighted color change | WBSB-1152*/
#leftNav ul li.on-off a.on{
color:#fff;
}

p.rssincl-title a{
	font-weight:bold !important;
	color:#808080;
	text-decoration:none;
}

.rssnews p{
	margin:0 !important;
	padding:0!important;
}

.rssnews .rssincl-head  .rssincl-title, .rssnews  .rssincl-entry .rssincl-itemdate{
	margin-bottom:10px!important;
}

/*---16 july 2010 ---*/

.privacylst{
 margin:0;

  padding:0 0 0 23px;
  #padding:0 0 0 29px;
}

.privacylst li{
 padding:0 0 15px 0;
}

#hsbody ul.lstpad1{
 padding-top:7px;
 margin:0;
}
