@charset "utf-8";

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #828282;
}
ul, li{
	padding: 0px;
	margin: 0px;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}
#pageWrapper{
	width: 980px;
	padding: 0px 135px 0px 135px;
	background-color: #828282;
	margin: 10px auto 10px auto;
}
#outterPage{
	width: 940px;
	padding: 20px;
	background-color: #E3E3E3;
}
#innerPage{
	width: 940px;
}
#header{
	position: relative;
	background-color: #57BDE3;
	height: 112px;
	width: 940px;
	margin-bottom: 10px;
}
#header #companyIdentifier{
	position: absolute;
	left: 10px;
	top: 6px;
}
#headerLinks{
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	z-index: 2000;
}
#icon{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
}
#linkWrapper{
	margin-right: 20px;
}
#linkWrapper a{
	float: right;
	margin-left: 20px;
/*	border: solid 1px #264F63; */
}
#linkWrapper a:hover{
/*	border: solid 1px #CDE4EC; */
}
#search{
	margin: 20px 20px 0px 0px;
}
select{
	width: 150px;
	margin-left: 200px;
	background-color: #C6EAF6;
}

#navigation{
	background-color: #264F65;
	height: 18px;
	padding: 4px 2px 0px 0px;
	margin-top: 23px;
	width: 368px;
}
#navigation ul{
	list-style: none;
	font-size: 10px;
	margin-left: 5px;
}
#navigation ul li{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation ul li a{
	display: block;
	padding: 0px 6px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation ul li a:hover{
	color: #F3B59E;
}
* html #navigation ul li a{
	display:inline-block;
}
#mainBody{
}
#footer{
	position: relative;
	height: 135px;
}
#footer #networkCable{
	position: absolute;
	top: 0px;
	left: 30px;
}
#footer #siteCreditation{
	position: absolute;
	left: 100px;
	top: 20px;
	text-align: left;
}
#footer #siteCreditation a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer #siteCreditation a:hover{
	text-decoration: underline;
}
#footer #footerText{
	position: absolute;
	right: 30px;
	top: 20px;
	text-align: right;
}