@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444;
	line-height:16px;
	text-align: left;
	background-color: #052f5b;
}
p {
margin-top:0px;
margin-bottom:15px;
}
form {
padding:0px;
margin-top:0px;
margin-bottom:0px;
}
ul {
margin-top:2px;
margin-bottom:4px;
margin-left:17px;
padding-left:0px;}
h1 {
	font-size: 24px;
	color: #094697;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 26px;
}
h2 {
	font-size: 18px;
	color: #4081D9;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 26px;
}
h3 {
	color: #094697;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size:16px;
}
h4 {
	color: #094697;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size:14px;
}
h5 {
	color: #XXXXXX;
	margin-top: 11px;
	margin-bottom: 20px;
	font-weight: normal;
}
h6 {
	color: #XXXXXX;
	margin-top: 0px;
	margin-bottom: 5px;

}
/*xxxxxxxxxxxxxxxxxxxxxxx Links xxxxxxxxxxxxxxxxxxxxxxxxxxx*/
a:link, a:visited, a:active, a:hover  {
	color:#00984b;
	text-decoration:underline;
}
/*--------------------------------------------------------------*/
a.linkFeturedProp:link, a.linkFeturedProp:visited, a.linkFeturedProp:active {
	font-size:14px;
	color:#094697;
	text-decoration:none;
	}
a.linkFeturedProp:hover {
	text-decoration:underline;
	color:#094697;
}
/*--------------------------------------------------------------*/
a.linkTravelHelp:link, a.linkTravelHelp:visited, a.linkTravelHelp:active {
	color:#444;
	text-decoration:none;
	}
a.linkTravelHelp:hover {
	text-decoration:underline;
	color:#444;
}
/*--------------------------------------------------------------*/
a.linkProp:link, a.linkProp:visited, a.linkProp:active {
	color:#094697;
	text-decoration:none;
	}
a.linkProp:hover {
	text-decoration:underline;
	color:#094697;
}
/*--------------------------------------------------------------*/
a.linkCrumb:link, a.linkCrumb:visited, a.linkCrumb:active {
	color:#AABFDB;
	text-decoration:none;
	}
a.linkCrumb:hover {
	text-decoration:underline;
	color:#AABFDB;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxx DIVs xxxxxxxxxxxxxxxxxxxxxxxxx*/
#footText {
	
	width: 980px;
	margin-left: 18px;
	text-align: center;
	color: #A0B6D3;
	padding-bottom: 15px;
		margin-right: auto;
	margin-left: auto;
}
#footText a{
	color: #A0B6D3;
	text-decoration:none;
}
#footText a:hover {
	text-decoration:underline;
}
#footWrapper {
	height: 65px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 183px;
	background-color: #FFFFFF;
	position: relative;
	margin-bottom:14px;
	width: 980px;
}
#homeHeader {
	background-color: #FFFFFF;
	position: relative;
	margin-bottom:14px;
	width: 980px;
}
#leftCol {
	background-color: #fff1aa;
	float: left;
	width: 266px;
}
#mainCol {
	clear: none;
	float: left;
	width: 713px;
	margin-right:16px;
	position: relative;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#mainTextWrap {
	position:relative;
	width: 733px;
}
#rtCol {
	clear: none;
	float: left;
	width: 190px;
	position: relative;
	padding-left: 17px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 980px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
/*xxxxxxxxxxxxxxxxxxxxxxxx Lists xxxxxxxxxxxxxxxxxxxxxxxxx*/
.listA { /*Must use a containing DIV for this to work - use the wrapListA class (below) to control width*/
margin-left:8px;
padding-left:7px;
margin-top:-5px;
}
.listA li{
	list-style-type: disc;
/*	color:#334477;
line-height:105%;*/
	margin-bottom:4px;
}
.wrapListA {
	float: left;
	width: 161px;
}
.listB {
	width: 230px;
	margin-left:0px;
	padding-left: 0px;
	margin-top: 6px;
}
.listB li{
	padding-bottom: 0px;
	padding-left: 14px;
	line-height: 14px;
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 2px;
}.listC { /*Must use a containing DIV for this to work - use the wrapListA class (below) to control width*/
margin-left:8px;
padding-left:7px;
margin-top:-5px;
}
.listC li{
list-style-type: disc;
font-size:11px;
line-height:13px;
	margin-bottom:0px;
}
.wrapListC{
}
.listD { /*Must use a containing DIV for this to work - use the wrapListA class (below) to control width*/
margin-left:8px;
padding-left:7px;
margin-top:-5px;
}
.listD li{
font-size:12px;
	list-style-type: disc;
/*	color:#334477;
line-height:105%;*/
	margin-bottom:4px;
}
/*xxxxxxxxxxxxxxxxxxxxxxx Classes xxxxxxxxxxxxxxxxxxxxxxxx*/
.clearBoth {
	clear: both;
}
.colorRed {
color:#db251c;
}
.colorWhite {
	color: #FFFFFF;
}
.flushRight {
	text-align: right;
}
.noPaddNoMargin {
padding:0px;
margin:0px;
}
.paddBottom5 {
	padding-bottom: 5px;
}
.paddBottom10 {
	padding-bottom: 10px;
}
.paddBottom15 {
	padding-bottom: 15px;
}
.paddBottom20 {
	padding-bottom: 20px;
}
.paddBottom25 {
	padding-bottom: 25px;
}
.paddTop5 {
	padding-top: 5px;
}
.paddTop10 {
	padding-top: 10px;
}

.paddTop15 {
	padding-top: 15px;
}
.paddtop20 {
	padding-top: 20px;
}
.paddtop25 {
	padding-top: 25px;
}
.text10 {
	font-size: 10px;
}
.text11 {
	font-size: 11px;
}
.text12 {
	font-size: 12px;
}
.text13 {
	font-size: 13px;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxx Hacks xxxxxxxxxxxxxxxxxxxxxxxxx*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.ieFix0px {
	font-size: 0px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxx End Hacks xxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxx Form Stuff xxxxxxxxxxxxxxxxxxxxxxxxx*/
.formElement{ /*wrap form text and fields in this - for each line*/
	clear: both;
	height: 24px;
	line-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.formNames { /*wrap text (ie: First Name) in this */
	line-height: 24px;
	text-align: right;
	float: left;
	height: 24px;
	width: 119px;
	padding-right: 10px;
}
.formTextFeildMedium, .formFieldSmall, .formFieldXXsmall, .formTextFeildLarge, .formTextFeildXLarge, .formTxtArea, .formDateList, .formSubmitButton{
/*give these classes to form text feilds*/
	line-height: 18px;
	background-color: #DAE3F0; /*color for all feild backgrounds*/
	width: 244px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	border: 1px solid #ddd;
	clear:none;
	height:18px;
}
.formFieldSmall {
width:178px;
}
.formFieldXXsmall {
	width:35px;
}
#ratesChildren {
	position: absolute;
	height: 20px;
	left: 220px;
	top: 0px;
}

.formTextFeildLarge{
	width:274px;
}
.formTextFeildXLarge{
	width:323px;
}
.formTxtArea, .FormTextAreaWrapper { /*wrap comments text area with a div and give .FormTextAreaWrapper class - give text area input element .formTxtArea class*/
height:150px;
}
.formDateList { /*use for date pull downs*/
	width:52px;
	padding-left:0px;
}
.formWrapper {
	width: 410px;
}
.formSubmitButton {
font-weight:bold;
font-size:12px;
color:#444;
	margin-top:10px;
	padding-left:0px;
	padding-right:0px;
	width:60px;
	text-align:center;
	cursor:pointer;
}
.formSubmitButton:hover {
	background-color:#BAC9E0;
}
.formSubmitButtonYellow {
font-weight:bold;
font-size:12px;
color:#444;
	margin-top:10px;
	padding-left:0px;
	padding-right:0px;
background-color: #F9CF07;
	text-align:center;
	cursor:pointer;
	border: none;
	padding:3px;
}
.formSubmitButtonYellow:hover {
	background-color:#BAC9E0;
}
.formPulldown, .formDelegate {
background-color:#def0b8;
border:1px solid #bbd782;
width:176px;
height:19px;
font-size:12px;
margin-bottom:10px;
margin-top:3px;
}
.formDatesV4 {
background-color:#def0b8;
border:1px solid #bbd782;
width:98px;
height:19px;
margin-top:3px;
font-size:12px;
padding-left:4px;
}
.formDelegate {
width:30px;
height:16px;
}
.formSearchBox {
width:150px;
background-color:#3587c4;
border:1px solid #bcbec0;
line-height:16px;
padding-left:4px;
color:#fff;
height:16px;
}
.formEmailV4 {
	width:88px;
	border:1px solid #d4d4d4;
	padding-left:4px;
	line-height:20px;
	background-color:#fff;
	position:absolute;
	top:9px;
	left:50px;
	height:20px;
	font-size:11px;
}
.formEmailHomeBottom {
	border:1px solid #d4d4d4;
	padding-left:4px;
	line-height:20px;
	width:130px;
	height:20px;
	font-size:11px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxx End Form Stuff xxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxx infoWindows Google xxxxxxxxxxxxxxxxxx*/
.infoWindowContent {
width:325px;
/*height:125px;*/
display:block;
}
.infoWindowPhoto {
float:left;
margin-right:10px;
width:125px;
}
.infoWindowAddress {
clear:none;
width:180px;
display:inline-block;
/*margin-left:135;*/
}
/*xxxxxxxxxxxx infoWindows Google End xxxxxxxxxxxxxxxxxx*/
#nav {
	background-color: #005293;
	height: 40px;
	width: 926px;
	margin-left: 20px;
	margin-right:20px;
	position: relative;
	text-align: center;
	padding-left: 14px;
	background:url(../images/homev4_10.gif) repeat-x;
	z-index:1000;
}
#vertRuleWrapper {
	background-image: url(../images/vert-rule.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 980px;
	position: relative;
	margin-top: 15px;
	}
.accomWrapper {
	background-color: #ebecf4;
	width: 709px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-bottom: 4px;
}
.accPhotoSm {
	float: left;
	width: 190px;
	margin-right: 12px;
}
.accText {
	clear: none;
	float: left;
	width: 306px;
	margin-right: 4px;
}
.accBookingInfo {
	background-color: #f0f4f8;
	text-align: right;
	width: 186px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	float: left;
	clear: none;
	position: relative;
}
.accRand {
	font-size: 18px;
	color: #db251c;
	display: inline;
	margin-right: 6px;
}
.accRandDetail {
	font-size: 18px;
	color: #db251c;
	display: inline;
}
.accInternationalPrices {
	font-size: 11px;
	line-height: 12px;
	background-color: #aabfdb;
	text-align: right;
	height: 12px;
	padding-right: 6px;
	margin-bottom: 2px;
	margin-top: 2px;
	clear: both;
}
.accInternationalPricesDeals {
	font-size: 11px;
	line-height: 12px;
	background-color: #e0e0e0;
	text-align: left;
	padding-left:4px;
	padding-bottom: 3px;
	padding-top: 3px;
	clear: both;
	color:#6d6e71;
	margin-bottom: 10px;
}
#accDetailMainCol {
	float: left;
	width: 334px;
	position: relative;
}

.accBedsBaths {
	padding: 2px;
	margin-right: 4px;
	line-height: 18px;
}
.color666 {
	color: #666;
}
.accBookIt {
	height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#searchWrapper {
	background-color: #EBECF4;
	padding: 4px;
	width: 186px;
	margin-top: 4px;
	font-size:12px;
}
.searchType {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	width: 186px;
	padding-left: 4px;
	margin-top: 3px;
}
.searchFields {
	line-height: 20px;
	height: 20px;
	margin-bottom: 7px;
}
#featuredAccom {
	width: 180px;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #005293;
	border-bottom-color: #005293;
	border-left-color: #005293;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 13px;
}
.marginBottom2 {
	margin-bottom: 2px;
}


.searchBeds {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	width: 43px;
	padding-left: 0px;
}
.searchArea {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	width: 149px;
	padding-left: 4px;
}
.colorGreen {
	color: #00984b;
}
#travelHelpWrapper {
	background-color: #EBECF4;
	width: 194px;
	margin-top: 15px;
	padding-bottom: 8px;
}
#travelHelpText {
	margin-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
}
.travelHelpTitle {
	font-size: 12px;
	font-weight: bold;
}
.travelHelpTextClip {
	font-size: 11px;
	line-height: 13px;
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 4px;
}
#groupWrapper {
	background-color: #EBECF4;
	width: 194px;
	margin-top: 15px;
	padding-bottom: 8px;
}
#groupText {
	margin-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
}
#findUsHereWrapper {
	margin-bottom: 15px;
	margin-top: 15px;
}
#asscociationsWapper {
	text-align: center;
	width: 960px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffd013;
	margin-left: 10px;
}
.pipes {
	color: #87A3C7;
}
.copyRight {
	font-size: 11px;
	line-height: 25px;
}
#crumbNavWrapper {
	font-size: 11px;
	color: #AABFDB;
	position: absolute;
	height: 18px;
	width: 200px;
	left: 21px;
	top: -14px;
}
#accDeatilLeftCol {
	float: left;
	width: 356px;
	margin-right: 20px;
}
.accDetailName {
	float: left;
	width: 172px;
	padding-top: 12px;
}
.lineHeigth13 {
	line-height: 13px;
}

#priceRandDetail {
	height: 20px;
	width: 334px;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 3px;
	clear: both;
}
.accDetailBedBath {
	font-size: 12px;
	float: left;
	width: 160px;
	clear: none;
	text-align: right;
	margin-top: 12px;
}
.accDetailText {
	clear: both;
	padding-top: 12px;
}
.padLeft10px {
	padding-left: 10px;
}
#bookitShadow {
	clear: both;
	width: 91px;
	padding-top: 6px;
}
#slideShowWrapper {
	width: 388px;
	height: 295px;
	margin-bottom: 15px;
}
#accGoogleMapWrapper {
	width: 356px;
	height: 295px;
}
.tourCatWrapper {
	background-color: #ebecf4;
	width: 709px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-bottom: 4px;
}
.tourCatName {
	font-size: 12px;
	color: #094697;
	float: left;
	width: 167px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tourCatDivder {
	font-size: 18px;
	line-height: 31px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/tours-divider_03.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 31px;
	width: 733px;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
}
.bookitButtonTours {
	padding-top: 4px;
	padding-bottom: 8px;
}


.tourCatName a{
color:#094697;
text-decoration:underline;
}
#tourDetailLeftCol {
	float: left;
	width: 517px;
	margin-right: 22px;
	padding-bottom: 30px;
}
#tourDetailMiddleCol {
	float: left;
	width: 194px;
}
#tourDetailOtherTours {
	background-color: #dae3f0;
	padding: 12px;
	width: 170px;
	clear: both;
}
.toursDetailImage {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.tourDetailOthersLinksWrap {
	margin-top: 8px;
	padding-top: 8px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #7194c3;
	line-height: 20px;
}
.marginBottom15 {
	margin-bottom: 15px;
}
#homeAlsoFindUs {
	margin-top: 15px;
	position: relative;
	width: 194px;
}
#skypeName {
	font-size: 10px;
	position: absolute;
	top: 38px;
	right: 6px;
	text-align: right;
	line-height: 11px;
	width: 154px;
}
#homeWelome {
	width: 697px;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #005293;
	padding: 18px;
}
#topLeftCorner {
	position: absolute;
	left: -1px;
	top: -1px;
}
#topRightCorner {
	position: absolute;
	top: -1px;
	right: -1px;
}
#bottomLeftCorner {
	position: absolute;
	left: -1px;
	bottom: -1px;
}
#bottomRightCorner {
	position: absolute;
	height: 18px;
	width: 18px;
	right: -1px;
	bottom: -1px;
}
#homeLeftCol {
	float: left;
	width: 300px;
	margin-right: 32px;
}
#homeFeaturedAcc {
	margin-top: 8px;
	height:200px;
	overflow:hidden;
	
}
#homeMiddleCol {
	float: left;
	width: 358px;
}
#homeGoogleMAp {
	background-color: #EBECF4;
	height: 366px;
	width: 733px;
	margin-bottom: 15px;
}
#homeAccInfo {
	font-size: 11px;
	width: 300px;
	margin-top: 4px;
	text-align: center;
}

#homeCityMapDisplayed {
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #005293;
	height: 25px;
	width: 723px;
	padding-left: 10px;
	position: relative;
}
.homeCityList {
	font-size: 10px;
	height: 16px;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-left: 4px;
}
#homeMapListWrapper {
	position: absolute;
	height: 20px;
	width: 299px;
	left: 143px;
	top: 3px;
}
#arrivalWrapper, #departureWrapper, #searchSubmit {
	clear: both;
	padding-top: 2px;
	position: relative;
	height:25px;
	width:184px;
}
.searchCalWrapper {
position:absolute;
right:0px;
width:96;
top:2px;
}
#searchSubmit {
text-align:right;
}#backToAcc {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aabfdb;
	position: absolute;
	height: 28px;
	width: 733px;
	left: 10px;
	top: 5px;
}
#ratesDates {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
}
#ratesArrival {
	position: absolute;
	left: 94px;
	top: 6px;
}
#ratesDepartureText {
	position: absolute;
	left: 220px;
	top: 8px;
	width: 118px;
}
#ratesDepartureCal {
	position: absolute;
	left: 343px;
	top: 6px;
	width: 110px;
}
#ratesTotalNights {
	position: absolute;
	left: 477px;
	top: 8px;
}
#ratesWrapper {
	width: 723px;
	padding-top: 8px;
	position: relative;
}
#ratesPleaseSelect {
	font-size: 18px;
	font-weight: bold;
	color: #DC251D;
	padding-top: 10px;
}
.ratesTableHead {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #aabfdb;
}
.text10pxRegular {
	font-size: 10px;
	font-weight: normal;
}
.ratesTableBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aabfdb;
	border-bottom-color: #aabfdb;
	border-left-color: #aabfdb;
	margin-bottom: 20px;
}
.ratesTableBorderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2e5ea;
}
.ratesTableSpecials {
	background-color: #ecf0f4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #AABFDB;
	border-right-color: #e2e5ea;
}
.colorRedBold {
	font-weight: bold;
	color: #DC251D;
}
.ratesDailyCost {
	line-height: 12px;
	text-align: center;
}
.ratesTotalCost {
	line-height: 12px;
	text-align: right;
}
.positionRelative {
	position: relative;
}
.ratesMoreInfo {
	position: absolute;
	height: 17px;
	width: 17px;
	top: -4px;
	right: -4px;
	cursor: pointer;
}
.ratesInfoPopup {
	color: #000000;
	background-color: #FFF3C4;
	width: 300px;
	border: 2px solid #094697;
	position: absolute;
	right: -335px;
	padding: 15px;
	top: 0px;
	display: none;
	cursor: text;
}
.ratesInfoCloseButton {
	font-size: 10px;
	color: #DC251D;
	background-color: #F8C701;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
	z-index: 100;
}
.cursorPointer {
	cursor: pointer;
}
#accDetailClickForRates {
	text-align: right;
	padding-right: 2px;
	width: 334px;
	float: left;
}
.cartTableRows {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #AABFDB;
	border-right-color: #e2e5ea;
}
.cartDeposit {
	background-color: #ecf0f4;
}
.cartBookTour {
	float: left;
	padding-right: 20px;
}
.extrasDivider {
	clear: both;
	height: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #094697;
	margin-top: 10px;
}
.extrasRow2 {
background-color: #ebecf4;
}
/*----------------------------------
Pagination
----------------------------------*/
#paginationTop { /*wrapper for navigation and count*/
	font-size: 11px;
	position: absolute;
	height: 20px;
	width: 400px;
	top: 6px;
	right: 0px;
	text-align: right;
}
#paginationTop form { /*keeps all the pieces on one line*/
display:inline;
}
#paginationBottom { /*wrapper for navigation and count*/
	font-size: 11px;
	position: absolute;
	height: 20px;
	width: 400px;
	bottom: 5px;
	right: 0px;
	text-align: right;
}
#paginationBottom form { /*keeps all the pieces on one line*/
display:inline;
}
.paginationCount { /*color for xx of xx displayed*/
color:#999999;
margin-bottom:2px;
line-height:13px;
}
.paginationActive { /*page numbers with links*/
color:#00984b;
text-decoration:underline;
cursor:pointer;
}
.paginationNotActive {/*page numbers with NO links*/
color:#999;
}
/*----------------------------------
End Pagination
----------------------------------*/
#ratesPeople {
position:relative;
margin-top:10px;
}
#accomDetailHead {
	width: 356px;
}
#groupBookingsButton {
	padding-top: 4px;
}
#navEnd {
	height: 40px;
	width: 14px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#myCart{
	position: absolute;
	height: 36px;
	width: 78px;
	top: 0px;
	right: 0px;
	z-index:0;
}
#myCartMo {
position: absolute;
	height: 36px;
	width: 78px;
left:-8888px;
top:0px;
z-index:1000;
}
#myCart:hover #myCartMo {
left:0px;
}

.navLinks, .navCart {
	padding-right: 15px;
	padding-left: 15px;
	background:url(../images/homev4_10.gif) repeat-x left top;
	color: #d9eaf8;
	font-size: 18px;
	min-width: 10px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-decoration:none;
	cursor:pointer;
}
.navLinks a {
color:#fff;
text-decoration:none;
}
#nav  a span.navLinks {
text-decoration:none;
background-color:#005293;
}
#nav a:hover span.navLinks  {
background:url(../images/nav-mo-bg.gif) repeat-x;
color:#fff;
}
.navCart {
background-image:url(../images/homev4_12.gif);
float:right;
}
.navCart:hover {
background:url(../images/nav-mo-cart--bg.gif) repeat-x;
}
#confSub {
	position:absolute;
	left:252px;
	top:40px;
	background-color:#fff;
	z-index:1000;
	cursor:default;
	padding:8px;
	border:3px solid #005293;
	border-top:0px;
	display:none;
	text-align: left;
}
#accomSub {
 position:absolute;
 left:95px;
 top:40px;
 background-color:#fff;
 z-index:1000;
 cursor:default;
 padding:8px;
 border:3px solid #005293;
 border-top:0px;
 display:none;
 text-align: left;
}
#groupSub {
 position:absolute;
 left:535px;
 top:40px;
 background-color:#fff;
 z-index:1000;
 cursor:default;
 padding:8px;
 border:3px solid #005293;
 border-top:0px;
 display:none;
 text-align: left;
}
.subNavRegion {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	/*padding-top: 4px;*/
	padding-right: 4px;
	/*padding-bottom: 4px;*/
	padding-left: 4px;
	background-color:#eee;
	text-decoration:none;
	/*line-height:18px;*/
	margin-bottom: 2px;
	display:block;
	position:relative;
	white-space:nowrap;
	width: 150px;
	/*height:18px;*/
}
.subNavRegion a {
	color: #222;
	text-decoration:none;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}
.subNavRegion:hover {
	background-color:#ddd;
	color:#fff;
	text-decoration:none;
}
.townWrapper {
	background-color: #fff;
	display: none;
	padding: 2px;
	border: 2px solid #005293;
	position: absolute;
	top: -4px;
	z-index: 2000;
	left: 153px;
	font-size:11px;
	margin-left: 5px;	
}
.subNavTown {
	font-weight: normal;
	color: #444;
	padding: 1px;
	text-decoration:none;
	}
.subNavTown a {
color:#444;
text-decoration:none;
padding: 1px;
}
.subNavTown a:hover {
background-color: #ccc;
padding: 1px;
}

.subNavTown a {
}
.navArrow {
	float: right;
	font-size:14px;
	line-height:14px;
	padding-top:4px;

}
.townCol, .townColEnd {
	padding: 2px;
	/*float: left;*/
	margin-right: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	width:100px;
	white-space: normal;
	line-height:15px;
}
.townColEnd {
margin-right:0px;
border:none;
}
td {
vertical-align:top;
}
/*----------------------------------
new changes from march 2011
----------------------------------*/
.conferenceWrapper p {
	margin-bottom:4px;
}
.sendMeSuggestions {
	float: right;
	padding-left:15px;
	text-align: right;
	padding-bottom: 36px;
}
/*----------------------------------
images with mouse over
----------------------------------*/
.thumbsConf {
	display:block;
	width:75px;
	height:75px;
	text-decoration:none;
	background:#fff;
	border:0;
	margin:0px 7px 7px 0px;
	float:left;
	cursor:pointer;
	border: 1px solid #999999;
}
.thumbsConf:hover {
	text-decoration:none;
	background-color:#8c97a3;
	color:#000;
	position:relative;
	z-index:500;
}
.thumbsConf .largeConf {display:block; position:absolute; left:-9001px; padding:10px; opacity:0;
-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);

-o-border-radius: 8px;
-icab-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;

 -webkit-transition: opacity 0.6s ease-in-out;
}
.thumbsConf:hover .largeConf {top:60px; left:20px; padding:5px; border:1px solid #999; background:#fff; opacity:1.0; cursor:default;}
.thumbWrapper {
	height: 75px;
	width: 75px;
	overflow: hidden;
	text-align: center;
}
#confImages {z-index:100; min-height:75px;}
/*----------------------------------
end images with mouse over
----------------------------------*/
.paginationConference {
	font-size: 11px;
	padding-top:2px;
	width: 400px;
	position: absolute;
	top: 26px;
	right: 0px;
}
.paginationConference form {
display:inline;
}
#topPhone {
	font-size: 18px;
	font-weight: bold;
	color: #c84534;
	text-align: right;
	height: 32px;
	width: 960px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 6px;
}
#topNumber {
	float: right;
	padding-bottom: 6px;
	padding-top: 9px;
	padding-left: 6px;
}
#topLogo {
	float: left;
	height: 167px;
	width: 266px;
	padding-left: 20px;
	clear: both;
}
#topHead {
	clear: both;
	width: 980px;
}
#headPics {
	float: left;
	height: 167px;
	width: 673px;
}
#homeMain {
	background-color: #FFFFFF;
	width: 940px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#homeLeftColV4 {
	float: left;
	width: 448px;
	padding-right: 13px;
}
#homeMidColV4 {
	float: left;
	width: 253px;
	padding-right: 13px;
	padding-top: 10px;
	position: relative;
	z-index: 1;
}
#homeRightColV4 {
	float: left;
	width: 213px;
	padding-top: 10px;
}
#homeImageWrapper {
	overflow: hidden;
	position: relative;
	z-index: 0;
	height: 259px;
	width: 448px;
	padding-top: 10px;
}
#homeImageMask {
position:absolute;
top:0px;
left:0px;
z-index:20;
}
#homePackage {
	padding-top: 12px;
}
#homePackagesContent {
	width: 431px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6a92b3;
	border-left-color: #6a92b3;
	margin-left: 3px;
}
#imageTileV4 {
	position: absolute;
	z-index: 21;
	left: 0px;
	top: 222px;
	height: 23px;
}
#homeSpecialImage {
	float: left;
	padding-top: 9px;
	padding-right: 16px;
	padding-left: 12px;
}
#specialTextV4 {
	font-size: 12px;
	line-height: 15px;
	color: #6d6e71;
	padding: 9px;
	float: left;
	width: 160px;
}
#specialTextV4 a {
color:#00bde7;
text-decoration:none;
}
#specialTextV4 a:hover {
text-decoration:underline;
}
.text14Blue {
	font-size: 14px;
	line-height: 18px;
	color: #00bde7;
}
.text16Red {
	font-size: 16px;
	line-height: 16px;
	color: #d81634;
}
.moreInfoV4 {
	padding-top: 8px;
}
#whyBookV4 {
	padding-top: 7px;
	padding-bottom: 9px;
}
#homeConfWrapper, #homeAccomfWrapper {
	padding-bottom: 22px;
	display: none;
	width:253px;
	position:relative;
	z-index:0;
	clear:both;
}
#homeAccomfWrapper {
	display:block;
/*	z-index: 1;*/
}
#homeFormWrapperV4 {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6fb428;
	border-bottom-color: #6fb428;
	border-left-color: #6fb428;
	background-image: url(../images/conf-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #488e41;
}
#whiteBorderWrap {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #FFF;
	padding-top: 15px;
	color: #fff;
}
.homeFormRadios {
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#pulldownsV4 {
	color: #488e41;
}
.homeDateV4 {
	float: left;
	width: 108px;
	padding-right: 3px;
}
.searchButtonWrapper {
	background-image: url(../images/home-bottom-form-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 10px;
	height: 49px;
}
#clickToAccomodate, #clickToConf {
	height: 42px;
	width: 127px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 1000;
}
#clickToConf {
	left:125px;
	position: absolute;
}
#toursExtrasV4 {
	padding-left: 4px;
	padding-bottom: 10px;
}
#homeBlogPost {
	width: 221px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 10px;
	color: #77787a;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d4d4d4;
	border-left-color: #D4D4D4;
	line-height: 12px;
}
.colorBlue015293 {
	color: #015293;
}
.colorBlue015293 a {
color: #015293;
text-decoration:none;
}
.colorBlue015293 a:hover {
text-decoration:underline;
}
.readMoreV4 {
	font-weight: bold;
	text-align: right;
}
.readMoreV4 a {
color:#3587c4;
text-decoration:none;
}
.readMoreV4 a:hover {
text-decoration:underline;
}
#homeBlogWrapper {
	padding-left: 4px;
}
.goV4 {
	float: right;
	width: 39px;
	padding-bottom:6px;
	width:47px;
}
.topSearchInput {
float:right;
text-align:right;
}
.topSearch {
text-align:right;
}
#homeSocialV4 {
	padding-top: 10px;
	text-align: center;
}
#homeSocialText, #homeOuClients, #homeListProperty {
	padding-top: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bcbec0;
	border-left-color: #BCBEC0;
	width:212px;
	text-align:center;
	line-height: 15px;
}
 #homeListProperty {
 text-align:left;
}
.socialIconsV4 {
	float: left;
	padding-bottom: 10px;
}
#socialIconsWrapperV4 {
	text-align: center;

}
.planningConf {
	padding-bottom: 10px;
	clear:both;
	margin-top: 10px;
}
.text11GreyBold {
	font-size: 11px;
	color: #6d6e71;
	font-weight: bold;
}
#homeEmailWrapperV4 {
	position: relative;
	height:49px;
	width: 188px;
	margin-right: auto;
	margin-left: auto;
}
.goEmail {
	position: absolute;
	top: 7px;
	right: 5px;
}
#emailIconV4 {
	position: absolute;
	left: 3px;
	top: 3px;
}
#homeListPropertyText {
	text-align:left;
	padding-left:11px;
	padding-right:11px;
	padding-top:6px;
	padding-bottom:6px;
	font-size: 10px;
	line-height: 12px;
	color: #6d6e71;
}
#hometextv4 {
	font-size: 11px;
	line-height: 13px;
	color: #6d6e71;
}
#footV4 {
	background-image: url(../images/homev4_94.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	height: 53px;
	width: 980px;
	text-align: center;
	background-color:#e9e9ea;
}
#bottomNavV4 {
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	background-color: #004c9a;
	background-image: url(../images/homev4_99.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	width: 980px;
	min-height: 91px;
}
#bottomNavV4 a {
color:#fff;
text-decoration:none;
}
#bottomNavV4 a:hover {
text-decoration:underline;
}
#bottomNavCol1 {
	float: left;
	width: 161px;
	padding-top: 19px;
	padding-left: 54px;
}
#bottomNavCol2 {
	float: left;
	width: 266px;
	padding-top: 19px;
}
#bottomNavCol3 {
	width: 433px;
	padding-top: 19px;
	float: left;
}
#dealsHead {
	width: 655px;
	padding-left: 18px;
	padding-top: 10px;
	float: left;
}
#dealsMiddle {
	float: left;
	width: 656px;
	padding-left: 31px;
	padding-top: 7px;
}
#dealSlideWrapper, .dealsText {
	float: left;
	width: 388px;
	padding-right: 21px;
	font-size:11px;
	line-height:14px;
	color:#6d6e71;
	position: relative;
	z-index: 0;
}
.dealCol2 {
	float: left;
	width: 234px;
	padding-right: 13px;
	font-size: 11px;
	color: #6d6e71;
	line-height: 13px;
}
#dealStars {
	height: 14px;
	padding-bottom: 6px;
}
.text22Blue {
	font-size: 22px;
	color: #00bde7;
}
.colorLtBlue00bde7 {
	color: #00bde7;
}
.text18Redd81634 {
	font-size: 18px;
	line-height: 21px;
	color: #d81634;
}
.horzRule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d4d4d4;
	padding-top: 10px;
}
#dealEnquire {
	padding-top: 10px;
	padding-bottom: 15px;
}
#deaBottomHalf {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #46c2e4;
	clear: both;
	width: 643px;
}
#dealRightCol {
	float: right;
	width: 253px;
	padding-top: 10px;
}
#dealRightSocialWrapper {
	width: 251px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c0c2c4;
	border-left-color: #C0C2C4;
	padding-top: 12px;
}
#dealSocialV4 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.autoMargin {
	margin-right: auto;
	margin-left: auto;
}
#fnemail {
	width: 188px;
	margin-right: auto;
	margin-left: auto;
}
#dealsocialHead {
	width: 182px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#dealMap {
	position: absolute;
	height: 295px;
	width: 388px;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
	z-index: 50;
	background-color: #CCCCCC;
}
#dealTours {
	padding-top: 20px;
	padding-left: 2px;
}
#litsPropForm {
	font-size: 11px;
	color: #6d6e71;
	background-image: url(../images/list-prop_07.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 281px;
	padding-top: 30px;
	padding-left: 33px;
	margin-top: 6px;
	position: relative;
}
#listRightCol {
	width:213px;
	float:left;
	padding-top: 10px;
}
#listMiddle {
	width:696px;
	float:left;
	padding-left: 31px;
	margin-top: 13px;
}
#packageFormMiddle {
	width:666px;
	float:left;
	padding-left: 21px;
	padding-top: 10px;
}

.listItemWraper {
	height: 23px;
	width: 331px;
	padding-bottom: 6px;
	clear:both
}
.listFromName {
	line-height: 23px;
	float: left;
	height: 23px;
	width: 111px;
	font-size: 12px;
}
.listPropTextFielD {
width:184px;
height:21px;
border:solid 1px #d4d4d4;
float:left;
}

.packageArrival {
width:72px;
height:16px;
border:solid 1px #d4d4d4;
font-size:11px;
padding-left:4px;
}
#loyaltyText {
	padding-left: 37px;
}
.loyaltyItemWrapper {
	padding-bottom: 15px;
	clear: both;
	min-width: 645px;
}
.loyaltyNumber {
	float: left;
	width: 37px;
	padding-right: 17px;
}
.loyaltyText {
	font-size: 11px;
	line-height: 14px;
	color: #6d6e71;
	float: left;
	width: 562px;
}
.loyaltyShort {
	float: left;
	width: 294px;
	padding-right: 19px;
}
.loyaltyShortImage {
	float: left;
	width: 232px;
}
#loyaltyFormWapper {
	background-image: url(../images/points_28.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 531px;
	padding-top: 34px;
	padding-left: 84px;
	clear: both;
	position: relative;
}
.colorGreen72bf44 {
	color: #72bf44;
}
#joinNow {
	position: absolute;
	height: 32px;
	width: 124px;
	right: 117px;
	bottom: 26px;
}
#subScibeButton {
	position: absolute;
	height: 32px;
	width: 124px;
	right: 27px;
	bottom: 36px;
}
#blogSmall {
	font-size: 10px;
	line-height: 12px;
	color: #77787a;
	text-align: left;
	width: 180px;
	padding-left: 12px;
}
#packagesFormWapper {
	background-image: url(../images/package-form_03.gif);
	background-repeat: no-repeat;
	height: 269px;
	width: 627px;
	padding-top: 58px;
	padding-left: 28px;
	clear: both;
	position: relative;
}
#subcribeFormWapper {
	background-image: url(../images/subscribe_06.gif);
	background-repeat: no-repeat;
	height: 270px;
	width: 607px;
	padding-top: 40px;
	padding-left: 39px;
	clear: both;
	position: relative;
}
#packagesDates {
	font-size: 16px;
	line-height: 18px;
	color: #d71634;
	float: right;
	padding-right: 18px;
	text-align: right;
}
#packagesArrivalDep {
	padding-bottom: 20px;
}
#bacToPacakgeDetail {
	text-align: right;
	width: 656px;
}
#packageRtCol {
	width:253px;
	float:left;
	position: relative;
	z-index: 0;
	padding-top: 10px;
}
.floatLeft {
	float: left;
}
/*xxxxxxxxxxxx capcha stuff xxxxxxxxxxxxxx*/
#captchaWrap {
width:300px;
height:41px;
}
#capchaImage {
	float: left;
	height: 40px;
	width: 100px;
	padding-right: 4px;
	font-size:16px;
}
#capchaInputWapper {
	float: left;
	width: 120px;
	height:40px;
}
.capchaText {
	font-size: 11px;
	line-height: 12px;
	color: #444;
	padding-bottom:9px;
	width:120px;
}
.capchaTextField {
	border:1px solid #d4d4d4;
	padding-left:2px;
	line-height:16px;
	width:60px;
	height:16px;
	font-size:11px;
	
}
/*xxxxxxxxxxxx End capcha stuff xxxxxxxxxxxxxx*/
#capchaJoin {
	position: absolute;
	width: 226px;
	left: 374px;
	top: 60px;
}
#submitListingButton {
	position: absolute;
	left: 527px;
	top: 256px;
}
#submitPackageButton {
	position: absolute;
	left: 505px;
	top: 279px;
}
#packagesSearchWrapper {
	position: relative;
	z-index: 0;
}
#dealViewMap {
	position:absolute;
	bottom:-20px;
	left:0px;
	z-index:100;
}
#searchDoubleWrap {
position:relative;
}
#errorPckages {
	position: absolute;
	left: 356px;
	top: 136px;
}
#errorList {
	position: absolute;
	width: 250px;
	left: 350px;
	top: 45px;
}
#errorSubscribe {
	position: absolute;
	width: 257px;
	left: 362px;
	top: 56px;
}
#errorLoyalty {
	position: absolute;
	width: 220px;
	left: 374px;
	top: -8px;
	height: 4px;
}
#homePackagesContentNoneInside {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #30BBE1;
	text-align: center;
	padding: 10px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#homePackagesContentNone {
	width: 431px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6a92b3;
	border-left-color: #6a92b3;
	margin-left: 3px;
	}
