/** top header **/
.headerBanner
{
	height: 94px;
	width: 920px;
}

.companyLogo 
{
	background-color: Transparent;	
	width: 210px;
	height: 64px;
	padding: 8px 5px 0px;
}

.headerBannerContent
{
	height: 94px;
	width: 460px;
	padding-top: 30px;
}

.contactInfoArea
{
	background-color: Transparent;
	width: 220px;	
	height: 44px;
	padding: 30px 10px 0px;
	color: White;
	text-align: right
}

.contactInfoArea a
{
	color: White;
}

.mainMenuArea
{
	width: 920px;
	height: 36px;
}

.opacityOn
{
	background-color: black;
	width: 920px;
	height: 36px;
	filter:alpha(opacity=70);
	opacity: 0.7;
}

.opacityOff
{
	background-color: Transparent;
	width: 920px;
	height: 36px;
	position: absolute;	
	margin: -36px 0 0;
	padding: 9px;
}

.mainMenuSearchControl
{
	color: Black;
	padding-left: 15px;
}

.mainMenuControl
{
	width: 746px;
	height: 36px;
	margin: -9px;
}

div.radmenu a.link
{
	cursor: pointer;
}

.mainMenuSearch
{
	background: url('SearchBox.gif') no-repeat left top;
	width: 192px;
	height: 36px;
}

input.search 
{
	height: 14px;
	margin-top: 2px;
}
 
html>body input.search 
{
	*margin-top: 1px;
}

/** vertical align middle **/
.searchMenu, .loginInfo
{
	display: inline;
	float: left;
	color: white;
	margin-top: 28px;
	margin-right: 3px
}

.searchMenuSection 
{
	padding-right: 7px;
	display: inline;
	margin-left: 522px;
	margin-top:-13px;
	margin-bottom:18px;
	float: left;
}

/** e.g. Welcome Samantha! **/
.loginInfo
{
	background: transparent;
	width: 358px;
	color: #FFFFFF;
}

.topMenu
{
	/**background: transparent url(top_menu.gif) no-repeat top center;**/
	width: 920px;
	height: 30px;
	background-color: black;
}

/** Search control **/

.searchTextButton
{
background:transparent url(GreyArrow.gif) no-repeat scroll 0% 50%;
border:medium none;
height:16px;
width:20px;
margin-top: 3px;
cursor:pointer;
display: inline;
float: left;
}

.searchTextBox
{
background:transparent none repeat scroll 0 0;
border:medium none;
margin-top:3px;
display: inline;
float: left;
width: 132px;
}