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

#cycle {
	position:relative;
	width: 690px; /* slide width */
	height: 210px; /* slide height */
	overflow: hidden;
	margin-left:107px;
}
	
#cycle #cycle_rotation div {
	width: 690px; /* slide width */
	height: 210px; /* slide height */
	overflow: hidden; 
	color: #999999;
}
#cycle #cycle_rotation p {
	margin: 15px;
}	
#cycle #cycle_rotation_nav { /* location of rotation navigation */
	position:absolute; 
	top:195px;
	left:0px; 
	width:100%;
	text-align:center; 
	z-index:100;
}
#cycle #cycle_rotation_nav a { /* rotation navagation styling */
	border: 1px solid #666666;
	background: #333333;
	text-decoration: none;
	margin: 0 5px;
	padding: 0px 3px;
	font: 8px/10px Arial, Helvetica, sans-serif;
	color: white;
}
#cycle #cycle_rotation_nav a.activeSlide { /* rotation navagation styling for active slide */
	background: #CCCCCC;
	color:#000000;
}
#cycle #cycle_rotation_nav a:focus { outline: none; }
.form_stroke {
	padding: 3px;
	border: 2px solid #0053A0;
}


#cycle2 {
	position:relative;
	width: 494px; /* slide width */
	height: 179px; /* slide height */
	overflow: hidden;
	border: 3px solid #00539f;
	margin-top:18px;
}
	
#cycle2 #cycle2_rotation, #cycle2 #cycle2_rotation div {
	width: 494px; /* slide width */
	height: 179px; /* slide height */
	overflow: hidden; 
}
#cycle2 #cycle2_rotation_nav { /* location of rotation navigation */
	position:absolute; 
	top:155px;
	left:0px; 
	width:100%;
	text-align:center; 
	z-index:100;
}
#cycle2 #cycle2_rotation_nav a { /* rotation navagation styling */
	border: 1px solid #666666;
	background: #333333;
	text-decoration: none;
	margin: 0 5px;
	padding: 0px 3px;
	font: 8px/10px Arial, Helvetica, sans-serif;
	color: white;
}
#cycle2 #cycle2_rotation_nav a.activeSlide { /* rotation navagation styling for active slide */
	background: #CCCCCC;
	color:#000000;
}
#cycle2 #cycle2_rotation_nav a:focus { outline: none; }
.form_stroke {
	padding: 3px;
	border: 2px solid #0053A0;
}
