@charset "utf-8";

#content h1{
	position:relative;
	height:150px;
	width:670px;
	font-size:14px;
	margin:20px 0;
}
#content h1 span{
	position:absolute;
	background:#FFFFFF url("/images/training/base/title.gif") left top no-repeat;
	height:150px;
	width:670px;
	left:0;
	top:0;
}

#programs{
	padding-top:30px;
}

#programs h2{
	width:185px;
	height:150px;
	position:relative;
	float:left;
	margin-right:10px;
}
#programs h2 img{
	width:185px;
	height:150px;
	position:absolute;
	left:0;
	top:0;
}
#programs div{
	float:left;
}
#programs div a{
	display:block;
	font-size:16px;
	line-height:1.5em;
	padding:4px 0 2px 20px;
	background:#FFFFFF url("/images/training/base/category_marker.gif") left center no-repeat;
}

#training{
	padding:50px 0;
}
#training h2{
	margin:0;
	padding:0;
	width:150px;
	height:250px;
	position:relative;
	float:left;
	margin-right:20px;
}
#training h2 span{
	position:absolute;
	left:0;
	top:0;
	width:150px;
	height:150px;
	background:#333333 url("/images/training/base/training_title.gif") left top no-repeat;
}
#training h3{
	font-size:16px;
	line-height:1.4em;
}
#training p{
	padding-top:10px;
}
#training h4{
	position:relative;
	font-size:14px;
	height:25px;
	border:1px solid #BDAB7D;
	border-left:none;
	border-right:none;
}
#training h4 span{
	position:absolute;
	left:0;
	top:0;
	width:305px;
	height:25px;
	background:#333333 url("/images/training/base/stepbystep_title.gif") left top no-repeat;
}
#training .query{
	font-size:14px;
	position:relative;
	height:30px;
	padding:15px 0 0 10px;
}
#training .query img{
	position:absolute;
	bottom:0px;
	right:0;
}
#stepbystep{
	position:relative;
	padding:10px 0;
}
#stepbystep table{
	width:650px;
	font-size:13px;
	margin-left:30px;
}
#stepbystep td{
	width:25%;
	vertical-align:top;
}
#stepbystep .step td{
	height:190px;
}
#stepbystep span{
	position:absolute;
	left:0;
	top:0;
	width:670px;
	height:190px;
	background:#FFFFFF url("/images/training/base/stepbystep.gif") left top no-repeat;
}