/* CSS Document */
body{
	margin:0 auto;
	background-image:url('../images/page-background.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#d3e0fa;
	font-size:12px;
	font-family:"Arial";
}
div#container
{
	margin:0 auto;
	width:1000px;
}
div#header{
	height:161px;
	}
div#header a#homelink
{
	display:block;
	width:611px;
	height:105px;
	margin-top:30px;
	float:left;
}
div#flash_banner
{
	height:287px;
    background-color:#102f8f;
    width:1000px;
    display:block;
    margin-bottom:13px;
    padding-top:13px;
}
div#banners
{
    width:973px;
    margin:0 auto;
}
div#banners ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}
div#banners ul li
{
    position:relative;
    height:274px;
}
div#desc
{
    position:absolute;
    left:0;
    bottom:0;
    background-image:url(../images/slide-background.png);
    width:933px;
    padding:10px 20px 10px 20px;
    color:#dee7f8;
}
div#desc h3
{
    margin:0;
    padding:0;
    margin-bottom:5px;
    font-size:16px;
    font-weight:bold;
}
a#readmore
{
    font-size:11px;
    color:#ebb6b6;
    background-image:url(../images/sprite.png);
    background-repeat:no-repeat;
    background-position:-1px -1px;
    height:22px;
    width:58px;
    text-decoration:none;
    padding:4px 11px 4px 11px;
}
a#readmore:hover
{
    color:#ebdab6;
    background-position:-81px -1px;
}
div#desc a#readmore
{
    position:absolute;
    right:20px;
    top:20px;
}
p#controls { margin:0; padding:0; position:relative; }
#prevBtn { display:block; margin:0; overflow:hidden; width:26px; height:52px; position:absolute; left:13px; top:-160px; }
#nextBtn { display:block; margin:0; overflow:hidden; width:26px; height:52px; position:absolute; left: 964px; top:-160px;}
#prevBtn a { display:block; width:26px; height:52px; background:url(../images/sprite.png) no-repeat -1px -276px; }
#nextBtn a { display:block; width:26px; height:52px; background:url(../images/sprite.png) no-repeat -951px -276px; }

div#service_banner
{
	height: 215px;
	vertical-align: top;
	padding-left:13px;
	font-size:24px;
	color:#FFFFFF;
	font-weight: bold;
	padding-top:13px;
    background-color:#102f8f;
    margin-bottom:13px;
    position:relative;
}
div#page-title
{
    position:absolute;
    top:160px;
    left:20px;
}
div#service_banner h6{
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
}
div#service_banner img
{
	padding-top:0px;
	margin:0px;
}
div#feature_contentbox{
	width:1000px;
	background-color:#eff0fc;
    margin-top: 13px;
	}
div#featurecontent
{
    width:973px;
    margin:0 auto;
    margin-top:13px;
}
div#featured_footer
{
    background-image:url(../images/sprite.png);
    background-repeat:no-repeat;
    width:974px;
    height:20px;
    background-position:-8px -234px;
    margin:0 auto;
}    
div#feature_box{
	width:220px;
	float: left;
}
div#feature_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
div#feature_box a
{
    color:#172e59;    
}
div#feature_box a:hover
{
    color:#d20d0d;
}
div#feature_box h3{
	color:#182f59;
	margin:0px;
	padding:0px;
	font-size:16px;
    margin-bottom:5px;
	}
div#feature_box h3 a{
	margin:0px;
	padding:0px;
	text-decoration:none;
	}		
div#feature_box ul li
{
	font-size:12px;
    line-height:20px;
    color:#172e59;
    border-bottom:dotted 1px #bec5d0;
}
div#feature_box ul li a
{
    padding: 5px;
	text-decoration:none;
    display:block;
}
a.help_link:hover
{	color:#282e38;
}
a.help_link1
{
	text-decoration:none;
	color:#585c5e;
}
a.help_link1:hover
{
    color:#2e2f30;   
}	
ul#menu
{
float:left;
padding:0px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
height:26px;
margin-left:15px;

}
ul#menu li
{
	list-style-type:none; 
	width:120px;
	background-image:url(../images/menu-background.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	color:#FFFFFF;
	float:left;
	display:block;
	margin-left:0px;
	margin-right:2px;
	padding-top:6px;
	font-size:12px;
}
ul#menu li:hover
{
	background-image:url(../images/menu-background.png);
	background-repeat:no-repeat;
	background-position:-121px 0;
	
}
ul#menu a
{ 	
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	text-align:center;
	padding-bottom:6px;
}
ul#menu li a:hover
{
	color:#FFFFFF;
	display:block;
}
ul#menu li ul
{
	display:none;
}
ul#menu li:hover ul
{
	display:block;
	position:absolute;
	z-index:10000;
	
}
div#submenu
{
	position:relative;
	top:-1px;
	left:0px;
	display:block;
	z-index:10000000;
	text-align:left;
}
div#submenu ul
{
	margin:0;
	padding:0;
	width:170px;
	display:block;
	position:relative;
	left:0px;
	background-color:#fc7720;
	border-right:solid 1px #8f2a0a;
	border-bottom:solid 1px #8f2a0a;
	padding:10px;
}
div#submenu ul li
{
	display:block;
	padding:0;
	margin:0;
	text-align:left;
	background-image:none;
	padding-bottom:5px;
	margin-top:5px;
	padding-left:10px;
	width:170px;
}
div#submenu ul li:hover
{
	background-image:none;
}
div#submenu ul li.seperator, div#submenu ul li.seperator:hover
{
	padding:0;
	margin:0;
	height:2px;
	background-image:url(../images/submenu_seperator.png);
	background-repeat:repeat-x;
	display:block;
}
#submenu ul li a
{
	margin:0;
	padding:0;
	margin-left:0;
	padding-left:0;
	padding-bottom:4px;
	padding-top:4px;
	text-align:left;
}
#submenu ul li a:hover
{
	text-decoration: none;
	display:block;
	margin:0;
	width:140px;
}


/***************************** styles for footer bar **********************/


div#footer_bar
{
    margin:0 auto;
    background-image:url(../images/sprite.png);
    background-position:-3px -30px;
    height:76px;
    background-repeat:repeat-x;
}
div#footer-container
{
	text-align:left;
	color:#585c5e;
	font-size:11px;
    background-color:#9da6ac;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
}

/*************** styles for the service.php ******************************************************/

div#help_link a{
	text-decoration:none;
    color:#8792a9;
}
div#help_link a:hover
{
    color:#282e38;
}
div#service_contentbox{
	width:1000px;
	height:auto;
	padding-left:0px;
	color:#000000;
	background-color:#e4ecfb;
    padding-bottom:13px;
	}
	
div#leftpart
{
	float:left;
	width:585px;
    line-height:18px;
    color:#323334;
}
div#rightpart
{
	float:left;
	width:303px;
    margin-left:25px;
}

div#help_link {
	padding-left:19px;
	padding-top:10px;
	padding-bottom:5px;
	font-size:11px;
    color:#8792a9;
}
div#service_heading{
	font-size:18px;
	font-weight:bold;
	color:#996600;
}
div#servie_intro{
	text-align:justify;
	}
div#specific_region{
	width:680px;
	left:20px;
	height:auto;
	padding-top:10px;
	padding-bottom:30px;
}
div#specific_region_one{
	width:650px;
	border:dashed 1px #929264;
	height:auto;
	background-color:#e8e8b7;
	margin-bottom:10px;
	}
div#specific_region_one:hover{
	background-color:#FFFFCC;
	}
div#gateway_img{
	float:left:
	height: 113px;
	width:224px;
	float:left;
}
div#gateway_img img{
	margin:4px;
}
div#gateway{
	height:auto;
	width:400px;
	float:right;
	}
div#gateway ul {
	margin:0px;
	padding:0pc;
}
div#gateway ul li{
	list-style-type:none;
}
li.gateway_hd{
	font-size:14px;
	font-weight:bold;
	color:#996633;
}
li.gateway_link{
	text-align:right;
	padding-right:5px;
}

/****************************** styles for service region pages ****************************************/
div#service_pak_title{
	font-size:18px;
	font-weight:bold;
	color:#996633;
	padding-left:0px;
}
div#service_pak_intro{
	/*color:#996633;
	font-size:13px; */
	padding-left:0px;
	text-align:justify;
}
div#service_pak_ext ul li{
	list-style-type:none;
}
div#service_pak_ext ul li a{
	text-decoration:none;
	color:#996600;
}
div#service_pak_ext ul li a:hover{
	text-decoration:underline;
	color:#990000;
}
.help_a{
	color: #000000;
}

div#book_trip_div{
	width:110px;
	border: solid 1px #CCCCCC;
	text-align: center;
	/*background-color:#FFFFCC;
	color:#993300;*/
	
	background-color:#f8f8fa;
	color:#666666;
	height:16px;
	padding-top:0px;
	float:right;
}
div#book_trip_div a{
	text-decoration:none;
	
}

div#book_trip_div:hover{
	text-decoration:none;
	background-color:#FFFFCC;
	color:#800000;
	
}

/******************** styles for sidenavig *********************************/
div#up{
	background:url(../images/news_upper_part.png);
	background-repeat:no-repeat;
	width:225px;
	height:33px;
	font-size:16px;
	font-weight:bold;
	color:#000066;
	padding-left:35px;
	padding-top:0px;
}
div#up1_child
{
	padding-top:11px;  margin-left:10px;font-weight:normal; color:#800000; font-size:13px;
}
div#mid{
	background:url(../images/news_back.png);
	width:225px;
	height:auto;
	
	
}
div#mid ul{
	
	margin:0px;
	padding:0px;
	margin-left:2px;
	margin-right:2px;
	margin-top:0px;
	margin-bottom:0px;
	
	}
div#mid ul li{
	list-style-type:none;
	margin:0px;
	padding-left:20px;
	font-size:12px;
	padding-top:4px;
	padding-bottom:0px;
	border-bottom: dashed 1px #CCCCCC;
	height:22px;
	font-size:12px;
	padding-top:4px;
	padding-bottom:0px;
}
div#mid ul li a {
		text-decoration:none;
		color:#000033;
	}
div#mid ul li:hover{
	background-color:#FFFFFF;
	}
div#mid ul li a:hover {
		text-decoration:none;
		color:#EB793D;
		padding-left:0px;
	}
ul#mid li a:hover{
	background-color:red;
}
div#down{
	background:url(../images/news_lower_part.png);
	width:225px;
	height:20px;
	background-repeat:no-repeat;
}




div#up1{
	background:url(../images/features.png);
	background-repeat:no-repeat;
	width:225px;
	height:33px;
	font-size:16px;
	font-weight:bold;
	color:#000066;
	padding-left:35px;
	padding-top:0px;
}
div#mid1{
	background:url(../images/news_back.png);
	width:225px;
	height:auto;
	font:Arial, Helvetica, sans-serif;
	
	
}
div#mid1 ul{
	
	margin:0px;
	padding:0px;
	margin-left:2px;
	margin-right:2px;
	margin-top:0px;
	margin-bottom:0px;
	
	}
div#mid1 ul li{
	list-style-type:none;
	margin:0px;
	padding-left:20px;
	border-bottom: dashed 1px #CCCCCC;
	height:auto;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
}
div#mid1 ul li a {
		text-decoration:none;
		color:#000033;
	}
div#mid1 ul li:hover{
		text-decoration:none;
		background-color:#FFFFFF;
	}
div#mid1 ul li a:hover {
		text-decoration:none;
		color:#EB793D;
		
		padding-left:0px;
	}
ul#mid1 li a:hover{
	background-color:red;
}
div#down1{
	background:url(../images/news_lower_part.png);
	width:225px;
	height:20px;
	background-repeat:no-repeat;
}
h1
{
	margin:0;
	padding:0;
	font-size:26px;
	font-weight:bold;
	font-family:'futura';
	color:#e60000;
    text-shadow:1px 1px 0px #fff;
}



/******************8888 test *************************************************************/
.clearleft
{
    clear:left;
}
.pagewidth
{
    width:1000px;
    margin:0 auto;
}
div.box
{
    background-color:#d3e1fb;
    border: solid 1px #a7b3cb;
    float:left;
    height:430px;
}
div#searchbox
{
    width:335px;
    margin-right:13px;
}
div#fixed-departures
{
    width:648px;
}
div#fixed-holder, div#search-holder
{
    margin: 13px auto;
    width:624px;
}
div#search-holder
{
    width:312px;
    text-align:justify;
    color:#153777;
}
div#search-holder p
{
    margin-left:5px;
    margin-right:5px;
}
div.box h2
{
    margin:0;
    padding:0;
    background-image: url(../images/homepage-title-background.png);
    background-repeat:repeat-x;
    font-weight:bold;
    font-size:18px;
    color:#d3e1fb;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    margin-bottom:10px;
}
img#main-fixed
{
    float:left;
    border:solid 10px #ffffff;
}
div#main-fixed-desc
{
    float:left;
    margin-left:20px;
    width:308px;
    color:#153777;
    line-height:18px;
}
div#main-fixed-desc a#readmore
{
    margin-top:10px;
    display:block;
    line-height:12px;
}
div#main-fixed-desc h3
{
    margin:0;
    padding:0;
    margin-bottom:10px;
    font-size:18px;
    color:
}
div#sub-fixed-dept
{
    float:left;
    margin-right:30px;
    margin-top:40px;
    text-align:center;
}
div#sub-fixed-dept img
{
    border:solid 5px #ffffff;
    width:155px;
}
div#sub-fixed-dept a
{
    text-decoration:none;
    color:#6a7b9c;
}
div#sub-fixed-dept a:hover
{
    text-decoration:none;
    color:#25334e;
}
div#tab-data
{
    background-color:#f9fbff;
    border-bottom:solid 1px #d8dce3;
    border-left:solid 1px #d8dce3;
    border-right:solid 1px #d8dce3;
    padding:26px;
    width:914px;
    margin:0 auto;
    padding-bottom:13px;
}
div#tabs-header
{
    background-image:url(../images/tabs-background.png);
    background-repeat:repeat-x;
    height:27px;
    width:968px;
    margin:0 auto;
    margin-top:10px;
}
div#tabs-header ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    margin-left:10px;
}
div#tabs-header ul li
{
    float:left;
    margin-right:3px;
}
div#tabs-header ul li.active, div#tabs-header ul li:hover
{
    border-top:solid 1px #d8dce3;
    border-left:solid 1px #d8dce3;
    border-right:solid 1px #d8dce3;
}
div#tabs-header ul li.active a, div#tabs-header ul li a:hover
{
    border-top:solid 1px #ffffff;
    border-left:solid 1px #ffffff;
    border-right:solid 1px #ffffff;
    background-image:url(../images/active-tab.png);
    background-repeat:repeat-x;
    padding: 20px;
    padding-top:5px;
    padding-bottom:5px;
    display:block;
    text-decoration:none;
    font-weight:bold;
    color:#28292d;
}
div#tabs-header ul li a
{
    background-image:url(../images/inactive-tab.png);
    background-repeat:repeat-x;
    padding: 20px;
    padding-top:6px;
    padding-bottom:6px;
    display:block;
    color:#72767c;
    text-decoration:none;
}
div#blocks
{
    display:block;
    margin-bottom:20px;
    color:#d62d12;
}
div#blocks h3
{
    margin:0;
    padding:0;
    font-family:futura;
    font-size:18px;
    font-weight:bold;
}
div#blocks img
{
    border: none;
    background-color:#e7e9eb;
    padding:10px;
    border:solid 1px #d1d2d3;
}
div#blocks a
{
    text-decoration:none;
    color:#d62d12;
}
div#blocks a:hover img
{
    background-color:#dad8c9;
    border:solid 1px #95927b;
}
div#blocks a:hover
{
    color:#126ed6;
}
div#infobar
{
    background-color:#d8e0f0;
    display:block;
    height:100%;
    padding:13px;
    min-height: 500px;
}
div#infobar h3
{
    margin:0;
    padding:0;
    background-image:url(../images/highlights.png);
    background-repeat:repeat-x;
    color:#fff;
    padding-left:10px;
    padding-top:6px;
    padding-bottom:6px;
    display:block;
    margin-bottom:10px;
    font-size:12px;
}
div#infobar ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    font-size:11px;
}
div#infobar ul li.sep
{
    background-image:url(../images/seperator.png);
    background-repeat:repeat-x;
    height:2px;
    margin:0;
    padding:0;
}
div#infobar ul li
{
    padding:5px;
    padding-left:10px;
}
form#reservation
{
    padding:1px;
    border:solid 1px #bfbfbf;
    margin-bottom:13px;
}
form#reservation table
{
    width:100%;
}
form#reservation table th
{
    text-align:left;
    background-color:#dee3ec;
    padding:5px;
    padding-left:10px;
    border-right:solid 1px #bfbfbf;
    border-bottom:solid 1px #bfbfbf;
}
form#reservation table td
{
    background-color:#eaeff6;
    padding:5px;
    border-bottom:solid 1px #bfbfbf;
}
p.error
{
    color:#FF0000;
    font-size:20px;
    padding:30px;
    display:block;
    border:dashed 1px #bfbfbf;
    background-color: #F7F7F7;
    font-weight:bold;
}
/*
--------------------------------------------------------------------
gallery
--------------------------------------------------------------------
*/
ul#gallery
{
    margin:0;
    padding:0;
    list-style-type:none;
}
ul#gallery li
{
    float:left;
    text-align:center;
    margin-right:20px;
    margin-bottom:20px;
}
ul#gallery li a
{
    text-decoration:none;
    color:#d62d12;
    font-size:11px;
    line-height:12px;
}
ul#gallery li img
{
    background-color:#E7E9EB;
    padding:5px;
    border:solid 1px #D1D2D3;
}
/*
--------------------------------------------------------------------
lightbox
--------------------------------------------------------------------
*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

