﻿
/* -- Styles for Homepage Ticker -- */

#ticker-wrapper.has-js {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	width: 951px;
	height: 29px;
	display: block;
	margin: 0px;
	/*background-color: #f8f0db;
	font-size: 0.75em;*/
	font-size: 11px !important;
	font-weight: bold;
	 background:url(../images/newsstrip.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
#ticker-wrapper h2 {
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left; 	
	color: #ffffff;
	font-weight: bold; padding-left:0px; padding-right:20px;
}
#ticker {
	width: 695px;
	height: 23px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	/*border: 1px solid #000;
	background-color: #f8f0db;*/
}
#ticker-title {
	padding-top: 7px;
	float: left; 	
	color: #000000;
	font-weight: bold;
	/*background-color: #f8f0db;
	text-transform: uppercase;
	border: 1px solid #000;*/
}
#ticker-content {
	margin: 0px;
	padding-top: 9px;
	float: left;
	position: absolute;
	color: #a7a8a8;
	font-weight: bold; font-size:11px !important;
	/*background-color: #f8f0db;*/
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
	/*border: 1px solid #000;*/
}
#ticker-content:focus {
	none;
}
#ticker-content a {
	text-decoration: none;	
	color: #a7a8a8;
}
#ticker-content a:hover {
	text-decoration: underline;	
	color: #ffffff;
}
/*#ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	left: 60px;
	display: block;
	width: 695px;
	height: 23px; 
	
}
#ticker-swipe span {
	margin-left: 2px;
	
	border-bottom: 1px solid #a7a8a8;
	height: 12px;
	width: 7px;
	display: block;
}*/


#ticker-controls {
	padding: 8px 0px 0px 0px;
	margin-right: 5px;
	margin-top: 0px;
	list-style-type: none;
	float: left;
	/*border: 1px solid #000;*/
}
#ticker-controls li {
	padding: 0px;
	margin-left: 2px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls li#play-pause {
 	background-image:url(../images/controls.png);
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url(../images/controls.png);
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 32px 0px;
}
#ticker-controls li#prev {
	background-image: url(../images/controls.png);
	background-position: 0px 16px;		
}
#ticker-controls li#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls li#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls li#next {
	background-image: url(../images/controls.png);
	background-position: 16px 16px;	
}
#ticker-controls li#next.over {
	background-position: 16px 32px;	
}
#ticker-controls li#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
#no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #243f76;
}

.social-network-ticker {
	color:#243f76;
	float:right;
	padding-right:6px; padding-top:7px;
}
.social-network-ticker img {
	margin-right:4px;
	margin-left:0px;
	vertical-align:middle;
}

.header {
	padding:0px 0px 0 0px;
	margin:0px;
	height:72px;
	position: relative;
}
.Header {
	font-family: Arial, tahoma, verdana;
	font-size:1.3em;
	font-weight: bold;
	color: #243f76;
}
.Header-worldbluvideo {
	font-family: Arial, tahoma, verdana;
	font-size:12px;;
	font-weight: bold;
	color: #243f76;
	padding: 5px;
	}
.logo {
	float:left;
	width:202px;
}
.top-links {
	background:url(../images/common/bg-toplinks.jpg) no-repeat;
	padding: 4px 10px 0 10px;
	font-size:11px;
	margin:0px;
	float:right;
	height:23px;
}
.top-links a {
	color: #243F76;
	font-weight:bold;
}
.top-links a:hover {
	color: #A41C2B;
	font-weight:bold;
}
.top-links ul {
	background:url(../images/common/bg-toplinks-R.jpg) no-repeat right;
	padding:0px;
	margin:0px;
	height:23px;
	width:489px;
}
.top-links ul li {
	list-style:none;
	float:left;
	color:#254B75;
	font-weight:bold;
	padding-top:3px;
}
.top-links ul li a {
	padding:0 7px 0 7px;
	color:#254B75;
	font-weight:bold;
	text-decoration:none;
}
.top-links ul li a:hover {
	text-decoration:underline;
}
.search {
	clear:right;
	float:right;
	padding:5px 0 0 0;
	height:9px;
	width: 295px;
}
.search .flag {
	float: left;
	width: 69px;
	padding-top:4px;
	font-weight:bold;
}
.search .searchcontrols {
	float: left;
}
.search-btn {
	background:url(../images/common/btn-search.jpg) no-repeat;
	padding-top:0px;
	width: 30px;
	height:24px;
	cursor:pointer;
	border: none;
}
.search .search-input {
	background:url(../images/common/i-search-input.jpg) no-repeat;
	border:none;
	height:20px;
	padding:4px 0 0 7px;
	margin:0px;
	width:163px;
	float:left;
	font-size:11px;
	text-align:left;
}
.menus {
	clear:both;
	display:block;
	padding:0px 0 15px 3px;
	margin:0px 1px 0 2px;
	height:29px;
	z-index: 9999;
	background:url(../images/common/bg-menus-shadow.gif) center 28px repeat-x;

}
.menus ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.menus ul li {

	background:url(../images/menu_divider.png) no-repeat right;
	position: relative;
	display: inline;
	float: left;
	width:155px;
	font-weight:bold;
	text-align:center;
	margin-right:3px;
}
.menus ul li a:link {
	background:url(../images/common/bg-menusR.jpg) no-repeat right;
	display:block;
	padding:7px 0px 0 0px;
	text-align:center;
	height:21px;
	color:#414141;
	text-decoration:none;
}
.menus ul li a:visited {
	background:url(../images/common/bg-menusR.jpg) no-repeat right;
	display:block;
	padding:7px 0px 0 0px;
	text-align:center;
	height:21px;
	color:#414141;
	text-decoration:none;
}
.menus ul li.menusR {
	margin-right:-3px;
}
.menus ul li:hover {
	background:url(../images/menu_hover.jpg) repeat-x;
	list-style:none;
	text-align:center; background-color:#d1d1d1;
}
.menus ul li:hover a {
	/*background:url(../images/common/bg-menusR-mo.jpg) no-repeat right;*/
	background:url(../images/menu_hover.jpg) repeat-x;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
.menus ul li.focus {
	background: url(../images/common/bg-menusL-mo.jpg) no-repeat left;
	list-style:none;
	padding:0px 0px 0 0px;
	text-align:center;
}
.menus ul li.focus a {
	background:url(../images/common/bg-menusR-mo.jpg) no-repeat right;
	display:block;
	padding:7px 0px 0 0px;
	color:#FFFFFF;
	text-decoration:none;
}
.menus ul li ul {
	padding:0px;
	margin-top:-3px;
	position:absolute;
	display:none;
	left:0;
}
.menus ul li ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	display:block;
	text-align:left !important;
	font-weight:bold !important;
	background-image:none !important;
	background-color: #ffffff;
	color: #000000;
	width:auto !important; cursor:pointer;
	min-width:250px;
	line-height:17px;
	margin-top:0px !important; border:1px solid #d1d1d1;
	/*opacity:0.90;
	filter:alpha(opacity=90);*/

}
.menus ul li:hover ul li a {
	padding:5px 2px 5px 7px !important;
	margin:0px;
	display:block;
	height:20px !important;
	color:#000000 !important;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	background-image:none !important;
	background-color:#ffffff;
	text-align:left !important;

}

.menus ul li ul li a {
	padding:3px 2px 1px 7px !important;
	margin:0px;
	display:block;
	height:auto;
	color:#000000 !important;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	background-image:none !important;
	background-color: #ded7bd;
	text-align:left !important;
	width: 250px;
	min-width:250px !important;
	/*opacity:0.90;
	filter:alpha(opacity=90);*/
	zoom:1;
	 /*--- 40% of #eb922c ---*/

}
.menus ul li ul li a:hover {
	background-image:none;
	background:#d1d1d1;
	display:block;
	color:#bc1117 !important;
	font-weight:normal;
	/*border-bottom: 1px solid #a41c2b; --- 70% of #eb922c ---*/
}

.menus ul li ul li ul {
	padding:0px;
	margin-top:-3px;
	position:absolute;
	display:none;
	left:0; width:auto ;
}
.menus ul li ul li ul li{
	padding:0px 0 !important;
	margin:0px;
	list-style:none;
	display:block;
	text-align:left !important;
	font-weight:bold !important;
	background-image:none !important;
	background-color: #ffffff;
	color: #000000;
	width:auto !important; cursor:pointer;
	min-width:250px;
	line-height:17px;
	margin:0px 0 0 520px !important; border:1px solid #d1d1d1;
	height:auto !important;
	/*opacity:0.90;
	filter:alpha(opacity=90);*/

}
.menus ul li ul li ul li a {
	padding:3px 2px 3px 7px !important;
	margin:0px;
	display:block;
	height:auto;
	color:#000000 !important;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	background-image:none !important;
	background-color:#ffffff;
	text-align:left !important;

}

.menus ul li ul li a {
	padding:3px 2px 1px 7px !important;
	margin:0px;
	display:block;
	height:auto !important;
	color:#000000 !important;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	background-image:none !important;
	background-color: #ded7bd;
	text-align:left !important;
	min-width:250px !important;
	/*opacity:0.90;
	filter:alpha(opacity=90);*/
	zoom:1;
	 /*--- 40% of #eb922c ---*/

}
.menus ul li ul li ul li a:hover {
	background-image:none;
	background:#d1d1d1 !important;
	display:block;
	color:#bc1117 !important;
	font-weight:normal;
	/*border-bottom: 1px solid #a41c2b; --- 70% of #eb922c ---*/
}
.menus ul li:hover ul {
	display:block;
}
/* Holly Hack for IE \*/
* html .menus {
	height: 1%;
} /*Holly Hack for IE7 and below*/
* {
	padding:0px;
	margin:0px;
}

.flash {
	clear:both;
	height:240px;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:0px;
	text-align: left;
	background: none;
	
}
.flash-worldblueindex {
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:0px;
	text-align: left;
	background: none;
}

.flash-worldbluvideo {
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:0px;
	text-align: left;
	background: none;
}

.flash table {
	padding:0px;
	margin:0px;
}
.flash table td {
	padding:0px;
	margin:0px;
}
.events {
	padding:0px 0px 0 0px;
	margin:0px 0 0px 0; float:left;
}
.home-section {
	padding:0 0 0 12px;
	margin: 0px 0px 5px 0px;
	position: relative;
}
.home-section-content {
	background:url(../images/common/bg-tab-content.gif);
	padding:10px 6px 0 6px;
	margin:0px 0 0 0px;
	width:928px;
	height:122px;
	float:left;
}
.home-section .bottomcurveimg {
	padding:0px;
	margin: 0px;
	height: 12px;
	font-size:xx-small;
}



.home-section-content-inner {
	background:url(../images/common/bg-tab-content.gif);
	padding:10px 6px 0 6px;
	margin:0px 0 0 0px;
	width:620px;
	height:auto;
}
.tabs-inner {
	background: url(../images/common/bg-tab.jpg) #A41C2B top;
	width:590px;
	height:34px;
	margin:0px;
	padding:4px 24px 0 24px;
}
.tabs-inner ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.tabs-inner ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
}
.tabs-inner ul li a {
	background:url(../images/common/i-tab.gif) no-repeat;
	width:120px;
	height:20px;
	display:block;
	margin:7px 3px 0 0;
	padding:5px 0 0 0;
	float:left;
	text-align:center;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.tabs-inner ul li a:hover {
	background:url(../images/common/i-tab-mo.gif) no-repeat;
	width:120px;
	height:23px;
	display:block;
	margin:4px 3px 0 0;
	padding:8px 0 0 0;
	text-align:center;
	color:#a41c2b;
	font-weight:bold;
	text-decoration:none;
}
.tabs-inner ul li.focus a {
	background:url(../images/common/i-tab-mo.gif) no-repeat;
	width:120px;
	height:23px;
	display:block;
	margin:4px 3px 0 0;
	padding:8px 0 0 0;
	text-align:center;
	color:#a41c2b;
	font-weight:bold;
}
.tab-content-inner {
	width:550px;
	float:left;
	margin:0 0 0 0px;
	padding:0 0 0 18px;
}
.tab-content-inner a {
	color:#000000;
}
/* --- Styles for News and Events Content */
#ns_content {
	width: 95px;
	float: left;
	color: #243f76;
	padding-left: 0px;
	padding-top: 13px;
}
#ns-content {
	width: 575px;
	float: right;
	color: #243f76;
	padding-left: 0px;
	padding-top: 13px;
}
#events-ns_content {
	width: 60px;
	float: left;
	color: #243f76;
	padding-left: 0px;
	padding-top: 13px;
}
#events-ns-content {
	width: 330px;
	float: left;
	color: #243f76;
	padding-left: 0px;
	padding-top: 13px;
}
.Finedge_HeaderMaroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: bold;
	color: #a41c2b;
}
ul.article {
	padding:0px;
	margin:0px 0px 0 2px;
	float:left;
	width:265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*border: 1px solid #000;*/
}
ul.article li {
	background:url(../images/common/arrow-orange.gif) no-repeat;
	background-position: 0 2px;
	padding:0px 0 0 17px;
	margin:0px 0 8px 0;
	/*height: 45px;*/
	list-style:none;
	width:265px;
	/*filter: progid:DXImageTransform.Microsoft.Chroma(color='white'),alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='white')","alpha(opacity=50)";
	border: 1px solid #000;*/
}
ul.article li img {
	float:left;
	margin:0px 10px 0px 0px;
}
ul.article-marginR {
	padding:0 20px 0 0;
}
.sec-foundation-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	float:right;
	width:192px;
	padding:0px 122px 0px 0;
	margin:9px 0px 0px 0;
}
.sec-foundation-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:right;
	padding:0px 0 8px 15px;
	margin:0px 0 0 0px;
	border-left:1px solid #D0CFBB;
	width:309px;
}
.sec-foundation-txt img {
	float:left;
	margin-right:9px;
	margin-bottom:10px;
}
.sec-foundation-txt a {
	color:#D82412;
	text-decoration:none;
}
.sec-foundation-txt a:hover {
	color:#D82412;
	text-decoration:underline;
}
.sec-foundation-txt p {
	padding:0 0 8px 0;
}
.paging {
	clear:both;
	padding:0px 9px 0 0;
	margin:0px;
}
.paging ul {
	float:right;
	padding:0px;
	margin:0px;
}
.paging ul li {
	padding:0px;
	margin:0px;
	float:left;
	list-style:none;
	padding:0 5px 0 0px;
	display:inline;
}
.paging ul li img {
	padding:0 7px 0 7px;
}
.paging ul li a {
	color:#6A161B;
	text-decoration:none;
	display:inline;
}
.paging ul li a:hover {
	color:#86836A;
}
.paging ul li.focus a {
	color:#86836A;
}
.readmore a {
	color:#a41c2b;
	text-decoration:none;
	padding-right:5px;
}
.readmore a:hover {
	color:#D82412;
	text-decoration:none;
	padding:10px 0 0 0;
}
.footer {
	clear:both;
	padding:10px 0 1px 12px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	border:2px;
	border-top-color:#a41c2b;
	background-color:#efefe0;
	background:url(../images/common/footer-menus-shadow.gif) center top repeat-x;
}

.footer-links {
	color:#254B75;
	float:left;
	width:300px;
}
.footer-links a {
	color:#254B75;
	text-decoration:none;
	padding:0 2px 0 2px;
}
.footer-links a:hover {
	color:#254B75;
	text-decoration:underline;
}
.social-network {
	color:#1B4573;
	float:right;
	padding-right:10px;
}
.social-network img {
	margin-right:3px;	
	margin-left:2px;
	vertical-align:middle;
}

.home-readmore {
	color: #243f76;
	font-weight:bold;
	float: right;
	margin-right: 10px;
}
.home-readmore a:link {
	color: #243f76;
	text-decoration: none;
	font-weight:bold;
	float: right;
}
.home-readmore a:active {
	color: #243f76;
	text-decoration: none;
	font-weight:bold;
	float: right;
}
.home-readmore a:visited {
	color: #243f76;
	text-decoration: none;
	font-weight:bold;
	float: right;
}

.home-readmore a:hover {
	color: #243f76;
	text-decoration: underline;
	font-weight:bold;
	float: right;
}


.contentlink {
	font-family: arial;
	font-size: 12px;
	color: #a41c2b;
	text-decoration: none;
	font-weight: normal;
	cursor: hand;
	padding-left: 2px;
	padding-right: 2px;
}
a.contentlink:link  {
	color: #a41c2b;
	text-decoration: none;
}
a.contentlink:hover  {
	color: #a41c2b;
	text-decoration: underline;
}


.contentlinkbold {
	font-family: arial;
	font-size: 12px;
	color: #a41c2b;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	padding-left: 2px;
	padding-right: 2px;
}
.contentlinkbold a:link  {
	color: #a41c2b;
	text-decoration: none;
}
.contentlinkbold a:hover  {
	color: #a41c2b;
	text-decoration: underline;
}

.content-center {
	width: 220px;
}

.header-img {
	width:478px;
	padding-bottom:4px;
	float: left;
}
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}