@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
color:#000;
font-family:helvetica, arial, sans-serif; 
line-height:1.2;
}
/*/*/a{}
	body, td, th, caption {
	  font-size: small;
	  voice-family: "\"}\"";
	  voice-family: inherit;
	  font-size: medium;
	}
	html>body, html>td, html>th, html>caption {
		font-size: medium;
	}
	/* */
	
/* homepage styles */
html{
height:100%;
}
body#home{
background:#999 url("/about/reports/annual/2006-07/html/_img/pob-footer.gif") 99% 99% no-repeat;
height:100%;
}
body#home #contentcontainer{
background:white;
}
body#home #content h1{
line-height:65px;
background:url("/about/reports/annual/2006-07/html/_img/hpstrip.jpg") 12em center no-repeat;
}
#over-year #content h1 {
line-height:65px;
background:url("/about/reports/annual/2006-07/html/_img/overviewstrip.jpg") 12em center no-repeat;
} 
#overview1 #content h1 {
line-height:65px;
background:url("/about/reports/annual/2006-07/html/_img/outcome1strip.jpg") 12em center no-repeat;
} 
#overview2 #content h1 {
line-height:65px;
background:url("/about/reports/annual/2006-07/html/_img/outcome2strip.jpg") 12em center no-repeat;
} 
#manage-governance #content h1 {
line-height:65px;
background:url("/about/reports/annual/2006-07/html/_img/man-acc-strip.jpg") 16em center no-repeat;
} 
/* header styles */
#header{
background:#4c4c4c url("/about/reports/annual/2006-07/html/_img/globe.gif") top right no-repeat;
border-bottom:2px solid white;
position:relative;
margin:0;
padding:0;
height:70px;
}
#header h1{
position:absolute;
top:18px;
right:280px;
margin:0;
padding:0;
color:white;
font-size:85%;
text-align:right;
}
#header img{
border:0;
border-right:2px solid white;
}

/* nav styles */
#nav{
background:#c4c4c4 url("/about/reports/annual/2006-07/html/_img/bg-nav.gif") repeat-y top left;
border-bottom:2px solid #88cff0;
position:relative;
}
#nav p{
margin:0;
padding:.5em;
font-size:75%;
}
#nav p a:link{color:#1b7da9}
#nav p a:visited{color:#666}
#nav p a:hover{color:#700018}
#nav p a:active{color:#700018}
/* search styles */
form#search{
position:absolute;
right:.5em;
top:.15em;
margin:0;
padding:0;
}

form#search p#searchp{
padding:0;
}
/*content architecture styles*/
#contentcontainer{
width:100%;
overflow:auto;
}
.clear{
clear:both;
}
#content{
padding-left:13px;
margin-left:210px;
}
#menu{
width:170px;
float:left;
}
#content p, #content li{
margin-right:10em;
font-size:90%;
}
#content table p, #content table li, #content .profile p{
margin-right:0;
}
#content table p{
margin:0;
margin-bottom:.5em;
}
/*menu styles */
ul#menu {
  list-style-type: none;
  margin:0;
  padding:0;
}
ul#menu ul, ul#menu ul.third{
display:none;
list-style-type: none;
margin:0;
padding:0;
}

ul#menu li{
border-top:1px solid white;
/*line-height:1.8em;*/
}
#menu a{
color:white;
padding:.4em 25px 4px 10px;
text-decoration:none;
background:#003867 url("/about/reports/annual/2006-07/html/_img/arrow-off.gif") 98% center no-repeat;
display:block;
font-weight:normal;
width:100%;
font-size:75%;
}
#menu a.hover {
background-image:url(/about/reports/annual/2006-07/html/_img/arrow-off-parent.gif);
}
#menu a.nosub{
background-image:none;
}

#menu a.active{
background:#003867 url("/about/reports/annual/2006-07/html/_img/arrow-on.gif") 98% center no-repeat;
}

#menu a:hover{text-decoration:underline;}
ul#menu ul li a{
background:#c4c4c4;
font-weight:normal;
color:black;
}
ul#menu li a:hover, ul#menu ul li a:hover{
background-color:#88CFF0 !important;
text-decoration:none;
}

/*headings*/
h1, h2, h3, h4{
color: #005981;
margin-right:10em;
}

/*heading 1's on home page, overview, outcome1, outcome2 and management & accountability main pages ONLY*/
#home h1, #overbody h1, #out1body h1, #out2body h1, #managebody h1{
margin-right:0em;
}

#content h1 {
 font-size: 140%; 
 line-height: 40px; 
 margin-top: 4px; }

#content h2 {
 font-size: 120%;
 border-top: 1px dashed #c4c4c4; 
 border-bottom: 1px dashed #c4c4c4; 
 padding-top:4px; 
 padding-bottom:4px;
}
#content h3 {
 font-size: 100%;
}
#content h4 {
 font-size: 100%;
}

/*links*/
#content a:link{color:#1b7da9}
#content a:visited{color:#666}
#content a:hover{color:#26a7e3}
#content a:active{color:#26a7e3}

.totop a:link{color:#005981}
.totop a:visited{color:#26a7e3}
.totop a:hover{color:#26a7e3}
.totop a:active{color:#26a7e3}
/*footer*/
.totop{
text-align:right;
margin-right:2em;
}
#footer {
padding-top:1em;
margin-bottom: 2em;
text-align:center;
 }
 
#footer ul{
 list-style-type:none;
 margin:0;
 padding:0;
 font-size:75%;
}
	
#footer ul li{ 
 display:inline;
 margin:0;
 padding:0;
}
	
#footer ul li a{
 border-left:1px solid black;
 padding:0 .5em;
}

#home #footer ul li a{
 border-left:1px solid white;
}
#home #footer ul li a.firstitem{
 border-left:none;
}

#footer ul li a.firstitem{
 border-left:none;
 padding:0 .5em 0 0;
}

#footer a:link{color:#1b7da9}
#footer a:visited{color:#666}
#footer a:hover{color:#26a7e3}
#footer a:active{color:#26a7e3}

#home #footer a:link{color:#1b7da9}
#home #footer a:visited{color:#666}
#home #footer a:hover{color:#26a7e3}
#home #footer a:active{color:#26a7e3}

/*video styles*/
.profile{
width:500px;
float:right;
margin:.5em 0 .5em .5em;
background:#d8dcdf url("/about/reports/annual/2006-07/html/_img/vid-top.gif") top left no-repeat;
}	
.profileinner{
overflow:auto;
width:100%;
background:url("/about/reports/annual/2006-07/html/_img/vid-bottom.gif") bottom left no-repeat;
}	
#playerholder{
border:1px solid red;
float:left;
width:320px;
margin:.5em 0 .5em 15px;
height:240px;
}
.profile p, .profile h2, .profile h3{
margin:0;
padding:10px;
}
.profile .profileimage{
float:left;
margin-right:10px;
padding-left:20px;
}
.fin-stat-image{
width:95%;
overflow-x:scroll;
}
.profile .profilevideo{
float:left;
margin-right:10px;
padding-left:20px;
}
.profile .profileimage p{
margin:-5px 0 0 0;
padding:5px;
padding-right:15px;
text-align:right;
font-size:65% !important;
}

/*table styles*/
.artableborder td,.artableborder th{
	padding:6px;
	margin:0;
	border-top:1px solid black;
	border-left:1px solid black;
	vertical-align:top;
}
.artableborder{
	padding:0;
	border-spacing: 0px;
	border-collapse:collapse;
	border-bottom:1px solid black;
	border-right:1px solid black;
	margin-right:10em;
}
.artableborder caption{
text-align:left;
line-height:1.5;
}
.artableborder th{
text-align:left;
font-weight:normal;
color:white;
background:#818a99;
}
th{
text-align:left;
}
.artableborder caption{
color:#818a99;
font-weight:bold;
font-size:85%;
}
.artablel2{
background:#c2cbdc;
}
.artableborder td sup{
color:#666;
}
.artableborder th sup{
color:#ccc;
}
.artableborder .right{
text-align:right;
}
.alphalist{
list-style-type:upper-alpha;
}

.tablefooter{
font-size:85%;
color:#666;
}
.arimage p{
color:#818a99;
font-weight:bold;
font-size:85%;
margin:0;
padding:0;
}

.introbody #intromenu a,
.out1body #out1 a,
.out2body #out2 a,
.overbody #over a,
.managebody #manage a,
.profilebody #profile a,
.appendicesbody #appendices a,
{
background-image:url("/about/reports/annual/2006-07/html/_img/arrow-on.gif");
}
.introbody #intromenu li a,
.out1body #out1 li a,
.out2body #out2 li a,
.overbody #over li a,
.managebody #manage li a,
.profilebody #profile li a,
.appendicesbody #appendices li a,
.glossarybody #glossarymenu li a,
.compliancebody #compliancemenu li a{
background-image:none;
}
.introbody #intromenu ul,
.out1body #out1 ul,
.out2body #out2 ul,
.overbody #over ul,
.managebody #manage ul,
.profilebody #profile ul,
.appendicesbody #appendices ul,
.glossarybody #glossarymenu ul,
.compliancebody #compliancemenu ul,
#out1_1 #out1_1child,
#out1_1_1 #out1_1child,
#out1_1_2 #out1_1child,
#out1_1_3 #out1_1child,
#out1_1_4 #out1_1child,
#out1_1_5 #out1_1child,
#out1_1_6 #out1_1child,
#out1_1_7 #out1_1child,
#out1_2 #out1_2child,
#out1_2_1 #out1_2child,
#out1_2_2 #out1_2child,
#out1_3 #out1_3child,
#out1_3_1 #out1_3child,
#out1_3_2 #out1_3child,
#out1_3_3 #out1_3child,
#out1_3_4 #out1_3child,
#out1_3_5 #out1_3child,
#out1_3_6 #out1_3child,
#out2_1 #out2_1child,
#out2_1_1 #out2_1child,
#out2_1_2 #out2_1child,
#out2_1_3 #out2_1child,
#out2_1_4 #out2_1child,
#out2_1_5 #out2_1child,
#out2_2_1 #out2_2child,
#out2_2_2 #out2_2child,
#out2_2_3 #out2_2child,
#out2_3_1 #out2_3child,
#out2_3_2 #out2_3child,
#out2_2 #out2_2child,
#out2_3 #out2_3child,
#fs-indep-audit #fschild,
#fs-income #fschild,
#fs-balance #fschild,
#fs-statement-changes #fschild,
#fs-cash #fschild,
#fs-schedule-commit #fschild,
#fs-schedule-contin #fschild,
#fs-schedule-admin #fschild,
#fs-notes-1 #fschild,
#fs-notes-2 #fschild,
#fs-notes-10 #fschild,
#fs-notes-24 #fschild
{
display:block;
}
#intro1 #intro-lot a,
#intro2 #intro-tables a,
#intro3 #intro-figures a,
#intro4 #intro-offices a,
#overview1 #out1overview a,
#out1_1 #out1_1menu a,
#out1_2 #out1_2menu a,
#out1_3 #out1_3menu a,
#out1_4 #out1_4menu a,
#out1_5 #out1_5menu a,
#out1_admin #out1_adminmenu a,
#overview2 #out2overview a,
#out2_1 #out2_1menu a,
#out2_2 #out2_2menu a,
#out2_3 #out2_3menu a,
#out2_4 #out2_4menu a,
#out2_5 #out2_5menu a,
#out2_admin #out2_adminmenu a,
#over-portfolio #over-portfolio-menu a,
#over-stakeholder #over-stakeholder-menu a,
#over-summary #over-summary-menu a,
#over-sfp #over-sfp-menu a,
#over-secretary #over-secretary-menu a,
#over-year #over-year-menu a,
#manage-asset #manage-asset-menu a,
#manage-disability #manage-disability-menu a,
#manage-consultants #manage-consultants-menu a,
#manage-scrutiny #manage-scrutiny-menu a,
#manage-financial #manage-financial-menu a,
#manage-governance #manage-governance-menu a,
#manage-people #manage-people-menu a,
#manage-performance #manage-performance-menu a,
#manage-purchasing #manage-purchasing-menu a,
#profile01 #profile-int a,
#profile02 #profile-roos a,
#profile03 #profile-twins a,
#profile04 #profile-learning a,
#profile05 #profile-hotline a,
#profile06 #profile-tradition a,
#profile07 #profile-border a,
#profile08 #profile-teach a,
#profile09 #profile-ceremony a,
#profile10 #profile-hero a,
#profile11 #profile-building a,
#profile12 #profile-model a,
#profile13 #profile-lebanon a,
#appendices-advertising #appendices-advertising-menu a,
#appendices-citizenship #appendices-citizenship-menu a,
#appendices-compliance #appendices-compliance-menu a,
#appendices-errors #appendices-errors-menu a,
#appendices-grants #appendices-grants-menu a,
#appendices-eco #appendices-eco-menu a,
#appendices-foi #appendices-foi-menu a,
#appendices-bodies #appendices-bodies-menu a,
#glossary #glossary-menu a,
#compliance #compliance-menu a
{
/*background:#BECB99;*/
background:#bbe6fa;
}
#out1_1child li a, 
#out1_2child li a,
#out1_3child li a,
#out2_1child li a,
#out2_2child li a,
#out2_3child li a,
#fschild li a  {
background:#ececec !important;
}
#out1_1_1 #out1_1child #out1_1_1_1 a,
#out1_1_2 #out1_1child #out1_1_1_2 a,
#out1_1_3 #out1_1child #out1_1_1_3 a,
#out1_1_4 #out1_1child #out1_1_1_4 a,
#out1_1_5 #out1_1child #out1_1_1_5 a,
#out1_1_6 #out1_1child #out1_1_1_6 a,
#out1_1_7 #out1_1child #out1_1_1_7 a,
#out1_2_1 #out1_2child #out1_2_1_1 a,
#out1_2_2 #out1_2child #out1_2_1_2 a,
#out1_3_1 #out1_3child #out1_3_1_1 a,
#out1_3_2 #out1_3child #out1_3_1_2 a,
#out1_3_3 #out1_3child #out1_3_1_3 a,
#out1_3_4 #out1_3child #out1_3_1_4 a,
#out1_3_5 #out1_3child #out1_3_1_5 a,
#out1_3_6 #out1_3child #out1_3_1_6 a,
#out2_1_1 #out2_1child #out2_1_1_1 a,
#out2_1_2 #out2_1child #out2_1_1_2 a,
#out2_1_3 #out2_1child #out2_1_1_3 a,
#out2_1_4 #out2_1child #out2_1_1_4 a,
#out2_1_5 #out2_1child #out2_1_1_5 a,
#out2_2_1 #out2_2child #out2_2_1_1 a,
#out2_2_2 #out2_2child #out2_2_1_2 a,
#out2_2_3 #out2_2child #out2_2_1_3 a,
#out2_3_1 #out2_3child #out2_3_1_1 a,
#out2_3_2 #out2_3child #out2_3_1_2 a,
#fs-indep-audit #fschild_1 a,
#fs-income #fschild_2 a,
#fs-balance #fschild_3 a,
#fs-statement-changes #fschild_4 a,
#fs-cash #fschild_5 a,
#fs-schedule-commit #fschild_6 a,
#fs-schedule-contin #fschild_7 a,
#fs-schedule-admin #fschild_8 a,
#fs-notes-1 #fschild_9 a,
#fs-notes-2 #fschild_10 a,
#fs-notes-10 #fschild_11 a,
#fs-notes-24 #fschild_12 a,
#home #annrephome a,
#glossary #glossarymenu a,
#compliance #compliancemenu a,
#covernotes #covernotesmenu a {
background:#bbe6fa !important;
}
#home #annrephome a,
#glossary #glossarymenu a,
#compliance #compliancemenu a,
#covernotes #covernotesmenu a {
color:#000;
}
#out1_1child li a, 
#out1_2child li a,
#out1_3child li a,
#out2_1child li a,
#out2_2child li a,
#out2_3child li a,
#fschild li a {
padding-left:20px;
width:94%;
}
#annrephome a, #glossarymenu a, #compliancemenu a, #covernotesmenu a {
background-image:none;
}
.quote{
font-style:italic;
border:1px dotted #005981;
padding:0 1em;
margin-right:10em;
}
#content .quote p{
margin-right:0;
}
#content .quote p span{
color:#005981;
}
.image p {
color:#005981;
font-weight:bold;
margin:0;
padding:0;
}
.story p {
margin-bottom:2.5em;
margin-top:0.5em;
}
img.print{
 margin-top:5px;
 padding:0;
 padding-left:10px;
 cursor:pointer;
}
#nav span {
margin:0;
padding:0;
font-size:75%;
position:relative;
top:-7px;
left:5px;
cursor:pointer;
}
#print-logo {
position:absolute;
left:-999em;
}
