html {background:#ffffff url(../pic/strucimages/bodyBg.jpg) no-repeat top center;}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 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: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}


#isHome {
    display:none;
}

#toggleDebugText {
    z-index:999;
    position:absolute;
    left:200px;
    top:270px;
    width:10px;
    overflow:visible;
    background:#ffffff;
    border:1px solid #000000;
    color:#ff0000;
    padding:4px;
    font-size:0.5em;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    display:none;    
}
#headerContainer {
    width: 999px; 
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 0;
    text-align: left; /* this overrides the text-align: center on the body element. */
}

#headLeft{width:70%}
#headRight{width:30%}


#bodyContainer {
	position:relative;
	width: 999px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#debugInfo {
    z-index:999;
    position:absolute;
    left:200px;
    top:300px;
    width:500px;
    overflow:visible;
    background:#ffffff;
    border:1px solid #000000;
    color:#ff0000;
    padding:10px;
    display:none;    
}
#container {
    width: 999px; 
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 0;
    text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	width:999px;
	margin:0;
	height: 28px;
    /*_margin-left:1px;*/
}
#header.dark {
	background-color: #d71a21;
}
#topNavArea {
	margin:0;
	/*_margin-left:1px;*/
    width:959px;
	overflow:hidden;
	background:#ffffff;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#topNavHolder {
	float:left;
	margin:0;
	width:690px;
	overflow:hidden;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}
#logoArea {
	float:left;
	width:138px;
	height:60px;
	cursor:pointer;
}
#banner {
    z-index:1;
    height:400px;
    width:100%;
    overflow:hidden;
}

#homeNavArea {
	position:absolute;
	z-index:300;
	left:16px;
	top:-90px;
	width:830px;
	overflow:hidden;
	margin:0;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 6px;
}
#homeNavArea1 {
	position:absolute;
	z-index:300;
	left:16px;
	top:-90px;
	width:670px;
	overflow:hidden;
	margin:0;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 6px;
}


#homeNavArea li div + div {
    line-height:33px;
    vertical-align:middle;
}
#homeNavArea1 li div + div {
    line-height:33px;
    vertical-align:middle;
}
#homeNavReflection {
    width:678px;
    height:41px;
    overflow:hidden;
    position:relative;
    left:-6px;
}

#landingNavArea {
    position:absolute;
    left:28px;
    top:-80px;
}
#planHoliday {
    width:251px;
    padding-right:10px;
    overflow:hidden;
}
#planHoliday.homePlan {
	position:absolute;
	z-index:300;
	left:718px;
	top:-90px;
}
#planHoliday2 {
    width:251px;
    padding-right:10px;
    overflow:hidden;
}
#planHoliday.homePlan2 {
        position:absolute;
        z-index:300;
        left:718px;
        top:-180px;
}
#specialNoPlan {
    width:251px;
    padding-right:10px;
    overflow:hidden;
}
#specialNoPlan.homeSpecial {
        position:absolute;
        z-index:300;
        left:718px;
        top:-90px;
}
#bannerShadow {
    width:999px;
    height:31px;
    margin:0;
    padding:0;
}
.destinationLanding {
    background: url(pic/strucimages/bannerShadowDestinations.jpg) no-repeat;
}
.destinationBannerShadow {
    background: url(pic/strucimages/bannerShadowDestinationSub.jpg) no-repeat;
}
.aboutLanding {
    background: url(pic/strucimages/bannerShadow.jpg) no-repeat;
}

.eventsLanding {
    background: url(pic/strucimages/bannerShadow.jpg) no-repeat;
}
.agentLanding {
    background: url(pic/strucimages/bannerShadow.jpg) no-repeat;
}


#mainContent {
	padding-left:20px;
	padding-right:20px;
	width:959px;
	overflow:hidden;
	margin:0;
    /*_margin-left:1px;*/
    /*min-height: 570px*/
}
#footer {
	padding: 40px 0;
	text-align:center;
	width:999px;
	overflow:hidden;
	font-size:0.92em;
	color:#999999;
	background-color: #ffffff;
	background-image: url(../pic/strucimages/footerBg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p {
    margin: 0; 
    padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */    
    color:#cccccc;
    text-align:center;
}
#frmSearch {
    padding:0;
    margin:0;
}
#fsetSearch {
    border:none;
    padding:0;
    margin:0;
}
#fldSearch {
    font-size:0.85em;
    border:none;
    background:#ffffff;
    height:17px;
    margin:4px 1px 0 0;
    padding:2px 0 0 2px;
}
#btnSearchSubmitSml {
    margin:5px 6px 0 0;
}
#selLanguage {
    font-size:0.85em;
    color:#f15f17;
    position:absolute;
    width:110px;
}
#selCountry {
    font-size:0.85em;
}
 

ul#eventsTabs {
    margin:0;
    padding:0px 0px 0px 10px;
    height:41px;
    background:url(pic/strucimages/eventsTopFade.gif) no-repeat bottom left;
}
ul#agentsTabs {
    margin:0;
    padding:0px 0px 0px 10px;
    height:41px;
    background:url(pic/strucimages/agentsTopFade.gif) no-repeat bottom left;
}

ul#accommodationTabs {
    margin:0;
    padding:0px 0px 0px 10px;
    height:41px;
    background:url(pic/strucimages/accommodationTopFade.gif) no-repeat bottom left;
}

ul#eventsTabs li, ul#agentsTabs li, ul#accommodationTabs li {
    position:relative;
    float:left;
    list-style:none;
    padding:10px 15px 10px 34px;
    margin:5px 0 0 0;
    font-weight:bold;
    cursor:pointer;
}
ul#eventsTabs li#listViewTab {
    background:url(pic/strucimages/listViewBg.gif) no-repeat left bottom;
    color:#ffffff;
    border-width: 0px 0px 1px 0px;
    border-bottom:1px solid #8d1e16;
}
ul#agentsTabs li#listViewTab {
    background:url(pic/strucimages/listAgentsViewBg.gif) no-repeat left bottom;
    color:#ffffff;
    border-width: 0px 0px 1px 0px;
    border-bottom:1px solid #333333;
}
ul#accommodationTabs li#listViewTab {
    background:url(pic/strucimages/listAccommodationViewBg.gif) no-repeat left bottom;
    color:#ffffff;
    border-width: 0px 0px 1px 0px;
    border-bottom:1px solid #333333;
}

ul#eventsTabs li#listViewTab.active {
    background:url(pic/strucimages/listViewActiveBg.gif) no-repeat;
    color:#ffffff;
    border:1px solid #8d1e16;
    border-width: 1px 1px 0px 1px;
    color:#91231b;
    border-bottom:1px solid #ffffff;
}

ul#agentsTabs li#listViewTab.active {
    background:url(pic/strucimages/listAgentsActiveViewBg.gif) no-repeat;
    color:#333333;
    border:1px solid #333333;
    border-width: 1px 1px 0px 1px;
    border-bottom:1px solid #ffffff;
}
ul#accommodationTabs li#listViewTab.active {
    background:url(pic/strucimages/listAccommodationActiveViewBg.gif) no-repeat;
    color:#333333;
    border:1px solid #333333;
    border-width: 1px 1px 0px 1px;
    border-bottom:1px solid #ffffff;
}


ul#eventsTabs li#mapViewTab {
    background:url(pic/strucimages/mapViewBg.gif) no-repeat left bottom;
    color:#ffffff;
    border-width: 0px 0px 1px 0px;
    border-bottom:1px solid #8d1e16;
}
ul#agentsTabs li#mapViewTab {
    background:url(pic/strucimages/mapAgentsViewBg.gif) no-repeat left bottom;
    color:#ffffff;
    border-width: 0px 0px 1px 0px;
    border-bottom:1px solid #333333;
}
ul#accommodationTabs li#mapViewTab {
    background:url(pic/strucimages/mapAccommodationViewBg.gif) no-repeat left bottom;
    color:#ffffff;
    border-width: 0px 0px 1px 0px;
    border-bottom:1px solid #333333;
}

ul#eventsTabs li#mapViewTab.active {
    background:url(pic/strucimages/mapViewActiveBg.gif) no-repeat left bottom;
    border:1px solid #8d1e16;
    border-width: 1px 1px 0px 1px;
    color:#91231b;
    border-bottom:1px solid #ffffff;
}
ul#agentsTabs li#mapViewTab.active {
    background:url(pic/strucimages/mapAgentsViewActiveBg.gif) no-repeat left bottom;
    border:1px solid #333333;
    border-width: 1px 1px 0px 1px;
    color:#333333;
    border-bottom:1px solid #ffffff;
}
ul#accommodationTabs li#mapViewTab.active {
    background:url(pic/strucimages/mapAccommodationViewActiveBg.gif) no-repeat left bottom;
    border:1px solid #333333;
    border-width: 1px 1px 0px 1px;
    color:#333333;
    border-bottom:1px solid #ffffff;
}

/* --------- end of edits ---------- */

#listView { 
    position:relative; 
    width:660px; 
    overflow:hidden; 
}
#mapView { 
    position:relative; 
    width:660px; 
    overflow:hidden; 
    background: url(pic/strucimages/loading-bar.gif) no-repeat center center 
}
#listView .itemHolder { 
    position:relative; 
    width:660px; 
    overflow:hidden; 
    margin:27px 0 0 0;  
}
#resultBlurb { 
    background:url(pic/strucimages/eventsBottomFade.gif) no-repeat left bottom; 
    width:635px;
    overflow:hidden;
    padding:0px 20px 8px 0px;
    margin:0;
}
.eventsMain #resultBlurb { 
    color:#000000;
    font-size:0.95em;
    margin:0;
    padding:0;
}
.agentMain #resultBlurb { 
    background:url(pic/strucimages/agentsBottomFade.gif) no-repeat left bottom; 
    width:635px;
    overflow:hidden;
    padding:0px 20px 8px 0px;
    margin:0;
}

.accommodationMain #resultBlurb { 
    background:url(pic/strucimages/accommodationBottomFade.gif) no-repeat left bottom; 
    width:635px;
    overflow:hidden;
    padding:0px 20px 8px 0px;
    margin:0;
}

label#lblSortBy { font-weight:bold; vertical-align:middle; }
select#sortBy {
    font-size:0.95em;
    border:1px solid #98b7cc; 
    vertical-align:middle;
}

div#frmSearchEvents {
    margin:0;
    padding:0;
}
div#frmSearchEvents fieldset {
    margin:0;
    padding:0;
    border:none;
}
div#frmSearchEvents label {
    position:relative;
    clear:both;
    color:#f7dbd9;
    font-weight:bold;
}
div#frmSearchEvents select {
    position:relative;
    clear:both;
    border:none;
    margin:6px 0px 15px 0px;
    width:215px;
    font-size:1.00em !important;
    padding:2px 1px 2px 2px;
    height:19px;
}

div#frmSearchEvents select.reducedBottomMargin {
    position:relative;
    clear:both;
    border:none;
    margin:6px 0px 1px 0px;
    width:215px;
    font-size:1.00em !important;
    padding:2px 1px 2px 2px;
    height:19px;
}

div#frmSearchEvents select#selType {
    position:relative;
    clear:both;
    border:none;
    margin:6px 0px 5px 0px;
    width:150px;
}
div#frmSearchEvents select#selExperience {
    position:relative;
    clear:both;
    border:none;
    margin:0;
    width:150px;
}
div#frmSearchEvents input {
    position:relative;
    clear:both;
    border:none;
    margin:6px 0px 15px 0px;
    width:208px;
    font-size:1.00em !important;
    padding:3px 3px 3px 4px;
}

div#frmSearchEvents input.freeTextSearch {
    position:relative;
    clear:both;
    border:none;
    margin:6px 0px 1px 0px;
    width:208px;
    font-size:1.00em !important;
    padding:3px 3px 3px 4px;
}

div#frmSearchEvents input.brownSearch {
    position:relative;
    clear:both;
    margin:0;
    border:1px solid #803900;
}

div#frmSearchEvents #btnEventSearch {
    clear:both;
    width:64px;
    height:25px;
    position:relative;
    margin-top:20px;
    cursor:pointer;
}

#mapCanvas { border:2px solid #000000; width: 635px; height: 380px; margin:20px 0 0 0; }

 /* START: Ad Serving Module old background colour :#e0e0e0; */
#adServingModule {
    background:#ffffff;
    border:1px solid #cccccc;
    float:left;
    margin:8px 0 0 0;
    padding:15px 15px 18px 18px;
    width:252px;
}
#adServingModule p {
    line-height:16px;
    margin:0 0 13px 0;
}
/* END: Ad Serving Module */
 
/*** added to ensure that images required  will be published

images
/strucimages/shadow-marker.png /strucimages/marker-trans.png /strucimages/marker.png /strucimages/cluster.png
/strucimages/marker_cluster.png /strucimages/smallYellowArrow.gif /strucimages/paginationFade.gif
***/
#form1 #banner {
	margin-right: auto;
	margin-left: auto;
}

