﻿/*

	Created by:		Matt Bergstein
	Date:			12/13/10
	Description:	Styles for the header control

*/

.headerDiv
{
	/*height:139px;*/
	height:138px;
	padding:0px;
	width:1002px;
}

/**** START GLOBAL HEADER BAR ****/

.headerDiv .globalHeaderBarDiv
{
	background-color:#fff;
	height:49px;
	padding-top:20px;
	padding-bottom:20px;	
}

/**** END GLOBAL HEADER BAR ****/

/**** START BLACK BAR ****/

.headerDiv .blackBarDiv
{
	background-color:blue; 
	color:#fff; 
	width:100%;
}

.headerDiv .blackBarDiv .blackBarContainer
{
	background-color:#313131; 
	height:25px;
	width:1002px; 
}

.headerDiv .blackBarDiv .blackBarContainer .pnaGlobalBtn
{
	float:right;
	text-align:right; 	
}

/**** END BLACK BAR ****/

/**** START WHITE BAR ****/

.headerDiv .whiteBarDiv
{
	background-color:#ccc;
	clear:both; 
	color:#000; 
	width:100%; 
}

.headerDiv .whiteBarDiv .whiteBarContainer
{
	background-color:#fff; 
	height:94px;	
	width:1002px; 
}

.headerDiv .whiteBarDiv .whiteBarContainer .pnaLogo
{
	float:left; 
	margin-left:10px;
	margin-top:20px; 	
	text-align:left; 
}

/**** END WHITE BAR ****/

/**** START BLUE BAR ****/

.headerDiv .blueBarDiv
{
	background-color:#0096d7; 
	clear:both;
	color:#000; 
	width:100%; 
}

.headerDiv .blueBarDiv .blueBarContainer
{
	background-color:#0096d7;
	height:60px; 
	width:1002px; 
}

.headerDiv .blueBarDiv .blueBarContainer .psnaLogo
{
	float:left; 
	margin-left:10px;
	margin-top:12px; 
	text-align:left; 
}

/**** END BLUE BAR ****/