.page_head_image {
	width: 980px;
	height: 400px;
	overflow: hidden;
	margin: 0px 0;
}
.page_head_image div.page_head_scroller {
	width: auto;
	white-space: nowrap;
	height: 400px;
}
.page_head_image div ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;

}
.page_head_image ul li{
	height: 400px;
	width: 980px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	float: left;
	
}
.page_head_image ul li a {

}
.page_image_banner {
	padding-top: 290px;
	padding-right: 30px;
	display: block;
	font-family: 'Open Sans Light', sans-serif;
	
} 

.page_image_banner h2{
	margin: 0;
	padding: 0;
	text-align: right;
	color: #F94508;
	font-size: 30px;
}
.page_image_banner p{
	margin: 0;
	padding: 0;
	text-align: right;
	color: #FFFFFF;
}


ul.blips {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	position: absolute;
}

ul.blips li {
	width: 10px;
	height: 10px;
	background-color: #FFF;
	opacity: 0.25;
	float: left;
	margin: 0 5px;
}
ul.blips li.active {
	opacity: 0.75;
}

.page_head_image ul.blips {
	margin-top: 380px;
	margin-left: 5px;
}

.page_split {
	border-top: solid 1px #CCC;
	margin: 0 -10px;
	background-color: #E5E5E5;
	padding: 10px 10px;
	clear: both;
}

.foot {
	clear: both;
}

.no_col {
	clear: both;
	margin-left: 20px;
	margin-bottom: 10px;
	
}

.contact_details {
	float: left;
	width: 460px;
	color: #666666;
}
.contact_details p {
	border-bottom: solid 1px #E5E5E5;
	margin: 0;
	padding: 10px 0px;
}
.contact_details p:first-child {
	padding-top: 0;
	line-height: 20px;
}
.contact_details p span {
	font-family: 'Open Sans Light', sans-serif;
	font-size: 1.2em;
	color: #000000;
}
.contact_map {
	
}
.contact_map iframe {
	width: 920px;
	height: 400px;
	border: solid 1px #E5E5E5;
	border-right: none;
	margin-bottom: 0;
}
.contact_map a {
	display: block;
	line-height: 20px;
	text-align: center!important;
	color: #666!important;
}
.contact_form {
	clear: both;
	padding-top: 20px;
	
	
}
.contact_form input:focus, .contact_form textarea:focus {
	border-color: #F74006;
}
.contact_form h2 {
	margin-bottom: 10px;
}
.contact_form form {
	border-top: solid 1px #F74006;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pagenav{
	text-align: right;
	margin: 0;
	line-height: 18px;
	height: 20px;
	font-size: 0.8em;
	color: #666666;
	margin-bottom: 0;
}
.pagenav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: right;
}
.pagenav ul li{
	float: left;
	display: block;
	margin: 0px 2px;
	padding: 0px;
	width: 18px;
	border: solid 1px #666;
	text-align: center;
	border-radius: 4px;
}
.pagenav ul li a{
	width: 18px;
	display: block;
	margin: 0;
	text-decoration: none;
	color: #666;
	border-radius: 4px;
}
.pagenav ul li a:hover{
	background-color: #CCCCCC;
	text-decoration: none;
}
.pagenav ul li.inactive{
	color: #999999;
	border-color: #EAEAEA;
}
.pagenav ul li.active{
	color: #FFF;
	background-color: #F74006;
	border-color: #F74006;
	font-weight: bold;
}
.pagenav ul li.inactive.first, .pagenav ul li.first a{
	background: url(../Images/icons/nav_arrows.png) no-repeat 0 -72px;
}
.pagenav ul li.inactive.prev, .pagenav ul li.prev a{
	background: url(../Images/icons/nav_arrows.png) no-repeat -18px -72px;
}
.pagenav ul li.inactive.next, .pagenav ul li.next a{
	background: url(../Images/icons/nav_arrows.png) no-repeat -36px -72px;
}
.pagenav ul li.inactive.last, .pagenav ul li.last a{
	background: url(../Images/icons/nav_arrows.png) no-repeat -54px -72px;
}
.pagenav ul li.first a:hover{
	background-position:  0 -90px;
}
.pagenav ul li.prev a:hover{
	background-position:  -18px -90px;
}
.pagenav ul li.next a:hover{
	background-position:  -36px -90px;
}
.pagenav ul li.last a:hover{
	background-position:  -54px -90px;
}

.pagenav ul li.inactive.first{
	background-position:  0 -36px;
}
.pagenav ul li.inactive.prev{
	background-position:  -18px -36px;
}
.pagenav ul li.inactive.next{
	background-position:  -36px -36px;
}
.pagenav ul li.inactive.last{
	background-position:  -54px -36px;
}

.next_event {
	background-color: #E5E5E5;
	font-family: 'Open Sans Light', sans-serif;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
	border-radius: 10px;
	overflow: hidden;
}
.next_event a{
}
.next_event h2{
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 40px;
}
.next_event a {
	display: block;
	
}
.next_event a.side_btn {
	box-shadow: none;
	border-top: solid 1px #CCCCCC;
	margin: 0;
	
}
.next_event a.side_btn {
	font-family: 'Open Sans', sans-serif;
	
}
.next_event a.side_btn span{
	background-color: #666666;
	border: none;
}
.date_box  {
	background-color: #979797;
	border-top: solid 5px #646464;
	border-bottom: solid 5px #646464;
	color: #FFFFFF;
	padding: 25px 20px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
}
.next_event .date_box {
	box-shadow: none;
}
.date_box span {
	display: block;
}
.date_box .dayname {
	text-align: left;
}
.date_box .day  {
	width: 110px;
	text-align: right;
	float: left;
	line-height: 40px;
	font-size: 60px;
	padding-right: 20px;
	height: 80px;
	
}
.date_box .day sup{
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.date_box .month {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
} 
.date_box .year {
	float: none;
	font-size: 26px;
	line-height: 40px;
}
.next_event .title {
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 40px;
}

.latest_news_list {
}
.latest_news_list h2{
}
.latest_news_list ul{
	margin: 0;
	padding: 5px;
	list-style-type: none;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
	
	
}
.latest_news_list ul li{
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 10px;
}
.latest_news_list ul li:last-child {
	border-bottom: none;
}
.latest_news_list ul li a{
	display: block;
	color: #666666;
}
.latest_news_list ul li a h3{
	margin-left: 85px;
	margin-bottom: 5px;
	color: #000000;
}
.latest_news_list ul li a .image{
	width: 75px;
	float: left;
}
.latest_news_list ul li a .image img{
	
}
.latest_news_list ul li a .no_image{
	width: 75px;
	float: left;
}
.latest_news_list ul li a p {
	margin-left: 85px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	font-size: 0.8em;
}
.latest_news_list ul li a p.date {
	margin-bottom: 0;
	margin-top: 0;
	
}
.latest_news_list ul li a p:last-child {
	margin-bottom: 0;
}
.latest_news_list ul li a .more {
	margin-left: 85px;
	display: block;
	color: #EA2F26;
	color: #333333;
	text-align: right;
	line-height: 24px;
	font-size: 0.8em;
}
.latest_news_list ul li a .more span {
	display: block;
	background: url(../Images/icons/nav_arrows.png) no-repeat -36px -72px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	float: right;
	margin-top: 4px;
	
}
.latest_news_list ul li a:hover .more {
	color: #EA2F26;
}
.latest_news_list ul li a:hover .more span {
	background-position: -36px -90px;
}

.event_info {
}
.event_info table{
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
.event_info table tbody{
}
.event_info table tbody tr{
}
.event_info table tbody tr th{
	font-weight: normal;
	text-align: right;
	padding: 5px;
	width: 60%;
}
.event_info table tbody tr td{
	padding: 5px;
	color: #333333;
}
.event_info table tbody tr:nth-child(even) th, .event_info table tbody tr:nth-child(even) td{
	background-color: #E5E5E5;
}

ul.class_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
	background-color: #FFFFFF;
}
ul.class_list li{
	padding: 5px;
}
ul.class_list li:nth-child(even) {
	background-color: #E5E5E5;
}

a.side_btn {
	margin: 20px 0;
	display: block;
	padding: 20px 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
	color: #7582EA;
	font-size: 1.2em;
	line-height: 20px;
	text-align: center;
}
a.side_btn span {
	float: right;
	display: block;
	background: #E5E5E5 url(../Images/icons/big_arrow_sprite_h.png) no-repeat 0 -60px;
	width: 60px;
	height:60px;
	margin-top: -20px;
	margin-right: -10px;
	border-left: dotted 1px #CCCCCC;
}
a.side_btn:hover {
	background-color: #979797;
	color: #FFFFFF;
	
}
a.side_btn:hover span {
	background-position: 0 -180px;
}

a.side_btn.entry {
}
a.side_btn.entry:hover {
}

a.side_btn.back span {
	float: left;
	background: #E5E5E5 url(../Images/icons/big_arrow_sprite_h.png) no-repeat -60px -60px;
	margin-left: -10px;
	margin-right: 0;
	border-right: dotted 1px #CCCCCC;
	border-left: none;
	 
}
a.side_btn.back:hover span {
	background-position: -60px -360px;
}
a.side_btn.paypal span {
	background-image: none;
	text-align: center;
}
a.side_btn.paypal span img {
	width: 56px;
	height: 28px;
	margin-top: 16px;
}

.more_btn {
}


.more_btn {
	display: block;
	color: #333333;
	text-align: left;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
	line-height: 30px;
	width: 150px;
	float: right;
	background-color: #FFFFFF;
	padding-left: 10px;
}
.more_btn span {
	display: block;
	/*background: url(../Images/icons/nav_arrows.png) no-repeat -36px -72px;*/
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: right;
	background-color: #E5E5E5;
	background: #E5E5E5 url(../Images/icons/mid_arrow_sprite_h.png) no-repeat 0 -30px;
}
.more_btn:hover {
	background-color: #F74006;
	color: #FFFFFF;
}
.more_btn:hover span {
	background-position: 0 -180px;
}

a.more_btn.back span {
	float: left;
	background: #E5E5E5 url(../Images/icons/mid_arrow_sprite_h.png) no-repeat 30px -30px;
	margin-left: -10px;
	margin-right: 10px;
	border-right: dotted 1px #CCCCCC;
	border-left: none;
	 
}
a.more_btn.back:hover span {
	background-position: -30px -180px;
}
.driver_list {
	margin: 0 -20px;

}
.driver_list h2 {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.class_group {
	float: left;
	width: 320px;
}
.class_group>div {
	margin: 20px;
	
}
.class_group h3{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #979797;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
}
.class_group ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.class_group ul li{
	padding: 5px 10px;
	
	margin-bottom: 5px;
}

.class_group ul li:nth-child(even) {
	background-color: #E5E5E5;
}
