@charset "utf-8";

.default .con-main-1 .pad-con {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	}

/*--- Annual report selector ---*/

.ar-selector {
	background-color: #00407c;
	color: #FFF;
	font-size: 11px;
	line-height: 2;
	min-height: 2em;
	padding: 0 0 0 2em;
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom: 1px solid #011f43;
	}
.ar-selector a,
.ar-selector a:visited {
	color: #FFF;
	text-decoration: none;
	}
.ar-selector a:focus,
.ar-selector a:hover {
	text-decoration: underline;
	}
.ar-selector h3 {
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin: 0;
	padding-right: 2em;
	color: #fff;
	line-height: 2;
	}
.ar-selector ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
.ar-selector li,
.ar-selector li a,
.ar-selector li strong {
	padding: 0;
	margin: 0;
	float: left;
	width: 4.5em;
	text-align: center;
	position: relative;
	line-height: 2;
	}
.ar-selector li strong,
.ar-selector li strong a {
	background-color: #011f43;
	font-weight: bold !important;
	}
.ar-selector li,
.ar-selector h3 {
	border-right: 1px solid #011f43;
	}

/* ============================================================== */
/* ============================ LAYOUT ========================== */
/* ============================================================== */

html {
	font-size:11px;
	}
body {
	color: #333;
	font-family: verdana,helvetica,arial,clean,sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}
table {
	font-size:inherit;
	}
img {
	border: none;
	}
.background {
	background: url(../gifs/bg-body.jpg) repeat-x bottom left #fff;
	}
.con-header {
	background: url(../gifs/bg-header.png) repeat-x 0 0;
	}	
.con-header .pad-con {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 10000;
	height: 80px;
	}	
.con-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	}
.default .con-wrapper {
	height: 580px;
	background-image: none;
	}	
.con-main-1 {
	width: 730px;
	margin-left: 230px;
	z-index: 2;
	position: relative;
	}
.financials .con-main-1 {
	margin-left: 10px;
	width: 950px;
	}
.con-main-1 .pad-con {
	padding: 25px 20px 0 0;
	}	
.default .con-main-1  {
	padding: 0px;
	margin: 0;
	width: 760px;
	}
.default .con-main-1 .pad-con  {
	padding: 0px;
	margin: 0;
	}			
.mod-sectionimage {
	clear: both;
	position: relative;
	top: -140px;
	z-index: 1;
	display: block;
	margin-bottom: -140px !important;
	width: 670px;
	}	
div.image {
	width: 670px;
	height: 393px;
	}	
	
/* ============================================================== */
/* ============================= QUOTE ========================== */
/* ============================================================== */

.quote {
	position: absolute;
	bottom: 335px;
	left: 0;
	z-index: 1;
	width: 200px;
	background: url(../gifs/bg-quote-bot.gif) no-repeat 100% 100%;
	padding-bottom: 48px;
	}	
.quote blockquote {
	margin: 0;
	background: url(../gifs/bg-quote-top.gif) no-repeat 0 0;
	padding-top: 8px;
	}
.quote blockquote p {
	font-weight: bold;
	}	
.quote p {
	margin: 0;
	padding: 0 7px 7px 12px;
	color: #cc0000;
	}
	
.person-over {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 230px;
	height: 340px;
	}
	
.logo {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	}
	
/* ============================================================== */
/* ========================== PDF DOWNLOAD ====================== */
/* ============================================================== */	

#pdfdownload {
	position: absolute;
	z-index: 100;
	bottom: 10px;
	right: 0;
	height: 25px;
	font-size: 5px;
	/*background-image: url(../gifs/pdf-download.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	}
.financials #pdfdownload {
	position: relative;
	}
#pdfdownload h3 {
	display: none;
	}
#pdfdownload ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
.financials #pdfdownload ul {
	position: absolute;
	right: 0;
	}
#pdfdownload li,
#pdfdownload li a {
	padding: 0;
	margin: 0;
	float: left;
	width: 155px;
	position: relative;
	text-decoration: none;
	}
#pdfdownload li a {
	height: 0;
	padding-top: 25px;
	display: block;
	overflow: hidden;
	}	
#pdfdownload li a span {
	width: 155px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../gifs/pdf-download.gif);
	background-repeat: no-repeat;
	}
#pdfdownload #pdf-AR a span,
#pdfdownload #pdf-AR a:link span,
#pdfdownload #pdf-AR a:visited span {
	background-position: 0 -15px;
	}
#pdfdownload #pdf-CSR a span,
#pdfdownload #pdf-CSR a:link span,
#pdfdownload #pdf-CSR a:visited span {
	background-position: -155px -15px;
	}
#pdfdownload #pdf-AR a:focus span,
#pdfdownload #pdf-AR a:hover span {
	background-position: 0 -60px;
	cursor: pointer;
	}
#pdfdownload #pdf-CSR a:focus span,
#pdfdownload #pdf-CSR a:hover span {
	background-position: -155px -60px;
	cursor: pointer;
	}


/* ============================================================== */
/* ========================== NAVIGATION ======================== */
/* ============================================================== */
/*--- Main nav ---*/

ul#nav,  
ul#nav li {
	height: 80px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	}
ul#nav li {
	line-height: 80px;
	}
div.mod-mainnav-1 div.pad-mod {
	/*padding-left: 61px;*/
	}
ul#nav a {
	color: #00407c;
	text-decoration: none;
	position: relative;
	background: transparent;
	height: 80px;
	}
ul#nav a span {
	width: 300px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: 0 0;
}
ul#nav a:focus,
ul#nav a:hover,
#nav li:hover a,
#nav li:hover a:focus,
#nav li:hover a:hover {
	text-decoration: underline;
}
ul#nav a:focus span,
ul#nav a:hover span,
#nav li:hover a span,
#nav li:hover a:focus span,
#nav li:hover a:hover span {
	background-position: 0 -80px;
	cursor: pointer;
}

ul#nav a#nav-on {
	font-weight: bold;
	background-color: #fff;
}
ul#nav a#nav-on span {
	background-position: 0 -160px;
}
li#nav00 span{background-image: url(../gifs/nav-00.png);}
li#nav01 span{background-image: url(../gifs/nav-01.png);}
li#nav02 span{background-image: url(../gifs/nav-02.png);}
li#nav03 span{background-image: url(../gifs/nav-03.png);}
li#nav04 span{background-image: url(../gifs/nav-04.png);}
li#nav05 span{background-image: url(../gifs/nav-05.png);}
li#nav06 span{background-image: url(../gifs/nav-06.png);}
li#nav07 span{background-image: url(../gifs/nav-07.png);}

#nav li#nav00, #nav li#nav00 a.lvl1 {width: 61px}
#nav li#nav01, #nav li#nav01 a.lvl1 {width: 113px}
#nav li#nav02, #nav li#nav02 a.lvl1 {width: 151px}
#nav li#nav03, #nav li#nav03 a.lvl1 {width: 81px}
#nav li#nav04, #nav li#nav04 a.lvl1 {width: 100px}
#nav li#nav05, #nav li#nav05 a.lvl1 {width: 92px}
#nav li#nav06, #nav li#nav06 a.lvl1 {width: 85px}
#nav li#nav07, #nav li#nav07 a.lvl1 {width: 85px}

/*--- Drop - downs ---*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav a {
	display: block;
	width: 50px;
	overflow: hidden;
	white-space: nowrap;
	}
#nav ul a {
	padding: 5px 10px;
	}
#nav li { /* all list items */
	float: left;
	width: 70px; /* width needed or else Opera goes nuts */
	}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #f5f5f5;
	padding: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 4;
	margin-left: -1px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	}
#nav li ul,
#nav li ul li { /* drop down width */
	width: 18em;
	height: auto;
	white-space: normal;
	line-height: 1.5;
	}
#nav li ul li a { /* drop down width */
	width: auto;
	height: auto;
	white-space: normal;
	color: #00407c !important;
	text-decoration: none !important;
	border-top: solid 1px #fff;
	}
#nav li ul li a:focus,
#nav li ul li a:hover {
	color: #fff !important;
	background-color: #cc0000;
	}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 18em !important;
	}
/*--- Hide drop downs on home page (flash sits on top) ---*/
.default #nav ul {
	/*display: none !important;*/
	}


/* ============================================================== */
/* =========================== PAGING =========================== */
/* ============================================================== */

.paging {
	position: absolute;
	z-index: 1;
	bottom: 120px;
	right: 0;
	}
.financials .paging {
	top: 0;
	bottom: 0;
	position: relative;
	height: 47px;
	margin-top: 25px;
	margin-bottom: 45px;
	}
	
/* IE6 fix for next button on homepage - CW */
* html .default .paging {
	top: 410px;
	right: 0;
	}

div.paging a {
	display: block;
	overflow: hidden;
	padding-top: 47px;
	width: 85px;
	height: 0;
	}

a.PrevLink {
	background-image: url(../gifs/btn-paging.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0;
	right: 95px;
	}
a.NextLink {
	background-image: url(../gifs/btn-paging.gif);
	background-repeat: no-repeat;
	background-position: -85px 0;
	position: absolute;
	top: 0;
	right: 0;
	}
a.PrevLink:hover {
	background-position: 0 -47px;
	}	
a.NextLink:hover {
	background-position: -85px -47px;
	}
	
/* ============================================================== */
/* ========================== TEXT STYLES ======================= */
/* ============================================================== */

h1, h2, h3, h4 {
	margin: 1.1em 0 .8em 0;
	line-height: 1.3;
	}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
	margin: 0;
	padding: 0;
	}
.large-text {
	font-size: 15px;
	font-weight: normal;
	margin: .8em 0 .8em 0;
	line-height: 1.4;
	}

p {
	margin: 1.1em 0 .8em 0;
	}

.con-main-1 a:link {color: #114888; text-decoration: none;}
.con-main-1 a:visited {color: #114888; text-decoration: none;}
.con-main-1 a:focus {color: #cc0000; text-decoration: underline;}
.con-main-1 a:hover {color: #cc0000; text-decoration: underline;}	
.con-main-1 a:active {color: #cc0000; text-decoration: underline;}

ul#imagerotator,
ul#imagerotator li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
ul#imagerotator li {
	padding-top: 240px;
	height: 340px
	}	

/* Clear thingo - mozilla only for testing */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}



@media print 
{
	
	.ar-selector,
	#pdfdownload,
	.paging,
	#nav,
	div.con-supp-1 {
		display: none !important;
		}
	div.frame {width: auto !important; margin: 3% 3% 3% 0 !important;}
	div.con-main-1 {width: auto !important; padding: 0 !important; margin: 0 !important;}
	div.logo {padding: 0 !important;}
	
	div.con-wrapper,
	.background {
		background: none !important;
		width: 100%;
		}
	.con-main-1 .pad-con {
		padding: 0px 20px 0 0;
		}	
	.mod-sectionimage {
		top: 0px;
		}	
	.print-logo {
		display: block !important;
		float: right;
		}	
	.print-logo img {
		width: 14em !important;
		margin-bottom: 3em;
		}	
	.sIFR-flash {
		display    : none !important;
		height     : 0;
		width      : 0;
		position   : absolute;
		overflow   : hidden;
		}
	.sIFR-alternate {
		visibility : visible !important;
		display    : block   !important;
		position   : static  !important;
		left       : auto    !important;
		top        : auto    !important;
		width      : auto    !important;
		height     : auto    !important;
		}	
	
}


