BODY
{
	background-color: #003a4b;
	margin: 0 0 15px;
	padding: 0;
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}
/*Safari hack*/
LI, TD
{
	color: #333;
}
#LIST UL {

	list-style-type: none;
}
.smalltext {
 	font: 0.75em Arial, Helvetica, sans-serif;
}
A
{
	color: #000;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
	color: #000;
}
IMG
{
	border-width: 0px;
}
FORM
{
	margin: 0;
	padding: 0;
}
.container
{
	text-align: left;
/*min-width: 990px;     max-width: 1200px;
width:990px;*/
	width: 80em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/***wrappers and body***/
.outerWrapper
{
	background: #FFFFFF;
	padding-left: 21px;
/****	-moz-border-radius: 26px; ***/
/****	border-radius: 26px; ***/
	margin-top: 26px;
}
.innerWrapper
{
	padding-right: 21px;
}
/****header***/
.header
{
	background: transparent url(../images/layout/bg_header_repeat.png) repeat-x top;
	height: 95px;
	margin: 0 -21px;
}
.headerLogo
{
	background: transparent url(../images/layout/bg_header_left.png) no-repeat top left;
	height: 95px;
	float: left;
}
.headerLogo IMG
{
	padding: 40px 0 0 40px;
}
/****primary navigation****/
.primaryNav
{
	min-height: 10px;
	height: auto !important;
	height: 10px;
	margin: 0 0 0.5em;
	padding: 0;
	background-color: #000;
	background-image: url(../images/layout/bg_primary_nav_repeat.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.primaryNavContent
{
	background: transparent url(../images/layout/bg_primary_nav_right.png) no-repeat bottom right;
}
.primaryNav UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: block;
	background: transparent url(../images/layout/bg_primary_nav_left.png) no-repeat bottom left;
}
/*for all other browsers*/
.primaryNav LI
{
	display: inline;
/*margin: 0 7px 0 6px;*/
	margin: 0 0.5em;
/*margin: 0 .58em 0 .50em;*/
	line-height: 40px;
}
.primaryNav LI A
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0.92em 0.48em;
/*padding: .92em .67em .92em  .67em;*/
}
.primaryNav A:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
.primaryNav .active, .primaryNav .active A
{
	background: transparent url(../images/layout/bg_primary_active.png) no-repeat;
}
.primaryNav .active
{
	background-position: center right;
/*padding: 11px 0 11px 0;*/
	padding: 0.92em 0;
}
.primaryNav .active A
{
	background-position: center left;
	margin-right: 5px;
	-margin-right: 2px;
	padding-left: 13px;
/*margin-right: 0.42em;     _margin-right:0.17em;     padding-left: 1.08em;*/
}
.primaryNav .active A:hover
{
/*color:lightblue;*/
	text-decoration: none;
}
/***breadcrumb and login***/
.breadcrumb
{
	margin-left: 0;
	margin-top: 0.35em;
	margin-bottom: 1em;
	font-size: 0.95em;
	padding: 0;
}
/****content****/
.content
{
/*	line-height: 1.4em; */
	padding: 0 10px;
}
.content P
{
	margin-top: 0;
}
.content P A
{
	text-decoration: underline;
}
/*headings*/
H1
{
	color: #000;
	font-weight: normal;
	font-size: 1.75em;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: 1em;
}
/*sidebarDivQuote is for online hiring center compatibility*/
.content H2, .content H3, .sidebarDivQuote
{
	color: #000000;
	line-height: 1.25em;
	margin: 1em auto 0.5em;
}
.content H2, .sidebarDivQuote
{
	font-size: 1.5em;
	font-weight: normal;
}
.content H3, .content H4, .content H5
{
	color: #000000;
}
.content H3
{
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px 0 5px;
}
.content H4
{
	font-size: 1.15em;
	margin: 0;
	font-weight: normal;
}
.content H5
{
	font-size: 1em;
	margin-bottom: 0;
	font-weight: normal;
}
.content LI
{
	margin-bottom: 5px;
	line-height: 1.3em;
}
.content .moreLink
{
	font-weight: bold;
}
.content .tabs .active
{
	color: #D26716;
	text-decoration: underline;
}
.roundedTools
{
	background: transparent url(../images/layout/rounded_corner_tl.gif) no-repeat top left;
	padding: 0;
	font-size: 0.96em;
	line-height: 1.2em;
	clear: both;
}
.roundedTools DIV.tr
{
	background: transparent url(../images/layout/rounded_corner_tr.gif) no-repeat top right;
}
.roundedTools DIV.tr DIV.bl
{
	background: transparent url(../images/layout/rounded_corner_bl.gif) no-repeat bottom left;
}
.roundedTools DIV.tr DIV.bl DIV.br
{
	background: transparent url(../images/layout/rounded_corner_br.gif) no-repeat bottom right;
/*padding:10px;*/
	margin: 0;
}
.roundedTools DIV.tr DIV.bl DIV.br TABLE
{
	text-align: center;
	margin: 0 auto;
}
.roundedTools DIV.tr DIV.bl DIV.br TABLE H2
{
	text-align: left;
}
/***footer***/
.footer
{
	clear: both;
	text-align: center;
	height: 50px;
	padding-right: 26px;
	/****	border-radius: 26px; ***/
	/****	-moz-border-radius: 26px; ***/
	margin: 0 -21px;
}
.footerContent
{
	height: 50px;
	background: transparent url(../images/layout/bg_footer_left.png) no-repeat bottom left;
	padding-left: 26px;
}
.footerContent P
{
	margin: 0;
	height: 6px;
	background: transparent url(../images/layout/bg_footer_repeat.png) repeat-x bottom center;
	padding-top: 15px;
	font-size: 7.4pt;
	color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D1C4BB;
}
.footerContent A
{
	padding: 0 5px;
	font-size: 0.85em;
}
/****misc styles****/
.quote
{
	background: transparent url(../images/layout/quote_left.png) no-repeat top left;
	color: #3D8D0A;
	font-family: verdana;
/*width:245px;*/
	float: right;
	padding: 0 0 0 40px;
	margin: 10px 0 10px 10px;
	display: block;
}
.quote BLOCKQUOTE
{
	background: transparent url(../images/layout/quote_right.png) no-repeat bottom right;
	padding: 0 35px 0 0;
	margin: 0;
	font-size: 1.25em;
	line-height: 1.3em;
	font-weight: bold;
}
.quote BLOCKQUOTE P
{
	margin-top: 0;
}
.quote P
{
	margin-top: -0.75em;
}
/*BEGIN Icons*/
.pdf, .audio, .video, .external, .photo, .doc
{
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: top left;
}
.pdf
{
	background-image: url(../images/icon-pdf-small.gif);
}
.audio
{
	background-image: url(../images/icons/audio16.gif);
}
.video
{
	background-image: url(../images/icons/video.png);
}
.external
{
	background-image: url(../images/icons/external.png);
}
.photo
{
	background-image: url(../images/icons/photo.png);
}
.doc
{
	background-image: url(../images/icons/officeword16x16.png);
}
.iconRight
{
	padding: 2px 18px 0 0;
	background-position: top right;
}
/*END Icons*/

.biocontainer
{
	text-align: left;
	/*min-width: 990px;     max-width: 1200px;
width:990px;*/
	width: 50em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.biocontainer h1 
{
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}

.bioOuterWrapper
{
	background: #FFFFFF;
	padding-left: 21px;
	/****	-moz-border-radius: 26px; ***/
	/****	border-radius: 26px; ***/
	/****	margin-top: 26px;
}
.bioInnerWrapper
{
	padding-right: 21px;
}

#closeWindow {
	float:right;
}

#stockInfo
{
	width:240px;
	padding: 8px 12px 8px 13px;
	background-image:url(/investors/images/stock-info-bg.png);
	background-repeat:repeat-x;
	background-color: #fff;
	font-size:0.9em;
	margin-bottom:25px;
	margin-left:80px;
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;

}

#stockInfo h3
{
	font-size:1.20em;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

#stockInfo small
{
	font-size:.75em;
}

#stockInfo p
{
	margin: 3px 0px 0px 0px;
}

#stockInfo a
{
	color: #666;
	text-decoration:none;
}

#stockInfo a
{
	color: #666;
	text-decoration:none;
}
