
/*==========================================================================*/
/* CONTENT CONTAINER
/*==========================================================================*/

/*----- Corporate Specific Stock Price Spacing  -----*/
#container #logo .stockinfo { margin: 15px 10px 0 0; }



/*==========================================================================*/
/* HEADER BLOCK - Overrides Common.css
/*==========================================================================*/

/*----- Corporate Page Specific Header Image -----*/
#header {
	height: 138px;
	background: url("graphics/corporate/header.jpg") no-repeat;
} 

	/*-------------------------------------------------------------------------*/
	/* COMPANY SELECT DROP DOWN - Found on Corporate Home Page
	/*-------------------------------------------------------------------------*/
	#header .companyselect { 
		position: absolute;
		top: 85px;
		left: 5px;
		font-size: 11px;
		color: #275799; 
		font-weight: bold;}
	.companyselect p { margin: 0 0 8px 0; }
	.companyselect .go { margin: 5px 0 0 135px; }
	#header select { font-size: 10px; }



/*==========================================================================*/
/* MAIN NAVIGATION BLOCK - Overrides Common.css
/*==========================================================================*/
#navhome ul .last { background: none; }
#navhome ul li a { color: #FFF; text-decoration:none; }
#navhome ul li a:hover { text-decoration:underline; }



/*==========================================================================*/
/* MAIN BODY BLOCK - Left and Right hand columns
/*==========================================================================*/

/*----- Corporate Page Specific Left Column Adjustment  -----*/
#main .bullets { 
	width: 200px;
	background: url("graphics/corporate/bottom_bg.gif") no-repeat bottom;
}


/*-------------------added these to fix css issues pbh -------------------*/
.register { margin: 0px 0px 140px 15px; }
.helpwith { font-size: 10px; color: #666; margin-top: 4px; }
.helpwith a { color: #275799; }
.helpwith .title { color: #eba235; font-weight: bold; }
.register .bluefade {
	margin: 10px 0px 0px 0px;
	width: 20px 4px;
	height: 12px;
	font-size: 10px;
	font-weight: bold; 
	color: #275799;
	background:url("graphics/operating/blue_bg_fade.gif") no-repeat; }
	
.helpwith ul { margin: 0px 15px 0px 0px; padding: 0px 0px 10px; border-bottom: 1px dotted #000; }