@charset "UTF-8";
/* CSS Document */

body {
	background: #666 url(media/grey-gradient.gif) repeat-x;
	margin:0;
	padding:0;
	border:0;
	}
html{
	border:0;
	margin:0;
	padding:0;
	}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,blockquote,th,td{
	margin: 0;
	}
p {	margin: 0 0 15px 0;}

a:link, a:active, a:visited {color: #0066CC}
a:hover {color: #B8860B/*DDarkGoldenrod*/}
/* ---------------------------------------------------------------------------------------LAYOUT */

#container {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	min-height: 600px;
	background: url(media/blue-gradient.gif);
	border: 4px solid #666;
	}
/* for Internet Explorer */
* html #container {
	height: 600px;
}
	/* 
--*/
#lft-border {
	position: absolute;
	top:10px;
	left:0;
	width: 10px;
	height: 590px;
	background:url(media/lft-border.gif) no-repeat;
	}	
#rgt-border {
	position: absolute;
	top:10px;
	right:0;
	width: 10px;
	height: 590px;
	background:url(media/rgt-border.gif) no-repeat;
	}
#top-border {
	position: absolute;
	top:0;
	left:0;
	width: 900px;
	height: 10px;
	background:url(media/top-border.gif) no-repeat;
	}		
#flash {
	position: absolute;
	top: 0;
	left:0;
	width:900px;
	height: 600px;
	}		
#no_flash {
	position: absolute;
	top: 0;
	left:0;
	width:900px;
	height: 600px;
	background:url(media/noflash_bg.png) no-repeat;
	}		
#flash-bkg {
	background:url(media/globe.gif) no-repeat;
	position: absolute;
	top: 100px;
	left:0;
	margin:0;
	width:255px;
	height: 400px;
	z-index:1;
	}		
/*
#flash-menu {
	position: relative;
	margin:0;
	width:900px;
	height: 150px;
	z-index:2;
	}
	*/		
#flash-gridlight {
	position: absolute;
	margin:0;
	width:900px;
	height: 60px;
	z-index:0;
	}
	/* 
--*/
#content-spacer{width:900px; height:130px; position:relative;}	
#content {
	position: relative;
	margin: 0 50px;
	width: 800px;
	min-height: 400px;
	background:#f8f8ff;
	z-index:100;
	}
/* for Internet Explorer */
* html #content {
	height: 400px;
}
/**/
#content-img {	
	position: absolute;
	top: 50px;
	right: 50px;
	width: 300px;
	min-height: 400px;
	z-index:101;
	font: 14px "Times New Roman", Times, serif;
	text-align:right;
	}
#mainmenu-logo {
	position: absolute;
	top: 60px;
	right:80px;
	width:175px;
	height: 35px;
	}
		
	/* ---------------------------------------------------------------------------------------CONTENT */
h1 {
	font: bold 16px "HelveticaNeue MediumCond", "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif;
	color:#003399;
	margin: 0 0 8px;
	}
h2 {
	font: bold 14px "HelveticaNeue MediumCond", "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif;
	color:#003399;
	margin: 30px 50px 10px 0;
	padding: 0 0 3px 0;
	background: url(media/h2-border.jpg) left bottom no-repeat;
	display:block;
	}
h3 {
	font: bold 13px "HelveticaNeue MediumCond", "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif;
	color:#003399;
	margin: 0;}
h4 {
	font: bold 14px "HelveticaNeue MediumCond", "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif;
	color:#003399;
	margin: 15px 0 5px;
	padding: 0 0 3px 0;
	background: url(media/h2-border.jpg) left bottom no-repeat;
	}
h5 {}
/*-----------------generic unordered lists*/
.bullet {
	margin:0;
	width:275px;
	}
.bullet li{
	margin:0;
	padding:5px 10px 5px 20px;
	text-align:left;
	list-style-type:none;
	background:url(media/list.jpg) top left no-repeat;
	}
	/* for Internet Explorer */
* html .bullet li {
	margin: 0 0 0 20px;
}
	/* 
--*/
.bullet2 {
	margin:0;
	width:275px;
	}
.bullet2 li{
	margin:0;
	padding:1px 10px 1px 20px;
	text-align:left;
	list-style-type:none;
	background:url(media/list.jpg) top left no-repeat;
	}
	/* for Internet Explorer */
* html .bullet2 li {
	margin: 0 0 0 20px;
}
	/* 
--*/
/*-----------------careers page unordered list*/
.list {
	margin:0;
	}
.list span{
	background:#f5f5dc/*Beige*/;
	display:block;
	font: bold 14px "HelveticaNeue MediumCond", "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif;
	color:#003399;
	}
.list span a{
	background:#f5f5dc/*Beige*/;
	display:block;
	padding: 3px 5px;
	text-decoration:underline;
	}
.list span a:hover{
	color:#B8860B/*DDarkGoldenrod*/;
	}
.list li{
	margin:0 0 5px;
	padding:0 5px 1px 10px;
	text-align:left;
	list-style-type:none;
	background:url(media/list2.jpg) top left no-repeat;
	}

/* for Internet Explorer */
* html .list li {
	margin-left: 20px;
}
	/* 
--*/

/*----------text*/	
.small{
	font: 12px "Times New Roman", Times, serif;
	color:#333;
	}	
.small-em {
	font: italic 12px "Times New Roman", Times, serif;
	color:#333;
	}
.small-text{
	font: 12px "Times New Roman", Times, serif;
	color:#999;
	text-align:right}
	
/*---------highlighted link*/
.highlight a:link, .highlight a:active, .highlight a:visited{
	background: #f5f5dc/*Beige*/;
	color: #0066CC;
	padding: 2px 5px;
	margin:10px 10px 10px 0;
	display:block;
	text-decoration: underline;
	}
.highlight a:hover {
	color: #B8860B/*DDarkGoldenrod*/;
	
	}
	
/*------------------------maincontent style*/	
.maincontent {
	width: 375px;
	padding: 50px 50px 50px;
	font: 14px "Times New Roman", Times, serif;
	color:#000000;
	}
.maincontent-full {
	width: 700px;
	padding: 50px;
	font: 14px "Times New Roman", Times, serif;
	color:#000000;
	}
/* ---------------------------------------------------------------------------------------PLAIN HORIZONAL MAIN MENU 
.mainmenu{
	position: relative;
	margin:0;
	z-index:2;
	padding: 70px 60px 50px;
	font: normal 13px "HelveticaNeue MediumCond", "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;
	}

.mainmenu li{
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
	color:#eee;
	}

.mainmenu li a{
	text-decoration: none;
	padding: 0;
	margin:0;
	color: #eee;
	}

.mainmenu li a:visited{
	color: #eee;
	}

.mainmenu li a:hover{
	color: #F0E68C;
	}

.mainmenu li a:active{
	color: #eee;
	}
.mainmenu li.selected a{
	text-decoration: none;
	margin:0;
	padding:0;
	color:#F0E68C;
	}
*/
/* ---------------------------------------------------------------------------------------FOOTER MAIN MENU */
.footmenu{
	position:relative;
	padding: 0;
	margin: 50px 60px 25px;
	font: normal 13px Helvetica, Arial, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

.footmenu li{
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
	color:#ccc;
	}

.footmenu li a{
	text-decoration: none;
	padding: 0;
	margin:0;
	color: #ccc;
	}

.footmenu li a:visited{
	color: #ccc;
	}

.footmenu li a:hover{
	color:/*Khaki*/ #F0E68C;
	}

.footmenu li a:active{
	color: #ccc;
	}
	
.footmenuNF{
	position:relative;
	padding: 0;
	margin: 50px 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	top: 500px;
	left: 56px;
	}
.footmenuNF ul{
	padding: 0;
}
.footmenuNF li{
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
	color:#ccc;
	}

.footmenuNF li a{
	text-decoration: none;
	padding: 0;
	margin:0;
	color: #ccc;
	}

.footmenuNF li a:visited{
	color: #ccc;
	}

.footmenuNF li a:hover{
	color: #DEBC6D;
	}

.footmenuNF li a:active{
	color: #ccc;
	}
	
/* ---------------------------------------------------------------------------------------DROP-LINE MAIN MENU */
.pro_line2 {
	position: absolute;
	width: 850px;
	top: 35px;
	left: 50%;
	margin-left: -450px;
	z-index:2;
	padding: 60px 0 0 60px;
	font: normal 13px "HelveticaNeue MediumCond", "Arial Narrow", "Helvetica Neue", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	z-index:500;
}

/* for Internet Explorer */
* html .pro_line2 .select :hover .sub li a {
	font:Arial, Helvetica, sans-serif;
}
	/* 
--*/
.pro_line2 .select {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
	}
.pro_line2 li {
	float:left;
	padding:0 18px 0 0;
	width: auto;
	color:#eee;
	white-space:nowrap;
	}
.pro_line2 li a{
	margin: 10px 0 0;
	}

.pro_line2 .select a {
	height:38px; 
	display:block;
	float:left; 
	padding:0; 
	text-decoration:none;
	white-space:nowrap; 
	color:#eee;
	}

.pro_line2 .select a b {
	display:block; 
	padding:0; 
	}

.pro_line2 .select a:hover, 
.pro_line2 .select li:hover a {
	padding:0;
	cursor:pointer; 
	color:/*Khaki*/ #F0E68C;
	}

.pro_line2 .select a:hover b, 
.pro_line2 .select li:hover a b {
	display:block; 
	padding:0; 
	cursor:pointer;
	}

.pro_line2 .sub {
	display:none;
	}

/* IE6 only */
.pro_line2 table {
	border-collapse:collapse; 
	margin:-1px; 
	font-size:1em; 
	width:0; 
	height:0;
	}

.pro_line2 .sub {
	margin:70px 0 0; 
	padding:0 0 0 60px;
	list-style:none;
	}
.pro_line2 .sub li {background:transparent;}

.pro_line2 .select :hover .sub {
	height:36px;
	display:block; 
	position:absolute;
	width:600px;
	top:30px; 
	left:20px; 
	text-align:center;
	}

.pro_line2 .select :hover .sub li a {
	display:block;
	height:36px; 
	line-height:16px; 
	padding:6px 0 0; 
	margin:0; 
	white-space:nowrap; 
	color:#eee;
	font-size:13px;
	}
/* for Internet Explorer */
* html .pro_line2 .select :hover .sub li a {
	font-size:10px;
}
	/* 
--*/

.pro_line2 .select :hover .sub li a:hover {color:/*Khaki*/ #F0E68C;}

.pro_line2 .select li.selected a{
	text-decoration: none;
	margin: 10px 0 0 0;
	padding:0;
	color:#F0E68C;
	}
.pro_line2 .select li .sub li.selected a{
	text-decoration: none;
	margin:0;
	padding:0;
	color:#F0E68C;
	}
	
	/* No Flash Menu Main Page */
.pro_lineNF {
	position: absolute;
	width: 850px;
	top: 223px;
	left: 50%;
	margin-left: -460px;
	z-index:2;
	padding: 60px 0 0 60px;
	font: normal 13px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	z-index:500;
}

/* for Internet Explorer */
* html .pro_lineNF .select :hover .sub li a {
	font:Arial, Helvetica, sans-serif;
}
	/* 
--*/
.pro_lineNF .select {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
	}
.pro_lineNF li {
	float:left;
	padding:0 18px 0 0;
	width: auto;
	color:#eee;
	white-space:nowrap;
	}
.pro_lineNF li a{
	margin: 10px 0 0;
	}

.pro_lineNF .select a {
	height:38px; 
	display:block;
	float:left; 
	padding:0; 
	text-decoration:none;
	white-space:nowrap; 
	color:#eee;
	}

.pro_lineNF .select a b {
	display:block; 
	padding:0; 
	}

.pro_lineNF .select a:hover, 
.pro_lineNF .select li:hover a {
	padding:0;
	cursor:pointer; 
	color: #DEBC6D;
	}

/* IE6 only */
.pro_lineNF table {
	border-collapse:collapse; 
	margin:-1px; 
	font-size:1em; 
	width:0; 
	height:0;
	}


.domroll{cursor:pointer}

/* Stocks Feed */
#stockContainer
{
    width: 450px;
    height: 100px;
    font-size: .8em;
    font-family: Arial;
    color: #FFFFFF;
    display: none;
    background: transparent url(media/stockbg.gif) no-repeat;
}

#bgLayer
{
    display: none;
    width: 450px;
    height: 100px;
    background: url(media/stockgrid.gif) no-repeat;
}

#gridLayer
{
    width: 450px;
    height: 100px;
}

#companyInfo
{
    vertical-align: top;
    width: 170px;
    height: 100px;
    font-weight: bold;
    padding: 42px 0 0 10px;
    display: inline-block;
}
#companyInfo{*display:inline;}

#stockInfo
{
    width: 250px;
    height: 100px;
    display: inline-block;
    padding: 0;
}
#stockInfo{*display:inline;}


#display:none;
{
    margin: 0;
}

.row
{
    padding: 9px 0 0 0;
}

.row > span
{
    display:inline-block;
    width: 122px;
}

.row > span > span
{
    display: inline;
    line-height: 22px;
}

.label
{
    display: inline-block !important;
    width: 30px;
}

.value
{
    display: inline-block !important;
    width: 70px;
    font-weight:bold;
    text-align: right;
}

.disclaimer
{
    font-size: .8em;
    padding-top: 25px;
}

.outsideHeight{ height:150px; }

/* Investor-Sec Page  */
.expandable{cursor:pointer; }