/*

Dark Blue #006f78
Mid Blue #00acc2
Light Blue #c4e2e9

*/
@charset "utf-8";

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFF;
}

.venuhub #container {
	width: 996px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../imgs/body_bg.gif);
	background-repeat: repeat-y;
} 

.venuhub #innerContainer {
	width: 962px;
	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. */
	background-color: #FFFFFF;
	background: transparent url(../imgs/innerBg.gif) repeat-y left top;
} 

.venuhub #header {
	padding: 0 10px 0 20px;  /* 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. */
	background: #FFFFFF url(../imgs/header.jpg) no-repeat left top;
	height: 216px;
} 
.venuhub #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.venuhub #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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 */
	background: #EBEBEB;
}
.venuhub #header #pnlInfo {
	text-align: right;
	color: #006f78;
}

.venuhub #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left 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: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.venuhub #mainContent strong {
    color: #242323;
}
.venuhub #mainContent strong.blue {
    color: #006f78;
}

p {
    line-height: 1.4em;
    margin: 1em 2em 1.6em 1em;
}

#mainContent p.subPara {
    margin-top: 2.6em;
    padding-top: 1.6em;
    border-top: 1px solid #006f78;
}

 #mainContent a { font-weight:bold; color: #006f78; }
 #mainContent a:link { font-weight:bold; color: #006f78; }
 #mainContent a:visited { font-weight:bold; color: #006f78; }
 #mainContent a:hover { font-weight:bold; color: #00acc2; text-decoration: underline; }
 #mainContent a:active { font-weight:bold; color: #006f78; }

.venuhub #mainContent ul {
    margin: 1em;
}

#mainContent ul.decorated li {
    line-height: 1.4em;
    margin: 1em 2em 1em 1em;
    padding-left: 1.8em;
    background: transparent url(../imgs/glyph.gif) no-repeat left 4px;
}

.venuhub #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 
	border-top: 1px solid #00b0c7;
} 

.venuhub #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
}


.venuhub #footer ul {
	font-size: 0.8em;
}
.venuhub #footer li {
	float: left;
}
.venuhub #footer li a{
	display: block;
	line-height: 20px;
	background: transparent url(../imgs/glyph.gif) no-repeat left center;
	padding: 5px 20px 5px 18px;
	color: #006f78;
	text-decoration:none;
}

.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 #pnlStatBox
{
	width: 226px;
	height: 80px;
	background-image: url(../imgs/pnlStatBox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.2em;
	color: #FFF;
	padding-top: 10px;
}

#sidebar1 #pnlStatBox td
{
    font-size: 0.8em;
	padding-left:16px;
	padding-top: 2px;
}

#sidebar1 #pnlStatBox .statNumber{
	text-align:right;
	padding-right:5px;
}


.navMain li{
	width:226px;
	height: 31px;
	display: block;
	color:#fff;
	line-height:31px;
	font-weight:bold;
	background-color:#38b6c0;
}
.navMain .brk {
	border-top: 1px solid #fff;
	height:30px;
}

.navMain li span{
	padding-left:16px;
}

.navMain a{
	background-image: url(../imgs/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:210px;
	height: 31px;
	display: block;
	line-height: 31px;
	padding-left: 16px;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
	font-size: 0.9em;
}

.navMain a:hover{
	background-position: left bottom;
}
.navMain .ngSearch li{
	width:226px;
	height: 61px;
	display: block;
	text-indent: -9999px;
}

.navMain .ngSearch a{
	background-image: url(../imgs/navBigBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:210px;
	height: 61px;
	display: block;
	line-height: 1.4em;
	vertical-align:middle;
}
.navMain .ngSearch .ngSpecialOffers{ background-image: url(../imgs/ngSpecialOffers.gif);}
.navMain .ngSearch .ngEatingPlaces{ background-image: url(../imgs/ngEatingPlaces.gif);}
.navMain .ngSearch .ngSpaFacilites{ background-image: url(../imgs/ngSpaFacilites.gif);}
.navMain .ngSearch .ngCorporateDays{ background-image: url(../imgs/ngCorporateDays.gif);}
.navMain .ngSearch .ngSomethingSpecial{ background-image: url(../imgs/ngSomethingSpecial.gif);}

.navMain .ngSearch a:hover{
	background-position: left bottom;
}

.navMain .ngEventPlanner li{
	width:226px;
	height: 61px;
	display: block;
}
.navMain .ngEventPlanner a{
	background-image: url(../imgs/ngEventPlanner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:210px;
	height: 61px;
	display: block;
	line-height: 1.4em;
	vertical-align:middle;
	text-indent: -9999px;
}
.navMain .ngEventPlanner a:hover{
	background-position: left bottom;
}

.navMain .ngPlanner a{
	background-image: url(../imgs/navYellow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:210px;
	height: 31px;
	display: block;
}
.navMain .ngPlanner a:hover{
	background-position: left bottom;
}
.navMain .ngVenue li{
	background-color:#3f3e3e;
}
.navMain .ngVenue a{
	background-image: url(../imgs/navGrey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:210px;
	height: 31px;
	display: block;
}

.navMain .ngTwitter a:hover{
	background-position: left bottom;
}

.navMain .ngTwitter a{
	background-image: url(../imgs/navTwitter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:210px;
	height: 31px;
	display: block;
	text-indent: -9999px;
}
.navMain .ngTwitter a:hover{
	background-position: left bottom;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.venuhub #mainContent p {
	color: #3b3b3b;
}
.venuhub #mainContent em {
	color: #006F78;
	font-style: normal;
}
.venuhub #mainContent p a {
	font-weight: bold;
	color: #006F78;
	text-decoration: none;
}

.venuhub #mainContent h1 {
	font-size: 1.6em;
	color: #00ACC4;
}
.venuhub #mainContent h2 {
	color: #00ACC4;
	font-weight: normal;
	padding-top: 1.0em;
	padding-bottom: 0.2em;
}
.venuhub #mainContent h3 {
	font-size: 1.1em;
    color: #00acc2;
    font-weight: bold;
}
.venuhub #mainContent h4 {
	color: #3b3b3b;
	font-weight: bold;
	margin-left: 1em;
}

.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }

.venuhub #mainContent #pnlHomeTop {
float: left;
}

.venuhub #mainContent #pnlHomeBottom {
    width: 722px;
    float: left;
}

.venuhub #mainContent #pnlHomeBottomRight {
    float: right;
    width: 300px;
}

#btnAdvancedSearch a {
    display: block;
    background: transparent url(../imgs/btnAdvancedSearch.gif) no-repeat left top;
    width: 301px;
    height: 43px;
    text-indent: -9999px;
}
#btnAdvancedSearch a:hover { background-position: left bottom; }

.banner{
}

#btn5Steps a {
    display: block;
    background: transparent url(../imgs/btn5Steps.gif) no-repeat left top;
    width: 301px;
    height: 43px;
    text-indent: -9999px;
}

#btn5Steps a:hover { background-position: left bottom; }


.btnQuickSearch
{
}

.fullStoryLink {

    background: transparent url(../assets/arrow_more_blue_on_white.gif) no-repeat top right;
    padding-right: 20px;
    line-height: 16px;
}

.fullStoryLinkBlue {
    display: block;
    background: transparent url(../imgs/glyph.gif) no-repeat top right;
    padding-right: 20px;
    height: 14px;
}

.boxed {
    padding: 5px;
    font-weight: bold;
    color: #222323;
    border: 1px solid #222323;
}

.firstPara {
    font-size: 1.0em;
    font-weight: bold;
}


#pnlSpotlight {
    margin-top: 2px;
    margin-bottom: 2px;
}


#mainContent #pnlSpotlight a:link {
    display: block;
    background: transparent url(../imgs/adIsleofMan.gif) no-repeat left top;
    text-indent: -9999px;
    text-align: center;
    font-size: 0.8em;
    width: 400px;
    height: 52px;
}

#pnlSpotlight span {
    font-size: 1.6em;
    font-weight: bold;
}

.venuhub #mainContent #pnlAdvertsHome a {
    border-bottom: 3px solid white;
    display: block;
}

.searchNote {
    font-size: 1em;
    color: #DD0000;
}

.inactiveSearchTerm {
    color: #DD0000;
}

#mainContent a.pnlHomeNewHeading  {
    color: #FFF;
}

.venuhub #mainContent .fullStoryLinkBlue {
    color: #fff;
}

.venuhub .frmEatingPlaces {
    width: 500px;
}

.homeNewsChunk
{
overflow:auto;}

.leftHandBorder { border-left-width: 1px !important; }

.homeNewsSmallItem {
    border-left-width: 0px;
    border-left-style:solid;
    border-left-color: #00acc2;
    
    float: left;
    width: 194px;
    height: 65px;
}

.homeNewsSmallItem img{
    margin-left: 10px;
    float: left;
}

.homeNewsSmallItem h4{
    margin-left: 70px;

}

.homeNewsSmallItem p{
    margin-left: 70px;
}

.pnlResultSummary {
    border: 1px solid #006f78;
    background-color: #c4e2e9;
    margin-right: 15px;
    font-size: 0.8em;
    line-height: 1em;

}

.venuhub #ctl00_ContentPlaceHolder1_Searcher_simpleVenueName_AutoCompleteContainer li {
    padding: 0;
    background-image: none;
}

.venuhub #ctl00_ContentPlaceHolder1_Searcher_simpleVenueName_AutoCompleteContainer .yui-ac-highlight {
    color: #222323;
    background-color: #c4e2e9;
}

.venuhub #ctl00_ContentPlaceHolder1_Searcher_simpleLocation_AutoCompleteContainer li {
    padding: 0;
    background-image: none;
}

.venuhub #ctl00_ContentPlaceHolder1_Searcher_simpleLocation_AutoCompleteContainer .yui-ac-highlight {
    color: #222323;
    background-color: #c4e2e9;
}


#pnl5Steps {
    z-index: 3000;
    color: #fff;
    position: absolute;
    background-color: #006f78;
    width: 300px;
    visibility: hidden;
}

.searchCriteria {
    border: 1px solid #006f78;
    background-color: #d4f2f9;
    font-size: 0.9em;
    padding: 1em;
}

.venuhub #mainContent .searchCriteria a {
    color: #DD2222;
}

/* Results list */
#resultsHeading2 {height: 26px; color: #FFFFFF; background-color: #00A0B9; padding: 5px 0px 0px 8px; font-weight: bold; margin-bottom: 12px;}
.resultsInfo2 { height: 20px; padding: 10px 15px 10px 0px; font-size: 0.8em; color: #005C64;}
.resultsPageNo2 {float: left;}
.resultsPaging2 {float: right;}
.resultsPaging2 table {font-size: 0.9em;}
.resultsPaging2 a {color: #005C64; float: right; padding: 0px 4px 0px 4px;}
/*.resultsPaging img {display: inline; margin: 0px 0px 0px 4px;}*/
#resultsChunk2 { padding: 0px; border-top: 1px solid #00A0B9; margin-right: 15px; border-bottom: 1px solid #00A0B9;}

.resultsItem_first2 { padding: 8px 0px 0px 0px; }
.resultsItemImg2 {float: left; width: 148px;}
.resultsItemImg2 img {border: 1px solid #00A0B9;max-width: 134px;max-height: 134px; /*IE 6*/	
	width: expression(this.width > 134 ? 134: true);
	width: expression(this.height > 134 ? 134: true);
}
.mediaLink2 {font-size: 0.8em;}
.mediaLink2 a {padding-top: 5px;}

.resultsItemText2{ 
    float: left; width: 422px; overflow: visible; margin-right: 10px; 
    background-color: #E1E9F4;
}

h2.resultsHeader2{font-size: 0.8em; font-weight: bold; padding: 5px 10px 0px 5px;}
p.resultsLocation2 {font-size: 0.8em; padding: 5px 10px 0px 5px; margin-bottom: 3px !important;}
p.resultsOverview2 {font-size: 0.7em; padding: 5px 10px 0px 5px; margin-bottom: 3px !important;} 
p.resultsSpecs2 {font-size: 0.6em; font-weight: bold; padding: 5px 10px 0px 5px;}
p.resultsLink2 {text-align: right; font-size: 0.8em; font-weight: bold; color: #666666; padding: 0px 10px 0px 5px; margin-bottom: 3px !important;}
p.resultsLink2 a {color: #666666;}
.resultsItemAdvert2 {float: left; text-align: right; width: 128px; padding-bottom: 8px;}
.resultsItemAdvert2 img {border: 1px solid #00A0B9 !important;}
p.qualityScoreDescription2 {font-size: 0.7em; font-style: italic; padding-left: 5px;}
p.specialOfferLink2 {font-size: 0.7em; padding-left: 5px;}

.pnlSpecialOfferItem { 
    border-top: 1px solid #00a0b9; 
    padding: 8px 0px 0px 0px; 
    overflow:auto;
    background-color: #E1E9F4;
    width: 570px;
    min-height: 150px;
}

.pnlSpecialOfferDetail {
    float: left; 
    width: 380px; 
    overflow: auto; 
    padding: 0 10px 0 10px; 
    margin: 0px 5px 0px 5px;
    background-color: #E1E9F4;
}

#mainContent .pnlSpecialOfferDetail h2 { font-size: 1.2em; margin: 0px; padding:0px; }
#mainContent .pnlSpecialOfferDetail h2 span {color: #c4a601; }
.pnlSpecialOfferDetail h3 { font-size: 1em; margin: 0 0 0.6em 0;}
.pnlSpecialOfferDetail p {  font-size: .8em; margin: .4em 0 .4em 0; padding:0px;}

.pnlSpecialOfferImage{ width: 134px;margin-right: 5px;float: left;text-align:center;}

.mainBannerOverlay {
    position:absolute;
    left: 206px;
    z-index: 1000;
}

.homepageSpotlightList{
font-size: 11px
}