/* import CSS for compliant browsers */
/* ------------------------------------------------------- */
@import url(reset.css);


/* stops the nasty horizontal shift with centered layouts in moz etc */
/* html { height: 100%; margin-bottom: 1px; } */

/* overrule basic.css styles */

body {
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	background-color: #9ab4c7;
	}
	
#container {
	width: 716px;
	margin: 0 auto;
	}
	
#container2 {
	width: 700px;
	border: 8px solid #ccd9e3;
	background: #fff;
	padding-bottom: 20px;
	}

a {
	color: #000;
}
a:hover {
	text-decoration: underline;
}
	
	
/* top tools */	
#top_tools {
	width: 716px;
	}
	
#top_tools ul {
	float: right;
	height: 16px;
	margin: 13px 0 1px 4px;
	display: inline;
	font-family: verdana,helvetica,arial,sans-serif;
	}
	
#top_tools ul li {
	display: inline;
	border-right: 1px solid #e4ebf0;
	font-size: 0.9em;
	padding-right: 8px;
	padding-left: 4px;
	}
	
#top_tools ul li.last {
	border-right: none;
	}
	
#top_tools ul li a {
	color: #006666;
	text-decoration: none;
	}
	
#top_tools ul li a:hover {
	text-decoration: underline;
	}
	
#search {
	float: right;
	width: 190px;
	display: inline;
	text-align: right;
	margin: 6px 8px;
	}
#search p {
	margin: 0;
	text-align: right;
	}
	
#search label {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	}
	
#search input#search_field {
	width: 150px;
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	font-size: 11px;
	padding: 2px 0 1px 4px;
	color: #666;
	margin: 0;
	}
	
	
/* Header */
#header {
	width: 700px;
	min-height: 109px;
	background: #fff url(../images/header_bg.gif) left top no-repeat;
	}
	
#header #header_content {
	width: 250px;
	float: left;
	padding-left: 126px;
	padding-top: 28px;
	}
	
#header img {
	width: 173px;
	float: right;
	margin: 28px 12px 0 0;
	display: inline;
	}
	
	
/* Navigation */	
#nav {
	width: 700px;
	height: 38px;
	}
	
ul#navigation {
	width: 700px;
	height: 38px;
	}
	
ul#navigation li {
	float: left;
	height: 38px;
	text-indent: -9999px;
	}
	
ul#navigation li a {
	height: 38px;
	display: block;
	}
	
ul#navigation li#nav1 a {
	width: 103px;
	height: 38px;
	background: url(../images/nav/overview_nav.gif) left top no-repeat;
	}
	
ul#navigation li#nav1 a:hover,
ul#navigation li#nav1.current a {
	background: url(../images/nav/overview_nav.gif) left bottom no-repeat;
	}
	
ul#navigation li#nav2 a {
	width: 125px;
	height: 38px;
	background: url(../images/nav/business_nav.gif) left top no-repeat;
	}
	
ul#navigation li#nav2 a:hover,
ul#navigation li#nav2.current a {
	background: url(../images/nav/business_nav.gif) left bottom no-repeat;
	}
	
ul#navigation li#nav3 a {
	width: 121px;
	height: 38px;
	background: url(../images/nav/operational_nav.gif) left top no-repeat;
	}
	
ul#navigation li#nav3 a:hover,
ul#navigation li#nav3.current a {
	background: url(../images/nav/operational_nav.gif) left bottom no-repeat;
	}
	
ul#navigation li#nav4 a {
	width: 121px;
	height: 38px;
	background: url(../images/nav/management_nav.gif) left top no-repeat;
	}
	
ul#navigation li#nav4 a:hover,
ul#navigation li#nav4.current a {
	background: url(../images/nav/management_nav.gif) left bottom no-repeat;
	}
	
ul#navigation li#nav5 a {
	width: 115px;
	height: 38px;
	background: url(../images/nav/financial_nav.gif) left top no-repeat;
	}
	
ul#navigation li#nav5 a:hover,
ul#navigation li#nav5.current a {
	background: url(../images/nav/financial_nav.gif) left bottom no-repeat;
	}
	
ul#navigation li#nav6 a {
	width: 115px;
	height: 38px;
	background: url(../images/nav/other_nav.gif) left top no-repeat;
	}
	
ul#navigation li#nav6 a:hover,
ul#navigation li#nav6.current a {
	background: url(../images/nav/other_nav.gif) left bottom no-repeat;
	}
	
/* page tools */
#pagetools {
	width: 100%;
	height: 16px;
	margin-bottom: 12px;
	padding-top: 10px;
	text-align: right;
	clear: both;
	}
	
#pagetools ul {
	float: right;
	margin: 0 30px 0 0;
	display: inline;
	}
	
#pagetools ul li {
	display: inline;
	font-size: 1em;
	padding-left: 14px;
	}
	
#pagetools ul li.print {	
	background: url(../images/print_icon.gif) left 1px no-repeat;
	}
	
#pagetools ul li.email {
	margin-left: 10px;
	background: url(../images/email_icon.gif) left 2px no-repeat;
	}
	
#pagetools ul li a {
	color: #006666;
	text-decoration: none;
	}
	
#pagetools ul li a:hover {
	text-decoration: underline;
	}


/* main */
#main {
	width: 700px;
	margin-top: 10px;
	}

/* secondary nav */
#secnav {
	float: left;
	margin-left: 20px;
	display: inline;
	width: 195px;
	}
	
#secnav ul {
	width: 195px;
	font-size: 1em;
	}
	
#secnav ul li {
	width: 195px;
	font-size: 1.1em;
	}
	
#secnav ul li a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 6px 15px;
	color: #333;
	text-decoration: none;
	}
	
#secnav ul li ul li {
	font-size: 1em;
	}
	
#secnav ul li ul li a{
	padding-left: 30px;
	}
#secnav ul li ul li ul li a{
	padding-left: 45px;
	}
	
/* content */
#content {
	width: 430px;
	min-height: 450px;
	float: right;
	margin-right: 28px;
	display: inline;
	}
	
ul#contentnav {
	font-size: 1.2em;
	line-height: 1.7em;
	}
	
ul#contentnav li {
	}
	
ul#contentnav li a {
	color: #006666;
	}
	
ul#contentnav li li {
	padding-left: 15px;
	}
	
ul#contentnav li li li {
	font-size: 0.9em;
	}
	
	
/* footer */
#footer {
	font-family: verdana,helvetica,arial,sans-serif;
	margin: 0;
	padding: 1px 0 29px 5px;
	}
	
#footer ul {
	margin: 0;	
	padding: 0;
	font-size: 10px;
	}
	
#footer ul li {
	color: #fff;
	display: inline;
	border-right: 1px solid #fff;
	padding-right: 7px;
	padding-left: 3px;
	}
	
#footer ul li.last {
	border-right: none;
	}
	
#footer ul li a {
	color: #fff;
	text-decoration: none;
	}
#footer ul li.last a {
	color: #02656B;
	}
	
#footer ul li a:hover {
	text-decoration: underline;
	}
	
/* typography */
p, ul {
	font-size: 1.1em;
	margin-bottom: 15px;
	line-height: 1.6em;
	color: #333;
	}
#content ul {
	line-height: 2em;
	}
ul ul {
	margin-bottom: 0;
}
	
#content li {
	background: url(../images/redBullet.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-bottom: 2px;
}
#content ul.largeBullets li {
	background: url(../images/redBullet.gif) no-repeat 0 5px;
	font-size: 1.3em;
	margin-bottom: 8px;
}
	
h1 {
	color: #4b4b4b;
	font-weight: bold;
	font-size: 1.4em;
	}
	
h1 span {
	color: #333;
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	margin-top: 4px;
	}
	
h2,h3,h4 {
	font-weight: bold;
	color: #4b4b4b;
	}
	
h2 {
	font-size: 1.5em;
	margin-bottom: 12px;
	}
	
h3 {
	font-size: 1.2em;
	padding: 0 0 2px 0;
	}
h4 {
	font-size: 1.1em;
	}
h5 {
	font-size: 1.1em;
	color: #4b4b4b;
	}

blockquote {
	font-size: 1.4em;
	margin-bottom: 15px;
	color: #629eb7;
}
p.footnote {
	font-size: 1em;
	margin: 0;
}	
table {
	width: 100%;
	font-size: 1.1em;
}

td,
th {
	border-bottom: 1px solid #333;
	text-align: right;
}
table.textTable th,
table.textTable td,
th.first,
th.text,
td.first,
td.text {
	text-align: left
}
tr.bold th,
tr.bold td,
th.currentyear,
td.currentyear {
	font-weight: bold;
}
tr.subtotal td {
	border-bottom-width: 2px;
	font-weight: bold;
}

.sigDate {
	font-size: 0.9em
}
img {
	margin: 0;
	float: left;
}
	
/* hide stuff */
.structural {
	position:absolute;
	left:-9999px;
	}

#content .pdf_link li,
#homepage #row3 .pdf_link {
	background: url(../images/pdf_link.gif) no-repeat;
	padding: 1px 0 6px 25px;
	margin-bottom: 0;
}
#content .pdf_link li.no_link {
	background: none;
}
.pdf_link li a {
	color: #000;
	text-decoration: none;
}
.pdf_link li a:hover {
	text-decoration: underline;
}
.pdf_link ul {
	padding: 10px 0 5px 0;
	font-size: 1em;
}


h3.tableHead {
	margin: 0 0 10px 0;
	background: #87b2c6;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 2px;
}

p.table_margin {
	margin-bottom: 15px;
}

.introBanner {
	margin: 0 0 20px 0; 
}
.productSummaryHolder  {
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
#content .productSummary {
	float: left;
	width: 95%;
	margin: 0 3% 0 0;
}
#content .double .productSummary {
	width: 45%;
}
#content .productSummary li {
	background: url(../images/homepage/li_redarrow.gif) left 5px no-repeat;
	padding: 0 0 0 15px;
}

table, .clear {
	clear:both;
}
.mark {
	text-decoration: none;
}
