@charset "utf-8";
/* CSS Document */
body { background:#000000; margin:0; padding:0; padding-top:30px; font-family: Arial, Helvetica, sans-serif; font-size:9pt; }
table { font-size:12px; }
.mainBack { background:#51613c; }
a {text-decoration:none; }
a img { border:none; }


/* -----Footer----- */
.footer { color:#b0acab; }
.footer a { color:#b0acab; font-size:11px; }
.footer a:hover { color:#fceda2; }
.footerActive { color:#fceda2; font-size:11px; }
.footerActive a { color:#fceda2; font-size:11px; }
.footerCopy { font-size:9px; }


/* -----Text Sizes----- */

.heading { font-size:14px; text-align:center; color:#000000; font-weight:bold; }
.text12Just { text-align:justify; line-height:18px; color:#cbd0c5; }
.text12 { color:#cbd0c5; }
.text12Black { color:#000000; font-size:11px; }
.address { color:#cbd0c5; }

/* -----Paddings----- */
.padTB15 { padding:15px 0px; }
.padRT10 { padding-right:10px; }
.padRT25 { padding-right:25px; }




.text11 { font-size:11px; color:#cbd0c5; }
.text11 a { color:#cbd0c5;  }
.text11 ul { padding:0; margin:0; }
.text11 ul li { list-style-type:none; background:url(../images/bullet-tariff1.gif) left top no-repeat; padding-left:10px; margin-bottom:3px; }


/*-----Gallery Script-----*/
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:5px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#51613c}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#000}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#000 url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #7e9a5a; padding:2px}

.resources { display:none; }




/* Image Gallery New */

/* Parent container for the entire gallery */
.dg-image-gallery{
	position:relative;
	width:572px;
	height:450px;
	border:1px solid #718951;
	margin-top:10px;
}
/* Enlarged image */
.dg-image-gallery-enlarged-image {
	position : absolute;
	left: 0px;
	top:0px;
	background-position : center center;
	width : 100%;
	height: 330px;

}
/* Caption below large image */
.dg-image-gallery-caption {
	position:absolute;
	bottom:90px;
	height:30px;
	width:100%;
	text-align:center;
	color: #cbd0c5;
}
/* Container for all thumbnails */
.dg-image-gallery-thumbnail-container {
	position : absolute;
	bottom : 0px;
	width : 100%;
	left: 20px;
	padding-bottom:10px;
	width:532px;
	/* height:???; - is set by the script based on property thumb height */
}
/* Thumbnails inside thumbnail strip */
.dg-image-gallery-thumbnail{
	width: 129px;
	height : 83px;
	padding-right:2px;
	padding-left:2px;
}

/* Highlight element */
.dg-image-gallery-thumbnail-highlight{
	border:1px solid #fff;
	padding:2px;
}

/* Previous and next buttons */

.dg-image-gallery-previous, .dg-image-gallery-next {
	background-position : center center;
	cursor: pointer;
	width:20px;
	height:82px;
	bottom:10px;
	position: absolute;
	cursor: pointer;
}
.dg-image-gallery-previous{
	background-image:url('../images/left.png');
	left : 0px;
}
.dg-image-gallery-previous-over{
	background-image:url('../images/left-over.png');
}
.dg-image-gallery-next{
	background-image:url('../images/right.png');
	right : 0px;
}
.dg-image-gallery-next-over{
	background-image:url('../images/right-over.png');
}

/** Autoplay buttons */
.dg-image-gallery-next-autoplay-container{
	position:absolute;
	right:0px;
	top:320px;
	z-index:20000;
	width:60px;
}
.dg-image-gallery-next-autoplay-start, .dg-image-gallery-next-autoplay-stop{
	position:absolute;
	top:0px;
	color:#CCC;
	padding:5px;
	height:20px;
	width:30px;

	text-align:right;
	background-repeat:no-repeat;
	cursor:pointer;
}
.dg-image-gallery-next-autoplay-start{
	left:0px;
	background-image:url('../images/play.png');
}
.dg-image-gallery-next-autoplay-stop{
	left:30px;
	background-image:url('../images/pause.png');
}
.dg-image-gallery-next-autoplay-start-off{
	background-image:url('../images/play-off.png');
	cursor: default;

}
.dg-image-gallery-next-autoplay-stop-off{
	background-image:url('../images/pause-off.png');
	cursor: default;

}
