* { 
	margin: 0px; 
	padding: 0px; 
	box-sizing:border-box;
	-moz-box-sizing:border-box;  
}

html, body{
  height:100%;
}

#content li { margin: 0px 0px 10px 20px; }
#content ul { margin-bottom: 30px; }

div#logo {display: none;}
body {
	color:#222;
	font-family:'Roboto', Arial, Helvetica, sans-serif; 
	font-size:1em;
	line-height:1.4em; 
	font-weight:300;
}

p { margin: 0 0 1.1em; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif; 
	line-height: 1.1em;
	font-weight: 300;
	margin: 0 0 1em 0;
	padding: 0;
	color: rgb(1,80,159);
	color: #111;
} 

h1 { 
	color: #FFF;
	font-size: 45px;
	line-height: 100%;
	letter-spacing: -1px;
	display: inline-block;
	padding: 22px 0 0 40px;
	margin: 0;
}

h2 { font-size: 30px; letter-spacing: -1px;}

h3 { font-size: 24px; letter-spacing: -1px;}

	.interior #content h3 { font-size: 22px; letter-spacing: -1px; line-height: 1.2em; }

/*p, ul, h3 { font: 12px 'Roboto', Arial, Arial, Helvetica; line-height: 140%; margin-bottom: 15px; }
h1 { font: bold 36px Arial; color: #FFFFFF; display: block; margin: 20px 0px 0px 215px; }
h2 { font: bold 14px Arial; color: #999999; margin-bottom: 15px; }
h3 { font-weight: bold; }
form { margin-bottom: 0px; margin-top: 3px;}
td { font: 12px 'Roboto', Arial, Arial, Helvetica; line-height: 140%; }*/


.headline { font-weight: bold; text-align: center; text-transform: uppercase; }
.subhead { font-style: italic; text-align: center; }

#relatedWrapper { display: none; }

.white { color: #FFFFFF; line-height: 140%; }
.bold { font-weight: bold; }
.teal { color: #13618A; }
.tiny { font-size: 10px; line-height: 100%;}

#richFinancials table { width: 910px; }
#richFinancials p { margin: 0px; }


#header {
	height: 94px;
	padding: 20px 0 0 40px;
	background: url(../images/mastheadbackground.jpg) top right no-repeat;
}

#masthead { 
	width: 1039px; 
	height: 84px;
	background: url(../images/inside_masthead1.jpg) top right no-repeat; 
	position: relative;
	z-index: 5;
}

#printbutton {
	display: none;
	color: #FFF;
	font-size: 14px;
	padding: 5px 20px;
	bottom: 0;
	right: 20px;
	position: absolute;
	background: #333;
	float: right;
	text-decoration: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 5px 0 0;
	border-radius: 5px 5px 5px 0 0;
}
	#printbutton:hover {
		background-color: #555;
	}

#outer { 
	width: 1040px;
	min-height: 100%; 
	background: #333;
	/*padding-bottom: 80px;*/ 
	border-right: 1px solid white; 
	-webkit-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.25);
	float: left;
} 

#pagebody {
	float: left;
	width: 100%;
	padding: 20px;
}

#aside { 
	float: left; 
	width: 230px;
}

.interior #content {
	float: right; 
	width: 740px; 
	padding: 30px;
	line-height: 150%;
	color: #333333;
	border: 7px solid white;
	background: #eee; 
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#footer { 
	clear: both;
	padding: 90px 20px 20px; 
	color: #FFFFFF; 
	font-size: .8em;
}
	#footer br { margin: 10px; }
	#footer * { color: #fff; }




/* ***************** HOMEPAGE STYLES  ********************   */

#index #pagebody {
	padding: 30px 40px 30px 30px;
	background: #333 url(../images/bg-home.gif);
}

#index #pagebody #aside { 
	width: 254px;
}

#index #pagebody #content { 
	color: #fff; 
	width: 670px; 
	float: right; 
}

#index #pagebody #content * { color: #fff;  }

#index #homemasthead { 
	height: 120px;
	padding: 40px 0 0 40px;
	background: url(../images/home_pic.jpg) top right no-repeat;
}







/* ***************** ASIDE  ********************   */

#leftnav, #resources { 
	background:rgb(209,228,243) url(../images/bg-subnav.png) 5px 5px no-repeat;
	width:220px;
	min-height: 250px;
	padding: 5px 15px 30px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.34);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.34);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.34);
	 }

#resources { 
	background-color: #ccc; 
	background-image: url(../images/bg-related.png);
	min-height: 100px;
	margin-top: 20px;
}

#subarea ul { list-style-type: none; }
#subarea h3 { 
	font-weight: 500; 
	padding: 20px 0 0 20px;
	margin: 0 0 15px 0;
}
#subarea a, #subarea a:visited  {  
	color: #222; 
	text-decoration: none; 
	display: block; 
	padding: 6px 2px 6px 33px; 
	background: url(../images/bullets2.gif) 20px 12px no-repeat; 
}
#subarea a:Hover { background-color: #FFFFFF; }

#leftnav .sub_title {  color: #666666; text-decoration: none; padding: 2px 2px 2px 29px;  background-image: url(../images/bullets2.gif); background-position: 15px 3px; background-repeat:no-repeat; }

#leftnav .sub {  color: #666666; text-decoration: none; display: block; }
#leftnav .sub:link, #leftnav .sub:visited { padding: 2px 2px 2px 39px; background-image: url(../images/bulletstiny.gif); background-position: 28px 3px; background-repeat:no-repeat; }
#leftnav .sub:Hover { background-color: #FFFFFF; }


#subarea {
/*	width: 175px;
	margin-top: 0px;*/
}



#tableContent { width: 591px; }
#cellContentHead { background: url(../images/bodytop.jpg) no-repeat; height: 15px; width: 591px; }
#cellContentBody { background: url(../images/bodybackground.jpg) repeat-y; padding: 15px 40px 40px 35px; }
#cellContentFooter { background: url(../images/bodybottom.jpg) no-repeat; height: 15px; width: 591px; }

.quotes { background-image: url(../images/quotes.gif); background-repeat: no-repeat; }




/* ---( topnavCSS )---------------------------------- */



#nav {
	background: url(../images/bg-topnav.jpg) repeat-x;
	width: 1039px;
	padding:0 0 0 25px;
	margin:0;
	list-style-type:none;
	height:41px;
	border: 1px solid #222;
	border-width: 1px 0;
	z-index: 900;
}

#nav > li { 
	float:left; 
	height: 39px;
}

#nav > li > a {
	padding: 6px 20px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size: 16px;
	height: 39px;
}

#nav > li > a:hover {
	background: rgba(255,255,255,.2);
}

/* Submenu */
#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
	background-color: #BFDFF0;
	border: 1px solid #000000;
	border-bottom: none;
	z-index: 900;
}

#nav ul li {
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

#nav ul li a {
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	color: #000;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1.1em;
}

#nav li:hover, #nav li.current { 
	position:relative; 
	background: rgba(255,255,255,.2);
}

#nav li:hover ul {
	left:0px;
	top:39px;
	background-color: #BFDFF0;
	padding:0px;
	min-width: 15em;
	margin-left: -1px;
}

#nav li:hover ul li a {
	padding:8px 8px 8px 20px;
	display:block;
	/*width:168px;*/
	/*text-indent:15px;*/
	background-color:#BFDFF0;
}

#nav li:hover ul li a:hover { 
	background:#0087C2; 
	color: #fff;
}





/* ---( secondary top nav )---------------------------------- */


#smallnav {
    display: inline;
	float: right;
	width: 235px;
}    

#smallnav ul {
    list-style-type: none;
}

#smallnav a {
	float: left;
    display: block;
    padding: 5px 25px 8px 13px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    font-weight: 500;
    background: url(../images/bullets1.gif) left 6px no-repeat;
}    

#smallnav a:hover { 
	color: rgb(243,145,30);
}

#twitter { 
	float: right; 
	clear: both; 
	margin: 6px 30px; 
	text-indent: -9999px;
	background: url(../images/icon-twitter3.png) no-repeat;
	height: 24px;
	width: 120px;
}


/* ***************** LINKS  ********************   */


a, a:visited { color: #13618A; }
a:hover, a:active { color: #AA0000; text-decoration: underline; }

.linkBlackU, .linkBlackU:visited { color: #333333; text-decoration: underline; }
.linkBlackU:hover, .linkBlackU:active { color: #AA0000; text-decoration: underline; }

.linkWhiteU, .linkWhiteU:visited { color: #FFFFFF; text-decoration: underline; font-size: 11px; }
.linkWhiteU:hover, .linkWhiteU:active { color: #CCCCCC; text-decoration: underline; }

.linkWhite a, .linkWhite a:visited { color: #FFFFFF; text-decoration: none; font-size: 11px; }
.linkWhite a:hover, .linkWhite a:active { color: #CCCCCC; text-decoration: underline; }

.linkWhite td { padding-left: 5px; }





.textblockBorderandRollover, .textblockBorderandRollover:visited { 
	display: block; 
	border: 1px solid #999999; 
	font: 10px Tahoma; 
	color: #666666;
	padding: 3px 7px 3px 7px; 
	/*height: 14px;*/ 
	text-align:center;
	text-decoration: none;
}
.textblockBorderandRollover:hover, .textblockBorderandRollover:active {
	background-color: #E4EFF8; 
	font: 10px Tahoma; 
	text-decoration: none;
	color: #13618A;
}

.callout-a { 
	display: block; 
	border: 1px solid #CCC;
	background: #333 url(../images/callout-arrow.gif) 12px center no-repeat;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 110%;
	text-decoration: none;
	padding: 20px 20px 20px 55px;
}
	.callout-a:hover, .callout-a:visited { color: #FFF; }

	.callout-a:hover { background-color: #222; text-decoration: none;
	}
	
	.callout-a a { color: #FFF; }


.callout-b {
	background: #FFF;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}






	



/* ***************** TABLES  ********************   */

#tableLatestNews {
	border-right: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	background: #F2F2F2 url(../images/latestnews_topbar.jpg) top left no-repeat;
	
}
#tableLatestNews td {
	padding: 5px 10px 5px 20px;
	font-size: 14px;
}
#tableLatestNews span.newsdate { clear: both; font-weight: 700; font-size: 13px; }
#tableLatestNews a {
	display: block;
	margin-bottom: 8px;
}
#tableLatestNews h2 {
	font-size: 28px;
	letter-spacing: -1px;
	margin-bottom: 0px;
}
#tableFeaturedPubs {
	border-right: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	background: #F2F2F2;
}

#tableList {
	margin-top: 15px;
	margin-bottom: 25px;
}

#tableList a, a:visited {
	margin-top: 3px;
	margin-bottom: 3px;
}
#tableList a:hover, a:active {
}

pre {  line-height: 12px; margin: 0px; padding: 0px; }




.tablePadded-a td { width: 250px; padding: 10px 15px 10px 0; border-bottom: 1px dotted rgba(255,255,255,.25); vertical-align: top; }
.tablePadded-a td + td { padding-right: 0px; width: auto; }

.tablePadded-b td { padding: 10px 15px 5px 0; vertical-align: top; }
.tablePadded-b td + td { padding-right: 0px; width: auto; }
.tablePadded-b h3 { font-weight: 600; }






/* ---( TOGGLE styles )---------------------------------- */

.bios {
		table-layout: fixed;
		overflow: hidden;
		padding: 0;
		margin: 0;
		border: 0;
		width: 100%;
	}
	.bios TR TD A:hover {
		font-weight: bold;
	}
	
	.FeaturesLevel0 TD {
		/*background-color: D7DDE3;
		border-width: 1px;
		border-style: solid;
		border-color: D6DFE7;
		border-left-style: solid;
		border-left-width: 0px;*/
		padding-left: 0px;
		/*min-height: 20px;*/
		vertical-align: middle;
		padding-left: 10px;
	}
	TD.rowName {
		/*border-style: solid;
		border-width: 1px;
		border-color: #CCCCCC;*/
		color: #333333;
		font-weight: bold;
		padding: 5px 5px 5px 2px;
		text-align: left;
	}
	.Featureslevel1 {
		display: none;
	}
	.FeaturesLevel1 TD{
		background-color: E7EFEF;
		font-size: 7.5pt;
		color: #47647F;
		padding-left: 5px;
		border-style: solid;
		border-width: 1px;
		border-color: white;
		border-left-width: 0px;
		border-right-width: 0px;
		min-height: 20px;
	}
	TD.FeaturesSpecialLevel1 {
		color: #5A83C7;
		font-weight: bold;
		padding-right: 15px;
		border-right-width: 1px;
		text-align: right;
	}
	.FeaturesLevel2 {
		display: none;
	}
	.FeaturesLevel2 TD{
		background-color: #F7F7F7;
		color: #47647F;
		padding-left: 10px;
	}
	TD.FeaturesSpecialLevel2 {
		color: black;
		font-weight: normal;
		font-size: 11px;
		padding: 5px 10px 10px 20px;
		border-right-width: 1px;
	}
	.bios1 {
		/*table-layout: fixed;
		overflow: hidden;*/
		padding: 0;
		margin: 0;
		border: 0;
		width: 100%;
	}