@charset "utf-8";
/* Style banner jquery */
.folio_block {
	
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
}

.main_view {
	float: left;
	position: relative;
}

.window {
	height:350px;
	width: 990px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

.paging {
	position: absolute;
	bottom: 10px; right: 20px;
	width: 208px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/banners/menu.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #003871;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color:#FFF;
}
.paging a.active {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#003871;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;
}
.paging a:hover {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#signupForm input {
	width:100%;	
}
