@charset "utf-8";



/* ============================================================== */
/* ============================ LAYOUT ========================== */
/* ============================================================== */



html {
	font-size:11px;
	overflow: hidden;
	}
body {
	color: #666;
	font-family: verdana,helvetica,arial,clean,sans-serif;
	line-height: 1.75;
	padding: 0;
	margin: 0;
/*	padding-bottom: 40px; */
	overflow: hidden;
	height: 100%;
	display: block;
	}
body.default {
	background-color: #eef3fa;
	}


table {
	font-size: inherit;
	}
img {
	border: none;
	}

/* for fixed footer position */
#nonFooter {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 3;
	}

.default .con-header {
	background: url(../gifs/bg-header-home.png) repeat-x 0 0;
	}
.profiles .con-header,
.financials .con-header,
.content .con-header {
	background: url(../gifs/bg-header.png) repeat-x 0 0;
	}
.con-header {
	padding-bottom: 13px;
	}
.con-header .pad-con {
	width: 985px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	height: 80px;
	}

.con-wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 4;
	}


.con-main-1 {
	width: 640px;
	/*	width: 100%; ***/
	position: relative;
	}
.con-main-1 .pad-con {
	padding: 10px 0 0 20px;
	}
	



.default .con-wrapper {
	width: 985px;
	}


/* Side nav highlighting */

ul.side {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	display: inline;
	width: 260px;
	text-align: right;
	margin-right: -260px;
	position: relative;
	top: 0;
	left: 0;
	}

ul.side li {
	margin: 0;
	padding: 0 0 0 50px;
	height: 222px;
	}

ul.side a {
	display: block;
	position: relative;
	}


ul.side img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	}

ul.side img.act {
	display: none;
	}
ul.side a.active img.act {
	display: block;
	}


/* Content highlighting */

div.highlight {
	background-color: #fee;
	position: relative;
	margin-left: -5px;
	padding-left: 5px;
	}

div.anchorback {
	position: absolute;
	top: 0;
	right: -11px;
	overflow: hidden;
	width: 11px;
	height: 11px;
	}
	
div.anchorback a {
	display: block;
	width: 11px;
	height: 11px;
	text-indent: 100px;
	background: url(../gifs/anchorback.png);
	}








/*--- 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;
	}





/* Full width */
.profiles .con-main-1,
.financials .con-main-1 {
	width: auto;
	}
.default .con-main-1  {
	padding: 0px;
	margin: 0;
	width: 945px;
	border: none; /***/
	}
.default .con-main-1 .pad-con  {
	padding: 0 20px 0 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: 43px;
	}
	
/* ============================================================== */
/* ========================== PDF DOWNLOAD ====================== */
/* ============================================================== */	

#pdfdownload {
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 31px;
	width: 100%;
	background: url(../gifs/foot-bg.png) repeat-x;
	}

#pdfdownload h3 {
	height: 0;
	margin: 0;
	padding: 0;
	padding-top: 13px;
	overflow: hidden;
	background: url(../gifs/foot-shadow-fs8.png) repeat-x;
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	}
#pdfdownload ul {
	padding: 0;
	margin: 0 auto;
	padding-top: 5px;
	list-style-type: none;
	width: 100%;
	max-width: 997px;
	}

#pdfdownload li {
	float: right;
	padding-right: 55px;
	}

#pdfdownload a {
	padding: 0;
	margin: 0;
	float: left;
	width: 216px;
	position: relative;
	text-decoration: none;
	height: 0;
	padding-top: 20px;
	display: inline;
	overflow: hidden;
	}	
#pdfdownload a span {
	width: 216px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../gifs/pdf-download-8.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}

#pdfdownload a span,
#pdfdownload a:link span,
#pdfdownload a:visited span {
	background-position: 0 0;
	}
#pdfdownload a:focus span,
#pdfdownload a:hover span,
#pdfdownload a:active span {
	background-position: 0 -20px;
	}



/* ============================================================== */
/* ========================== 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: 58px;}
#nav li#nav01, #nav li#nav01 a.lvl1 {width: 150px;}
#nav li#nav02, #nav li#nav02 a.lvl1 {width: 65px;}
#nav li#nav03, #nav li#nav03 a.lvl1 {width: 106px;}
#nav li#nav04, #nav li#nav04 a.lvl1 {width: 98px;}
#nav li#nav05, #nav li#nav05 a.lvl1 {width: 70px;}
#nav li#nav06, #nav li#nav06 a.lvl1 {width: 84px;}
/*#nav li#nav07, #nav li#nav07 a.lvl1 {width: 80px}*/

/*--- 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 =========================== */
/* ============================================================== */

/*
form {
	height: 100%;
	display: block;
	}
*/
.paging {
	position: absolute;
	z-index: 3;
	top: 290px;
	top: 45%;
	left: 0;
	right: 15px;
	}
/*
.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 {
	background-image: url(../gifs/btn-paging.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	padding-top: 80px;
	width: 42px;
	height: 0;
	position: absolute;
	top: 0;
	outline: none;
	}

.default div.paging a {
	background-image: url(../gifs/btn-home-paging.png);
	}


a.PrevLink {
	background-position: -2px 0;
	left: 0;
	}
a.NextLink {
	background-position: -40px 0;
	right: 0;
	}
a.PrevLink:hover {
	background-position: 0 0;
	}	
a.NextLink:hover {
	background-position: -42px 0;
	}
	
/* ============================================================== */
/* ========================== 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;
	}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	}

.con-main-1 h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	}
.con-main-1 h3 em {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	}
.con-main-1 h4 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0;
	padding-top: 1.6em;
	}




.large-text {
	font-size: 15px;
	font-weight: normal;
	margin: .8em 0 .8em 0;
	line-height: 1.4;
	}

p {
	margin: .8em 0 .8em 0;
	font-size: 11px;
	}
li,td {
	font-size: 11px;
	}

.small-text {
	margin: 0 0 .8em 0;
	font-size: 9px;
	line-height: 1.3em
}

.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;}


#htmlcontent ul,
#htmlcontent ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
#htmlcontent ul li {
	width: 315px;
	height: 210px;
	float: left;
	}

#htmlcontent img {
	display: block;
	}

/*
.profile-row {
	margin-top: 20px;
	clear: left;
	}

.profile-row:after {
	display: block;
	clear: left;
	content: ".";
	visibility: hidden;
	height: 0;
	}
*/

.profile {
/*	float: left;
	display: inline;
	width: 146px;
	padding-right: 8px;*/
	border-top: solid 1px #ddd;
	margin-bottom: 1em;
	}

.profile:after {
	display: block;
	clear: left;
	content: ".";
	visibility: hidden;
	height: 0;
	}

.profile-col {
	float: left;
	display: inline;
	width: 146px;
	width: 198px;
	/*	width: 232px; ***/
	padding-right: 8px;
	}
/*
.profile-col:first-child {
	width: 146px;
	}
***/

.profile img {
	margin-right: -5px;
	}


.results-row {
	margin-top: 40px;
	clear: left;
	}
.results-row:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}
.result {
	float: left;
	display: inline;
	width: 300px;
	padding-right: 8px;
	}

.result p {
	padding-left: 20px;
	}

.result img {
	margin-left: -20px;
	}

.indicator-row {
/*	margin-top: 40px;*/
	clear: left;
	}
.indicator-row:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}

.indicator {
	float: left;
	display: inline;
	width: 300px;
	padding-right: 19px;
/*	padding: 1px 0 0;
	margin-top: 1.5em;
	color: #216494;
	background: #e4edf8 url(../gifs/indicator.png);
	font-weight: bold;
	margin-right: 1.5em;*/
	}

.right-col {
	padding-right: 0;
	}

.indicator-desc {
/*	width: 260px;
	overflow: hidden;*/
	}

.indicator p {
/*	padding: 0px 12px 12px;
	margin: 10px 0 0;
	background: #4882b4 url(../gifs/indicator.png) bottom;*/
	}

.intro {
	font-size: 15px;
	}

/* Clear foats in modern browsers */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}


/* data table */

table.data-table {
	border-right: 1px solid #ddd;
	margin: .8em .0em .8em .0em;
	border-bottom: 1px solid #ddd;
	}
table.data-table caption {
	margin-top:.6em;
	text-align: left;
	background-color: #d9d9d9;
	color: #000;
	padding: .4em .5em;
	font-weight: bold;
	}
table.data-table th {
	padding: .4em .5em;
	text-align: left;
	font-size: 11px;
	border-top: solid 2px #fff;
	}
table.data-table thead th {
	color: #fff;
	background: #679;
	font-weight: bold;
	}
table.data-table tbody th { 
	background: #F3F3F3;
	font-weight: normal;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #ddd;
	}
	
table.data-table td {
	padding: .2em .5em;
	background: #e9e9e9;
	vertical-align: top;
	border-top: solid 2px #fff;
	}


/* Goals table */

table.goals {
	border: none;
	margin: 2em 0;
	}

table.goals th,
table.goals td {
	padding: .5em 1em;
	border: none;
	border-top: solid 2px #fff;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	}

table.goals tr.sub th,
table.goals tr.sub td {
	padding: 0 1em;
	}

table.goals tr.sub th,
table.goals tr.sub td {
	border-top: none;
	}

table.goals thead th {
	color: #fff;
	background: #679;
	font-weight: bold;
	}

table.goals tbody th {
	border-left: none;
	border-right: none;
	}

table.goals .status-complete th,
table.goals .status-complete td {
	color: #567;
	}
table.goals .status-partial th,
table.goals .status-partial td {
	color: #456;
	}
table.goals .status-incomplete th,
table.goals .status-incomplete td {
	color: #345;
	}


table.goals .status-complete th {
	background-color: #E7F3FF;
	}
table.goals .status-partial th {
	background-color: #DBE7F3;
	}
table.goals .status-incomplete th {
	background-color: #D0DBE7;
	}


table.goals .status-complete td {
	background-color: #def;
	}
table.goals .status-partial td {
	background-color: #cde;
	}
table.goals .status-incomplete td {
	background-color: #bcd;
	}



table.goals tbody th p {
	font-size: 13px;
	margin-top: .75em;
	}


table.goals tbody tr.sub th p {
/*	font-size: 11px;*/
	margin-left: 1.5em;
	}


sup, 
sub { 
	vertical-align: 0;
    position: relative;
    font-size: 9px; 
    }
sup { bottom: 1ex; }
sub { top: 0.6ex; }



@media print 
{
	
	.ar-selector,
	#pdfdownload,
	.paging,
	#nav,
	div.con-header,
	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;
		}	

#nonFooter {
	height: 100%!important;
	overflow: visible!important;
	position: static!important;
	}
div {
	display: block;
	float: none!important;
	position: static!important;
	}
	
}


