﻿@charset "utf-8";
/* CSS Document */

/******************************************************/
/*** Overriding the way browsers handle elements ****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

ol, ul
{
    list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img
{
    border: 0;
}
caption, th
{
    text-align: left;
}
q:before, q:after
{
    content: '';
}
:focus {
	outline: 0;
}
/*** DO NOT MODIFY ANY OF THE ABOVE ****/
/**********************************************/

html {
	background-color:#fff;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #000;
	line-height: 1.4;

}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #173566;
}

p {
	font-size:1.2em;
	color: #000;
}

#fullWidth p {
	font-size:1.2em;
	color: #ffff99;
}

p.note {
	text-align:center;
}

p.backToTop {
	display:block;
	float:left;
	margin:10px 0 0 10px;
	padding:0;
}

p.backToTop a {
	color: #ffff99;
	font-size:0.8em;
}


a {
	text-decoration: underline; 
	font-weight:bold; 
	color: #ffff99;
}

a:hover {
	color:#173668;
	background-color: #ffff99;
}




.clear {
	clear:both;
	}
	
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/***PAGEWRAPPER***/
#pageWrapper {
width:960px;
	margin: 0 auto;
}
/***TOPPAGE***/
#TopPage {
	width: 960px;
	height: 240px;
}

/***NAVIGATION***/
#navigation {
	width:960px;
	  background: #2858A7;
	   border-top: 1px solid #fff;
	   border-bottom:1px solid #fff;
	   height:29px;
}

#navigation ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul li {
  display: block;
  position: relative;
  float: left;
}
#navigation li ul { display: none; }
#navigation ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 15px 4px 15px;
  background: #2858A7;
  margin-left: 1px;
  white-space: nowrap;

}
#navigation ul li a:hover { background: #173566; }
#navigation li:hover ul {
  display: block;
  position: absolute;
}
#navigation li:hover li {
  float: none;
  font-size: 11px;
}
#navigation li:hover a { background: #173566; }
#navigation li:hover li a:hover { background: #2858A7; }

/***FEATURED***/
#featured {
	float:left;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	background-color:#fff;
}

#featured h1 {
color:#fff;
padding:10px 0 10px 20px;
}

#slideShow {
float:left;
	border:1px solid #999;
	width:600px;
	height:230px;
	margin:0 0 0 20px;
	padding:0;
}

ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 0;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}

#availabilityForm {
margin:0px;
padding:5px;
width:210px;
border:1px #FF3399 dashed;
}

#availabilityForm fieldset {
	margin: 0;
	border: none;
	padding: 0;
}

#availabilityForm fieldset.action input {
	float:right;
	margin:0 40px 0 0;
}

#availabilityForm legend
{
	color:#173566;
	font-weight:bold;
	font-size:1.6em;
	margin:0;
	padding:0;
}


#availabilityForm label
{
	font-size:1.2em;
	float:left;
	display: block;
	width: 16em;
	margin: 1em 1em 0 0;
	color:#173566;
	font-weight:bold;
	text-align:left;
}

#availabilityForm span
{
	font-size:0.8em;
	color:#999;
}

#availabilityForm dl {
	float:left;
	width:170px; 
	margin: 0 5px 5px 20px;
}

#availabilityForm dt {
float:left;
width:170px; 
margin: 0;
}
#availabilityForm dd {
float:left; 
width:190px;  
margin: 6px 0 0 0;
}

.importantMessage {
	padding:10px;
	margin:0;
	float:left;
	width:80%;
}

.importantMessage p {
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
	text-align:center;
}

#MidPage {
	float:left;
	margin:0;
	padding:0 0 10px 0;
	width: 960px;
	background-color:#173668;
	}

#fullWidth {
	float:left;
	width:960px;
	padding:0px;
}

#featuredOffers {
	float:left;
	width:960px;
	height:290px;
	background-image: url(../images/specialOffers/featuredOffersBG.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#featuredOffers ul#offer1 {
	display:block;
	float:left;
	margin:20px 0 0 10px;
	padding:0;
	text-align:center;
}

#featuredOffers li.offersImage1 {
	padding:0 0 10px 0;
}
#featuredOffers li.offersImage2, #featuredOffers li.offersImage3, #featuredOffers li.offersImage4, #featuredOffers li.offersImage5 {
	padding:0 0 2px 0;
}
#featuredOffers li.offersDate{
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
}

#featuredOffers li.offersNights, #featuredOffers li.offersAccom, #featuredOffers li.offersFamily{
	color:#ffff99;
	font-size:1.1em;
	font-weight:bold;
}
#featuredOffers li.offersPrice{
	color:#ff0000;
	font-size:1.8em;
	font-weight:bold;
}


#featuredOffers ul#offer2 {
	display:block;
	float:left;
	margin:20px 0 0 30px;
	padding:0;
	text-align:center;
}
#featuredOffers ul#offer3 {
	display:block;
	float:left;
	margin:20px 0 0 55px;
	padding:0;
	text-align:center;
}
#featuredOffers ul#offer4 {
	display:block;
	float:left;
	margin:20px 0 0 65px;
	padding:0;
	text-align:center;
}
#featuredOffers ul#offer5 {
	display:block;
	float:left;
	margin:20px 0 0 65px;
	padding:0;
	text-align:center;
}


#featuredOffers h2 {
	color:#fff;
	font-size:1.4em;
}

#featuredOffers h3 {
	color:#fff;
	font-size:1.0em;
}

#whatsIncluded {
	float:left;
	width:960px;
	height:215px;
	background-image: url(../images/specialOffers/whatsIncludedBG.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#whatsIncluded h3 {
	color:#ff0000;
	font-size:1.2em;
	font-weight:bold;
	margin:25px 0 0 125px;
	padding:0;

}

#whatsIncluded ul#includedLeft {
	float:left;
	margin:0px 0 0 125px;
	padding:0;
}

#whatsIncluded ul#includedRight {
	float:left;
	margin:0px 0 0 85px;
	padding:0;
}


#whatsIncluded li {
	color:#ffff99;
	font-size:1.1em;
	}


	
#leftside {
	float: left;
	width: 630px;
	padding:10px;
	}
#information {
	float:left;
	margin:0;
	padding:0 0 10px 0;
	width:600px;
	}
	
#rightside {
	float:right;
	width: 250px;
	padding: 20px 10px 0 0;
	margin:0;
}

#BottomPage {
	width:950px;
	padding:5px 0 20px 10px;
	margin:0;
	background-color:#173668;
	border-top:1px solid #ffff99;
}

#BottomPage p{
	padding:0;
	margin:0;
	text-align:center;
	font-size:1.1em;
	color:#ffff99;

}

#BottomPage ul {
	margin: 0;
	text-align:center;
	padding:0px 0 5px 0;


}

#BottomPage li {
	display:inline;
	margin:0 10px 0 0;
	}


#BottomPage a {
	text-decoration: underline;
	color:#ffff99;
}

#BottomPage a:hover {
	text-decoration: none;
	color:#173668;
	background-color:#ffff99;
}

#BodyText {
	}

#search {
}

.smlltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
#pricesfrom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}





#rightside h3.heading {
	font-size:1.2em;
	padding:20px 0 0 0;
	margin:0;
	color: #FF3399;
}

#rightside h3 {
	font-size:1.1em;
	padding:0px 0 0px 0;
	margin:0;
	

}

#rightside ul {
	padding:5px 0 10px 20px;
	margin:0;
}

#rightside li {
	font-size: 1.1em;
	padding:0px 0 0 0;
	margin:0;
	list-style:square;

}

