/* CSS Document */

body {
	background-color:#010a0f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#b7c0c2;
	text-align:center;
}

.clearer {
	clear:both;
}

img {
	border:none;
}

h1 {
	background:url(images/h1.jpg) no-repeat left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#a5de51;
	padding-left:50px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}

#container {
	width:980px;
	margin:auto;
	background:url(images/cont-bg.jpg) repeat-y top;
}

#header {
	position:relative;
	width:980px;
	height:199px;
	background:url(images/head.jpg) no-repeat top;
	text-align:left;
}

#sshow-holder {
	position:relative;
	width:980px;
	height:316px;
	background:url(images/sshow.jpg) no-repeat top;
}

#body {
	width:980px;
	min-height:137px;
	background:url(images/body.jpg) no-repeat top;
	text-align:center;
}

#ccontent {
	width:838px;
	margin:auto;
	padding-top:20px;
}

#content {
	width:100%;
	text-align:left;
}

#c-left {
	width:525px;
}

#c-right {
	width:300px;
	float:right;
}

#float-r {
	float:right;
	margin-bottom:10px;
	
}

.facilities {
	border-left:1px dashed #81949E;
	padding-left:10px;
}

.facilities #float-l {
	font-size:11px;
	margin-bottom:15px;
	margin-right:15px;
}


#float-l {
	margin-right:10px;
	margin-bottom:3px;
	float:left;
}

#float-l-gallery {
	margin-right:8px;
	margin-bottom:8px;
	float:left;
}

.border-w {
	border:3px solid #fff;
}

#acc {
	width:390px; border:1px dashed #999999; padding:8px; margin-bottom:10px; float:left; margin-right:8px;
	height:170px;
}

#acc2 {
	width:390px; border:1px dashed #999999; padding:8px; margin-bottom:10px; float:left; margin-right:8px;
}

#footer {
	position:relative;
	width:980px;
	height:99px;
	background:url(images/footer.jpg) no-repeat top;
}

#footertxt {
	position:absolute;
	left:74px;
	top:30px;
	font-size:11px;
	color:#6B7789;
}


/* ================= slideshow ==================== */

#sshow {
	position:absolute;
	width:888px;
	height:315px;
	left:46px;
	top:1px;
}

#slideshow {
    position:relative;
    height:315px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* ================ linksss ==================== */

#linksss {
	position:absolute;
	left:45px;
	bottom:0px;
}

ul.linksss,
.linksss ul {
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

.linksss li {
	float:left;
	padding: 3px 7px;
}

.linksss li a {
	text-decoration:none;
	color:#fff;
	padding:3px;
}

.linksss li a:hover {
	text-decoration:none;
	background-color:#fff;
	color:#000;
	padding:3px;
}


/* ============== pager ==================== */

ul.pagerrr,
.pagerrr ul {
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

.pagerrr li {
	float:left;
	padding: 3px 7px;
}

.pagerrr li a {
	text-decoration:none;
	color:#fff;
	padding:3px 7px;
}

.pagerrr li a:hover {
	text-decoration:none;
	background-color:#fff;
	color:#000;
	padding:3px 7px;
}

.boxxx {

	background-color:#66CC66;
	color:#000;
}