﻿/* to apply dimension settings in IE 6.0 only, put a space between the value and the unit	*/
/* to hide formatting from IE 6 and below, use the "child of" indicator >
	e.g., html >; body	*/
.hdr_mts_logo
{ 
	position: absolute;
	top: 22px;	/* changed from 0 per mlq 11/5/2009 to compensate for the new page padding of 10px;	*/
	left: 20px;
    border: 0;
    height: 42px;
    width: 167px;
/*    margin: 0 70px 0 15px !important;*/
}

.hdr_connecting
{
	position: absolute;
	top: 27px;		/* 1/2 the difference in height between the logo and the tagline	*/
	/* was 5px until 11/5/2009: compensate for the new page padding of 10px;	*/
	left: 250px;	/* 130px to the right of the logo	*/
    border: 0;
    height: 32px;
    width: 335px;
}
.hdr_contact_us
{
	position: absolute;
	top: 14px;
	/* We've temporarily remove all but the email icons	*/
	/*left: 624px;		*//* 594px is the right edge of the tagline -  add 30px	*/
	left: 710px;
}

.hdr_contact_us_link
{
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, Helvetica, "MS Sans Serif", Sans-Serif;
	text-decoration: none;
	color: #3366cc; 
	white-space: nowrap;
}

.hdr_contact_methods_container
{   
	height: 41px;
	white-space: nowrap;
	position: absolute;
	top: 0;
	right: 0;
}
		.hdr_chat_icon
		{
			display: inline;
		}


.hdr_search_launcher_container
{
	position: absolute; 
/*	top: 53px;		*//* 15px below the contact icons	*/
	top: 46px;		/* 8px below the contact icons	*/
	right: 0;
}
		.hdr_search_form_input_disguise
		{
			background-image:url(/App_Themes/Desktop/images/search-box-background.png);
			background-repeat:no-repeat;
		}

		input.hdr_search_query_textbox	
		{
			background-color: Transparent !important; 
			border:none;
		}

		.hdr_search_submit {
			background-image:url(/App_Themes/Desktop/images/search-button.png);
			width:27px;
			height:36px;
			border:0;
			padding:0;
			vertical-align:middle;
			cursor:pointer;
		}

.hdr_site_navigation_container
{
	position: absolute;
	top: 68px;		/* 15px below the search box - not the submit icon	*/
	left: -102px;	/* this control starts from float center	*/
}







