

#globalheader {
	background: #f0eddf url(../images/header_background.jpg) no-repeat;
	width: 804px;
	height: 95px;
}


#globalhomelogo {
	background-image: url(../images/homelogo.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 19px;
	top: 18px;
	width: 221px;
	height: 55px;
}



#globalhomelogo a {
	display: block;
	width: 100%;
	height: 100%;
}

#globalheadernav ul {
	list-style-type: none;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	white-space: nowrap;
}


#globalheadernav ul li{
	display: inline;
	color: #000;
	text-decoration: none;
	padding: 0 5px;
	border-left: 1px dotted #cbcbcb;
}

#globalheadernav ul li:first-child {
	border-left: none;	
}


#globalheadernav ul li a, 
#globalheadernav ul li a:link, 
#globalheadernav ul li a:visited, 
#globalheadernav ul li a:active{
	color: #005747; /*#394a18;*/
}

#globalheadernav ul li a:hover {
	color: #005747; /*#394a18;*/
	text-decoration: underline;
}

#hometabs {
	position: absolute;
	top: 77px;
	padding: 0;
	padding-left: 367px;
	width: 290px;
	height: 18px;

}

 #hometabs div {
	 height: 18px;
	 float: left;
	 padding-right: 1px;
 }

#hometabs div a {
	display: block;
	width: 100%;
	height: 100%;
}

#betab {
	width: 92px;
	background-image: url(../images/tab_backgrounds/be_tab.jpg);
	background-repeat: no-repeat;
}

#awaretab {
	width: 46px;
	background-image: url(../images/tab_backgrounds/aware_tab.jpg);
	background-repeat: no-repeat;
}

#realtab {
	width: 48px;
	background-image: url(../images/tab_backgrounds/real_tab.jpg);
	background-repeat: no-repeat;
}

#globaltab {
	width: 51px;
	background-image: url(../images/tab_backgrounds/global_tab.jpg);
	background-repeat: no-repeat;
}



#homebanner {

	margin: 0;
	padding: 0;
	width: 804px;
	height: 315px;
}

#homebanner .stage {
	margin: 0;
	padding: 0;
	background-image: none;
	background-repeat: no-repeat;
	width: 804px;
	height: 315px;
	position: absolute;
	top: 95px;
	z-index: 10;
	font-size: .95em;
}

#homebanner #be_stage {
	background-image: url('../images/tab_backgrounds/be_background.jpg');	
	z-index: 20;
}

#homebanner .stage h3 {
	display: none;
}

#homebanner .stage .left h4, #homebanner .stage .right h4 {
	color: #fcfcd4;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em
}

#homebanner ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#homebanner ul li {
	margin: 0;
	padding: 0 0 10px;
}

#homebanner ul li, #homebanner ul li a, #homebanner ul li a:link, #homebanner ul li a:visited, #homebanner ul li a:hover, #homebanner ul li a:active {
	color: #d4f7fc;
	text-decoration: none;
}
#homebanner ul li a:hover {
	text-decoration: underline;
}

#homebanner p {
	color: #e8f9fc;
}

#homebanner .stage .left {
	float: left;
	width: 160px;
	padding: 10px 10px 10px 30px;
}

#homebanner .stage .right {
	float: right;
	padding: 15px 15px 0 0;
	width: 139px;

}
#homebanner .stage .right.front {
	padding-top: 170px;
}

#bsunavtop {
	margin-top: -5px;
}


#search_box {
	padding: 7px 10px 6px; 
}

.section {
	background-image: url(/shared/images/transparent_83.png);
	
}
#homebanner .section p {
	padding: 7px;
}
#homebanner .section p, #homebanner .section p a {
	color: #2c544b;
	text-decoration: none;
}

