/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 50px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	min-height: 330px;
	display: block;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
	display:block;
	font-weight:bold;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport { /*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;*/
	/*left: -5px;*/
	background: #fff; }
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/images/homepagev2/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 1.1em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #00aeef; }
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -100px;
	background: url(/images/homepagev2/arrow_left.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right:-100px;
	background: url(/images/homepagev2/arrow_right.png) no-repeat 0 0;
}
.bx-wrapper .bx-prev:hover { background-position: 0 -125px; }
.bx-wrapper .bx-next:hover { background-position: 0 -125px; }
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 115px;
	margin-top: -16px;
	outline: 0;
	width: 83px;
	height: 124px;
	text-indent: -9999px;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/images/homepagev2/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/images/homepagev2/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* FIXES FOR THE HP SLIDER */
#main {
	background: url(/images/homepagev2/bg.gif) repeat-x #E9E9E9 !important;
	overflow: hidden !important;
}
.bx-viewport { overflow: visible !important; }
.slide {
	height: 330px;
	padding-right: 5px;
	background-color: #fff;
}
.content { display: none; }
.slide .image {
	width: 505px;
	height: 330px;
	overflow: hidden;
	float: left;
}
.slide .copy {
	float: left;
	width: 250px;
	height: 290px;
	background-color: #000;
	padding: 20px;
	color: #fff;
}
.slide .more {
	border-top: 1px solid #fff;
	margin-top: 20px;
	font: normal 14px/22px Arial, Helvetica, sans-serif;
}
.slide .more a {
	text-decoration: underline;
	color: #fff;
}
.slide .more a:hover { text-decoration: none; }
.slide .more h2,
.slide .more .h2 {
	padding-top: 5px;
	font: normal 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.slide .copy h1,
.slide .copy .h1 { font: bold 36px/35px Arial, Helvetica, sans-serif; }

.slide .copy h1 a,
.slide .copy h1 a:visited,
.slide .copy .h1 a,
.slide .copy .h1 a:visited {
	font: bold 36px/35px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.slide .copy h1 a:hover,
.slide .copy .h1 a:hover { color: #00aeef; }
.slide .copy p {
	font: normal 14px/21px Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
.readmore {
	display: block;
	width: 93px;
	height: 0;
	padding-top: 27px;
	overflow: hidden;
	background: #00AEEF url(/images/homepagev2/readmore_roll.png) no-repeat;
}
.readmore:hover { background-position: 0 -28px; }
a.int_readmore {
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background: #00AEEF;
	color: #fff;
}
a.int_readmore:hover {
	background: #f32f9d;
	text-decoration: none;
}
/* Additional styles and overwrites for below-the-fold carousel */
.slider-3 .slide {
	height: 257px !important;
	border-right: 1px solid #EDEDED;
	padding: 0 14px;
	margin: 10px 0;
}
.slider-3 .slide h2,
.slider-3 .slide .h2 {
	font: 12px Arial, Helvetica, sans-serif !important;
	padding-top: 5px;
}
.slider-3 .slide h6,
.slider-3 .slide .h6 {
	color: #999999;
	font-size: 0.9em;
	padding-bottom: 3px;
}
.slider-3 .slide h3,
.slider-3 .slide .h3 { font-size: 15px !important; }
.slider-3 .slide h4,
.slider-3 .slide .h4 { font: 10px Arial, Helvetica, sans-serif; }
.slider-3 a.int_readmore {
	display: inline-block;
	padding: 4px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	background: #f32f9d;
	color: #fff;
	margin-top: 5px;
}
.slider-3 a.int_readmore:hover {
	background: #00AEEF;
	text-decoration: none;
}
#catA_Top .bx-wrapper { max-width: 640px !important; }
#catA_Top .bx-wrapper .bx-viewport { overflow: hidden !important; height: 277px !important; }
#catA_Top .bx-wrapper img {
	display: block;
	max-width: 156px !important;
	min-height: 110px !important;
}
#catA_Top .bx-wrapper .bx-controls-direction a {
	height: 45px;
	margin-top: -16px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 115px;
	width: 21px;
	z-index: 999;
}
#catA_Top .bx-wrapper .bx-prev {
	left: 0 !important;
	background: url(/images/interim/arrow2.png) no-repeat 0 0;
}
#catA_Top .bx-wrapper .bx-next {
	background: url(/images/interim/arrow1.png) no-repeat scroll 0 0 transparent;
	right: 0 !important;
}
#catA_Top .bx-wrapper .bx-prev:hover { background-position: 0 0; }
#catA_Top .bx-wrapper .bx-next:hover { background-position: 0 0; }
