/* -------- Event Box / Dynamic Header Rules ------- */

#message_center {
	position: relative;
	width: 892px;
	min-height: 271px;
	height: auto !Important; /* For IE6 */
	height: 271px;
	margin: 0 8px;
	padding: 8px 0 0 0;
	background: #333333;
	clear:both;
}

#message_center_btm {
	margin: 0 0 0 8px;
	width: 892px;
	height: 8px;
}

ul#tabs {
	position: absolute;
	right: 0;
	top: 14px;
	width: 235px;
	margin: 0;
	padding: 0;
}

ul#tabs li {
	margin: 0;
	padding: 0 0 2px 0;
	background: transparent url(../images/tab_btm_bdr.png) no-repeat bottom left;
}

ul#tabs li a {
	display: block;
	width: 205px;
	min-height: 46px;
	height: auto !important;
	height: 46px;
	margin: 0;
	padding: 12px 10px 12px 20px;
	color: #dffcff;
	text-decoration: none;
	line-height: 13px;
}

ul#tabs li a:hover, ul#tabs li a.active {
	background: #181717;
}

ul#tabs li a span {
	color: #fff;
}

ul#tabs li a span.tabtile {
	display: block;
	margin: 0;
	color: #3e5f63;
}

a#btn_whois_cs {
    display: block;
    position: absolute;
    text-indent: -9999px;
    width: 80px;
    height: 19px;
    left: 322px;
    bottom: 19px;
}

a#btn_directions {
    display: block;
    position: absolute;
    text-indent: -9999px;
    width: 83px;
    height: 17px;
    left: 314px;
    top: 106px;
}

a#btn_zone_one {
    display: block;
    position: absolute;
    text-indent: -9999px;
    width: 54px;
    height: 13px;
    left: 283px;
    top: 166px;
}

a#btn_zone_two {
    display: block;
    position: absolute;
    text-indent: -9999px;
    width: 54px;
    height: 13px;
    left: 275px;
    bottom: 70px;
}

a#btn_zone_three {
    display: block;
    position: absolute;
    text-indent: -9999px;
    width: 54px;
    height: 13px;
    left: 280px;
    bottom: 47px;
}

a#btn_services {
    display: block;
    position: absolute;
    text-indent: -9999px;
    width: 114px;
    height: 45px;
    left: 45px;
    bottom: 15px;
}
        

/* ---- Message Center Tabs ----- */

#tabone, #tabtwo, #tabthree {
	margin: 0px 235px 0 8px;
	min-height: 271px;
	height: auto !important;
	height: 271px;
}

#tabone {
   background: transparent url(../gallery/adventure-1.jpg) no-repeat;
}

#tabtwo {
   background: transparent url(../images/tibet.jpg) no-repeat;
   position: relative;
   text-indent: -9999px;
}

#tabthree {
   background: transparent url(../images/cycling.jpg) no-repeat;
   position: relative;
   text-indent: -9999px;
}

