@charset "utf-8";
/* CSS Document */

html *{
	margin: 0px;
	padding: 0px;
}

body{
	text-align: center;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1 em;
	color: #333;
}

h1{
	text-transform: uppercase;
	color: #FFF;
}

p{
	padding-top: 5px;
	padding-bottom: 5px;
}

a img{
	border: 0;
}

sup{
	line-height: 0px;
	font-size: 70%;
	letter-spacing: 1px;
}

sup a{
	text-decoration: underline;
	font-weight: bold;
	color: #0D8862;
}

#container{
	text-align: left;
	width: 1000px;
	margin: 0px auto;
	position: relative;
	z-index: 0;
}

#header{
	height: 78px;
	position: relative;
	z-index: 9999;
}

#he4logo{
	float: left;
	display: block;
	height: 78px;
	width: 216px;
}

#locale{
	padding-top: 25px;
	width: 458px;
	float: right;
}

#row_link{
	display: block;
	float: left;
	width: 140px;
	height: 34px;
	text-indent: -9999px;
}

#us_link{
	display: block;
	float: left;
	width: 75px;
	height: 34px;
	text-indent: -9999px;
}

#searchDiv{
	width: 238px;
	height: 28px;
	background: #EEE;
	float: right;
	padding-top: 1px;
}

#searchDiv form{
	display: block;
	float: left;
	padding: 3px 4px;
}

#searchDiv form #searchBox{
	width: 155px;
	height: 17px;
	border-top: 1px solid #CCC !important;
	border-left: 1px solid #CCC !important;
	border-right: 1px solid #e6e6e6 !important;
	border-bottom: 1px solid #e6e6e6 !important;
	padding-top: 2px;
	font-size: 75%;
	color: #333;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	float: left;
}

* html #searchDiv form #searchBox{
	width: 150px;
}

#searchDiv #searchButton{
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 75%;
	width: 65px;
	display: block;
	float: right;
	height: 21px;
	line-height: 18px;
}

#menu li{
	list-style-type: none;
	display: block;
	float: left;
}

#menu li a{
	display: block;
	float: left;
	font-size: 70%;
	color: #FFF;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 38px;
	display: inline-block;
}

#menu{
	list-style-type: none;
	display: block;
	height: 38px;
}

#menu li a:hover, #menu li.on a{
	text-decoration: underline;
}

#pc a{ 
	width: 155px;
}

#hc a{
	width: 180px;
}

#aca125 a{
	width: 125px;
}

#footerContainer{
	padding: 10px 20px;
	clear: both;
	background: #8EA792;
	text-align: center;
}

#footer{
	height: 140px;
	text-align: center;
	clear: both;
	color: #FFF;
	margin-bottom: 10px;
}

#footer a{
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: underline;
}

#footerContent{
	text-align: center;
	font-size: 70%;
	height: 125px;
	padding-top: 15px;
}

#content2 ul, #content2 ol{
	margin: .5em 2em;
}

#content2 ul li, #content2 ol li{
	padding: 2px 0px;
}

#content2 li li {
}

#content2 h3{
	color: #5c5c7c;
	margin: 15px 0px 8px 0px;
	text-transform: uppercase;
}

.clear{
	clear: both;	
}

#langForm{
	float: left;
	padding-top: 3px;
}
#langSel{
	width: 204px;
}