html, body {
	margin: 0;
	padding: 0;
	font-family:Verdana;
	font-size:11px;
	background-color: #00346C;
	
}
.noHeading{
	padding-top: 18px;
	*padding-top: 5px;
}
.caption td{
	padding-bottom: 10px;
}
h2{
	font-size: 11px;
	font-weight: bold;
	color: #00457C;
}
blockquote{
	*margin-top: -10px;
}
h3{
	font-size: 12px;
	font-weight: normal;
	color: #00457C;
}
h4{
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #00457C;
}
#container {
	width: 780px;
	margin: 0 auto;
	margin-top: 10px;
	position:relative;
	z-index:1;
}
.link{
	cursor:pointer;
}
#header{
	width: 100%;
	height: 100px;
	background-image: url("../../images/header_bkg.gif");
	background-repeat: repeat-x;
}
#header img{
	float: left;
}
.header_right{
	float: right;
	padding-top: 40px;
}
.header_table_right{
	margin-right: 24px;
		
}
.header_table_left{
	float: left;
	margin-left: 24px;	
	padding-top: 17px;
}
#content_flash{
	float: left;
	position: absolute;
}
#content{
	position: relative;
	z-index: 1;
	width:100%;
	*margin-bottom: -12px;
	min-height: 462px;
	height:auto !important;
	height: 462px;
}

#content a{
	color: #06559F;
	text-decoration: none;
}
#subnav, #subnav_grey{
	float: right;
	margin-top: 24px;
	padding-right: 18px;
	margin-right: 20px;
}
#subnav, #subnav a{
	color: #FFF;	
}
#subnav img, #subnav_grey img{
	vertical-align: top;
}

#subnav_grey, #subnav_grey a{
	color: #CCC;
	font-size: 10px;
}
.blue{
	color: #00457C;
}
/* Cityscape letter */
#letter{
	height: 479px;
	background-image: url("../../images/letter.jpg");
}
#letter_cfo_title{
	padding-left: 30px;
}
#letter_cfo_img {
	margin-left: -1px;
	margin-top: 50px;
}
#letter a:hover, #content a:hover{
	color: #00457C;
}
#letter_1{
	height: 481px;
}
#letter_1_img {
	margin-left: -1px;
	margin-top: 50px;
}
#letter_1_text{
	margin-left: 60px;
}
#letter_2{
	font-size: 11px;
	color: #414142;
	padding-top: 65px;
	line-height: 15px;
	background-color: #FFF;
}
#letter_2 .content{
	font-size: 11px;
	padding-left: 67px;
}
#letter_2 .sidebar{
	width: 145px;
	padding: 30px;
	padding-top: 140px;	
	color: #818184;
	line-height: 20px;
	font-size: 11px;
}
#letter_4, #letter_5{
	font-size: 11px;
	color: #414142;
	padding-top: 65px;
	line-height: 15px;
	background-color: #f3f5f4;
}
#letter_4 .content, #letter_5 .content{
	font-size: 11px;
	padding-left: 67px;
}
#letter_5 td{
	font-size: 11px;
	padding-right: 40px;
}
#letter_4 .sidebar{
	width: 145px;
	padding: 30px;
	padding-top: 140px;	
	color: #818184;
	line-height: 20px;
	font-size: 11px;
}
#letter_4 td{
	font-size: 11px;
}
#letter_3{
	font-size: 11px;
	color: #414142;
	padding-left: 40px;
	padding-top: 65px;
	line-height: 15px;
	background-color: #f3f5f4;
}
#letter_3 td{
	font-size: 11px;	
}
#letter_3 .sidebar2{
	width: 145px;
	padding-top: 40px;
	padding-right: 40px;	
	color: #818184;
	line-height: 20px;
	font-size: 11px;
}
#operating{
	height: 476px;
	background-image: url("../../images/operating.jpg");
}
#op_prin{
	height: 474px;
	background-image: url("../../images/op_prin_img.jpg");
	background-repeat: no-repeat;
	
}
#op_prin table{
	font-size: 10px;
}
td.blocked{
	padding-left: 40px;	
}
#financials{
	height: 479px;
	background-image: url("../../images/financials.jpg");
}
#financials_2 img, #financials_3 img, #financials_4 img, #op_review img{
	margin-top: 20px;
}
.caption{
	margin-left: 80px;
	color: #00457C;
	font-size: 10px;
	letter-spacing: -1px;
}
.caption_2{
	margin-left: 310px;
	color: #00457C;
	font-size: 10px;
	letter-spacing: -1px;
}
#financials_5{
	height: 480px;
	background-image: url("../../images/financials_5.jpg");
}
#op_review_5{
	height: 480px;
	background-image: url("../../images/op_review_5.jpg");
	background-repeat: no-repeat;
}
#footer{
	clear: both;
	width: 100%;
	height: 38px;
	*height: 50px;
	
	background-image: url("../../images/footer_bkg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer table{
	margin-top: 10px;
	*margin-top: 22px;
	margin-right: 24px;
}
/* dropdown */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size: 10px;	
	z-index: 10;
}
.sf-menu {
	padding-top: 35px;
	padding-left: 35px;
	line-height:	14px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			210px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li{
	width: 100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			210px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			210px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#00457C;
}
.sf-menu li {
}
li.current{
	width: 210px;
	
	background-image:	url('../../images/dd_arrow.png');
	background-repeat: no-repeat;
	background-position: 65% 50%; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.sf-menu li li {
	background:		#cfd1d1;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.toc{
	padding: 		.75em 1em;
	color:			#00457C;
	cursor: pointer;
	
}

.sf-menu ul li a:hover {
	background:		#e5e6e7;
	outline:		0;
	
}
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
