/* =============================================================================
   The 1140px Grid V2 by Andy Taylor - http://cssgrid.net
   ========================================================================== */
.last {
	margin-right: 0px;
}

img {
	height: auto;
	width: auto;
}

img.full {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

/* =============================================================================
   Common
   ========================================================================== */
a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}	

.left {
	float: left;	
}

.right {
	float: right;
}	

ul, li {
	margin: 0px;
	padding: 0px;	
}

.blue {
	color: #209ad4;
}

.pink {
	color: #dd3190;
}

.pink:hover {
	color: #d6308c;
}	

.emphasis {
	font-size: 263%;
	font-weight: 700;
}	

a#skiptonavigation, a#skiptocontent {
	display: none;
}	

/* =============================================================================
   Structure
   ========================================================================== */
html,body,#window {
	height: 100%;
	font-family: 'Open Sans', Tahoma, sans-serif;
	line-height: 160%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 0.875em;
	min-width: 480px;	
}

body>#window {
	height: auto;
}

.container {
	width: 940px;
	max-width: 940px;
	min-width: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


/* =============================================================================
   Search
   ========================================================================== */
#search {
	position: absolute;
	top: 100px;
	right: 125px;	
	width: 310px;
}

#search table td {
	border-bottom: 0px;
	border-right: 0px;
	padding: 0px;
}	

.cse form.gsc-search-box, form.gsc-search-box {
	padding: 0px;
}	

#search .cse .gsc-control-cse, #search .gsc-control-cse {
	padding: 0px !important;
}

#search .cse input.gsc-input, #search input.gsc-input {
	width: 180px;
	height: 19px;
}	

.gsc-table-result table {
	width: 100%;	
	border-width: 0px;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	text-align: left;	
}

.gsc-webResult.gsc-result:hover, .gsc-results .gsc-imageResult:hover {
	border-color: #fff !important;	
}

#search table {
	border-width: 0px !important;
}	

#search .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, #search .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	text-shadow: 0 0px 0px #fff !important;
}

#search .gsc-results.gsc-cursor-box.gsc-cursor-current-page {
	border: none !important;
	color: #000 !important;
	background-color: #efefef !important;
}

/* =============================================================================
   Header
   ========================================================================== */
#header {
	height: 152px;
	border-bottom: 1px solid #b9b9b9;
	width: 100%;
	min-width: 1070px;
	clear:both;
}

#header p#logo {
	margin: 0;
	width: 300px;
	height: 152px;
}

#header p#logo a {
	display: block;
}	

#header p#logo span {
	display: none;
}	

#header p#logo img {
	position: absolute;
	left: 0px;
	top: 10px;
}	

#header .right {
	text-align: right;
}

#header .right p {
	font-size: 193%;
	margin: 32px 0px 0px;
}	

#header .right p span.normal {
	font-size: 89%;
	display: block;
	line-height: 140%;
}	

/* =============================================================================
   Text Resize
   ========================================================================== */
ul#accessibility {
	height: 32px;
	float: right;
	margin: 15px 0px 0px;
}	

ul#accessibility li {
	float: left;
	list-style: none;
	margin-left: 7px;
}

ul#accessibility li#font-resize-larger {
	font-size: 19px;
}

ul#accessibility li#font-resize-reset {
	font-size: 15px;
}

ul#accessibility li#font-resize-smaller {
	font-size: 13px;
}

ul#accessibility li a {
	display: block;
	background: #acacac;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0px;
	text-align: center;
	width: 33px;
	transition: all .3s ease-in-out;
	opacity: 1;
}

ul#accessibility li a:hover {
	background: #bcbcbc;
	transition: all .3s ease-in-out;
	opacity: 1;
}

/* =============================================================================
   Navigation
   ========================================================================== */
nav {
	display: block;
}	

#nav {
	background: #f1f1f1;
	height: 55px;
	width: 100%;
	min-width: 1070px;
	position: absolute;
	z-index: 9999;	
	top: 153px;
}

#nav .container {
	overflow: inherit !important;
	z-index: 9999;
}	

#nav > a {
		display: none;
}

#nav li {
	height: 78px;
}


#nav ul {
	padding: 0px;
	margin: 0 auto;
	z-index: 99999;
	min-width: 940px;
}	

#nav ul li {
	float: left;
	list-style: none;
	font-size: 107%;
	font-weight: 700;
	position: relative;
	letter-spacing: -1px;
	background: url(/portals/0/annualreports/2013/images/layout/nav-div.gif) no-repeat right 16px;
	z-index: 99999;
}

#nav ul li a {
	padding: 18px 13px 11px 12px;
	text-decoration: none;
	display: block;
	color: #000000;
	z-index: 99999;
	font-weight: 700;
}	

#nav ul li a.drop {
	padding: 18px 20px 11px 12px;
	background: url(/portals/0/annualreports/2013/images/layout/dropdown-arrow.png) no-repeat right 26px;
}

#nav ul li.current a, #nav ul li a:hover {
	border-bottom: 4px solid #0a7297;	
}

#nav ul li a#home {
	background: none;
}	

#nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 99999;
}

#nav a.btn-menu {
	display: none;	
}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: pink;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

/* =============================================================================
   Drop downs
   ========================================================================== */
#nav > ul
{
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	position:relative;
}
	#nav > ul > li
	{
		float: left;
	    position: relative;
	}
	#nav > ul > li > a
	{		
		text-decoration: none;
		position:relative;
		display: block;
	}
		
	.menu .current a, .menu li:hover > a {
		color:#e66a5b;
	}


/* second level */

#nav li ul
{
	display: none;
	position: absolute;
	z-index: 9999;
	top: 55px;
	margin: 0px;
	padding: 0px 0px 10px;
	list-style: none;
	width: 345px;
	min-width: inherit;
	background: #cdcdcd;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
    left: 0px;	
}

#nav li li {
	float: none;
	display: block;
	border: 0;
	height: auto;
	min-height: inherit;
	max-height: inherit;
}
	#nav li:hover ul
	{
		display: block;
		left: 0;
		right: 0;
	}
		#nav li:not( :first-child ):hover ul
		{
			left: -1px;
		}
		#nav li ul a
		{
			padding: 15px 30px 15px 20px;
			display: block;
			white-space: nowrap;
			color:#000 !important;
			background: #e76a5b;
			border-bottom: 2px solid #f8a096;
		}
			#nav li ul li:hover,
			#nav li ul:not( :hover ) li.active
			{
				background-color: #ececec;
			}
			.menu li:hover > ul {
				opacity: 1;
				visibility: visible;
				margin: 0;
			}
			
			.menu li li:hover {
				background: #1d8fc5;	
			}
			
			.menu li li:hover a {
				color: #000;	
			}

#nav ul ul li a, #nav ul li.current li a {
	background: none repeat scroll 0 0 transparent;
    color: #000000;
    padding: 12px 0px 10px;
	margin: 0px 30px;
	border-bottom: 1px solid #0e709f;
	width: 269px;
	font-weight: 400;
	z-index: 99999;
}

#nav ul li:hover li a, #nav ul li li a:hover {
	border-bottom: 1px solid #a9a9a9 !important;
}

#nav ul ul li:hover a {
	font-weight: 700;
}	

#nav ul li li {
	background: none;
}


/* =============================================================================
   Menu Section Styling
   ========================================================================== */	
/* Network */
#nav ul li#nav-home:hover a, #nav ul li#nav-home.current a {
	border-bottom: 4px solid #0a7297;
}

/* Overview */
#nav ul li#nav-overview:hover a, #nav ul li#nav-overview.current a {
	border-bottom: 4px solid #4fc0b5;
}

/* Network */
#nav ul li#nav-network:hover a, #nav ul li#nav-network.current a {
	border-bottom: 4px solid #eacb2e;
}

/* Community */
#nav ul li#nav-community:hover a, #nav ul li#nav-community.current a {
	border-bottom: 4px solid #dd3190;
}

/* Revenue */
#nav ul li#nav-revenue:hover a, #nav ul li#nav-revenue.current a {
	border-bottom: 4px solid #ef5b2f;
}

/* About */
#nav ul li#nav-about:hover a, #nav ul li#nav-about.current a {
	border-bottom: 4px solid #209ad4;
}

/* Compliance */
#nav ul li#nav-compliance:hover a, #nav ul li#nav-compliance.current a {
	border-bottom: 4px solid #19ab6e;
}

/* Financial */
#nav ul li#nav-financial:hover a, #nav ul li#nav-financial.current a {
	border-bottom: 4px solid #404040;
	background: none;
}

/* =============================================================================
   Inner Pages Slider
   ========================================================================== */	
#slider {
	height: 142px;
	background-color: #fff;
	background-image: url(/portals/0/annualreports/2013/images/layout/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: center -310px;
	background-attachment: fixed;
	box-shadow: inset 0px -7px 22px -14px #aaa;
	width: 100%;
	min-width: 1070px;
	position: relative;
	z-index: 0;
	padding-top: 55px;
}	
	
/* =============================================================================
   Content
   ========================================================================== */
#content {
	width: 100%;
	min-width: 1070px;
	position: relative;
	top: -25px;
}	

#maincontent {
	padding-bottom: 25px;
}


/* =============================================================================
   Home Page
   ========================================================================== */
.home .col.left {
	width: 400px;
	padding: 55px 0px 0px;
	float: left;
	margin: 0px 32px 0px 0px;
}	

.left-menu {
	padding-bottom: 25px;
}

.home .col.left h1 {
	color: #4fc0b5;
	font-weight: 700;
	font-size: 179%;
	padding-bottom: 9px;
	border-bottom: 2px solid #4fc0b5;
	margin: 20px 0px;
}	

.home .col.left p {
	margin: 0px 0px 25px;
	line-height: 23px;
}

.home .col.left p.btn {
	margin-top: 35px;
}

p.btn a {
	display: inline;
	background: #ccc;
	background-image: url(/portals/0/annualreports/2013/images/layout/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 108%;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	padding: 12px 50px 12px 12px;
	line-height: 100%;
	letter-spacing: -1px;
	transition: all .3s ease-in-out;;
	opacity: 1;
}

p.btn a:hover {
	background-color: #bbb;
	transition: all .3s ease-in-out;
	opacity: 1;
}

p.btn.aqua a {
	background-color: #4fc0b5;
}

p.btn.aqua a:hover {
	background-color: #49b2a8;
}

.col.small {
	width: 234px;
	float: left;
	z-index: 99;
	margin: 2px 2px 2px 16px;
}	

.col.small h2, .col.small h3 {
	font-size: 114%;
	margin: 15px 0px 5px;
}

.col.small p {
	line-height: 150%;
    margin: 0 0 15px;
	font-size: 93%;
}	

.col.green img {
	border-top: 4px solid #9bc947;
}

.col.red img {
	border-top: 4px solid #db2341;
}	

.col.small img {
	box-shadow: 0px 0px 3px #aaa;
}

.home .col.right {
	float: right;
	position: relative;
	top: -20px;
	width: 235px;
}

.small p.btn {
	margin-top: 30px;
}	

.small p.btn a {
	display: inline;
	background-size: 31px auto;
	font-size: 100%;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	padding: 9px 45px 10px 10px;
	line-height: 100%;
	letter-spacing: -1px;
}

.small.green p.btn a {
	background-color: #9bc947
}

.small.green p.btn a:hover {
	background-color: #96c245;
}

.small.red p.btn a {
	background-color: #db2341
}

.small.red p.btn a:hover {
	background-color: #d3213e;
}

/* =============================================================================
   Inner Pages - Breadcrumbs
   ========================================================================== */
#page-nav {
	background: #209ad4;
	padding: 14px 22px 17px;
	display: block;
	clear: both;
	margin: 25px 0px;
	overflow: hidden;
	height: 55px;
}

#page-nav p.title {
	font-size: 236%;
	line-height: 100%;
	color: #ffffff;
	font-weight: 700;
	margin: 0px 0px 5px;
}

#page-nav p.smtitle {
	font-size: 220%;
}		

#page-nav ul {
	float: left;
}

#page-nav ul#crumb li {
	list-style: none;
	color: #ffffff;
	float: left;
}

#page-nav ul#crumb li.home a {
	background: url(/portals/0/annualreports/2013/images/layout/crumb-div.png) no-repeat right 6px;
	display: block;
    float: left;
}	

#page-nav ul#crumb li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 12px 0px 2px;
}

#page-nav ul#crumb li.current {
	text-decoration: underline;
	font-weight: bold;
	background: none;
	padding: 0px 12px 0px 2px;
}

/* =============================================================================
   Inner Pages - Columns
   ========================================================================== */
.left.col {
	width: 318px;
	margin-right: 60px;
	float: left;
}

.left.col ul.left-menu li a.title {
	border-bottom: 2px solid #209ad4;
	color: #209ad4;
	font-size: 115%;
	display: block;
	padding: 12px 10px 6px;
	font-weight: 700;
	text-decoration: none;
}

.left.col ul.left-menu li li {
	border-bottom: 1px solid #c1c1c1;
}

.left.col ul.left-menu li li.last {
	border-bottom: 0px solid #c1c1c1;
}

.left.col ul.left-menu li li a {
	padding: 11px 0px 7px 18px;	
	display: block;
	text-decoration: none;
}

.left.col ul.left-menu li.current a, .left.col ul.left-menu li li.current a {
	background: #ececec;
}

.left.col ul.left-menu li li.current a, .left.col ul.left-menu li li a:hover {
	font-weight: 700;
	background: #ececec !important;
}	

.left.col ul.left-menu li.current li a {
	background: #fff;
}	

.left.col ol {
	margin: 0px;
	padding: 0px 0px 0px 27px;
}	

/***** Right Column *****/

.right.col {
	float: left;
	width: 560px;
}

.right.col h1, .right.col p.heading-1  {
	font-size: 179%;
	font-weight: 400;
	margin: 20px 0px 25px;
	line-height: 120%;
}

.right.col p.heading-1 {
	margin: 20px 0px 10px;	
}

.right.col h2 {
	font-size: 143%;
	border-bottom: 2px solid #000;
	padding: 0px 0px 10px;
	margin: 40px 0px 25px;
	font-weight: 700;
}	

.right.col h3 {
	font-size: 100%;
	font-weight: 700;
	margin: 25px 0 10px;
}	

.right.col h3.larger {
	font-size: 120%;
	margin: 20px 0px 8px;
}

.right.col p {
	margin: 0px 0px 15px;
}	

.right.col p.pdf {
	background: url(/portals/0/annualreports/2013/images/layout/pdf.png) no-repeat left top;
	padding: 0px 0px 0px 30px;
}

/* Images in Right Col */
.right.col img {
	margin: 0 auto 30px;
}	

.right.col img.sig {
	margin: 10px 0px;
}	

.right.col img.nospace {
	margin-bottom: 0px;
}

img.shadow {
	box-shadow: 0px 0px 2px #ccc;
}


/* Bullets for Landing Pages */
.right.col ul.landing-bullets {
	margin: 36px 0px 30px;
}

.right.col ul.landing-bullets li {
	list-style: none;
	font-size: 129%;
	font-weight: 300;
	color: #777777;
	line-height: 125%;
	background: none;
	padding: 0px;
	margin: 0px 0px 21px;
}	

#window.overview .right.col ul.landing-bullets li, #window.network .right.col ul.landing-bullets li, #window.community .right.col ul.landing-bullets li, #window.revenue .right.col ul.landing-bullets li, #window.about .right.col ul.landing-bullets li, #window.compliance .right.col ul.landing-bullets li, #window.financial .right.col ul.landing-bullets li {
	background: none;
}

.right.col ul.landing-bullets li strong {
	color: #000000;
	font-size: 122%;
	font-weight: 700;
}


/* Breakout paragraph on inner pages */
.right.col p.breakout {
	font-weight: 700;
	font-size: 114%;
	line-height: 157%;
	margin: 0px 0px 30px;
}	

.breakout {
	font-size: 114%;
	font-weight: 700;
}	

/* Bullets on inner pages */
.right.col ol {
	padding: 0px 0px 0px 34px;
	margin: 0px 0px 15px;
}

.right.col ul {
	margin: 0px 0px 15px 15px;
}	

.right.col ul li {
	list-style: none;
	padding: 0px 0px 0px 20px;
	line-height: 179%;
	background: url(/portals/0/annualreports/2013/images/layout/bullet-blue-square.gif) no-repeat left 10px;
}

.right.col ul.workforce {
	margin: 0px 0px 0px 0px;
}

.right.col ul.workforce li {
	background-image: url(/portals/0/annualreports/2013/images/layout/icons-workforce.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0px 230px 20px 25px; 
	margin: 0px 0px 0px 0px;
}

.right.col ul.workforce li.inf {
   background-position: left -95px;
}

.right.col ul.workforce li.sup {
	background-position: left -219px;
}

.right.col img.left {
	margin: 16px 20px 0px 0px;	
}

#window.financial .right.col ul.sigs {
	margin: 0px;
	padding: 0px;
}

#window.financial .right.col ul.sigs li {
	width: 200px;
	float: left;
	list-style: none;
	background: none;	
	padding: 0px;
}



/* =============================================================================
   Section Styling
   ========================================================================== */	
/* Overview */
#window.overview #page-nav {
	background: #4fc0b5;
}
#window.overview .left.col ul.left-menu li a.title {
	color: #4fc0b5;
	border-bottom: 2px solid #4fc0b5;
}
#window.overview .right.col ul li {
	background: url(/portals/0/annualreports/2013/images/layout/bullet-overview.gif) no-repeat left 10px;
}

/* Network */
#window.network #page-nav {
	background: #eacb2e;
}
#window.network .left.col ul.left-menu li a.title {
	color: #d8b504;
	border-bottom: 2px solid #eacb2e;
}
#window.network .right.col ul li {
	background: url(/portals/0/annualreports/2013/images/layout/bullet-network.gif) no-repeat left 10px;
}

/* Community */
#window.community #page-nav {
	background: #dd3190;
}
#window.community .left.col ul.left-menu li a.title {
	color: #dd3190;
	border-bottom: 2px solid #dd3190;
}
#window.community .right.col ul li {
	background: url(/portals/0/annualreports/2013/images/layout/bullet-community.gif) no-repeat left 10px;
}

/* Revenue */
#window.revenue #page-nav {
	background: #ef5b2f;
}
#window.revenue .left.col ul.left-menu li a.title {
	color: #ef5b2f;
	border-bottom: 2px solid #ef5b2f;
}
#window.revenue .right.col ul li {
	background: url(/portals/0/annualreports/2013/images/layout/bullet-revenue.gif) no-repeat left 10px;
}

/* About */
#window.about #page-nav {
	background: #209ad4;
}
#window.about .left.col ul.left-menu li a.title {
	color: #209ad4;
	border-bottom: 2px solid #209ad4;
}

/* Compliance */
#window.compliance #page-nav {
	background: #19ab6e;
}
#window.compliance .left.col ul.left-menu li a.title {
	color: #19ab6e;
	border-bottom: 2px solid #19ab6e;
}
#window.compliance .right.col ul li {
	background: url(/portals/0/annualreports/2013/images/layout/bullet-compliance.gif) no-repeat left 10px;
}

/* Financial */
#window.financial #page-nav {
	background: #404040;
}
#window.financial .left.col ul.left-menu li a.title {
	color: #404040;
	border-bottom: 2px solid #404040;
}
#window.financial .right.col ul li {
	background: url(/portals/0/annualreports/2013/images/layout/bullet-financial.gif) no-repeat left 10px;
}

/* =============================================================================
   Table Styles
   ========================================================================== */
table {
	/*border-right: 0px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0px solid #000;	
	*/
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin: 0px 0px 20px;
	width: 560px;
	border-collapse: collapse;
}

.right.col table th p {
	margin: 0px 0px 5px;	
}

table th {
	background: #000;
	color: #fff;
	font-weight: 400;
	font-size: 90%;
	vertical-align: top;
	padding: 2px 4px;
}	

table td {
	vertical-align: top;
	padding: 5px 2px 5px 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 95%;
	line-height: 130%
}

.right.col table td p {
	margin: 0px;	
}

.right.col table tr.grey td {
	background: #ccc;	
}

.disclosuretable {
		border:none !important;
}

table.disclosuretable tr td {
	vertical-align:top !important;
	border:none !important;
	width: 300px;
	padding: 20px;
	margin-bottom: 40px;

}

table.disclosuretable tr td.idnumber {
	font-weight: bold;
	width: 100px !important;
}
table.disclosuretable tr.highlighted {
	background-color: #E5E5E5;
	padding-top: 20px;
}

table td.right {
	float: none;
	text-align: right;
	width: 55px;
}	

table.year td.right {
	width: 210px;
}

/* =============================================================================
   Tables - Pop up
   ========================================================================== */
#content-table {
	width: 960px;
	margin: 0 auto;
}	

#content-table h1 {
	font-size: 179%;
	font-weight: 400;
	margin: 20px 0px 25px;
	line-height: 120%;
}

#content-table table {
	width: 960px;
}

/* =============================================================================
   Footer
   ========================================================================== */
#footer {
	width: 100%;
	min-width: 1070px;
	background: #ececec;
	height: 258px;
	padding: 50px 0px 20px;
}

#footer h4 {
	color: #676767;
	font-size: 115%;
	margin: 0px 0px 13px;
}	

#footer a, #pta-foot a {
	color: #676767
}

#footer p {
	font-size: 93%;
	line-height: 138%;
	color: #676767;
}

#footer .col.left {
	margin: 0px;
	padding: 0px;
	width: 400px;
}	

#footer .col.left p {
	margin: 0px 0px 10px;
	overflow: hidden;
}	

#footer .col.left p strong {
	font-weight: 400;
	width: 95px;
	display: block;
	float: left;
	clear: both;
}

#footer .col.left p span.details {
	float: left;
}

/* Downloads buttons */
#footer ul.downloads {	
	margin: 0px;
	padding: 3px 0px;
	width: 494px;
	float: right;
}

#footer ul.downloads li {
	list-style: none;
	margin: 0px 0px 12px;
	background-color: #f5f5f5;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 3px #d5d5d5;
	transition: all .3s ease-in-out;;
	opacity: 1;
}

#footer ul.downloads li:hover {
	background-image: url(/portals/0/annualreports/2013/images/layout/downloads-bg.jpg);
	background-repeat: repeat-x;
	transition: all .3s ease-in-out;;
	opacity: 1;
}

#footer ul.downloads li a {
	background-image: url(/portals/0/annualreports/2013/images/layout/footer-download-icons.png);
	background-repeat: no-repeat;
	background-position: 16px -90px;
}

#footer ul.downloads li.previous-reports a {
	background-position: 16px top;
}

#footer ul.downloads li a {	
	display: block;
	text-decoration: none;
	padding: 19px 0px 0px 90px;	
	width: 398px;
	height: 56px;
	letter-spacing: -1px;
}	

#footer ul.downloads li p {
	color: #000000;
	font-size: 143%;
	line-height: 110%;
	font-weight: bold;
	margin: 0px;
}

#footer ul.downloads li p span {
	font-size: 80%;
	line-height: 100%;
	font-weight: normal;
	color: #676767;
	display: block;
	margin: 3px 0px 0px;
}

/* Reports downloads */
#footer ul.reports {
	float: right;
	width: 494px;
}

#footer ul.reports li {
	background: #aeaeae;
	float: left;
	list-style: none;
    border: 1px solid #AEAEAE;
    box-shadow: 0 0 3px #d5d5d5;
    height: 44px;
    list-style: none outside none;
    margin: 0;
}

#footer ul.reports li:hover {
	background: url(/portals/0/annualreports/2013/images/layout/reports-hover-bg.jpg) repeat-x left top;
}

#footer ul.reports li.report {
    width: 228px;
	margin-right: 10px;
}

#footer ul.reports li.financial {
    width: 250px;
}

#footer ul.reports a {
    padding: 6px 0 8px 33px;
	display: block;	
	text-decoration: none;
	background: url(/portals/0/annualreports/2013/images/layout/reports-bg.png) transparent no-repeat left top;
}

#footer ul.reports li a p {
	font-size: 93%;
	font-weight: 700;
	color: #fff;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}

#footer ul.reports li a span {
	color: #000;
	font-weight: 600;
	font-size: 92%;
	display: block;
	line-height: 105%;
}

#pta-foot {
	border-top: 1px solid #b9b9b9;
	background: #d9d9d9;
	padding: 30px 0px 40px;
	width: 100%;
	min-width: 1070px;
}	

#pta-foot p {
	width: 49%;
	float: left;
	font-size: 86%;
	line-height: 160%;
	color: #676767;
	margin: 0px;
}	

#pta-foot p.right {
	text-align: right;
	padding: 12px 0px 0px;
	float: right;
}	

#pta-foot p a:hover {
	text-decoration: none;
}


/* =============================================================================
   Device Styles
   ========================================================================== */
@media only screen and (max-width: 1450px) {
	body #nav li#nav-financial:hover ul
		{
			left: -247px !important;
		}
}

@media only screen and (max-width: 1240px) {
	body #nav li#nav-compliance:hover ul
		{
			left: -234px !important;
		}
}


/* =============================================================================
   Device Styles
   ========================================================================== */
@media only screen and (min-device-width: 0px) and (max-device-width: 1024px) {
	body {
		background: #f1f1f1;
	}
	
	#window {
		background: #ffffff;
		margin-top: 80px;
		min-width: 940px;
	}
	
	#header, #nav, #slider, #content, #pta-foot, #footer {
		min-width: 940px;
	}
		
	#slider {
		display: none;
	}
	
	#search {
		display: none;
	}	
	
	/***** Nav *****/
	a.btn-menu {
	background: #e7e7e7 !important;	
	border-radius: 7px;
	float: right;
    margin-bottom: 30px;
    top: -95px;
	right: 25px;
}
	#header p#logo img {
		top: 0px;	
		width: 263px;
		height: 116px;
	}
	
	#header {
		position: relative;	
		height: 116px;
		border-top: 1px solid #b9b9b9;
		top: -68px;
	}
	
	#header .right p span.normal {
		font-size: 89%;	
	}
	
	ul#accessibility {
		display: none;	
	}
	
	/***** Nav *****/
	#nav {
		left: auto;
		position: relative;
		width: 100%;
		position: static;
		margin: 0;
	}
		
	#nav
	{
		position: relative;
		top: -60px;
		left: auto;
		height: auto;
	}
		#nav > a
		{
			/*width: 4.5em;
			height: 4.5em; */
			text-align: left;
			text-indent: -9999px;
		/*	background-color: #c34d3f;*/
		}
			#nav > a:before,
			#nav > a:after
			{
				position: absolute;
				top: 35%;
				left: 25%;
				right: 25%;
				content: '';
			}
			#nav > a:after
			{
				top: 60%;
			}

		#nav:not( :target ) > a:first-of-type,
		#nav:target > a:last-of-type
		{
			display: block;
		}


	/* first level */

	#nav > ul
	{
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 38px;
		background: #f1f1f1;
	}
		#nav:target > ul
		{
			display: block;
			z-index: 9999;
			position: relative;
			margin-bottom: 37px;
			max-width: inherit;
			width: 100%;
		}
		#nav > ul > li
		{
			width: 100%;
			float: none;
			border-bottom: 1px solid #c3c3c3;
			height: inherit !important;
			background: none;
			font-size: 113%;
		}
			#nav > ul > li > a
			{
				height: auto;
				text-align: center;
				padding: 15px 0px; /* 20 (24) */
				color: #000;
				font-weight: 700;
			}
				#nav > ul > li:not( :last-child ) > a
				{
					border-right: none;
				}
			#nav > ul > li:hover > a
			{
				background: #ececec;
			}
			
			#nav ul li.current a, #nav ul li a:hover {
				border-bottom: 0px !important;	
			}
			
			#nav ul li a.drop {
				background: #F1F1F1;	
			}

		/* second level */

		#nav li ul
		{
			position: static;
			padding: 1.25em; /* 20 */
			padding-top: 0;
			width: 95.5%;
			display: none !important;
		}
		
		ul.menu {
			background: #e66a5b;
		}
		
		#nav ul li li
		{
			width: 100%;
			float: none;
			border-top: 1px solid #f79c92;
			border-bottom: 1px solid #f79c92;
			margin-bottom: 2px;
			height: inherit !important;
		}
			#nav ul li li a
			{
				height: auto;
				text-align: left;
				padding: 25px; /* 20 (24) */
				color: #ffffff;
				font-size: 35px;
			}
			
			#nav ul li ul li
		{
			border-bottom: 0 none;
			color: #FFFFFF;
			font-size: 35px;
			height: auto;
			text-align: left;
		}
			#nav ul li li a
			{
				border-bottom: 0 none !important;
				border-top: 0 none;
				color: #FFFFFF;
				font-size: 35px;
				height: auto;
				margin: 0 !important;
				padding: 25px;
				text-align: left;
			}
	#nav ul li a#home {		
		padding: 18px 0px 18px 138px;
	}
	
	a.btn-menu {
		background: url(/portals/0/annualreports/2013/images/layout/ipad-menu-btn.jpg) #000 no-repeat left -38px !important;	
		border-radius: 0px;
		float: right;
		margin-bottom: 30px;
		margin-right: 42px;
		top: -175px !important;
		right: 25px;
		height: 38px !important;
		width: 110px !important;
	}
	
	a.btn-menu.hide {
		background: url(/portals/0/annualreports/2013/images/layout/ipad-menu-btn.jpg) #000 no-repeat left top !important;
	}
	
	/**** Content *****/
	#content {
		margin: -68px auto 0px;
		font-size: 120%;
		line-height: 220%;
	}
	
	#page-nav p.title {
		font-size: 180%;
		line-height: 100%;
	}
	
	#page-nav ul {
		line-height: 120%;
	}
	
/* =============================================================================
   Menu Section Styling
   ========================================================================== */	
#nav ul li:hover a {
	color: #fff;
}

#nav ul li.current a {
	color: #fff;
}

/* Home */
#nav ul li#nav-home:hover a, #nav ul li#nav-home.current a {
	background: #0a7297;
}

/* Overview */
#nav ul li#nav-overview:hover a, #nav ul li#nav-overview.current a {
	background: #4fc0b5;
}

/* Network */
#nav ul li#nav-network:hover a, #nav ul li#nav-network.current a {
	background: #eacb2e;
}

/* Community */
#nav ul li#nav-community:hover a, #nav ul li#nav-community.current a {
	background: #dd3190;
}

/* Revenue */
#nav ul li#nav-revenue:hover a, #nav ul li#nav-revenue.current a {
	background: #ef5b2f;
}

/* About */
#nav ul li#nav-about:hover a, #nav ul li#nav-about.current a {
	background: #209ad4;
}

/* Compliance */
#nav ul li#nav-compliance:hover a, #nav ul li#nav-compliance.current a {
	background: #19ab6e;
}

/* Financial */
#nav ul li#nav-financial:hover a, #nav ul li#nav-financial.current a {
	background: #404040;
}
}

/* =============================================================================
   iPad Portrait
   ========================================================================== */
/*@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {*/
@media only screen and (min-device-width: 0px) and (max-device-width: 1024px) and (orientation:portrait) {
	
	#header, #nav, #slider, #content {
		min-width: 900px !important;
		width: 100%;
	}
	
	#search {
		display: none;
	}	
	
	#pta-foot, #footer {
		min-width: 940px !important;	
	}
	
	.container {
		width: 900px;
		max-width: 900px;
	}
	
	.home .col.left {
		width: 360px;	
	}	
	
	.right.col {
		width: 522px;
	}	
		
	/***** Nav *****/
	#nav ul li a#home {		
		padding: 18px 0px 18px 119px;
	}
	
	a.btn-menu {
		margin-right: 20px;
	}	

}