@charset "utf-8";
body  {
	background: #b9b9b9 !important;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4e5962;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr .topbar { 
	background: #fff; 
	height: 189px; 
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px 2px 5px;
    margin-top: 10px;
margin-right: 8px;
margin-left: 5px;
	font-size: 13px;
    color: #000;
}

.twoColFixRtHdr #mainContent { 
margin: 12px 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff url(/images/footer.jpg) no-repeat left bottom;
	height: 27px; 
} 

a{
color: #197447;
}
a:hover{
color: #000;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#sidebar1 a{
font-weight: bold;
color: #000;}
#sidebar1 a:hover{
font-weight: bold;
color: #197447;}


.twoColFixRtHdr #footer a{
color: #a29063;
text-decoration: none;
font-weight: normal;
}
.twoColFixRtHdr #footer a:hover{
color: #fff;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3 {
color: #197447;
font-weight: normal;
margin-bottom: 1px;
font-size: 1.4em;
margin-top: 10px;
}
h1 {
padding-top: 2px;
padding-bottom: 2px;
clear:left;
}
h2, h3 {
color: #197447;
font-weight: bold;
margin-bottom: 2px;
font-size: 1.2em;
margin-top: 7px;
}
h3 {
text-align: center;}
p {
margin-top: 0;
padding: 0;
}
.twoColFixRtHdr #footer h3, #footerh3 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 50px 0px 260px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color: #fff;
font-weight: normal;
font-size: large;
border:0;
text-transform:none;
}
#footer h3{
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	padding-bottom:15px;
}

img {
border: 0;
}

#segments {
text-align:center;
}

.navbar {
background: #d5d5d5 url(/images/navbg.jpg) repeat-x bottom;
height: 40px;
width: 900px;
}
.vip {
margin-left: 275px;
}
.navbar2 {
background: #d5d5d5 url(/images/navbg.jpg) repeat-x bottom;
height: 40px;
width: 900px;
}
.nav {
list-style: none;
}
.footbuttons {
	margin: 5px 0 0 180px;
	float: left;
	width: 510px;
}

.tabset {
	margin: 0 10px 0 0px;
	float: left;
	width: 600px;
	letter-spacing: 1px;
	background: url(/images/tabset-line.gif) repeat-x bottom;
}
.tabset a {
	float: left;
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	overflow: hidden;
	height: 28px;
	width: 94px;
	line-height: 31px;
	text-align: center;
	background: url(/images/tabset-bg.gif) no-repeat ;
}
.tabset a.active,
.tabset a:hover {
	background-position: 0 -28px;
	color: #000;
}
div.tab {
	margin: 0 10px 0 0px;
	float: left;
	width: 600px; 
	color: #4a4a4a;
	background: #fff url(/images/tab-vert-line.gif) repeat-y ;
}
div.tab .left-bg {
	float: left;
	width: 600px; 
	background: url(/images/tab-vert-line.gif) repeat-y right;
}
div.tab .bottom-bg {
	float: left;
	width: 600px;
	background: url(/images/tabset-line.gif) repeat-x bottom;
}
div.tab .left-bottom {
	float: left;
	width: 600px; 
	background: url(./images/tabset-left-bottom-bg.gif) no-repeat left bottom;
}
div.tab .right-bottom {
	float: left; 
	width: 600px;
	background: url(/images/tabset-right-bottom-bg.gif) no-repeat right bottom;
}
div.tab .cont {
	padding: 7px 19px 0 11px;
}
div.tab .ind {
	height: 15px;
	width: 600px;
	float: left; 
}
div.tab p {
	margin-top: 15px;
}
div.tab .images {
	margin: 19px auto 0;
}
div.tab .images ul {
	margin: 0; 
	padding: 0; 
	text-align: center;
}
div.tab .images li {
	list-style: none; 
	display:inline; 
	margin: 0 0 0 4px;
}
 /* common styling */
.menu {
font-family: arial, verdana, sans-serif; 
width:850px; 
position:relative; 
font-size:12px;
z-index:100;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000; 
width:119px; 
height:40px; 
color:#000;  
border-right:1px dotted #cccccc;
border-width:0 1px 0 0; 
line-height:40px;
text-align: center;
}
* html .menu ul li a, .menu ul li a:visited {
width:129px;
w\idth:119px;
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#007c55; 
background:#dbd8d8;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:38px;
margin-top:1px;
left:0; 
width:130px;
}
* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
color:#000; 
background:#dbd8d8;
height:auto; 
line-height:20px; 
padding:5px 10px; 
width:119px;
}
* html .menu ul li a:hover ul li a {
width:130px;
w\idth:119px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#e9dcb9 url(drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#dbd8d8; 
color:#007c55;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:130px; 
top:0;
width:130px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-130px;
}


.faqquestion { 
       font-weight: bold;
       margin: 5px 0;
       background: #EBF5FB;
       }

.faqreponse a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
  }

.faqreponse a:hover {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
  }

.faqfolderlist h3, .faqquestionlist h3 {
	font-size: 1.4em;
	margin: 20px 0;
	font-weight: bold;
       }

.faqfolderlist li {
   background: url(images/sub_icon.gif) no-repeat 0 4px;
   padding: 2px 0 2px 13px;
   list-style: none;
   }

.faqfolderlist a, a:hover {
	text-decoration: none;
  }

.faquplink {
   text-align: right;
   }

.faquplink a{
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
  }

.faquplink a:hover {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
  }
label {display: block; width: 180px; float: left; font-size: 14px; font-weight: bold;}
input {float: left;
margin-bottom: 10px;}
fieldset { float: left;
border: none; 
width: 500px;}

#sidebar1 label {display: block; width: 100px; float: left; font-size: 14px; font-weight: bold;}
#sidebar1input {float: left;
margin-bottom: 10px;}
#sidebar1 fieldset { float: left;
border: none; 
width: 180px;}
.choosing {
width: 180px;
background: #ffffff;
padding: 8px;
font-size: 15px;
border: 1px solid #5d5942;
}
.choosing h2{
font-size: 18px;
font-weight: bold;
padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.smallFlash {
height: 130px;
}
.twoColFixRtHdr #footer ul{
padding-left: 200px;
text-align: center;
}
.twoColFixRtHdr #footer li{
display: inline;
padding: 15px;
font-weight: normal;
color: #b5b093;
list-style: disc;
}

#offerscontainer {
width: 620px;
}
.offers{
 float: left;
 padding:5px;
 border:1px solid #aaa697;
 background:#f9f5e8 url(/images/dummy.gif) no-repeat;
 width: 190px;
 margin:0 3px 20px 1px;
margin-right: 2px;
}
.offers h3{
 padding:0 0 0 40px;
 margin:0;
 color:#103365;
font-size: large;
}
.offers p{
 padding:1px 12px 0 40px;
 font-size:90%;
 line-height:100%;
}

#sidebar1 h2{
font-size: 1.2em;
color: #1a160c;
padding-top: 5px;}
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	width: 200px;
height: 1%;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background-color: #a29061;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 4px;
padding-left: 15px;
	cursor: pointer;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding-left: 10px;
	padding-right: 6px;
	height: 190px;
font-family: arial narrow, verdana;
	background: #d0bfa1 url(/images/rhcolbg.jpg);
}
.AccordionPanelContent p{
padding-top: 4px;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #0a1d3a;
	COLOR: #FFF;
}
.AccordionPanelTabHover {
	color: #FFF;
	background-color: #0a1d3a;
}

.AccordionFocused {
	background-color: #0a1d3a;
}

body .AccordionPanelContent form ul { 
list-style-type: none;
padding: 0;
margin: 0 
}
body .AccordionPanelContent form ul li {
clear: left; float: left;}
body .AccordionPanelContent form legend { 
display: none;
}
body .AccordionPanelContent form { 
margin: 0;
padding: 0;
width: 180px;
}
.left {
float: left;
padding-right: 5px;
padding-bottom: 5px;
}
.right {
float: right;
padding-left: 5px;
padding-bottom: 5px;
}
.segment {
padding-right: 10px;
padding-left: 5px;
}
.form input{
margin-bottom: 0px;
}
.form legend{
display: none;}
#ajaxSearch_submit { margin-left: 10px; }

.row { clear: left; font-size: 14px; font-weight: bold;}
.p-shadow {
  width: 630px;
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(/images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
text-align: center;
  }

.p-shadow p {
  background-color: #fff;
  font: 1.2em arial narrow;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
.p-shadow a{
text-decoration: none;
  background-color: #fff;
display: block;
padding: 4px; color: #0a1d3a;
}

.p-shadow a:hover{
  background-color: #ccc;
display: block;
color: #0a1d3a; 
}


.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 8px 0 10px !important;
  margin: 10px 8px 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
.img-border {
  border: 1px solid #a9a9a9;
  margin-right: 12px;
float: left;}
.search {
padding-bottom: 5px;
width: 200px;
float: right;}
#ajaxSearch_input{
width: 90px;
font-size: 10px;
margin: 0;
padding: 0;
}
#ajaxSearch_submit {
margin-left: 5px;
width: 55px;
}
.tours {
float: left;
width: 600px;
display: inline;}
.padding {
padding: 2px;
text-align: center;
}
.intro {
color: #004083;
font-style: italic;
padding-top: 5px;
}
.contactForm label span {
	color: #ff0000;
	}
.contactForm li{
list-style: none;
	}
body .contactForm form legend { 
display: none;
}
.contactForm label {
width: 110px;
font-size: small;
margin: 0;
}
.contactForm input, .contactForm textarea, .contactForm select {
	border-style: solid;
	border-width: 1px;
	border-color: #b7b7b7 #6b6568 #6b6568 #b7b7b7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.imgright {
float: right;
padding: 0 0 5px 5px;
}
#ajaxSearch_input label{
width: 90px;
}
#ajaxSearch_submit label{
width: 0px;
}