@charset "utf-8";
/* CSS Document */
@import url("base.css");

#homeBanner {
	background: url(img/header_home.jpg) no-repeat 0px 0px;
	float: left;
	height: 275px;
	width: 980px;
	position: relative;
}
#homeBanner a {
	font-size: 15px;
	line-height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
	width: 320px;
	padding-left: 20px;
	background: url(img/home_arrow_sprite.png) no-repeat right 0px;
	border: 1px solid #9F7920;
	position: absolute;
	left: 22px;
	top: 194px;
}
#homeBanner a:hover {
	background: url(img/home_arrow_sprite.png) no-repeat right -39px;
}
.container {
	background: #fff;
	float: left;
	width: 936px;
	padding: 22px;
}
.leftCol {
	float: left;
	width: 460px;
	margin-right: 16px;
}
.leftCol p, .leftCol ul, .leftCol ol, .leftCol h2, .leftCol h3, .leftCol h4 {
	margin-top: 18px;
}
.leftCol p, .leftCol ul, .leftCol ol {
	font-size: 11px;
	line-height: 18px;
}
.leftCol ul li {
	margin-right: 22px;
	margin-left: 22px;
	list-style: disc;
}
.leftCol ul li ul li {
	margin-right: 28px;
	margin-left: 28px;
	list-style: circle;
}
.leftCol ol li {
	margin-right: 22px;
	margin-left: 22px;
	list-style: decimal;
}
.leftCol ol li ol li {
	margin-right: 28px;
	margin-left: 28px;
	list-style: lower-alpha;
}
.leftCol h1 {
	font-size: 26px;
	color: #aa8022;
	font-weight: normal;
}
.leftCol h2 {
	font-size: 22px;
}
.leftCol h3 {
	font-size: 18px;
}
.leftCol h4 {
	font-size: 14px;
}.centerCol {
	background: url(img/bg_home2.png) repeat-x left top;
	float: left;
	width: 220px;
	margin-right: 16px;
}
.centerCol h2 {
	font-size: 11px;
	text-transform: uppercase;
	color: #11669d;
	margin: 14px 16px 0px;
	font-weight: bold;
	line-height: 16px;
}
.centerCol ul {
	font-size: 11px;
	list-style: disc;
	margin-top: 18px;
	margin-right: 16px;
	margin-left: 24px;
	line-height: 18px;
	font-weight: bold;
}
.rightCol {
	float: left;
	width: 220px;
}
.rightCol img {
	margin-bottom: 16px;
}
/*
div.container {
	padding-right:0;
	width: 958px;
	height: 200px;
}
*/