
#headerContainer
{
	position: fixed;
	top: 0;
	z-index: 1000;
}

	html.medium #headerContainer, html.small #headerContainer
	{
		width: 100%;
	}

	#headerContainer .container
	{
		margin-left: 0px;
	}

/*
 * Styles shared between desktop and mobile headers
 */

.iconLinks
{
	float: right;
	text-align: right;
	padding: 3px 5px 0 0;
	min-width: 90px;
}

	.iconLinks ul, .textLinks ul
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		color: #ffffff;
	}

		.iconLinks ul li
		{
			display: inline;
			float: left;
			text-align: center;
			padding-left: 10px;
		}

.imgBtn
{
	border: 2px solid #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 32px;
	width: 32px;
}

.imgBtn:hover, .txtBtn:hover
{
	border: 2px solid #ffffff;
}

#btnSearchIconMobile, #btnSearchIconDesktop
{
	cursor: pointer;
}

/*
 * Search bar styles
 */
 
#searchRow
{
	display: none;
}

	html.small #searchRow
	{
		background-color: #00a4a4;
		border-bottom: 2px solid #000000;
	}

#searchFormContainer
{
	background-color: #000000;
	padding-bottom: 3px;
	margin-top: 1px;
	border-bottom-left-radius: 25px;
}

	html.small #searchFormContainer
	{
		background-color: transparent;
		padding-bottom: 0px;
		border-bottom-left-radius: 0;
	}

#searchTermDiv
{
	padding: 6px 2px 2px;
}

	html.small #searchTermDiv
	{
		padding-left: 10px;
	}
	
	html.xsmall #searchTermDiv
	{
		padding-left: 5px;
	}

#txtSearchTerm
{
	width: 100%;
	color: #000000;
}

	html.small #txtSearchTerm
	{
		width: 95%;
	}

#searchSubmitDiv
{
	text-align: center;
	padding: 3px;
}

#btnSearch
{
	cursor: pointer;
	background: #FF7AA6;
	background-image: -webkit-linear-gradient(top, #FF7AA6, #FF3F7F);
	background-image: -moz-linear-gradient(top, #FF7AA6, #FF3F7F);
	background-image: -ms-linear-gradient(top, #FF7AA6, #FF3F7F);
	background-image: -o-linear-gradient(top, #FF7AA6, #FF3F7F);
	background-image: linear-gradient(to bottom, #FF7AA6, #FF3F7F);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #000000;
}

#btnSearch:hover
{
	border: 2px solid #ffffff;
}

/*
 * All styles relating to desktop header
 */

#desktopHeader
{
	text-align: left;
	height: auto;
	background-color: #000000;
	margin-left: 0;
	min-height: 72px;
}

#headerLeft
{
	padding-left: 0;
}

.links
{
	float: right;
	color: #00FFFF;
	text-align: right;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

	.links a:link, .links a:visited
	{
		color: #00FFFF;
		text-decoration: none;
		padding: 5px;
	}

	.links a:hover
	{
		color: #00FFFF;
		text-decoration: underline;
	}

#headerlinks
{
	margin-top: 0px;
	clear: right;
	padding: 5px 5px 0 0;
}

/*
 * All styles relating to mobile header
 */
#mobileHeader
{
	color: #ffffff;
	font-family: Arial, sans-serif;
}

#topBar
{
	width: 100%;
	background-color: #000000;
	text-align: left;
}

#mobileLogo
{
	height: 33px;
	margin: 2px 5px 0px 5px;
}


#textLinksBar
{
	background-color: #00A4A4;
	height: 30px;
	padding-top: 5px;
	font-size: 1.1em;
}

.textLinks ul li
{
	padding: 0;
	display: inline;
	text-align: center;
	float: left;
	border-left: 1px solid #ffffff;
}

	.textLinks ul li a, .iconLinks ul li a
	{
		display: block;
	}

	.textLinks a:link, .textLinks a:visited,
	.iconLinks a:link, .iconLinks a:visited
	{
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
	}

	.textLinks a:hover
	{
		text-decoration: underline;
	}

#textLinksTop
{
	padding-top: 10px;
	text-align: center;
	color: #ffffff;
	max-width: 300px;
	margin: auto;
}

	#textLinksTop ul
	{
		width: 100%;
	}

		#textLinksTop ul li
		{
			padding: 0px 2px 2px 2px;
		}
		
#divSplash
{
    cursor: pointer;
    float: left;
    font-size: 1em;
    min-width: 390px;
	margin-top: 10px;
}

	#divSplash a
	{
		text-decoration: none;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #CCCCCC;
	}

	.divSplash_mouseOut a:link, .divSplash_mouseOut a:visited
	{
		color: #CCCCCC;
	}

	.divSplash_mouseOver a:link, .divSplash_mouseOver a:visited
	{
		color: #FFFFFF;
	}

#divImgSplash
{
    float: left;
    height: 60px;
    width: 180px;
}

#imgSplashLogo
{
    float: left;
    height: 60px;
    position: relative;
    width: 180px;
    border: none;
}

#divSplashStrapText
{
    float: left;
    margin-top: 31px;
    position: relative;
}