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

#slideshow{
	width:100%;
	height:502px;
	position:relative;
	z-index:50;
	background-color:#9eca61;
	overflow:hidden;
}
#slideshow .slide .container{
	width:960px;
	height:502px;
	margin:auto;
	position:relative;
}
#slideshow .slide .slideText h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-style:italic;
	font-size:22px;
	font-weight:400;
	margin-bottom:8px;
}
#slideshow .slide .slideText h4{
	color:#9eca61;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:28px;
}
#slideshow .slide .slideText p{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:18px;
}
#slideshow .slide .slideText p.dots{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	color:#fff;
	font-size:22px;
	margin:0 0 15px 0;
	letter-spacing:3px;
}
#slideshow #slide1 .slideText{
	width:355px;
	position:relative;
	left:610px;
	top:165px;
}
#slideshow #slide2 .slideText{
	width:355px;
	position:relative;
	left:610px;
	top:165px;
}
#slideshow #slide3 .slideText{
	width:355px;
	position:relative;
	left:610px;
	top:165px;
}
#slideshow #slide1{
	background:url(../images/index/slide1_bg.jpg) no-repeat center;
	height:502px;
	width:100%!important;
}
#slideshow #slide2{
	background:url(../images/index/slide2_bg.jpg) no-repeat center;
	height:502px;
	width:100%!important;
	display:none;
}
#slideshow #slide3{
	background:url(../images/index/slide3_bg.jpg) no-repeat center;
	height:502px;
	width:100%!important;
	display:none;
}
#pagerWrapper{
	width:960px;
	margin:auto;
	position:relative;
	top:0;
}
#pager{
	height:16px;
	position:absolute;
	right:0;
	top:449px;
	z-index:60;
}
#pager ul{
	list-style:none;
}
#pager li{
	overflow:hidden;
	margin-right:10px;
	float:left;
	position:relative;
}
#pager li a{
	height:15px;
	width:15px;
	display:block;
	background-image:url(../images/index/dots.png)
}
#pager li.activeSlide a{
	background-position:-15px 0;
}
#pager li a span{
	margin-left:-5000px;
}

#bottomBoxes{
	width:960px;
	margin:auto;
	margin-top:40px;
	position:relative;
	
}
#bottomBoxes p{
	float:right;
	text-align:right;
	clear:both;
	color:#4e4e4e;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:20px;
	width:234px;
	margin:20px 30px 0 0;
}
#bottomBoxes a{
	width:155px;
	display:block;
	border-bottom:solid 4px #85b740;
	color:#85b740;
	margin-top:15px;
	float:right;
	clear:both;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-decoration:none;
}
#bottomBoxes a:hover{
	border-bottom:solid 4px #246ba3;
	color:#246ba3;
}
#box1{
	background-image:url(../images/index/blueBox.jpg);
	height:286px;
	width:294px;
	float:left;
	margin-right:40px;
}
#box1 h5, #box2 h5, #box3 h5{
	color:#85b740;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:400;
	float:right;
	clear:both;
	margin:20px 30px 0 0;
}

#box2{
	background-image:url(../images/index/greyBox.jpg);
	height:286px;
	width:293px;
	float:left;
	margin-right:40px;
}

#box3{
	background-image:url(../images/index/calendarBox.jpg);
	height:286px;
	width:293px;
	float:left;
}
#bottomAd{
	background:url(../images/index/bottomAd.jpg) #FFF;
	width:960px;
	height:151px;
	margin:0 auto!important;
	position:relative;
	padding:1px 0;
}
#bottomAd h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#85b740;
	font-style:italic;
	font-size:22px;
	font-weight:400;
	margin:25px 0 8px 25px;
}
#bottomAd h4{
	color:#5e5e5e;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:21px;
	margin-left:25px;
}
#bottomAd p{
	color:#5e5e5e;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	margin-left:25px;
}

#notice{
	color:#5e5e5e;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:18px;
	
	width:960px;
	margin:20px auto;
}