/*
GHC header css
created: 20 July 2006 DFC
last edited: 26 July 2006 DFC
css file for each dynamo site to change colors and images at the site level without changing the header.
VISITOR HEADER
*/

#ghc_header {
	width: 775px;
	height: 61px;
	position:relative;
	top:0;
}
#ghc_header div {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
#ghc_header img {
	spacing: 0;
}
#ghc_header a:link {
	color: #FFF;
}
#ghc_header a:visited {
	color: #FFF;
}
#ghc_header a:active {
	color: #FFF;
}
#ghc_header a:hover {
	color: #FFF;
}
#ghclogo {
	/* text-align: center;
	padding-top:15px;
	padding-right:-40px;
	height: 61px;
	
	width: 180px;*/
	position: relative;
	top:15px;
	left:38px;
}
#bannerTitle {
	position:relative;
	left:85px;
	top:0px;
	background-image:url(/images/top_navigation/banner_visitors.gif);
	height:61px;
	width:290px;/*  */
}
#headerPhoto1 {
	background-image:url(/images/top_navigation/memberPhoto1.jpg);
	position:relative;
	top:0px;
	left:89px;
	height:61px;
	width:61px;
}
#headerColorBox1 {
	background-color:#99CC33;
	position:relative;
	top:0px;
	left:93px;
	height:61px;
	width:61px;
}
#headerPhoto2 {
	background-image:url(/images/top_navigation/memberPhoto2.gif);
	position:relative;
	top:0px;
	left:97px;
	height:61px;
	width:61px;
}
#headerColorBox2 {
   	/* background-color:#E96B12; */
        background-color:#1F568A;
	position:relative;
	top:0px;
	left:101px;
	height:61px;
	width:86px;
	font-weight:bold;
}
#headerColorBox2pad {
	padding: 22px 0 0 12px;
	text-align: center;
	text-transform:uppercase;
	font-size:10px;
}

/* -- Begin hiding from IE -- */
html>body #headerpad {
	display: table;
}
html>body #headerblock2 {
	display: table-cell;
	vertical-align: middle;
}

/* -- Begin IE-specific hacks -- */
* html #headerpad {
	top: 50%;
	left: 50%;
}
* html #headerblock2 {
	top: -50%;
	left: -50%;
}

/* browser upgrade message div*/
#browserMsgHide {
	height:0;
	width:0;
	display:none;
}
#browserMsgShow{
	display: block;
	position:relative;
	top:0;
	left:0;
	padding-left: 10px;
	height:20px;
	width: 775px;
	color: red;
}
