/* 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 {
	margin: 0 auto;
	}

a {
	color: #000;
}
a:hover {
	text-decoration: underline;
}
#content {
	float: none;}

#content img {
	clear: both;
	float: none;
	}
	
	
/* top tools */	
#top_tools {
	display: none;
	}
	
#nav {
	display: none;
	}
	
/* Header */
#header {
	min-height: 109px;
	background: #fff url(../images/header_bg.gif) left top no-repeat;
	}
	
	
#header img {
	display: inline;
	}
	
	
/* Navigation */	

	
/* page tools */
#pagetools {
	display: none;
	}

/* main */
#main {
	width: 700px;
	margin-top: 10px;
	}

/* secondary nav */
#secnav {
	display: none;
	}
	
/* content */
#content {
	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;
	}
	
p.backtotop {
	margin-top: 20px;
	text-align: right;
	}
	
p.backtotop a {
	text-decoration: none;
	padding: 4px;
	border: 1px solid #ccc;
	}
	
p.backtotop a:hover {
	background: #ddd;
	text-decoration: underline;
	}
	
/* footer */
#footer {
	display: none;
	}
	
/* typography */
p, ul {
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #333;
	}
ul ul {
	margin-bottom: 0;
}
	
#content ul li {
	list-style: disc inside;
	padding-left: 10px;
	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;
	margin-bottom: 15px;
	}
	
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;
	margin-top: 10px;
	}
h4 {
	font-size: 1.1em;
	}
h5 {
	font-size: 1.1em;
	color: #4b4b4b;
	}

blockquote {
	font-size: 1.4em;
	margin-bottom: 15px;
	color: #629eb7;
}
p.quote {
	font-size: 18pt;
	margin-bottom: 15px;
	color: #629eb7;
	line-height: 1.3em;
}

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;
}

table.productPipeLine {
	margin: 15px 0 5px 0;}	

table.productPipeLine th{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 0 3px 0;
	font-weight: normal;
	color:#4b4b4b;
	font-size: 1em;
	text-align: left;}

table.productPipeLine td{
	text-align: left;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;}


table.productPipeLine tr.nosep td {
	border-bottom: none;
}

table.productPipeLine td {
	vertical-align: top;
}

table.productPipeLine td span {
	display: block;
	width: 50px;
	height: 20px;
}
	
table.productPipeLine td span.green {
	background-color: #eff1b4;
	color: #eff1b4;}

table.productPipeLine td span.green2 {
	background-color: #e5e98b;
	color: #e5e98b;}
	
table.productPipeLine td span.green3 {
	background-color: #d9de5a;
	color: #d9de5a;}
	
table.productPipeLine td span.green4 {
	background-color: #cdd232;
	color: #cdd232;}

table.productPipeLine td span.orange {
	background-color: #fddfbc;
	color: #fddfbc;}

table.productPipeLine td span.orange2 {
	background-color: #face96;
	color: #face96;}

table.productPipeLine td span.orange3 {
	background-color: #f5b464;
	color: #fff;
	font-size:0.8em;
	padding-left:3px;	
	text-align: center;
}
table.productPipeLine td span.orange3  span{
	display:block;
	padding-left:4px;
	padding-top:2px;
	height: 17px;
}


	
	
table.productPipeLine td span.blue {
	background-color: #e5eef2;
	color: #e5eef2;}

table.productPipeLine td span.blue2 {
	background-color: #d5e3e9;
	color: #d5e3e9;}

table.productPipeLine td span.blue3 {
	background-color: #c1d6e0;
	color: #c1d6e0;}

table.productPipeLine td span.blue4 {
	background-color: #aec8d5;
	color: #aec8d5;}	

table.productPipeLine td span.blue5 {
	background-color: #99bbca;
	color: #99bbca;}

table.productPipeLine td span.grey {
	background-color: #c3b4ad;
	color: #c3b4ad;}
	

.sigDate {
	font-size: 0.9em
}
img {
	margin: 0;
	float: left;
}
	
/* hide stuff */
.structural {
	position:absolute;
	left:-9999px;
	}

#content .pdf_link li {
	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;
}

span.image_desc {
	display: none;
}

dl.footnote {float:left; width:100%; padding:0 0 10px 0; font-size:1.1em; margin-top: 10px;} 
dl.footnote dt {float:left; margin-right:3px; clear:left; color: #333333;}
dl.footnote dd {float:left; display:block; width:97%; margin-bottom:10px; color: #333333;}
dl.footnote sup {font-size:0.9em;} 