@charset "utf-8";
/* CSS Document */

/* ****************************CSS RESET************************************* */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
    margin:0px; padding:0px;
	}

/*********************INDEX PAGE STYLE STARTS HERE*******************************************/
/*********************BODY STYLE STARTS HERE*******************************************/
body{
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	}
.container {
	width:960px;
	margin:0 auto;
	}
a {
	text-decoration:none;
	}
li {
	list-style:none;
	}
/*********************HEADER STYLE STARTS HERE*******************************************/
#header{
	overflow:hidden;
	}
#logo {
	float:left;
	margin-top:25px;
	}
#phone_number {
	float:left;
	margin-top:45px;
	margin-left:20px;
	text-align:center;
	}
#region {
	float:right;
	width:250px;
	margin-top:30px;
	margin-bottom: 10px;
	}
#region a {
	color:#000;
	}
#region a:hover {
	color:#4e94d0;
	text-decoration:underline;
	}
#region table {
	font-size: 12px;
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	width:250px;
	}
/***************************** DROP DOWN MENU*********************************/
#nav .container {
    overflow:hidden;
}
#nav {
    margin:0px;
    padding:0px;
    z-index:1;
}
#topMenu{
        margin:0px;
	padding: 0px;
        width:970px;
        }
	
	#topMenu li{
            float: left;
            font-family:Lucida Grande, Arial, sans-serif;
            font-size:12px;
            font-weight:bold;
            }
	    
	#topMenu li a{
	    text-decoration: none;
	    color: black;
	    white-space: nowrap;
	    text-transform:uppercase;
	    }
/********************CSS IMAGE ROLL OVER***************/
	a.destinations {
	    display:block;
	    width:101px;
	    height:38px;
	    background:url(../images/button/btn_destinations.jpg) no-repeat 0 0;
	}
	a:hover.destinations {
	    background-position:0 -38px;
	}
	a.tour {
	    display:block;
	    width:98px;
	    height:38px;
	    background:url(../images/button/btn_tour.jpg) no-repeat 0 0;
	}
	a:hover.tour {
	    background-position:0 -38px;
	}
	a.independent {
	    display:block;
	    width:145px;
	    height:38px;
	    background:url(../images/button/btn_independent.jpg) no-repeat 0 0;
	}
	a:hover.independent {
	    background-position:0 -38px;
	}
	a.luxury {
	    display:block;
	    width:167px;
	    height:38px;
	    background:url(../images/button/btn_luxury.jpg) no-repeat 0 0;
	}
	a:hover.luxury {
	    background-position:0 -38px;
	}
	a.escorted {
	    display:block;
	    width:121px;
	    height:38px;
	    background:url(../images/button/btn_escorted.jpg) no-repeat 0 0;
	}
	a:hover.escorted {
	    background-position:0 -38px;
	}
	a.incentive {
	    display:block;
	    width:126px;
	    height:38px;
	    background:url(../images/button/btn_incentive.jpg) no-repeat 0 0;
	}
	a:hover.incentive {
	    background-position:0 -38px;
	}
	a.news {
	    display:block;
	    width:55px;
	    height:38px;
	    background:url(../images/button/btn_news.jpg) no-repeat 0 0;
	}
	a:hover.news {
	    background-position:0 -38px;
	}
	a.about {
	    display:block;
	    width:80px;
	    height:38px;
	    background:url(../images/button/btn_about.jpg) no-repeat 0 0;
	}
	a:hover.about {
	    background-position:0 -38px;
	}
	a.specials {
	    display:block;
	    width:69px;
	    height:38px;
	    background:url(../images/button/btn_specials.jpg) no-repeat 0 0;
	}
	a:hover.specials {
	    background-position:0 -38px;
	}
/********************CSS IMAGE ROLL OVER END***************/	
		ul.subMenu {
                    margin: 0px;
		    padding: 0px;
		    position: absolute;
		    visibility: hidden;
		    border:solid 5px #164377;
		    height:300px;
		    width:400px;
		    background:white;
		    background-image:url(../images/small_logo.jpg);
		    background-repeat:no-repeat;
		    background-position:240px 250px;
		    z-index:2;
                    }
		    ul.subMenu_b {
                    margin: 0px;
		    padding: 0px;
		    position: absolute;
		    visibility: hidden;
		    border:solid 5px #164377;
		    left:635px;
		    height:300px;
		    width:400px;
		    background:white;
		    background-image:url(../images/small_logo.jpg);
		    background-repeat:no-repeat;
		    background-position:240px 250px;
		    z-index:2;
                    }
		    ul.subMenu_c {
                    margin: 0px;
		    padding: 0px;
		    position: absolute;
		    visibility: hidden;
		    border:solid 5px #164377;
		    left:715px;
		    height:300px;
		    width:400px;
		    background:white;
		    background-image:url(../images/small_logo.jpg);
		    background-repeat:no-repeat;
		    background-position:240px 250px;
		    z-index:2;
                    }
		
		#topMenu li ul li{
                    float: none;
                    display: inline;
                        }
		
		#topMenu li ul li a{
                    display:block;
                    width: auto;
		    padding:5px;
                    }
		
		#topMenu li ul li a:hover{
		    text-decoration:underline;
                    }
#nav {
	background-color:#4e94d0;
	height:38px;
	}
/*********************BLOCK CONTENT STYLE STARTS HERE*******************************************/
    /* image replacement */
        #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
#block_content {
    width:960px;
    background:#fff;
}
/*********SUB NAV STARTS FROM HERE**********/
ul.sub_nav {
    display:block;
    margin-top:5px;
    background:#929292;
    width:960px;
    height:38px;
}
ul.sub_nav li {
    float:left;
    text-transform:uppercase;
}
ul.sub_nav li a{
    display:block;
    background:#929292;
    font-size:13px;
    color:white;
    padding:11px 8px 11px 8px;
}
ul.sub_nav li a:hover{
    background-color:#4e94d0;
   }

#block_content h5{
    padding:15px 0px 20px 0px;
    font-size:17px;
    font-weight:bold;
    font-style:normal;
    font-family:Lucida Grande, Arial, sans-serif;
    text-transform:uppercase;
    color:#164377;
}
#block_content p {
    font-size:11px;
    line-height:16px;
    padding-bottom:20px;
    word-spacing:.1em;
}
.subList {
    margin:0px;
    border-bottom:1px dotted #000;
    font-size:11px;
    width:600px;
    margin-bottom:10px;
}
.row1 {
    width:113px;
}
.row2 {
    width:486px;
}
.subList img {
    margin-right:10px;
}
a.subtag {
    color:#164377;
    font-size:11px;
}
a.subtag:hover{
    color:#4e94d0;
}
.subMenuBox {
    width:960px; height:38px; background:#c1c1c1; margin-top:5px;
}
/* Easy Slider */
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:960px;
		height:381px;
		overflow:hidden;
		
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:45px;
		height:34px;
		position:absolute;
		left:260px;
		top:350px;
		z-index:1000;
                text-indent:-9999px;
		z-index:1;
		}	
	#nextBtn, #slider1next{ 
		left:1100px;
		}														
	#prevBtn a, #nextBtn a,
	/*#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:45px;
		height:34px;
		background:url(../images/btn_prev.png) no-repeat 0 0;
		}*/
	/*#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;
		}*/
/* // Easy Slider */

#block_content{
	overflow:hidden;
	}
.box1 {
	width:306px;
	height:222px;
	float:left;
	margin-right:20px;
	}
.box2 {
	width:306px;
	height:222px;
	float:left;
	margin-right:20px;
	}
/*******NEWS LETTER SIGN BOX*******/
.box3 {
	text-align:center;
	width:306px;
	height:222px;
	float:right;
	background-color:#bababa;
	}
.box3 p{
	color:#FFF;
	font-size:15px;
	margin-bottom:5px;
	}
.box3 img {
	margin-top:5px;
	}
/****************NEWS LETTER BOX ON THE NEWSLETTER PAGE CSS***********************/
#signbox {
	text-align:center;
	width:306px;
	height:222px;
	background-color:#bababa;
	}
    #signbox p{
	color:#FFF;
	font-size:15px;
	margin-bottom:5px;
	}
    #signbox img {
	margin-top:5px;
	}

/*************************************/
#slide {
	margin-bottom:17px;
	}
/*********************BLOCK SUB CONTENT STYLE STARTS HERE*******************************************/
#block_subcontent{
	text-align:center;
	margin-top:25px;
	}
ul#bottom_menu li{
	font-size:12px;
	text-transform:uppercase;
	display:inline;
	letter-spacing:-.04em
	}
ul#bottom_menu li a{
	color:#000;
	}
ul#bottom_menu li a:hover{
	color:#4e94d0;
	}
/*********************POPULAR LINKS STYLE STARTS HERE*******************************************/
#links{
	overflow:hidden;
	padding-bottom:30px;
	}
#links h3 {
	margin-left:10px;
	font-size:20px;
	margin-top:20px;
	margin-bottom:20px;
	}
ul.link1 {
	float:left;
	margin-right:140px;
	margin-left:10px;
	}
ul.link2 {
	float:left;
	margin-right:145px;
	}
ul.link3 {
	float:left;
	}
#links li{
	line-height:28px;
	}
#links li a{
	font-size:14px;
	color:#000;
	}
#links li a:hover{
	color:#4e94d0;
	}
	
/**************************FORM**********************************/
#contact {
    margin-bottom:20px;
    width:700px;
    font-size:13px;
    line-height:18px;
}
.col1 {
    width:200px;
}
.col2 {
    width:480px;
}
fieldset {
    border:0;
}
span {
    display:block;
    font-size:15px;
    line-height:20px;
    margin-bottom:10px;
}
#btn_signup {
    text-indent:-9999px;
    background:url(../images/btn_signup.jpg) no-repeat;
    width:67px;
    height:30px;
    border:0px;
    margin-top:7px;
}
/* ********************* Typography****************** */
h6 {
    font-size:14px;
    color:#164377;
    margin-bottom:5px;
    text-transform:uppercase;
}
.flowBox{
    float:left;
    width:300px;
    margin-right:20px;
}
ol#whyList li {
    list-style:disc;
    padding-bottom:10px;
}
p#info{
    color:#ffffff;
    display:block;
    background:#4e94d0;
    padding:10px;
    margin-top:80px;
}
h4 {
    color:#ffffff;
    font-size:12px;
    line-height:17px;
    margin:5px 5px;
}
/*********************FOOTER STYLE STARTS HERE*******************************************/
#footer{
	height:80px;
	background-color:#4e94d0;
	}
#footer p{
	font-family:Lucida Grande, Arial, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding-top:20px;
	}

/*********************TABS STYLE STARTS HERE*******************************************/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #164377;
	border-left: 1px solid #164377;
	width: 960px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #164377;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
        text-transform:uppercase;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight:bold;
	padding: 0px 10px;
	outline: none;
}
ul.tabs li a:hover {
	background: #4e94d0;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
/* Tab Content CSS */
#tab1 a{
    font-weight:bold;
    font-size:12px;
    color:#164377;
    display:block;
    margin-top:30px;
    margin-left:460px;
}
#tab3 p{
    display:block;
    width:650px;
    margin-bottom:20px;
}
#tab4 img {
    padding:10px;
    border:1px solid #4e94d0;
    margin-left:10px;
}
.pdficon {
    background:url(../images/pdficon.png) no-repeat;
    padding:20px 20px 20px 60px;
}
#table6 {
    width:700px;
    font-size:12px;
}
#table6 a {
    display:block;
    background:#4e94d0;
    color:#fff;
    padding:3px;
    text-align:center;
}
#table6 a:hover {
    background:#164377;
}
.saletag {
    color:#f00;
}
/* TAB CONTAINER STYLE*/
.tab_container {
	border: 1px solid #164377;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
        width:960px;
	padding-top:30px;
	padding-bottom:20px;
	margin-bottom:30px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.tab_container p, h3, h4, ol, table {
	margin-left:10px;
}
.tab_container p{
	font-size:12px;
	line-height:16px;
	}
#tab6 ol {
    display:block;
    margin-right:20px;
    padding:10px;
    color:#000;
}
.tab_container li{
    padding-bottom:10px;
    font-size:12px;
}
.list li{
    margin-right:20px;
    list-style:disc;
    color:#000;
    margin-left:20px;
}
.tab_container h3{
	font-size:13px;
	color:#164377;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:10px;
}
.tab_container strong{
    font-size:12px;
}
.tab_container h4{
	font-size:12px;
	color:#164377;
	margin-top:5px;
}
.text_info {
	width:700px;
	margin-bottom:15px;
}

/********** WHAT'S INCL DATES & PRICE **********/

.botline {
    display:block;
    padding:10px;
    text-align:center;
    font-weight:bold;
    margin-top:20px;
    margin-right:10px;
    background:#4e94d0;
    color:#fff;
}
    .botline2 {
    color:#164377;
    font-weight:bold;
    text-align:center;
    margin-top:20px
    }

 
/*********** TABLE STYLE **********/
.tabtable {
    width:600px;
    font-size:13px;
}
.dotline{
	
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom:3px;
    }
#row3{
    width:113px;
}
#row4{
    width:486px;
}

hr {
	color:#c0c0c0;
	width:97%;
    }
#tab1 p{
    display:block;
    width:600px;
}
/**************** ENTRY PAGE *******************/
#entryBox{
    width:962px;
    height:320px;
    background-image:url(../images/entry_bg.jpg);
    background-repeat:no-repeat;
    margin:160px auto;
}
ul#entryList {
    padding-left:405px;
    padding-top:165px;
}
li.arrow {
    background:url(../images/arrow.png) no-repeat 0 5px;
    padding-bottom:10px;
    padding-left:15px;
}
ul#entryList li a{
    font-family:Myriad Pro, Arial, sans-serif;
    font-weight:bold;
    font-size:15px;
    color:#092444;
}
ul#entryList li a:hover{
    color:#4e94d0;
}
ul#entryList p {
    float:right;
    padding-right:243px;
}
/***************************TOUR STYLE**********************************/
#tourca p {
    width:600px;
}
#tourca table {
    margin-bottom:20px;
}
