/**
* Header on all pages
*
*/

/* -------------------------------------- */


#topHeader { 
	position:relative; 
	background-image:url(../images/header.jpg);
	height:146px;
 }
 
.topHeaderBt {
	position:absolute;
	top:107px;
	left:628px;
	width:84px; height:33px;
	text-align: right;
 }
 
		 .topHeaderBt  a {font-weight:bold;color:#006699;text-decoration:none; } 
		 .topHeaderBt  a:hover {color:#990000; } 
		 	
		
		 
 
 .topLeftSideNavWrapper {
	width:186px;
	float:left; 
	background:#d1d764;
	padding-top:25px;
 }



#topLeftLogoBt {
	width:123px; height:119px;
	position:absolute; top:8px; left:37px;
}


#topSecondairyNav {
	position:relative;
	width:530px;
	height:auto;
	margin:0px 0px 15px 186px;
	text-align:center;
	text-indent:block;
	background-color:#EFE2EE;
	}

.topSecondairyNavCenter {
	line-height:15px;
	margin:0 auto;
	text-align:center;
	background-color: #EFE2EE;
	height:auto; width:100%;
	float:left;
}
 	
.topSecondairyNavCenter a { color:#666666;text-decoration:none;}
.topSecondairyNavCenter a:hover {color:#000000;text-decoration:none; }


/* *************************************** */

.secondairyNavBtFloatWrapper {
position:relative; float:left; margin:0; padding:0; text-align:center;
]white-space: pre; /* IE7 fix */ 
}

.secondairyNavBt{
	_cursor:hand;
	font-style: normal;	
	margin: 0px; 
	padding: 3px 5px 5px 5px; 
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	background-color:#EFE2EE;	
	color:#000000;
	}

a.secondairyNavBt{
	padding: 3px 5px 5px 5px; 
	line-height:25px;
	text-align:center;
	border-right:#FAF5FA solid thin;
	
	}

.topNavBt:hover {
	background-color:#CDA0CB;
	color:#FFFFFF;
	}

a.topNavBtSelected {
	background-color:#CDA0CB;
	color:#FFFFFF;
	padding: 3px 5px 5px 5px; 
	line-height:25px;
	text-align:center;
	}
	

a.topNavBtSelected:hover {
	background-color:#CDA0CB;
	color:#FFFFFF;
	}
