/*div { border: 1px solid #FF0000; }*/

/*###################### reset ######################*/

* { margin: 0px; padding: 0px; }
#left li { margin: 0px 0px 10px 20px; line-height: 1.5em; }
#pagebody ul { margin-bottom: 20px; }
td { vertical-align: top; }

/*###################### top-level elements ######################*/

body {
	font-family: Arial; 
	font-size: 12px; 
	line-height: 1.8em; 
	color: #666;
}

/* ####################### page structure ####################### */

#wrapper { 	
	margin: 0 auto 0px auto;
	width: 960px; 
	position: relative;
}

#header {
	/*height: auto;*/
	width: 100%;
	margin: 0 auto 30px auto;
	height: 85px;
}

#logo { 
	position: absolute;
	margin: 20px 0px 0px 20px;
	background: url(../images/logo.gif);
	text-indent: -9999px;
	width: 204px;
	height: 66px;
	overflow: hidden;
}
	#printlogo { display: none; }

#pagebody { 

}
		
#left {
	width: 247px;
	padding-top: 0px;
	margin: 0px 0px 100px 10px;
	/*vertical-align: top;*/
	float: left;
	background: url(../images/bg-left.jpg) top left no-repeat;
}

#right {
	width: 600px;
	margin: 30px 0px 100px 282px;
	/*margin-left: 40px;	
	padding: 15px 0px 45px 0px;
	vertical-align: top;*/
}

#misc-items img {
	float: left;
	margin: 15px 0px 40px 15px;
}

#extras {
	padding: 0px;
	margin: 40px 0px 0px 30px;
	width: 190px;
	color: #999;
}



/*###################### footer ######################*/

#footer {
	width: 840px;
	color: #FFF;
	font: 9px Tahoma;
	clear: both;
	padding: 18px 40px 18px 40px;
	margin-left: 20px;
	background-color: #004F8E;
	line-height: 1.3em;
}
	#footer td { vertical-align: middle; }

	#footer a { color: #FFF; }
	#footer a:hover { color: #62D3FF; }
	#footer p { margin-top: 0px; padding: 0px; height: 1px; }

/*###################### font styles ######################*/

p { margin: 20px 0px 20px 0px; }
h1 { font: 55px "Avenir 55 Roman"; color: #FFF;  }
h2 { font: bold 24px "Avenir 55 Roman"; color: #666666; letter-spacing: -1px; }
h3 { font: bold 14px "Avenir 55 Roman"; color: #666666; line-height: 110%; margin-bottom: 15px; letter-spacing: -.3px; margin-top: 15px; }
h4 { font: bold 16px "Avenir 55 Roman"; color: #CC6805; line-height: 100%; margin: 0px; letter-spacing: -.3px;  }
h5 { font: italic 16px "Avenir 55 Roman"; color: #999; line-height: 120%; margin: 3px 0px 2px 0px; letter-spacing: -.3px; }
h6 { font: bold 14px "Avenir 55 Roman"; color: #CC6805; line-height: 100%; margin: 10px 0px 10px 0px; padding: 0px; letter-spacing: -.2px; }

#left li { list-style-type: circle; }

.brown { color: #CC6805; }
.grey { color: #999999; }
.blue { color: #305F92; }
.white { color: #FFFFFF; }
.small { font: 11px Arial; line-height: 140%; }
.smallest { font: 10px Tahoma; line-height: 120%; }
.lessleading { line-height: 1.3em; }

.headline { font-weight: bold; text-align: center; text-transform: uppercase; }
.subhead { font-style: italic; text-align: center; }

/*###################### miscellaneous ######################*/

a img { border: 0px; }
.clear { clear: both; }
.floatright { float: right; margin: 0px 0px 20px 20px; }
.pagetitlespacer { display: block; height: 140px; }
.rounded { background-color: #F5F2E7; padding: 10px 30px 10px 30px;  margin-top: 30px; line-height: 1.6em; }

a.rollover { border: 1px solid #FFF; display: block; }
a:hover.rollover { border: 1px solid #CFD67A; }

.padded-10 { padding: 10px; }
.padded-20 { padding: 20px; }
.padded-sidesonly { padding: 0px 20px 0px 20px; }
.padded-left { padding-left: 20px; }
.padded-right { padding-right: 20px; }
.padded-topbottom { padding: 10px 0px 10px 0px; }
.padded-top { padding-top: 20px; }
.padded-bottom { padding-bottom: 20px; }
.bg-green { background: #FAFBF4; }
.bg-black { background-image: url(../images/bg-black-50percent.png); }

.bordered-a { border: 1px solid #292E05; }
.bordered-dullwhite { border: 1px solid #999; }
.border-bottom { border-bottom: 1px solid #666; }

#home input, #home textarea { margin: 14px 0px 0px 0px; }

#formContact input, #formContact textarea { border: 1px solid #4A4C38; padding: 5px 6px 0px 3px; font: 10px Tahoma; color: #666666; width: 200px; height: 17px; }
	#formContact textarea { height: 100px;  }
	#formContact #send { width: 45px; border: 0px; }
	#formContact #submit { height: 22px; width: 47px; text-indent: -9999px; background: url(../images/b-send.gif) no-repeat;  }
	
#quote-box-text div, #quote-author div {
 display: none;
 width: 170px;
}	
	
/* ####################### links ####################### */

a, a:visited { color: #3E6B82; line-height: 130%; text-decoration: underline; cursor: pointer; }
a:active,a:hover { color: #000; text-decoration: underline; }

a.undecorated, a.undecorated:visited { color: #145B70; text-decoration: none; }
a.undecorated:active,a.undecorated:hover { color: #000; text-decoration: underline; }

.linkWhite, .linkWhite:visited { color: #FFF; font: 11px Arial; line-height: 1.5em; text-decoration: none; }
.linkWhite:hover, .linkWhite:active { color: #FC0; text-decoration: underline; }

.linkBlue, .linkBlue:visited { color: #4A6179; font: 12px Tahoma; line-height: 130%; text-decoration: underline; }
.linkBlue:hover, .linkBlue:active { color: #AA0000; text-decoration: underline; }

.linkSmall, .linkSmall:visited { color: #FFF; font: 10px Tahoma; line-height: 1.5em; text-decoration: none; }
.linkSmall:hover, .linkSmall:active { text-decoration: underline; }

.linkGreySmall, .linkGreySmall:visited { color: #666666; font: 10px Tahoma; line-height: 170%; text-decoration: none; }
.linkGreySmall:hover, .linkGreySmall:active { text-decoration: underline; font-weight: bold; }

.linkBlueSmall, .linkBlueSmall:visited { color: #4A6179; font: 10px Tahoma; line-height: 170%; text-decoration: none; }
.linkBlueSmall:hover, .linkBlueSmall:active { text-decoration: underline; font-weight: bold; }

/*###################### left ######################*/

#subnav {
	width: 220px;
	padding: 0px 0px 70px 0px; 
	margin: 0px 0px 0px 10px;
	background-image: url(../images/shadow.png);
	list-style-type: none;
}

#subnav ul {
	width: 195px;
	margin: 0px;
	padding: 40px 0px 0px 20px;
	list-style-type: none;
}

#subnav ul li { 
	padding: 3px 0px 1px 0px; 
	margin: 0px; 
	width: 185px;
	list-style-type: none;
}

#subnav ul a {
	color: #CC6805;
	text-decoration:none;
	padding: 0px 0 0px 0px;
	display: block;
	width: 220px;
	list-style-type: none;

	/*background: 0px 9px url(../images/bullet1.gif) no-repeat;*/

}
#subnav ul a:hover {
	text-decoration:none;
	font-weight: bold;
}


/* ####################### pageheadline ####################### */

#pageheadline {	
	width: 618px;
	height: 60px;
	top: 272px;
	left: 280px;
	float: left;
	position: absolute;
}

/* ####################### pageheaders ####################### */

#pageheader {
	width: 918px; 
	height: 221px;
	margin-left: 10px;
	}
#pageheader span { 
	width: 918px; 
	height: 221px;
	float: left;
	margin: 0px;
	}
span#header-about { background-image: url(../images/headers/t-2.jpg); }
span#header-technology { background-image: url(../images/headers/t-7.jpg); }
span#header-pipeline { background-image: url(../images/headers/t-6.jpg); }
span#header-investors { background-image: url(../images/headers/t-4.jpg); }
span#header-news { background-image: url(../images/headers/t-3.jpg); }
span#header-contact { background-image: url(../images/headers/t-5.jpg); }


/* ####################### table & table cell formats ####################### */

.tablePadded-a td { padding: 2px 10px 0px 0px; vertical-align: top; }

.tablePadded-b { margin-top: 10px; }
.tablePadded-b td { padding: 0px 10px 5px 0px;  vertical-align: top; }

.tablePadded-c td { padding: 0px 10px 10px 0px;  vertical-align: top; }
	
.tableReleases { margin-top: 30px; }
	.tableReleases td { padding: 15px 10px 0px 0px;  vertical-align: top; border-bottom: 1px solid #E8E8E8; }
		.tableReleases td p { margin: 5px 0px 10px 0px; font-size: 11px; line-height: 1.5em; }
		.tableReleases td a { font-weight: bold; }	
	

.tablePadded-d td { padding: 10px 10px 10px 0px;  vertical-align: top; }

.tablePadded-e td, .tablePadded-f td { padding: 4px 10px 1px 10px;  vertical-align: top; }
	.tablePadded-e h2, .tablePadded-e h4, .tablePadded-e h5, .tablePadded-e h6 { padding: 0px; margin: 0px; }

#masthead-home { margin: 0px 0px 10px 20px; }

#tableHome { width: 918px; background: url(../images/bg-home.jpg) repeat-x; margin-left: 20px; }
#tableHome td.tableHomeCell { padding: 27px 20px 20px 20px; }

#tableHomenews { margin-top: 20px; }
#tableHomenews td { padding: 4px 0px 7px 20px; line-height: 1.4em;  }

.tablePipeline td { border: 1px dotted #FFFFFF; font: 12px Arial; padding: 2px 0px 2px 0px; vertical-align: middle; }
.tablePipeline thead td { color: #FFFFFF; padding: 5px; text-align: center; }
.tablePipeline p { margin: 5px 10px 5px 5px; color: #333; }


/* ####################### callouts ####################### */


.callout-a { 
	background-color:#F5F2E7;
	width: 410px;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 20px 20px;
	float: right;
}

.callout-b { 
	float: right; 
	margin: 0px 0px 40px 40px; 
	background-color: #F5F2E7; 
	padding: 0px 20px 0px 20px; 
	}

.callout-nofloat-wide { 
	background-color:#F5F2E7;
	width: 770px;
	padding: 30px 30px 10px 30px;
	margin: 40px 0px 20px 0px;
}

.callout-nofloat-narrow { 
	background-color:#F5F2E7;
	width: 540px;
	padding: 30px 30px 10px 30px;
	margin: 40px 0px 20px 0px;
}

#calloutLatestNews {
	font-size: 11px;
	line-height: 1.1em;
	color: #FFF;
	text-decoration: none;
}
	#calloutLatestNews td { padding: 10px 20px 5px 20px; }
	#calloutLatestNews a { color: #FFF; font: 11px Arial; line-height: 1.3em; text-decoration: none; }
	#calloutLatestNews a:hover { color: #FC0; text-decoration: underline; }

	#calloutLatestNews a.small { font: 10px Tahoma;  }
	#calloutLatestNews a.small:hover { color: #FC0;}





