@charset "UTF-8";
/* CSS Document */
html, body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	color: #616161;
	background: #f4f4f4 url(../elements/backgrounds/banner_background_tile.png) 0 0 repeat-x;
}
#pageWrapper{
	margin:auto;
	width:894px;
}
.mainContent{
	margin: 5px;
	margin-left:25px;
	margin-right:25px;
}
.mainContent h1{
	margin-top: 0px;
	font-size: 24px;
	color:#ed1f24;
}
.mainContent h2{
	font-size: 16px;
	color:#ed1f24;
	margin-bottom:0px;
}
.mainContent a{
	color: #ed1f24;
	text-decoration:none;
}
.mainContent a:hover{
	text-decoration:underline;
}
.mainContent p{
	text-align:justify;
}
.nyroModal img{
	border:none;
}
.left_line{
	border-left: solid #dcdcdc 1px;
}
.right_line{
	border-right: solid #dcdcdc 1px;
}
#footer{
	height:66px;
	background:url(../elements/backgrounds/bottom_tile.png) 0 0 repeat-x;
}
#footer, .push {
	height: 66px; /* .push must be the same height as .footer */
}
.footerText{
	width: 894px;
	margin:auto;
	height: 34px;
	color:#FFF;
	padding-top:10px;
}
#pageWrapper { min-height: 100%; height: auto !important; height: 100%;	margin: 0 auto -60px; }
#slideshow {
    position:relative;
    height:278px;
	width:894px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
.buttons{
	width: 117px;
	height: 50px;
	float: left;
	margin-left:52px;
	margin-right:52px;
}
#homeB{
	background:url(../elements/navigation/home.png) 0 0 no-repeat;
	width: 78px;
	margin-left:0px;
}
#esmsB{
	background:url(../elements/navigation/esms.png) 0 0 no-repeat;
	width: 84px;
}
#ereportB{
	background:url(../elements/navigation/ereport.png) 0 0 no-repeat;
	width: 85px;
}
#eplannerB{
	background:url(../elements/navigation/eplanner.png) 0 0 no-repeat;
	width: 97px;
}
#contactB{
	background:url(../elements/navigation/contact.png) 0 0 no-repeat;
	margin-right:0px;
}
.divider{
	float:left;
}
.right_slide{
	width: 300px;
	overflow:hidden;
	border-left: solid #dcdcdc 1px;
	height:100%;
}
ul.withGreenChecks li ul li{
	list-style-image:url(../elements/check.gif);
}

input[type="text"], textarea{
	border: solid 1px #666;
	color:#333;
	font-weight:bold;
	padding: 3px;
	width: 250px;
}
input[type="text"]:focus,textarea:focus{
	background-color:#FEFEFE;
	color:#333;
	font-weight:bold;
	outline:none;
	outline-width:0px;
}

input[type="submit"]{
	border:#666 solid 2px;
	color:#666;
	background-color:#eee;
	padding:5px;
	width: 75px;
}
.notices{
	font-size: 10px;
	color:#666;
}
.links {
	text-align:justify;
}
.links td{
	padding-bottom:20px;
}
.links img{
	margin-right: 10px;	
}
.links .header{
	color: #ed1f24;
	font-size:17px;
}
.links a{
	color:#000;
	text-decoration:none;
}
.links a:hover{
	color:#ed1f24;
	text-decoration:none;
}
.plainRed{
	color:#ed1f24;
}
#training{
	text-align:left;
}
#training .alt{
	background-color:#dedede;
}
#training td, #training th{
	padding: 8px;
	vertical-align:top;
}
.arrow{
	display:list-item;
	list-style-image:url(../elements/disk.png);
	padding-left:0px;
	list-style-position:outside;
	margin-left:20px;
}
.aso{
	font-size: 10px;
	color:#000;
}
.notes{
	background:#bcbcbc;	
}
.teams td{
	padding-bottom: 5px;
}
.slider{
	height: 100px;
	width: 25px;
	background:url(../elements/button_close.png) 0 0 no-repeat;
	position:absolute;
	top: 10px;
	right:-25px;
}
.sliderO{
	height: 100px;
	width: 25px;
	background:url(../elements/button_open.png) 0 0 no-repeat;
	position:absolute;
	top: 10px;
	right:-25px;
}