@charset "utf-8";
body  {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #666666;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font: 110% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font: 105% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
} 
#header { 
	background: #ffffff; 
} 
#header .topbar {
	background-color: #000000;
	color: #cc0000;
	font: 8pt Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}
#header a.topbar-link,  #header a.topbar-link:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#header .logo {
	background-image: url("/images/design/logo.gif");
	background-repeat: no-repeat;
	height: 87px;
}
#header .login {
	background-image: url("/images/design/login-bg.gif");
	background-repeat: repeat-x;
	padding: 5px 10px 0px 10px;
	height: 23px; /* 28 - top/bottom padding */
	color: #FFFFFF;
	font: 10pt Arial, Helvetica, sans-serif;
}
#header .login-box {
	height: 15px; 
	width: 100px;
	font: 8pt Arial, Helvetica, sans-serif;
	border: none;
	background-color: #8e0909;
	color: #FFFFFF;
}
#header .login-go {
	background-image: url(/images/design/go-login.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 16px;
	cursor: pointer;
}

#header .customise {
	background-image: url("/images/design/customise-bg.gif"); 
	background-repeat: repeat-x;
	padding: 10px 15px 10px 15px;
	height: 190px;
	color: #FFFFFF;
/*
	display: none; 
*/
	font: 9pt Arial, Helvetica, sans-serif;
}
#header .customise-buttons {
	text-align: left; 
	width: 195px; 
	height: 25px; 
	background-repeat: no-repeat;
	font: 9pt Arial, Helvetica, sans-serif;
	background-image: url('/images/design/customise.gif');
	color: #666666;
	font-weight: bold;
}
#header .customise-buttons-cms {
	text-align: left; 
	width: 195px; 
	height: 25px; 
	background-repeat: no-repeat;
	font: 9pt Arial, Helvetica, sans-serif;
	background-image: url('/images/design/customise.gif');
	color: #ffffff;
	font-weight: bold;
}
/* topnav buttons generic css */
#header .hospitality, #header .travel, #header .parties, #header .incentives, #header .events, #header .meetings, #header .venues {
	background-image: url("/images/design/topnav-bg.gif"); 
	background-repeat: repeat-x; 
	height: 34px; 
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#header .topnav-phone {
	background-image: url("/images/design/topnav-phone.gif");
	background-repeat: no-repeat; 
	height: 34px; 
	width: 170px;
}
#header a.topnav {
	text-decoration: none;
	color:  #666666;
	padding: 0px 3px 0px 3px;	
}
#header a.topnav:hover {
	text-decoration: none;
	color:  #ffffff;
}
/* topnav buttons specific css */
#header .hospitality {
	
}
#header .hospitality:hover {
	background-image:  url("/images/design/content/21/topnav-bg.gif");
	cursor: pointer;
	color: #ffffff;
}

#header .travel {
	border-left: 1px #ffffff solid;
}
#header .travel:hover {
	background-image:  url("/images/design/content/9/topnav-bg.gif");
	cursor: pointer;
	color: #ffffff;
}

#header .parties {
	border-left: 1px #ffffff solid;
}
#header .parties:hover {
	background-image:  url("/images/design/content/12/topnav-bg.gif");
	cursor: pointer;
	color: #ffffff;
}

#header .incentives {
	border-left: 1px #ffffff solid;
}
#header .incentives:hover {
	background-image:  url("/images/design/content/14/topnav-bg.gif");
	cursor: pointer;
	color: #ffffff;
}

#header .events {
	border-left: 1px #ffffff solid;
}
#header .events:hover {
	background-image:  url("/images/design/content/17/topnav-bg.gif");
	cursor: pointer;
	color: #ffffff;
}

#header .meetings {
	border-left: 1px #ffffff solid;
}
#header .meetings:hover {
	background-image:  url("/images/design/content/20/topnav-bg.gif");
	cursor: pointer;
	color: #ffffff;
}

#header .venues {
	border-left: 1px #ffffff solid;
}
#header .venues:hover {
	/* nothing in designs to indicate what this should look like */
}

#content {
	text-align: left;
}
#content h1 {

}
#content p {
	font: 10pt Arial, Helvetica, sans-serif;
}
#content img.photo {
	width: 150px;
	filter:alpha(opacity=100);
	opacity: 1;
	background-color: #ffffff;
	clear: both;
}
#content .leftnav {
	width: 170px;
	border-right: 1px #ffffff solid;
}
#content .leftnav-button {
	background-image: url(/images/design/leftnav-button.gif);
	background-repeat: no-repeat;
	padding: 10px 30px 10px 30px;
	margin: 0px 0px 2px 0px;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

#content ul.leftnav-genre {
	text-decoration: none;
	margin: 3px 5px 3px 10px;
	font: 9pt Arial, Helvetica, sans-serif;
	padding: 0px;
	
}
#content a.leftnav-genre {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#content a.leftnav-genre:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#content ul.leftnav-cat {
	text-decoration: none;
	margin: 3px 5px 3px 0px;
	font: 9pt Arial, Helvetica, sans-serif;
	padding: 0px;
	list-style-image: url('/images/design/spacer.gif');
}
#content a.leftnav-cat {
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#content a.leftnav-cat:hover {
	text-decoration: underline;
	color: #000000;
}

#content ul.leftnav-subcat {
	text-decoration: none;
	margin: 3px 5px 3px 5px;
	font: italic 9pt Arial, Helvetica, sans-serif;	
	padding: 0px;
	list-style-image: url('/images/design/spacer.gif');
}
#content a.leftnav-subcat {
	text-decoration: none;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#content a.leftnav-subcat:hover {
	text-decoration: underline;
	color: #ffffff;
}

#content ul.leftnav-product {
	text-decoration: none;
	margin: 3px 5px 3px 0px;
	font: bold 9pt Arial, Helvetica, sans-serif;
	padding: 0px;
	list-style-image: url('/images/design/spacer.gif');
}
#content a.leftnav-product {
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#content a.leftnav-product:hover {
	text-decoration: underline;
	color: #000000;
}
#content a.leftnav-product-on {
	text-decoration: underline;
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#content a.leftnav-product:hover {
	text-decoration: underline;
	color: #ffffff;
}



#content .leftnav-link, #content .leftnav-link-last {
	border-top: #cc0000 1px dotted;
	background-image: url(/images/design/arrow-leftnav-link.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 10px 10px 30px;
	font: 9pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}
#content .leftnav-link-last {
	border-bottom: #cc0000 1px dotted;
}


#content .desktop {
	background-image: url("/images/design/home-bg.jpg");
	background-repeat: no-repeat;
	background-color: #dfdfdf;
	padding: 15px 0px 15px 6px;
	width: 804px;
}
#content .general-header {
	background-image: url("/images/design/general-header.gif");
	width: 545px; /* + padding = 595px */
	height: 26px;
	padding: 10px 25px 0px 25px;
	margin: 6px 0px 3px 0px;
	color: #FFFFFF;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content .general-body {
	background-color: #FFFFFF;
	width: 545px; /* + padding = 595px */
	padding: 10px 25px 20px 25px;
	filter:alpha(opacity=85);
	opacity: 0.85;
	color: #000000;
}
#content .general-footer {
	background-image: url("/images/design/general-footer.gif");
	background-repeat: no-repeat;
	width: 595px;
	height: 10px;
	filter:alpha(opacity=85);
	opacity: 0.85;
}

#content .results-header {
	border-top: 1px solid #eeeeee;
}
#content .results-item {
	padding: 0px 0px 3px 20px;	
	font-size: 10pt;
	border-top: 1px solid #eeeeee;
}

#footer { 
	background: #ffffff; 
	clear: both;
	font: 8pt Arial, Helvetica, sans-serif;
} 
#footer .topbar {
	background-image: url("/images/design/footer-bg.gif");
	background-repeat: repeat-x;
	padding: 5px 10px 0px 10px;
	height: 23px; /* 28 - top/bottom padding */
}
#footer a {
	text-decoration: none;
	color: #666666;
}


/* standard object - home page and includes */
#object {
	width: 195px;
	margin: 6px 5px 0px 0px;
}
#object p {
	margin: 5px 10px 5px 10px;
	font: 10pt Arial, Helvetica, sans-serif;
}
#object a {
	color: #666666;
	text-decoration: none;
}
#object a:hover {
	color: #cc0000;
	text-decoration: none;
}
#object .header {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 26px;
	background-image:url(/images/design/object-bg-on.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 8px 30px 0px 30px;
	margin: 0px 0px 3px 0px;
	cursor: pointer;
	color: #cc0000;
}

#object .body-generic {
	/* must have a height or a width in the specific class for crappy IE to do transparency! */
	padding: 10px 0px 10px 0px;
	text-align: left;
	width: 195px;
	height: 140px;
	background-image:url(/images/design/object-body-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	filter:alpha(opacity=75);
	opacity: 0.75;
	color: #000000;
}

#object .form-field {
	margin: 5px 0px 0px 10px;
	width: 175px;
	background-color: #FFFFFF;
	font: 8pt Arial, Helvetica, sans-serif;
}

/* wide objects - service pages etc */
#object-wide {
	width: 595px;
	margin: 6px 5px 0px 0px;
}
#object-wide p {
	margin: 5px 10px 5px 10px;
	font: 10pt Arial, Helvetica, sans-serif;
}
#object-wide a {
	color: #666666;
	text-decoration: none;
}
#object-wide a:hover {
	color: #cc0000;
	text-decoration: none;
}
#object-wide .header {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 26px;
	background-image:url(/images/design/general-header-grey-on.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 8px 30px 0px 30px;
	margin: 0px 0px 3px 0px;
	cursor: pointer;
	color: #cc0000;
}

#object-wide .body-generic {
	/* must have a height or a width in the specific class for crappy IE to do transparency! */
	padding: 0px;
	text-align: left;
	width: 595px;
	background-image:url(/images/design/general-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #e9e8e5;
	color: #000000;
}

/* mid objects - genre pages etc */
#object-mid {
	width: 295px;
	margin: 6px 5px 0px 0px;
}
#object-mid p {
	margin: 5px 10px 5px 10px;
	font: 10pt Arial, Helvetica, sans-serif;
}
#object-mid a {
	color: #666666;
	text-decoration: none;
}
#object-mid a:hover {
	color: #cc0000;
	text-decoration: none;
}

#object-mid .header {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 26px;
	background-image:url(/images/design/genre-header-on.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 8px 30px 0px 30px;
	margin: 0px 0px 3px 0px;
	cursor: pointer;
	color: #cc0000;
}

#object-mid .body-generic {
	/* must have a height or a width in the specific class for crappy IE to do transparency! */
	padding: 0px;
	text-align: left;
	width: 295px;
	background-image:url(/images/design/general-bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #e9e8e5;
	color: #000000;
}

.right { 
	float: right;
}
.left { 
	float: left;
}
.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hidden {
	display: none;
}
.nothidden {
	display: block;
}

/* text formatting */
.bold {
	font-weight: bold;
}
.txt-small {
	font: 8pt Arial, Helvetica, sans-serif;
}
.txt-red {
	color: #cc0000;
}
.txt-white, a.txt-white {
	color: #ffffff;
}
a.txt-white:hover {
	color: #ffffff;
	text-decoration: underline;
}