@charset "UTF-8";
/* CSS Document */

html {
	overflow: auto;
}
body {
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
}
#footer {
	padding: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;	
	left: 0px;
	width: 100%;
	min-width: 960px;
	height: 63px;
	overflow: hidden;
}
#flash-training { /* ie 6 */
	padding: 0;
	margin: 0 auto;
	position: absolute;	
	top: 20px;
	left: 0px;
	right: 0px;
	bottom: 53px;
	overflow:hidden;
	text-align:center;
}
html>body #flash-training { /* ie7 ff */
	margin: 0;
	bottom: 73px;
}
#help-icon{
	margin: 1px auto 0 auto;
	width: 960px;
	height: 19px;
	text-align:right;
}
/**/
#top-footer{
	width: 960px;
	padding: 0px 0px 0 0px;
	margin: 0 auto;
	min-height: 63px;
}
#top-footer div{ /*ie 6 */
	float: left;
}
html>body #top-footer div{ /*ff ie7 */
	border: none;
}
/**/
#eha-footer{ /* ie6 */
	padding: 13px 0 16px 0;
	width: 24%;
}
html>body #eha-footer{ /*ie7 ff */
	padding: 13px 0 18px 0;
	min-width:24%;
}
*:first-child+html #eha-footer{ /* ie 7 ONLY */
	padding-bottom: 14px;
}
#eha-footer a{
	text-decoration: none;
	border: none;
}
/**/
#mobile-footer{ /*ie 6*/
	height: 62px;
	background: url(../../images/footer-mobile.gif) no-repeat bottom right;
	width: 33%;
	font-size: 1.2em;
	color: #444;
}
html>body #mobile-footer{ /*ie7 ff */
	min-width: 33%;
	min-height: 63px;
}
*:first-child+html #mobile-footer{ /* ie 7 ONLY */
	min-height: 62px;
}
#mobile-footer p{ /*ie 6 */
	padding-top: 15px;
	padding-left: 20px;
}
html>body #mobile-footer p{ /* ie7 ff */
	padding-top: 3px;
}
div.popup ul{ /*ie6*/
	margin-top: 10px;
	margin-left: 30px;
}
html>body div.popup ul{ /*ie7 ff*/
	margin-left: -18px;
}
div.popup p{ /*ie6*/
	margin-bottom: 10px;
}
*:first-child+html div.popup ul{ /*ie7 only*/
	margin-left: 25px;
	margin-top: 10px;
}
*:first-child+html div.popup p{ /*ie7 only*/
	margin-right: 10px;
	padding-right: 0;
	margin-bottom: 10px;
}
*:first-child+html p { /* ie 7 ONLY */
	margin-top: 12px;
}
/**/
#hit-counter{ /* ie 6 */
	width: 43%;
	padding-top: 11px;
	padding-left: 0px;
	text-align: right;
}
html>body #hit-counter{ /*ie7 ff */
	min-width: 43%;
}
#hit-counter #counter-box{
	float: right;
	min-height: 18px;
	background: #B00000 url(../../images/footer-counter-tile.gif) repeat-x top left;
	border: 2px solid #9E9E9E;
	padding: 5px;
	margin: 0px 0px 13px 10px;
}
#hit-counter #counter-box p{
	margin: 0;
	padding: 0;
	float: left;
	color: white;
	font-size: 1.05em;
	padding-right: 8px;
	padding-left: 2px;
	padding-top: 3px;
}
#hit-counter #counter-box p.smaller{
	margin-top: 2px;
	font-size: 0.9em;
}
div.clear-both{
	clear:both;
	margin:0;
	padding:0;
}
/* globals */
a img{
	border: none;
}
div.hr2{
	height: 2px;
	background: url(../../images/im-alert-footer-ruler-w.gif) no-repeat scroll center;
	margin-top: 0px;
	margin-bottom: 5px;
}
*:first-child+html div.hr2{ /* ie 7 ONLY */
	padding-top: 0px;
}
div.hr2 hr {
	display: none;
}