/* CSS Document */
#bigslider{
	width:1000px;
	height:280px;
	border-bottom:#990000 solid 7px;
}
.pubhome{
	width:250px;
	height:250px;
}
#midlehome{
	margin:10px;
}
#hpartners{
	
}
.image_carousel {
	padding: 10px 20px 20px 20px;
	position: relative;
}
#foo2 a {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
.image_carousel img {
/*	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;*/
	border:0px;
	margin:0px;
	padding:0px;
	width:200px;
	height:120px;
}
a.prev, a.next {
	background: url(/images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 55px;
}
a.prev {			left: -2px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: -2px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(/images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
#foo4 .slide{
	width:250px;
	height:250px;
}
#foo6 .slide{
	width:999px;
	height:350px;
}



#newsignupstyle{
	
	padding-left:20px;
	padding-right:20px;
	
}
#newsignupstyle .signupselector {
	border-bottom:1px dotted #333333;
	padding:10px;
	margin:10px;
	background:#f0f0f0;	
	font-size:12px;
	
	
}
#newsignupstyle h2{
	font-size:18px;
	color:#900;
	font-weight:bold;
	margin:2px;
		
}
#newsignupstyle .btn{
	padding:5px;
	font-weight:bold;
	border-radius:5px;
		
}