/* General
---------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	display: block;
}

html {
	background: #fff;
	color: #000;
	font-size: 100.01%
	height: 100%;
}

body {
	text-align: center;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

.clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.last {
   margin: 0 !important;
   padding: 0 !important;
}

.hide {
   display: none !important;
}

p {
	color: #000;
	font-size: 12px;
}

#container {
	/*width: 1185px;*/
	/*margin: 0 auto;*/
	position: relative;
	text-align: left;
}
#subcontainer {
	position: relative;
	width: 1185px;
	margin: 0 auto;
}


/* Header
---------------------------------------------------------- */

#header_container {
	position: relative;
	background: url('../images/bluebar_center.jpg') center no-repeat;
	width: 1185px;
	margin: 0 auto;
	text-align: center;
}
#header {
	background: url('../images/bluebar_repeat.jpg') repeat-x;
	/*width: 1185px;
	margin: 0 auto;*/
	border-bottom: 1px solid #b8d6e8;
}
#gradient {
	clear: both;
	height: 30px;
	background: url(../images/content_bg.gif) repeat-x;
}

#header #logo_bar {
	position: relative;
	height: 93px;
}

#header a.logo {
	display: block;
	position: absolute;
	top: 0;
	left: 130px;
	width: 206px;
	height: 65px;
	background: url(../images/logo.gif) no-repeat;
}

#header a.global_alliance_btn {
	display: block;
	position: absolute;
	top: 23px;
	left: 705px;
}

#header .search_form {
	position: absolute;
	left: 859px;
	top: 24px;
	background: url(../images/searchbox.gif) no-repeat;
	padding: 0;
}

#header .search_form p {
	float: left;
	margin: 0;
	padding: 0;
}

#header .search_form input#search_txt {
	position: relative;
	top: 3px;
	left: 8px;
	float: left;
	width: 180px;
	margin-right: 16px;
	border: 0px;
	font-size: 10px;
	background: transparent;
}

* html #header .search_form input#search_txt {
	margin-right: 13px;
}

/* Menu
---------------------------------------------------------- */

#header #menu {
	/*float: left;*/
	/*width: 1185px;*/
	border-top: 1px solid #fff;
}

#header #menu #top_menu_container,
#header #menu #sub_menu_container {
	clear: both;
}
#header #menu #top_menu_container {
	border-bottom: 1px solid #334253;
	background: url(../images/top_menu_bg.gif) repeat-x;
}
#header #menu #sub_menu_container {
	background: url(../images/sub_menu_bg.gif) repeat-x;
	
}
#header #menu div.top_menu,
#header #menu div.sub_menu {
	position: relative;
	/*float: left;*/
	width: 1185px;
	margin: 0 auto;
	/*width: 100%;*/
	height: 28px;
	background: url(../images/top_menu_bg.gif) repeat-x;
	/*border-top: 1px solid #fff;*/
	/*border-bottom: 1px solid #334253;*/
	overflow: hidden;
}

#header #menu div.sub_menu {
	border: none;	
	background: url(../images/sub_menu_bg.gif) repeat-x;
}

#menu div.top_menu ul,
#menu div.sub_menu ul {
	position: relative;
	float: left;
	list-style-type: none;
}

#menu div.top_menu ul {
	left: 130px;
}
#menu div.sub_menu ul {
	position: absolute;
	left: 130px;
}

#menu div.top_menu ul li,
#menu div.sub_menu ul li {
	position: relative;
	float: left;
	padding: 0 1px 0 0;
	background: url(../images/top_menu_divider.gif) no-repeat center right;
}

#menu div.sub_menu ul li {
	position: static;
	background: url(../images/sub_menu_divider.gif) no-repeat center right;
}

#menu div.sub_menu ul li.last {
	background: transparent;
}

#menu div.top_menu ul li.divider {
	width: 1px;
	height: 28px;
	background: url(../images/top_menu_divider.gif) no-repeat;
}

#menu div.top_menu ul li a,
#menu div.sub_menu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	background: url(../images/top_menu_shadow.gif) no-repeat bottom right;
}

#menu div.sub_menu ul li a {
	background: transparent;
	font-weight: normal;
}
* html #menu div.sub_menu ul li a {
	display: inline;
}
* html #menu div.sub_menu ul li a span {
	position: relative;
	top: -4px;
}
* html div.sub_start #content {
	margin: 0 0 10px 75px !important;
}


#menu div.sub_menu ul li.first a {
	padding: 0 20px 0 0;
}

#menu div.sub_menu ul li a:hover,
#menu div.sub_menu ul li a.current {
	color: #c3e3ff;
}

#menu div.top_menu ul li a.external {
	color: #ffd143;
}

#menu div.top_menu ul li a img {
	display: inline;
	margin: 0 0 0 3px;
}

#menu div.top_menu ul li a:hover,
#menu div.top_menu ul li a.current,
#menu div.top_menu ul li a.section {
	background: url(../images/top_menu_bg_active.gif) repeat-x;
}

/* fix IE6 white space bug */
* html #menu div.top_menu ul li a {
	display: inline-block;
}


/* Startpage
---------------------------------------------------------- */

#start_content {
	position: relative;
}

#start_content,
#search_content {
	clear: both;
	width: 1185px;
	overflow: hidden;
	/*background: url(../images/content_bg.gif) repeat-x;	*/
}

#StartPage {
	width: 960px;
	clear: both;
	margin-left: 130px;
	/*padding: 30px 0 0 0;*/
}

#StartPage #promo {
	
}

#StartPage #intro {
	float: left;
	margin: 28px 0 0 10px;
}

#StartPage div.blog {
	position: relative;	
}

#StartPage div.blog p a {
	color: #000;
	font-weight: normal;
	display: block;
}
#StartPage div.blog h3 a {
	font-weight: bold;
}

#intro div.info {
	float: left;
	width: 460px;
	margin: 0 30px 0 0;
}

#intro div.info h1 {
	/*color: #013b72;*/
	font-size: 23px;
	margin: 0 0 5px 0;
}

#intro div.info p {
	color: #000;
	line-height: 16px;
	font-size: 12px;
}

#intro div.features {
	float: left;	
	width: 460px;
}

#intro div.features h5 {
	text-transform: uppercase;
	color: #aaa;
	font-size: 11px;
	margin: 0 0 9px 0;
}

#intro div.features ul {
	width: 49%;
	float: left;
}

#intro div.features ul li {
	list-style-type: none;
	clear: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 20px 0;
	line-height: 15px;
}

#intro div.features ul li img {
	float: left;
	margin: 0 5px 0 0;
}

#intro div.features a.learn_more {
	float: right;
	margin: 0 59px 0 0;
}

a.learn_more_text:link, a.learn_more_text:visited {
	display:block;	
	float: right;
	margin: 0 59px 0 0;
	font-size: 11px;
	background: #eee;
	padding: .8em 1.6em;
	color: #333;
	text-transform: capitalize;
	-webkit-border-radius: 1.2em;    /* for Safari */
 	-moz-border-radius: 1.2em;       /* for Firefox */
}

a.learn_more_text:hover, a.learn_more_text:active {
	text-decoration:none;
	color: #000;
}

#news {
	position: relative;
	clear: both;
	margin: 0 0 0 10px;
	padding: 20px 0 10px 0;
	/*background: url('../images/divider.gif') repeat-x bottom;*/
}

#news div.box {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	background: url(../images/divider.gif) repeat-x top;
}

#news div.box h5 {
	text-transform: uppercase;
	color: #aaa;
	font-size: 11px;
	line-height: 11px;	
	padding: 8px 0 5px 0;
}

#news div.blog h3 {
	color: #013b72;
	font-size: 16px;
	line-height: 14px;
	padding: 9px 0 7px 0;
}

#news div.blog p {
	margin: 0 0 14px 0;
	line-height: 17px;
}

#news div.blog img {
	display: inline;
}

#news div.blog .blog_img {
	display: block;
}

#news div.blog p.entry_info {
	margin: 0 0 5px 0;
}

#news div.blog p.entry_info span {
	color: #000;
}

#news div.news {
	padding: 11px 0 0 0;
}

#news div.news div.tabs {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	height: 25px;
}

#news div.news div.tabs ul li {
	list-style-type: none;
	position: absolute;
	top: 0;
	cursor: pointer;
}

#news div.news div.tabs ul li.active {
	top: 1px;
}

#news div.news div.tabs ul li.news {
	left: 0;
}

#news div.news div.tabs ul li.events {
	left: 70px;
}

#news div.news div.tabs ul li.in_the_news {
	left: 150px;
}

#news div.news div.news_tab,
#news div.news div.events_tab,
#news div.news div.in_the_news_tab {
	display: none;
	margin: 15px 0 0 0;	
	line-height: 15px;
}

#news div.news div.news_tab {
	display: block;
}

#news div.news div.entry {
	margin: 0 0 18px 0;
}

#news div.news div.entry p.date {
	margin: 0 0 2px 0;
}

#news div.news div.entry a:link, #news div.news div.entry a:visited {
	display: inline;
	font-weight: bold;
	color: #004da1;
	text-decoration: none;
	font-size: 12px;
}
#news div.news div.entry a:active, #news div.news div.entry a:hover {
	display: inline;
	font-weight: bold;
	color: #004da1;
	text-decoration: underline;
	font-size: 12px;
}

#news div.newsletter div.content {
	/*height: 242px;*/
	margin: 0;
	padding: 16px 20px 20px;		
	background: url(../images/newsletter_bg.gif) no-repeat;	
}

#news div.newsletter div.content h4 {
	font-size: 16px;
	margin: 0 0 4px 0;
}

#news div.newsletter div.content p.info {
	line-height: 16px;
	margin: 0 0 15px 0;
}

#news div.newsletter div.content input.name,
#news div.newsletter div.content input.email {
	width: 232px;
	padding: 5px 0 7px 28px;
	border: none;
	margin: 0 0 11px 0;
	font-size: 12px;
	color: #013b72;
}

#news div.newsletter div.content input.name {
	background: #f4f4f4 url(../images/icons/newsletter_name_icon.gif) no-repeat 5px 5px;
}

#news div.newsletter div.content input.email {
	background: #f4f4f4 url(../images/icons/newsletter_email_icon.gif) no-repeat 5px 5px;
}

#partners {
	margin: 23px 0 7px 10px;
	padding: 0 0 30px 0;
	background: url(../images/divider.gif) repeat-x bottom;	
}

#partners div.info {
	float: left;
	width: 325px;
}

#partners div.info h3 {
	font-size: 16px;
	line-height: 14px;
	padding: 9px 0 7px 0;	
}

#partners div.info p {
	line-height: 16px;
}

#partners div.info p a {
	display: block;	
	color: #000;
	font-weight: normal;	
}

#partners div.info img {
	display: inline;
}

#partners div.logos {
	float: right;
	width: 604px;	
}


/* Landing page, Sub Page, NewsNews And Events page
---------------------------------------------------------- */

div.sub_start {
	clear: both;	
	width: 100%;
	margin: 0 auto;
	padding: 53px 0 0 0;
	padding: 23px 0 0 0;
	/*background: url(../images/content_bg.gif) repeat-x;	*/
}

div.sub_start #content {
	float: left;
	width: 960px;
	margin: 0 0 10px 130px;
	background: url(../images/divider.gif) repeat-x bottom;
}

div.sub_start #intro {
	width: 780px;
}

div.sub_start #intro h2 {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: bold;
}

div.sub_start #intro p {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 13px 0;
}

div.sub_start #sub_pages,
div.sub_start #fallback_text,
div.sub_start #news_text {
	float: left;
	width: 640px;
	padding: 30px 0 25px 0;
}

#NewsAndEventsPage #news_text {
	padding: 15px 0 25px 0;
	font-size: 12px;
	color: #000;
}

#NewsAndEventsPage #news_text ul {
	list-style-position: outside;
	margin: 10px 0 10px 15px;
}

#NewsAndEventsPage #news_text ul li {
	color: #000;
	font-size: 12px;
	margin: 0 0 12px 0;
}
/*#NewsAndEventsLandingPage #intro p,*/ 
#NewsAndEventsPage #news_text p,
#NewsAndEventsPage #news_text ul li,
#NewsAndEventsPage #news_text h5,
#NewsAndEventsPage #news_text h4,
#NewsAndEventsPage #news_text h3,
#NewsAndEventsPage #news_text h2,
#NewsAndEventsPage #news_text h1 {
    color: #000;
}
#sub_pages div.row {
	float: left;
	clear: both;
	padding: 0 0 30px 0;
}

#sub_pages div.page_info {
	position: relative;
	float: left;
	width: 306px;
	margin: 0 14px 0 0;
}

#sub_pages div.page_info h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 4px 0;
}

#sub_pages div.page_info h4 a {
	text-decoration: none;
	color: #013b72;
}

#sub_pages div.page_info p {
	display: inline;
	line-height: 18px;
}

#sub_pages div.page_info img {
	display: inline;
}

#fallback_text div.two_cols {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	display: inline;
}

#fallback_text div.right_column {
	float: left;
	width: 300px;
	display: inline;
}

#fallback_text a:link, #fallback_text a:visited {
	font-weight: bold;
	color: #004da1;
	text-decoration: none;
}
#fallback_text a:hover, #fallback_text a:active {
	text-decoration: underline;
}

#fallback_text p,
#news_text p {
	clear: left;
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 18px;
}

#fallback_text ul {
	clear: left;
	font-size: 12px;
	color: #000;
	margin: 0 0 15px 30px;
}

#fallback_text ul li {
	margin: 0 0 3px 0;
}

#fallback_text h5 {
	float: left;
	margin: 3px 0 10px 0;
	font-size: 14px;
}

#news_text h3 {
	font-size: 14px;
	margin: 20px 0 5px 0;
}


/* Sub page
---------------------------------------------------------- */

div.sub_start #sub_tabs {
	float: left;
	width: 640px;
	padding: 30px 0 0 0;	
	margin: 0 0 30px 0;
}

div.sub_start #content div.news_list {
	width: 942px;
}

div.sub_start #sub_tabs div.tabs {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	height: 26px;	
	margin: 0 0 25px 0;
}

div.sub_start #content div.news_list div.tabs {
	margin: 0;
}

#sub_tabs div.tabs ul li {
	float: left;
	list-style-type: none;
	cursor: pointer;
}

#sub_tabs div.tabs ul li div.tab,
#sub_tabs div.tabs ul li div.active {
	float: left;
	position: relative;
	height: 26px;
	background: #ececec url(../images/tab_top_border.gif) repeat-x top;
	font-size: 11px;
}

#sub_tabs div.tabs ul li div.active {
	height: 27px;
	background: #fff url(../images/tab_top_border.gif) repeat-x top;
}

#sub_tabs div.tabs ul li div.tab span,
#sub_tabs div.tabs ul li div.active span {
	display: block;
	padding: 9px 20px 7px 6px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	line-height: 11px;
}

#sub_tabs div.tabs ul li div.tab .left,
#sub_tabs div.tabs ul li div.active .left {
	position: absolute;
	left: 0;
	width: 5px;
	height: 26px;
	padding: 0;
	background: url(../images/tab_left_border.gif) no-repeat;
}

#sub_tabs div.tabs ul li div.active .left {
	background: #fff url(../images/tab_left_border_active.gif) no-repeat;
}

#sub_tabs div.tabs ul li div.tab .right,
#sub_tabs div.tabs ul li div.active .right {
	position: absolute;
	right: 0;
	width: 18px;
	height: 26px;
	background: url(../images/tab_right_border.gif) no-repeat;
}

#sub_tabs div.tabs ul li div.active .right {
	background: #fff url(../images/tab_right_border_active.gif) no-repeat;	
}

#sub_tabs div.tab_content {
	display: none;
}

#sub_tabs div.list {
	float: left;
	margin: 0 0 25px 0;
}

#sub_tabs div.list ul {
	list-style-type: none;
}

#sub_tabs div.list ul.news li {
	margin: 0 !important;
}

#sub_tabs div.list ul li {
	float: left;
	width: 940px;
	border-bottom: 1px solid #e3e3e3;
	clear: both;
}

#sub_tabs div.list ul li a:link, 
#sub_tabs div.list ul li a:visited {
	float: left;
	padding: 15px 0;	
	font-weight: bold;
	font-size: 12px;
	color: #004da1;
	text-decoration: none;
}
#sub_tabs div.list ul li a:hover, 
#sub_tabs div.list ul li a:active {
	text-decoration: underline;
}
#sub_tabs div.list ul li a img {
	display: inline;
}

#sub_tabs div.list ul li span.date {
	float: left;
	width: 160px;
	height: 11px;	
	padding: 18px 0 15px 0;	
	font-size: 11px;
	color: #666;
}

#sub_tabs div.list ul li span.publication {
	float: right;
	margin: 0 20px 0 0;
	padding: 15px 0;
	font-size: 11px;
	color: #666;
}

#sub_tabs div.list ul li a.title {
	float: left;
	width: 600px;
	line-height: 19px;
}

#sub_tabs div.list ul li a.download:link, 
#sub_tabs div.list ul li a.download:visited {
	float: right;
	margin: 11px 20px 0 0;
	padding: 0;
	text-decoration: none;
}
#sub_tabs div.list ul li a.download:link, 
#sub_tabs div.list ul li a.download:visited {
	text-decoration: underline;
}

#sub_tabs div.first {
	display: block;
}

#sub_tabs div.intro_text {
	margin: 0 0 25px 0;
	line-height: 18px;
}

#sub_tabs div.columns {
	/*margin: 25px 0 0 0;*/
}

#sub_tabs div.columns h5 {
	float: left;
	margin: 3px 0 5px 0;
	font-size: 14px;
}

#sub_tabs div.columns img.icon {
	float: left;
	margin: 0 5px 4px 0;
}

#sub_tabs div.columns div.two_cols {
	float: left;
	width: 310px;
	margin: 0 20px 0 0;
}

#sub_tabs div.columns div.right_column {
	float: left;
	width: 310px;
}

#sub_tabs div.columns div.right_column img {
	margin: 0 auto;
}

#sub_tabs div.columns div.left_column p,
#sub_tabs div.columns div.right_column p {
	margin: 0 0 25px 0;
}

#sub_tabs div.columns p {
	clear: both;	
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 16px;
}

#sub_tabs div.employee {
	clear: left;
	padding: 20px 0 0 0;
}

#sub_tabs div.first {
	padding: 0;
}

#sub_tabs div.employee div.info {
	float: left;
	width: 155px;
	margin: 0 20px 0 0;
	display: inline;
}

#sub_tabs div.employee div.info h4 {
	color: #000;
	font-size: 13px;
	margin: 0 0 1px 0;
}

#sub_tabs div.employee div.info p.position {
	font-size: 12px;
}

#sub_tabs div.employee div.info img {
	margin: 15px 0 0 0;
}

#sub_tabs div.employee div.text {
	float: left;
	width: 370px;
}

#sub_tabs div.employee div.text p {
	margin: 0 0 18px 0;
	line-height: 16px;
}

table.awards {
	width: 400px;
	padding: 15px 0 0 0;
}

table.awards td {
	padding: 0 0 34px 0;
}

table.awards td img {
	padding: 0 10px 0 0;
	display: inline;
}

#SubPage div.logo {
	float: left;
	clear: both;
	width: 900px;
	padding: 25px 0 35px 0;
}

div.logo div.logo_img {
	float: left;
	width: 310px;
	min-height: 50px;
}

div.logo div.logo_text {
	float: left;
	width: 350px;
	margin: 10px 0 0 0;
}

div.logo div.logo_text h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

div.logo div.logo_text p {
	margin: 0 0 18px 0;
	line-height: 16px;
}

div.logo div.logo_text a.ext {
	float: right;	
	font-size: 11px;
	margin: -10px 0 0 0;
}


/* Search page
---------------------------------------------------------- */

#search_content h3 {
	font-size: 19px;
	margin: 0 0 10px 0;
}

#search_content #StartPage #content {
	margin: 30px 0 0 30px;
}

#search_results {
	float: left;
	width: 900px;	
	margin: 0 0 45px 0;
	list-style-type: none;	
}

#search_results li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #e3e3e3;
	list-style-image: none !important;
}

#search_results li h5 {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #004da1;
	margin: 0 0 5px 0;
	text-decoration: none;
}

#search_results li a:link, #search_results li a:visited {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 100%;
}

#search_results li p {
	line-height: 17px;
}

#search_results li p a {
	position: static !important;
	display: inline !important;
}

#search_content p.no_results {
	text-align: center;
	font-weight: bold;
	padding: 0 0 60px 0;
	font-size: 17px;
}


/* Right menu (landing page & sub page)
---------------------------------------------------------- */

#right_menu {
	float: right;
	width: 304px;
	margin: 30px 0 0 0;
}

#SubPage #right_menu {
	margin: 56px 0 0 0;
}

#SubPage #content div.no_children {
	margin: 34px 0 0 0;
}

#right_menu h5 {
	text-transform: uppercase;
	color: #aaa;
	font-size: 11px;
	margin: 0 0 7px 0;	
}

#right_menu ul {
	list-style-type: none;
}

#right_menu ul li a:link, #right_menu ul li a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #004da1;
}
#right_menu ul li a:hover, #right_menu ul li a:active {
	text-decoration: underline;
}
#right_menu ul li a img {
	display: inline;
}

#right_menu div.learn_more {
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;	
	background: url(../images/divider.gif) repeat-x top;
}

#right_menu div.boxes {
	margin: 0 0 20px 0;
}

#right_menu div.boxes .box {
	float: left;
	position: relative;
	clear: left;
	width: 292px;
	margin: 0 0 10px 0;
	padding: 7px;
	background: url(../images/box_bg.gif) repeat-y;
}

#right_menu div.boxes .box .top_border {
	position: absolute;
	top: -2px;
	left: 0;
	height: 2px;
	width: 302px;
	font-size: 0;	
	background: url(../images/box_top_border.gif) repeat-x;
}

#right_menu div.boxes .box .bottom_border {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 4px;	
	width: 304px;
	background: url(../images/box_bottom_border.gif) repeat-x;
}

#right_menu div.boxes .box img {
	display: inline;
}

#right_menu div.boxes .box h4 {
	color: #193855;
	font-size: 14px;
	margin: 0 0 4px 0;
}

#right_menu div.boxes .box p {
	font-size: 12px;
	line-height: 16px;
}

#right_menu div.boxes .box img.box_img {
	float: left;
	margin: 0 10px 0 0;
}

#right_menu div.boxes .box a.box_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 306px;
	height: 100%;
}

#right_menu div.boxes .box .content {
	float: left;
	width: 210px;
}

#right_menu div.boxes .no_img .content {
	float: left;
	width: 292px;
}

#right_menu div.next_steps {
	width: 306px;
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	background: url(../images/divider.gif) repeat-x top;
}


#right_menu div.next_steps ul {
	width: 277px;
	height: 88px;
	padding: 13px 16px 16px 13px; 
	background: url(../images/next_steps_bg.gif) no-repeat;
}

#right_menu div.next_steps li {
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
	line-height: 15px;
}

#right_menu div.next_steps li.download {
	background: url(../images/icons/download_icon.gif) no-repeat;
}

#right_menu div.next_steps li.brochure {
	background: url(../images/icons/brochure_icon.gif) no-repeat;
}

#right_menu div.next_steps li.mobile_phone {
	background: url(../images/icons/mobile_phone_icon.gif) no-repeat;
}

#right_menu div.next_steps li a:link, #right_menu div.next_steps li a:visited {
	color: #676767;
	font-size: 12px;
	text-decoration: none;
}
#right_menu div.next_steps li a:hover, #right_menu div.next_steps li a:active {
	text-decoration: underline;
}

#right_menu div.media {
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	background: url(../images/divider.gif) repeat-x top;
}

#right_menu div.media img {
	margin: 7px 0 0 0;
}

#right_menu div.media a:link, #right_menu div.media a:visited {
	color: #004da1;
	font-weight: bold;
	text-decoration: none;
}
#right_menu div.media a:link, #right_menu div.media a:visited {
	text-decoration: underline;
}
#right_menu div.media img.icon {
	display: inline;
}

#right_menu div.general_text {
	width: 306px;
	margin: 0 0 28px 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #676767;
	background: url(../images/divider.gif) repeat-x top;
}

#right_menu div.general_text li {
	margin: 0 0 4px 0;
}

#right_menu div.general_text a:link, #right_menu div.general_text a:visited {
	color: #004da1;
	text-decoration: none;
}
#right_menu div.general_text a:hover, #right_menu div.general_text a:active {
	text-decoration: underline;
}

/* Site map
---------------------------------------------------------- */

#SiteMapPage {
	padding: 53px 0 40px 0; 
}

#SiteMapPage #intro {
	padding: 0 0 20px 0;
}

#SiteMapPage #content,
#SiteMapPage #intro {
	float: left;
	margin: 0 0 0 12.5%;
}

#SiteMapPage ul {
	font-size: 13px;
	list-style-position: inside;
	padding: 0 0 50px 0;
}

#SiteMapPage ul li {
	margin: 3px 0 3px 0;
	list-style-image: url(../images/bullet_blue.gif);
}

#SiteMapPage ul li a {
	font-weight: bold;
}

#SiteMapPage ul li ul {
	margin: 5px 0 5px 15px;
	padding: 0;
}

#SiteMapPage ul li ul li {
	list-style-image: none;
}

#SiteMapPage li ul a:link, #SiteMapPage li ul a:visited {
	font-weight: normal;
	text-decoration: none;
}
#SiteMapPage li ul a:hover, #SiteMapPage li ul a:active {
	text-decoration: underline;
}
#SiteMapPage a:link, #SiteMapPage a:visited {
	font-weight: normal;
	color: #004da1;
	text-decoration: none;
}

#SiteMapPage a:hover, #SiteMapPage a:active {
	text-decoration: underline;
}




/* Footer
---------------------------------------------------------- */

#footer {
	width: 1185px;
	clear: both;
	margin: 0 auto 50px auto;
}

#footer p {
	text-align: center;	
	color: #f9a950;
	font-weight: bold;
}

#footer p a {
	color: #b0b0b0;
	text-decoration: none;
	font-weight: normal;
	margin: 0 5px;
}

.tab_content p {
	margin-bottom: 15px;
}
.tab_content ul,
.columns ul {
	margin: 0;
	padding: 0;
}
.tab_content li,
.columns li {
	font-size: 12px;
	color: #000;
	margin: 0 0 12px 15px;
}

/*
	Links
*/
a:link, a:visited
{
	color: #004da1;
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:active
{
	text-decoration:underline;
}

/*
	Login
*/
html { height: 100%; }
body#Login {
	background: #f6f6f6;
	height: 100%;
}
body#Login #Content {
	width: 600px;
	margin: 0 auto;
}
body#Login fieldset {
	padding: 20px;
}
body#Login div.field {
	clear: both;
	margin-left: 160px;
}
body#Login p.field {
	clear: both;
	margin-left: 258px;
	margin-top: 4px;
	float: left;
}
body#Login .left {
	float: left;
	text-align: right;
	width: 70px;
}
body#Login .middleColumn {
	display: block;
	width: 200px;
	float: left;
}

a.introLink:link, 
a.introLink:visited {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

a.introLink:hover, 
a.introLink:active {
	text-decoration: underline;
	color: #000;
}

/* fixes */
#SubPage.current-partners div.two_cols,
#SubPage.leadership div.columns div.two_cols {
	width: auto;
}
/* Dropshadow */
.shadow
{
	position: relative;
	/*background-image: url('../images/black.png');*/
	border: 1px solid #fff;
	background:#000;
}
.page_info .shadow
{
	width:298px;
	height:98px;
}

/*
	Static banner
*/
#staticBanner
{
	position:relative;	
	width: 100%;
	text-align:center;
	padding-bottom: 40px;
	background: url('../images/divider.gif') repeat-x bottom;	
}
#staticBanner img
{
	width:938px;
	height:88px;
}
#staticBanner .shadow
{
	width:938px;
	height:88px;
	margin: 0 auto;
}

#content h5 {
    font-size: 12px;
}

.pdf_download {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 4px 0;
}
.pdf_download img {
	vertical-align: middle;
	display: inline;
}
.pdf_download span {
	margin-left: 6px;
	
}