
/* BANNER ROTATE
--------------------------------------------------------------------------------------- */

#bannermove{margin-left:10px;}

.homepage_content img { border: none; margin: 0; padding: 0; width: 987px; height: 251px;}
#divMainRotatorNav { position:absolute; bottom:10px; right:0px; z-index:99; display:none; }
#divMainRotatorNav a {
	margin: 0 0 0 4px;
	padding: 2px 6px;
	background: #ffffff;
	text-decoration: none;
	color: #888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:none;
	
	   }
#divMainRotatorNav a:hover {
	background: #e4971e;
	text-decoration: none; 
	color: #ffffff;
	display:none;
	padding: 2px 6px;
   }
#divMainRotatorNav a.activeSlide {
	background: #e4971e;
	display:none;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 6px;
	 }
#divMainRotatorNav a:focus { outline: none; }

.home_events_row { 
	overflow: hidden;
	width: 100%;
	border-bottom:
	2px solid #dddddd; 
	padding: 14px 0 9px 0;
    }
.home_events_row h4 { 
	float: left; display:
	inline;
	 font-size: 3.8em;
	color: #aaaaaa; margin-left: 12px;
	line-height: 1em;
	padding: 0;
    }
.home_events_content { 
	float: right;
	display: inline;
	width: 84%
	
   }
.home_events_content h3 { font-size: 1.4em; }
.home_events_content p { margin: 1px 0 0 0; }


