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

div.front-slider {
	height:375px;
	margin-top:0px;
	min-width:938px;
	overflow:hidden;
	position:relative;
	width:100%;
}
div.slide div.front-slider-fade {
	background:url(../../../images/front-slider-fade.png) no-repeat center top;
	height:375px;
	left:0;
	margin:0;
	position:absolute;
	padding:0;
	top:0;
	width:100%;
}
div.front-menu-container, div.slide-pagination-container {
	left:0;
	position:absolute;
	top:150px;
	width:100%;
}
div.slide-pagination-container {
	background:#2d628b url(../../../images/icons.png) repeat-x 0 -1350px;
	bottom:0px;
	height:12px;
	top:auto;
	width:100%;
}
div.slide-pagination-container ul {
	margin:0 auto;
	width:938px;
}
div.slide-pagination-container ul li {
	float:left; display:inline;
}
div.slide-pagination-container ul li.active {
	background:url(../../../images/icons.png) repeat-x 0 -1362px;
	border-left:solid 1px #5f87a2;
	border-right:solid 1px #5f87a2;
}
div.slide-pagination-container ul a {
	display:block;
	height:12px;
}
div.front-menu {
	margin:0 auto;
	width:1000px;
}
div.front-slider a.next, div.front-slider a.prev {
	background:url(../../../images/icons.png) no-repeat -45px -1287px;
	float:right;
	height:51px;
	overflow:hidden;
	text-indent:-9999px;
	width:36px;
	display:none;
}
div.front-slider a.prev {
	background:url(../../../images/icons.png) no-repeat 0 -1287px;
	float:left;
}
div.front-slider:hover a.next, div.front-slider:hover a.prev {
	display:block;
}
div.slide {
	height:363px;
	left:0;
	margin:0 auto;
	min-width:938px;
	position:absolute;
	top:0;
	width:100%;
}
div.slide div {
	height:323px;
	margin:0 auto;
	padding:35px 0 0 30px;
	width:908px;
}
div.slide div h1 {
	color:#08416d;
	font-size:30px;
}
div.slide div h2 {
	color:#08416d;
	font-size:16px;
	margin:0 0 20px 0;
	text-transform:uppercase;
}
div.slide a.learn-more {
	background:url(../../../images/icons.png) no-repeat 0 -520px;
	color:#fff;
	display:block;
	font-size:16px;
	height:30px;
	padding-left:10px;
	width:165px;
}