body
{
    margin: 0;
	background-color:#0099D6;
}

.logo
{
    vertical-align: -1.4em;
}

.sides
{
    background-image: url(../_images/_design/bg_waves.jpg);
    background-repeat: repeat-x;
    background-color: #0099d6;
}

.l_btm
{
    background-image: url(../_images/_design/left_btm.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #0087c9;
}

.r_btm
{
    background-image: url(../_images/_design/right_btm.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #0087c9;
}

.footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
}

.footer a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
}

.select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #013a74;
}

.input_box
{
    background: #c1d7e8;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #013a74;
}

.submenu_bg
{
    background-color: #bbcee1;
    background-image: url(/_images/_design/content_bg.gif);
    background-repeat: repeat-x;
    background-position: top left;
}

.content_box
{
    background-color: #bbcee1;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #4b3762;
}

.content_box2
{
    background-color: #bbcee1;
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #4b3762;
}

li
{
    line-height: 18px;
}

.content_box a:link
{
    color: #4b3762;
    text-decoration: underline;
    line-height: 20px;
}

.content_box a:visited
{
    color: #4b3762;
    text-decoration: underline;
    line-height: 20px;
}

.content_box a:hover
{
    color: #4b3762;
    text-decoration: underline;
    line-height: 20px;
}



.content_table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #4b3762;
}

.content_table a:link
{
    color: #4b3762;
    text-decoration: underline;
}

.content_table a:visited
{
    color: #4b3762;
    text-decoration: underline;
}

.content_table a:hover
{
    color: #4b3762;
    text-decoration: underline;
}


h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-variant: small-caps;
}

.vTours
{
    border-color: #4b3762;
}

/* moved from reserve.asp / booking */



select {
	display: block;
	width: 43px;
	margin: 0;
}

select.replaced {
  width: 1px;
  position: absolute;
  left: -999em;
}

ul.selectReplacement {
	margin: 0px;
	height: 17px;
	width: 43px;
	position: relative;
	background-color: #c1d7e8;
	background-image: url(/_images/_buttons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #c1d7e8;
	padding: 0;
}

ul.selectFocused {
	background-color: #c1d7e8;
	background-image: url(/_images/_buttons/dd_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.selectReplacement li {

	color: #013a74;
	cursor: pointer;
	display: none;
	font-size: 10px;
	line-height: 16px;
	list-style: none;
	margin: 0;
	width: 41px;
	background-image: url(/_images/_buttons/dd_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

ul.selectOpen li {
  display: block;
}

ul.selectReplacement li.selected {
	border: 0;
	color: #013a74;
	display: block;
	background-image: url(/_images/_buttons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
  
}

ul.selectOpen li.selected {
	background: #c1d7e8;
	border: 0;
	display: block;
	background-image: url(/_images/_buttons/dd_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.selectOpen li:hover,
ul.selectOpen li.hover,
ul.selectOpen li.selected:hover {
  background: #0076bb;
  color: #c1d7e8;
  border: 0;
}


/* moved from reserve.asp / booking */



