/*<meta />*/

body
{
	font-family: Roboto;
	margin: 0;
	padding: 0;
}

#header
{
	text-align: left;
}

#header .headerTitle
{
	white-space: nowrap;
	visibility: hidden;
}

#navigationContainer
{
	font-weight: bold;
	position: relative;
	overflow: hidden;
	font-family: Roboto;
	font-size: 20px;
	color: #ffffff;
	border-top: solid 1px #D8DFE7;
	border-bottom: none 1px #42a5f5;
	background-color: #d5d5d5;
	background-image: none;
	height: 0px;
	line-height: 0px;
}

#searchContainer
{
	height: 56px;
	line-height: 56px;
	display: none;
	padding: 2px;
	border-bottom: solid 1px #d5d5d5;
	background-color: #d5d5d5;
	background-image: none;
	padding-left: 232px;
}

#SearchPageBody #searchContainer
{
	display: block;
}

#searchForm
{
	margin: 0;
}

#searchField
{
	box-sizing: border-box; 
	width: 200px;
	height: 32px;
	font-size: 14px;
	font-family: Roboto;
	color: #0D0D0D;
	position: absolute;
	left: 16px;
	margin-top: 12px;
	border:none;
	padding-left: 32px;
	background-color: #FFFFFF;
	background-image: url('../Images/ic_search_black_24dp_1x.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

#searchField:focus{
	background-color: #FFFFFF;
	border: none;
	outline: none;
	color: #0D0D0D;
}

#searchSubmit
{
	font-family: Roboto;
	font-size: 14px;
	font-weight:500;
	color: #0D0D0D;
	background-color: #D5D5D5;
	border-style:none;
	position: relative;
	right: 4 px;
	margin-top: 12px;
	height: 32px;
	text-transform: uppercase;	
}

#searchSubmit:active{
	background-color: #EFEFEF;
	background-style: none;
	color: #0D0D0D;
	
}

#searchSubmit:focus{
	outline: none;
}

.button
{
	text-decoration: none;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-left: 5px;
	font-family: Roboto;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
}

.buttonLeft
{
	font-size: 0px;
	/* Only necessary for IE */
	float: left;
	position: relative;
	background-image: url('../Images/button_left_sprintblue.png');
	width: 7px;
	height: 30px;
	top: 0px;
}

.buttonLeft_Back
{
	font-size: 0px;
	/* Only necessary for IE */
	background-image: url("../Images/button_background_left_back.png");
	width: 13px;
	height: 30px;
	float: left;
	position: relative;
	top: 0;
}

.buttonCenter
{
	float: left;
	position: relative;
	background-image: url('../Images/button_center_sprintblue.png');
	height: 30px;
	top: 0px;
}

.buttonRight
{
	font-size: 0px;
	/* Only necessary for IE */
	float: left;
	position: relative;
	background-image: url('../Images/button_right_sprintblue.png');
	width: 7px;
	height: 30px;
	top: 0px;
}

#content
{
	
}

#AboutBoxContainer
{
	position: relative;
	height: 258px;
}

#AboutBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -129px;
	margin-left: -157.5px;
}

