@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}	

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #1d1752;
	font-size: 12px;	
}

a, a:link, a:active, a:visited {
	color: #ed217c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}		

#container {
	margin:20px auto;
	position: relative;
	/*width: 802px;*/
    width:960px;
}
#logo {
	width: 748px;
	margin-bottom: 20px;
}

#search {
	position: absolute;
	right: 0;
	top: 7px;
	color: #1295cb;
	font-size: 11px;
}	
#search a {
	color: #1d1752;
	font-size: 12px;
}
#search input {
	margin-left: 7px;
	width: 172px;
    height: 25px;
    border: 1px solid rgb(30,24,83);
	/*border: 1px solid #cccccc;*/
}						
#header {
	/*width: 802px;*/
    width:960px;
	height: 216px;
	clear: both;
}
#menu {
	/*width: 802px;*/
    width:960px;
	/*height: 42px;*/
    height:30px;
	margin: 30px 0 0 0;
	/*margin: 30px 0 20px 0;
	background-image: url(../images/header.gif);*/
	background-repeat: no-repeat;
}
#menu ul {
	padding-top: 5px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu li a {
	color: #1d1752;
	font-size: 11px;
	padding: 0 15px 0 0;
}
#menu li a:hover {
	color: #1295cb;
	text-decoration: none;		
}
#menu li a.active {
	color: #1295cb;
}
#menu li a.highlighted {
	color: #1295cb;
	text-decoration: none;		
}
#breadcrumb {
	margin: 7px 0 30px 192px;
	font-size: 11px;
	color: #1295cb;
}	
#breadcrumb a {
	color: #1d1752;
	margin-right: 10px;
}	
#content {
	/*width: 802px;*/
    width: 960px;
	clear: both;
	margin-top: 10px;	
}
#columnMain {
	/*width: 610px;*/
    width: 720px;
	float: left;
    margin-right:16px;
}
#columnMain2 {
	float: left;
	/*width: 394px;*/
    width:380px;
    padding-right:150px;
    margin-bottom: 80px;
    /*padding-right:50px;*/
}
#columnMain3 {
	float: left;
	width: 600px;
}
#columnSingle {
	float: left;
}
ul#submenu {
	display: block;
	width: 182px;
	/*border-top: 1px solid #cccccc;*/
    border-left: 1px solid rgb(30,24,83);
    border-right: 1px solid rgb(30,24,83);
    padding-left: 10px;
	font-size: 11px;
	list-style: none;
	margin-right: 10px;
}
ul#submenu li {
	/*border-bottom: 1px solid #cccccc;*/
	padding: 3px 0 3px 0;
}
ul#submenu li a {
	display: block;
	width: 182px;
	color: #1d1752;
	background: none;
    font-weight:bold;
}
ul#submenu li a:hover {
	color: #1295cb;
	text-decoration: none;
	/*background-image: url(../images/arrow2.gif);*/
	background-repeat: no-repeat;
	background-position: right;
}
ul#submenu li a.highlighted {
	color: #1295cb;
	text-decoration: none;
	/*background-image: url(../images/arrow2.gif);*/
	background-repeat: no-repeat;
	background-position: right;
}
ul#submenu li a.active {
	color: #1295cb;
	text-decoration: none;
	/*background-image: url(../images/arrow2.gif);*/
	background-repeat: no-repeat;
	background-position: right;
}

ul#submenu2 {
	display: block;
	width: 182px;
	border-top: 1px solid #cccccc;
	border: 0;
	font-size: 11px;
	list-style: none;
	margin-right: 10px;
}
ul#submenu2 li {
	border: 0;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0 3px 20px;
}

ul#submenu2 li a {
	display: block;
	width: 162px;
	color: #1d1752;
	background: none;
}
ul#submenu2 li a:hover {
	color: #1295cb;
	text-decoration: none;
	/*background-image: url(../images/arrow2.gif);*/
	background-repeat: no-repeat;
	background-position: right;
}
ul#submenu2 li a.active {
	color: #1295cb;
	text-decoration: none;
	/*background-image: url(../images/arrow2.gif);*/
	background-repeat: no-repeat;
	background-position: right;
}

.clearDiv {
	clear: both;
}

#map {
    background-image: url(../images/map.gif);
    width:720px;
    height:200px;
    clear:both;
}

#map-overlay {
    background-image: url(../images/map-overlay.gif);
    filter:alpha(opacity=90);
    opacity:0.9;
    width:128px;
    height:128px;
    margin:40px 0px 0px 15px;
    padding:16px 0px 0px 16px;
    position:absolute;
    color:white;
    text-transform:uppercase;
}

#map-overlay a {
    color:white;
    font-weight: bold;
    padding-top:20px;
}
/*#map-overlay img {
    filter:alpha(opacity=90);
    opacity:0.9;
}*/

#footer {
    margin-top: 20px;
    height: 96px;
    width: 960px;
    border-left: 1px solid rgb(30,24,83);
}

#footer_wrapper {
    float:left;
    padding-left:15px;
    width:720px;
}

#footer_logo {
    float:right;
    padding-right:7px;
}

#footerLinks {
	clear: both;
	/*border-top: 1px solid #cccccc;*/
    font-size: 11px;
	/*color: #666666;*/
    color:rgb(30,24,83);
	/*padding-top: 10px;*/
	/*margin-top: 20px;*/
}
#footerLinks a {
	/*color: #666666;*/
    color:rgb(30,24,83);
    font-weight:bold;
}
#footerLogos {
	/*border-top: 1px solid #cccccc;*/
	overflow: auto;
	padding-bottom: 10px;
	width: 100%;
}
#footerLogos img {
	float: left;
	margin: 10px 30px 0 0;
}
#footerLinks #rss {
	float: right;
	margin: -30px 100px 0 0;
}	
#footerLinks #rss a {
	color: #1d1752;
}

.teaser-panel {
    width:229px;
    height:176px;
}

.teaser-panel a {
    width:229px;
    height:176px;
    display:block;
}

.teaser-middle-panel {
    margin-left:16px;
    margin-right:16px;
}

.teaser-panel-overlay {
    filter:alpha(opacity=70);
    opacity:0.7;
    width:128px;
    height:128px;
    margin:16px 0px 0px 15px;
    padding:16px 0px 0px 16px;
    position:absolute;
    color:black;
    text-transform:uppercase;
}

.teaser-panel-overlay a {
    color:rgb(30,24,83);
    font-weight: bold;
    padding-top:20px;
}

.panel-overlay-1 {
    background-image:url(../images/panel_overlay_1.gif);
}

.panel-overlay-2 {
    background-image:url(../images/panel_overlay_2.gif);
}

.panel-overlay-3 {
    background-image:url(../images/panel_overlay_3.gif);
}

.panel-overlay-4 {
    background-image:url(../images/panel_overlay_4.gif);
}

.panel-overlay-5 {
    background-image:url(../images/panel_overlay_5.gif);
}

.panel-overlay-6 {
    background-image:url(../images/panel_overlay_6.gif);
}

.contentItem {
	width: 192px;
	height: 120px;
	padding-bottom: 10px;
	margin-right: 25px;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #cccccc;*/
	float: left;
	color: #666666;
	font-size: 11px;
}
.contentItem h2 {
    color: rgb(18,149,203);
    text-transform: uppercase;
}

contentItem2 {
	width: 205px;
}	
.contentItem a {
	/*color: #ed217c;
	text-decoration: underline;*/
    color: rgb(30,24,83);
    font-weight:bold;
    font-size:12px;
}
#columnMain .contentItem .more {
	margin-top: 3px;
	margin-bottom: 25px;
	float:right;
	font-size: 11px;
}			
.contentItem table {
	/*color: #ed217c;*/
    color: #1295CB;
	margin-bottom: 10px
}
.contentItem table td {
	padding-top: 6px;
}
.contentItem table.portfolioFacts td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.contentItem table.portfolioFacts td.border_top {
    border-top: solid 1px #ccc;
}

.contentItem table td.header {
	color:#999999;
}			
.contentItem table td.left {
	padding-right: 10px;
}	
.contentItem table td.right {
}
#columnSingle .contentItem {
	width: 170px;
	float: none;
	/*margin-left: 10px;*/
    padding-left:18px;
	margin-right: 0;
	height: auto;
    border-left: 1px solid rgb(30,24,83);
}			
h1 {
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 15px;
    color: #1295cb;
}
h2 {
	/*color: #022871;
	font-size: 15px;*/
    color: #1295cb;
    font-size:15px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#columnMain .contentItem h2 {
	float: left;
}	
h2 .title_link:link {
	color: #022871;
	text-decoration: none;
}
h2 .title_link:visited {
	color: #022871;
	text-decoration: none;
}
h2 .title_link:hover {
	color: #022871;
	text-decoration: underline;
}
h2 .title_link:active {
	color: #022871;
	text-decoration: none;
}
h4 {
	color: #022871;
	font-size: 10px;
	font-weight: normal;	
	clear: both;
}	
#columnSingle h3 {
	border-bottom: 1px solid #cccccc;
}
p {
	margin-bottom: 10px;
	line-height: 15px;
}
.lightblue {
	color: #1295cb;
}
.lightblue a {
	color: #1295cb;
}



.lightbluehighlight {
	background: url(../images/linkbutton.jpg) no-repeat;
	color: #1295cb;
	width: 205px;
	height: 43px;
	margin-top: 10px;
}
.lightbluehighlight a {
	position: relative;
	top: 13px;
	color: #1295cb;
	padding-left: 36px;
	text-decoration: none;
	font-weight: bold;
}
.lightbluearrow {
	background: url(../images/arrow.gif) no-repeat 12px 5px;
	color: #1295cb;
	width: 193px;
	height: 20px;
}
.lightbluearrow a {
	position: relative;
	top: 4px;
	color: #1295cb;
	padding-left: 36px;
	text-decoration: none;
}


.contentItem p {
	padding-top: 6px;
	margin-bottom: 0;
}
#columnSingle .noBorder {
	border-bottom: none;
}

#columnSingle .noAutoHeight {
	height: 100%;
}

#columnMain.pushed {
	margin-left:192px;
}
#columnMain2.pushed {
	margin-top: 38px; 
	border-left:1px solid #999999;
	padding-left: 8px;
}
#columnSingle.pushed {
	width: 205px;
	margin-left:192px;
}
.historydiv {
	margin: 0;
	padding: 0;
	border: 0;
}
.historydate {
	margin: 0;
	padding: 0;
	background: url(../images/history_arrow.gif) no-repeat;
	color: #fff;
	float: left;
	width: 108px;
	height: 40px;
	border-right: solid 1px #ed217c;
	padding-left: 5px;
}
.historydesc {
	width: 450px;
	margin: 0;
	padding: 0;
	float: left;
	padding-left: 5px;
}
#credit {
	float: right;
	margin-top: -25px;
	font-size: 11px;
	color: #666666;
}
#credit a {
	color: #666;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}
#crra {
	/*float: right;*/
}
#crra img {
	margin-right: 0px;
}
.directorstitle {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 4px 0px 4px;
}
.directorsjob {
	font-size: 12px;
	color: #ed217c;
	margin: 8px 4px 0px 4px;
}
.directorsdesc {
	font-size: 11px;
	margin: 8px 4px 0px 4px;
}
.directorsemail {
	font-size: 12px;
	color: #ed217c;
}
.filedownload {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	height: 30px;
	margin-bottom: 8px;
}
.filetitle a {
	font-size: 15px;
	color: #1295cb;	
	float: left;
	line-height: 30px;
}
.filelink a {
	font-size: 12px;
	color: #1d1752;
	float: right;
	line-height: 30px;
}
.financialreport {
	float: left;
	width: 290px;
	margin: 0px 10px 10px 0px;
}
.annualreport {
	float: left;
	width: 144px;
	height: 170px;
	background-color: #e1e2d0;
	margin: 0px 1px 0px 0px;
}
.interimreport {
	float: left;
	width: 144px;
	height: 170px;
	background-color: #e1e2d0;
	margin: 0px 1px 0px 0px;
}
.annualfile {
	width: 144px;
	height: 22px;
	line-height: 22px;
	float: left;
	background-color: #d1d3bd;
	margin: 1px 1px 0px 0px;
}
.annualfile a {
	margin-left: 8px;
}
.interimfile {
	width: 144px;
	height: 22px;
	line-height: 22px;
	float: left;
	background-color: #d1d3bd;
	margin: 1px 1px 0px 0px;
}
.interimfile a {
	margin-left: 8px;
}
.annualorder {
	width: 144px;
	height: 22px;
	line-height: 22px;
	float: left;
	background-color: #e1e2d0;
	margin: 1px 1px 0px 0px;
}
.annualorder a {
	margin-left: 8px;
}
.interimorder {
	width: 144px;
	height: 22px;
	line-height: 22px;
	float: left;
	background-color: #e1e2d0;
	margin: 1px 1px 0px 0px;
}
.interimorder a {
	margin-left: 8px;
}
.reportyear {
	font-size: 15px;
	line-height: 20px;
	margin: 8px 0px 0px 8px;
}
.reportimg {
	width: 80px;
	height: 101px;
	margin: 8px 0px 0px 8px;
}
.reporttitle {
	margin: 8px 0px 0px 8px;
}

/* hidden sections in corp responsibility page */
#environmental {
	display: none;
}
#social {
	display: none;
}
#community {
	display: none;
}
#orderform label, #alertform label {
	display: block;
	float: left;
	width: 100px;
}
#orderform input, #orderform select, #orderform textarea, #alertform input, #alertform select, #alertform textarea {
	width: 170px;
}
#headlines ul {
	list-style-type: none;
}
.searchresults_link {
	font-weight: bold;
}
#columnMain3 table {
	border-bottom: 1px solid black;
	border-right: 1px solid black;

}

#columnMain3 table tr.table_heading {
	background-color: #eee;
}

#columnMain3 table td {
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 6px;
	
}

#columnMain3 ul {
	margin-left: 20px;
}

.highlightItem {
    margin-bottom:10px;
    clear:both;
}

.highlightItem img {
    width:88px;
    float:left;
}

.highlightItemText {
    width:70px;
    float:right;
}

/*REPLACEMENT CAROUSEL FOR FLASH ON PORTFOLIO PAGE*/
#carousel IMG {
    position:absolute;
    /*top:0;*/
    /*left:10;*/
    z-index:-102;
}

#carousel IMG.active {
    z-index:-100;
}

#carousel IMG.last-active {
    z-index:-101;
}

#preload img {
    height: 0;
    width: 0;
    border-width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -30;
}
