﻿/**********************************************************************************
* Header Site Banner - START
*
* DIV element that appears between the #headerUtilityBarDiv and the
* "top navigation bar" elements.  This elements wraps several other
* elements, such as the Company Logo, Site Title, Search, and Language
* Selector elements.
***********************************************************************************/
#headerSiteBannerDiv  
{					
/*
	border-top: #c8db00 .3em solid;
	background: #00344d;
	color: #ccc;
*/
	float: left;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1.1em;
	padding-left: 0;
	margin: 0;
	width: 100%;
}

/*
* Force the text displayed in any input controls within the
* "site banner" to be the correct size.
*/
#headerSiteBannerDiv input,  
#headerSiteBannerDiv select,
#headerSiteBannerDiv button
{
	font-size: .85em;
}

/*
* A element that contains the Company logo image that when clicked 
* will link to the company web site.  This element is nested inside the
* #headerSiteBannerDiv.
*/
#headerCompanyLogoA  
{
	display: block;
	float: left;
	margin: 0 1em 0 .7em;
	padding: 0;
	width: 80em;
	height: auto;
}

/*
* DIV element that surrounds the "site name" and "tag line" elements.
* This element renders after the #headerCompanyLogoA element and inside
* the #headerSiteBannerDiv element.
*/ 
#headerSiteNameAndTagLineDiv
{				
	float: left;
}

/*
* Hyperlink that displays the name of the site and that when clicked
* takes the user to the home page for the site.
*/
#headerSiteNameA   
{
	display: block;
	font-size: 1.7em;
}
#headerSiteNameA:link, 
#headerSiteNameA:visited 
{
/*
	color: #c8db00;
*/
	text-decoration: none;
}
#headerSiteNameA:focus,
#headerSiteNameA:hover 
{
	text-decoration: underline;
}

/*
* SPAN element that contains the site's "tag line".  A brief
* one-sentence statement of the purpose of the site.
*/
#headerSiteTagLineSpan 
{
	display: block;
	margin-top: .3em;
	font-size: .85em;
}

/*
* DIV elements that respectively contain the "search controls" and 
* "language selector" controls.
*/
#headerInputUtilitiesDiv 
{
	float: right;
	margin: 1em .5em 0 1em;
	vertical-align: bottom;
}

#ddlLanguage
{
	margin-right: 2em;
}