/*<meta />*/

html
{
	-webkit-text-size-adjust: 100%;
	/* Prevent font scaling in landscape */
}

body
{
	font-family: Arial;
	margin: 0;
	padding: 0;
}

#header
{
	text-align: center;
}

#header .headerTitle
{
	white-space: nowrap;
	visibility: hidden;
}

#navigationContainer
{
	display: none;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	position: relative;
	overflow: hidden;
	border-top: solid 1px #D8DFE7;
	border-bottom: solid 1px #323C47;
	background-image: url('../Images/header.png');
}

#searchContainer
{
	position: relative;
	width: 95%;
	background-image: url('../Images/SearchBG.png');
}

#SearchPageBody #searchContainer
{
	display: block;
}

#searchForm
{
	height: 42px;
	padding-left: 16px;
	padding-top: 8px;
}

#searchField
{
	background: transparent url(../Images/magnifyingGlass.png) no-repeat scroll left center;
	width: 100%;
	height: 90%;
	font-size: 16pt;
	font-style: italic;
	color: #666;
	padding-left: 50px;
	border-radius: 0px;
	border: 0;
	-webkit-appearance: textfield;
	outline: 0;
}

#searchSubmit
{
	display: none;
}

.button
{
	text-decoration: none;
	color: White;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -15px;
	margin-left: 5px;
}

.buttonLeft
{
	font-size: 0px;
	/* Only necessary for IE */
	background-image: url("../Images/button_background_left.png");
	width: 7px;
	height: 30px;
	float: left;
	position: relative;
	top: 0;
}

.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
{
	background-image: url("../Images/button_background_center.png");
	float: left;
	height: 30px;
	position: relative;
	top: 0;
}

.buttonRight
{
	font-size: 0px;
	/* Only necessary for IE */
	background-image: url("../Images/button_background_right.png");
	width: 7px;
	height: 30px;
	float: left;
	position: relative;
	top: 0;
}

#content
{
	border-top: solid 1px #BBBBBB;
}

#AboutBoxContainer
{
	position: relative;
	height: 258px;
}

#AboutBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -129px;
	margin-left: -157.5px;
}

