/**
 * 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
 */




input {
font-family: 'Hammersmith One', Arial, sans-serif;
padding:3px;
background-color:#ffffff;
border:#7486a6 solid 1px;
}
input.bright {
background-color:#d5e5f4;
border:#7486a6 solid 1px;
}
input.bright1 {
background-color:#d5e5f4;
border:#7486a6 solid 1px;
}




table.JS {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;border:2px solid #7486A6;background:rgba(255,255,255,0.5);-webkit-box-shadow: #B3B3B3 3px 3px 3px;-moz-box-shadow: #B3B3B3 3px 3px 3px; box-shadow: #B3B3B3 3px 3px 3px};
table.JS {margin:50px;}
table.JS:hover {border:2px solid #dd0000;background:rgba(255,255,255,0.5);-webkit-box-shadow: #B3B3B3 3px 3px 3px;-moz-box-shadow: #B3B3B3 3px 3px 3px; box-shadow: #B3B3B3 3px 3px 3px};

   LI {
      list-style:square;
   }
   LI.white {
      color:white;
   }
a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #dd0000; }


input.normal 
{ 
background-color: #ffffff; 
}
input.hover 
{ 
background-color: #eaf2fa; 
}




h1 {
	font-family: 'Hammersmith One', Arial, sans-serif;
	font-size: 40px;
	color: #7486a6;
	display:inline;
	font-weight: normal;
	margin:0;
	padding:0; 
}

h2 {
	font-family: 'Hammersmith One', Arial, sans-serif;
	font-size: 30px;
	color: #7486a6;
	display:inline;
	font-weight: normal;
	margin:0;
	padding:0; 
}

h3 {
	font-family: 'Hammersmith One', Arial, sans-serif;
	font-size: 20px;
	color: #7486a6;
	display:inline;
	font-weight: normal;
	margin:0;
	padding:0; 
}

h3b {
	font-family: 'Hammersmith One', Arial, sans-serif;
	font-size: 14px;
	color: #7486a6;
	display:inline;
	font-weight: normal;
	margin:0;
	padding:0; 
}

h4 {
	font-family: 'Hammersmith One', Arial, sans-serif;
	font-size: 10px;
	color: #7486a6;
	display:inline;
	font-weight: normal;
	margin:0;
	padding:0; 
}

h4b {
	font-family: sans-serif, Arial;
	font-size: 10px;
	color: #7486a6;
	display:inline;
	font-weight: bold;
	margin:0;
	padding:0; 
}

h5 {
	font-family: 'Hammersmith One', Arial, sans-serif;
	font-size: 8px;
	color: #7486a6;
	display:inline;
	font-weight: normal;
	margin:0;
	padding:0; 
}




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

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}



/* LOADER */

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



/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.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/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/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;
}