.next-event {
	height: 130px;
}

#interior-content .next-event {
	border-bottom: solid 1px #fff;
	margin-bottom: 15px;
}

	.next-event img {
		border: solid 3px #fff;
		float: left;
	}
	
	.next-event .next-content {
		float: left;
		height: 111px;
		padding-left: 15px;
		width: 340px;
	}
		
		.next-event .next-content a img {
			border: none;
			padding-top: 5px;
			padding-right: 10px;
		}
		
.mobile_content .next-event {
	height: auto;
	overflow: auto;
	padding: 0px 0px 10px 0px;
}

.mobile_content .next-event {
	border-bottom: solid 1px #333333;
	margin-bottom: 15px;
}

	.mobile_content .next-event img {
		border: solid 3px #fff;
		float: left;
		display: none;
	}
	
	.mobile_content .next-event .next-content {
		float: left;
		padding-left: 15px;
		width: auto;
		height: auto;
	}
		
		.mobile_content .next-event .next-content a img {
			border: none;
			padding-top: 5px;
			padding-right: 10px;
		}

.mobile_content h2 {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	}

#events_details {
	width: 100%;
	float: left;
	}
	
#events_details .next-event {
	border: none;
	margin: 0px;
	}
		
#events_details img {
	border: solid 3px #FFF;
	float: left;
	}
	
	#events_details .next-content	{
		float: left;
		height: 111px;
		padding-left: 15px;
		width: 340px;
	}
	
	#events_details .next-content a img {
		border: none;
		padding-top: 10px;
		padding-right: 10px;
		}
		
.events_navigation {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	height: 23px;
	}
		
	.events_button {
		display: inline;
		margin-left: 4px;
		padding: 7px 25px 7px 25px;;
		color: #FFFFFF;
		font-family: arial;
		font-size: 14px;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;	
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
		background-color: #388570;
		}
			
		.events_active {
			background-color: #1E6653;
			}
.next_back {
	width: 100%;
	float: left;
	text-align: right;
	font-size: 10px;
	}
	
.events_content {
	width: 100%;
	float: left;
	background-image: url(../images/eventbackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	min-height: 200px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;	
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	}
	
	.events_text {
		width: 490px;
		padding: 20px;
		float: left;
		}
		
	.next-content a {
		border: none;
		display: block;
	}
		
		.next-content a.learn-more {
			background: url(../images/image-learn-more-off.gif) no-repeat;
			height: 21px;
			margin-right: 10px;
			width: 116px;
			float: left;
		}
		
			.next-content a:hover.learn-more {
				background: url(../images/image-learn-more-on.gif) no-repeat;
			}
			
		.mobile_content .next-content a.learn-more {
			background: url(../images/image-learn-more-off.gif) no-repeat;
			height: 21px;
			margin-right: 10px;
			width: 116px;
			float: left;
			display: none;
		}
		
			.mobile_content .next-content a:hover.learn-more {
				background: url(../images/image-learn-more-on.gif) no-repeat;
				display: none;
			}
		
		
		
		.next-content a.sign-up-now {
			background: url(../images/image-sign-up-now-off.gif) no-repeat;
			height: 19px;
			margin-top: 2px;
			width: 122px;
			float: left;
		}
		
			.next-content a:hover.sign-up-now {
				background: url(../images/image-sign-up-now-on.gif) no-repeat;
			}
			
		.mobile_content .next-content a.sign-up-now {
			background: url(../images/image-sign-up-now-mobile-off.gif) no-repeat;
			height: 19px;
			margin-top: 2px;
			width: 122px;
			float: left;
		}
		
			

			
			
		