body {padding:0; font:12px/16px Arial, Helvetica, sans-serif; color:#2a2a2a; background:#000 url(../img/back.jpg) repeat-y 0 0;   }

ul
{
list-style: none outside none;
}

ul, li
{
margin: 0px;
padding: 0px;
border: 0px none;
font: inherit;
vertical-align: baseline;
}


img {padding:0; margin:0; border:none;}
#dockContainer{
      margin     : 0 auto;
      text-align : center; 
	   /* fixes IE bug */
    }

    #dockContainer > div{
      display : inline-block; /* fixes IE bug */
    }

    #dockContainer > div{
      display : inline;       /* fixes IE bug */
    }

   
	
	#fader, #slider {
		height: 345px;
		width:960px;
		/*background: rgb(178, 178,178);*/
		background:#000 url(../img/back.jpg) repeat-y 0 0;
	}
	
	.slide {
		float: left;
		height: 345px;
		width:960px;
		/*background: rgb(178, 178,178);
		background:#000 url(../img/back.jpg) repeat-y 0 0;*/
			line-height: 345px;
			text-align: center;
			font-family: calibri, sans-serif;
			font-size: 48px;
			font-weight: bold;
			color: #fff;
	}
	.slide img {
		height: 100%;
		
	}	
#header { background:#FEFEFE;}
.logo img { height: 90px; } 
#main {width:960px; margin:0 auto; background:rgb(178, 178,178); }
#main .footer {text-align:center; background:url(../img/footerBg.gif) repeat-x 0 0 #333a3d; border:1px solid #171717; color:#fff; margin-top: -5px; padding:2px 0; border-left:0px; border-right:0px;} 
#main .footer a { color:#fff; } 
h2 {font-size:15px; font-weight:normal; background:url(../img/headBg.png) repeat-x 0 0; border:1px solid rgb(178, 178,178); color:#fff; padding:5px 15px; margin:0px; text-align:left; background-color:#1580ad; display:block; border-left:0px; border-right:0px;}
#dock {margin:0px 0 5px 0;}
.barTop {background:url(../img/barTop.png) repeat-x; padding: 0; width:960px; position:relative; }
.barBottom {background:url(../img/barBottom.png) repeat-x; padding:0; width:960px; position:relative; }
.barBottom_new {background:url(../img/barBottom.png) repeat-x; padding:0; width:960px; position:relative;}
.barBottom_new_new  {
display:table;
width:450px;
margin:0 auto;
}

.barBottom_new_new div {
display:table-cell;
width:90px;
text-align:center;
}
.contact {  background:#e8e8e8; overflow: hidden;  width:100%; padding:10px 0; }
.contact h3 , .contact h5 {font-size:18px; font-weight:normal; padding:0 10px; margin:10px; color:#2a9bd4; }
.contact h5 {font-size:14px; font-weight:normal; padding:10px; margin:10px; color:#000; }
.contact p {color:#000; padding:3px 10px; margin:0 10px;}





ul#container {
				list-style: none;
				padding: 0;
				margin: 0 auto;
				width: 900px;
				height: 400px;
				overflow:hidden;
			}
	ul#container li {
				height: 400px;
				width: 599px;
				text-align: center;
				cursor: pointer;
			}
		ul#container li img {
		width:100%;
		height:100%;
		border:10px solid white;
		-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		display:block;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader();
				}
				
		ul#container li.roundabout-in-focus {
					cursor: default;
				}
		ul#container	li span {
				display: block;
				padding-top: 10px;
				font-size:16px;
				color:white;
			}
			

.text {  font-family: Arial, Helvetica, sans-serif; color:#000;font-size: 14px}


#carouselnew { }

#carouselContent_carousel { 
   
  }

.cImgTitle {
  font-size: 12px; 
  border-top: 1px solid #bbbbbb; 
  border-bottom: 1px solid #bbbbbb; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: verdana, tahoma, arial, sans-serif; 
  background-color: #ffff99; 
  color: #222222;
  opacity: 1;
}

.imageDescription {
  font-family: verdana, tahoma, arial, sans-serif; 
  font-size: 12px; 
  text-align: justify;
}
		
		
		
		
/**
 * 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 60px;
	padding: 0;
	*zoom: 1;
}

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

/** 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: 0px;
	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(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: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}

.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: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

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

.bx-wrapper .bx-next {
	right: 10px;
	background: url(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(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(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;
}

