@charset "utf-8";
/* CSS Document */

#flashBox
{
	display:none;
}

#trainingNav
{
	height: 60px;
	padding:0;
	margin:0;
}
#trainingNav li
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	background: url(/training/images/secondNav3.gif) no-repeat;
	font-size:10pt;
}
#trainingNav li,
#trainingNav a
{
	height:40px;
	display:block;
	text-align:center;
}
#trainingNav a
{
	padding-left:45px;
	font-weight:bold;
	color:#3a3a3a;
}
#trainingNav a:hover { background: url(/training/images/secondNav3.gif) 0 -80px no-repeat; }
#active a
{
	background: url(/training/images/secondNav3.gif) 0px -40px no-repeat;
	cursor:default;
}
#active a:hover
{
	background: url(/training/images/secondNav3.gif) 0 -40px no-repeat;
}

.clearBoth
{
	clear:both;
	text-align:center;
}

#amcVideo
{
	width:480px;
	float:right;
	padding:0 15px 15px 15px;
	text-align:center;
}
#confSubmit {
	width:476px;
	background:#00bce2;
	border:2px solid #002b59;
	color:#fff;
	font-size:24px;
	padding:20px;
	font-weight:bold;
	cursor:pointer;
}
#confSubmit:hover {
	border-style:groove;
}





