<style type="text/css">
<!--
html, body {
	height: 100%;
}
body {
	background: #20170A url(images/bg2.jpg) no-repeat top center fixed;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	colour: #0F0B0A;
	line-height: 1.3em;
	margin: 0;
}

ul {
  list-style-image: url(images/arrow.gif);
}

select {
	font-size: 10px;
	}
/*makes the background color white*/
.whiteBg {
	width:100%;
	background-color: #FFF;
}
.forceHeight {
	height: 18px;
}
/*#forceBottomMargin {
	background-color: transparent;
	height: 8px;
}*/
H1 {
	color: #FE000C; 
	background-color: #291F19;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em 0 0.5em 1em;
	margin: 0;
	border-bottom: 5px solid #50453A;
}
H2 {
	color: #FE000C;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 6px 0;
}

em {
	color: #FE000C;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.header {
	color: #0F0B0A;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 0 6px 0;
}

.headerArrow{
	background: #FFFFFF url(images/arrow.gif) no-repeat 1px 1px;
	color: #0F0B0A;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0 0 0 16px;
	margin: 0 0 3px 0;
}
a.eventTitle, a.eventTitle:hover, a.eventTitle:visited {

	color: #0F0B0A;
	font: bold 16px Arial, Helvetica, sans-serif;
}

/*format for the date*/
.dateBg {
	background: #FFFFFF url(images/dateBg.jpg) no-repeat;
	color: #FFF;
	font: italic bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 60px 11px 6px;
	margin: 0;
}
a, a:active, a:visited {
	color: #FE000C;
	text-decoration:underline;
}
a:hover {
	color: #FFF;
	background-color: #FE000C;
	text-decoration: none;
}

a.toggleTitle {
	padding: 0.1em 0.2em;
	color: #FE000C;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #FE000C;
}
a.toggleTitle:hover {
	color: #FFF;
	background-color: #FE000C;
	border-bottom-width: 0;
}
a.whiteLinks,a.whiteLinks:active,a.whiteLinks:visited {
	color: #FFF;
	text-decoration:none;
}
a.whiteLinks:hover {
	text-decoration:none;
}
a.blackLinks,a.blackLinks:active,a.blackLinks:visited {
	color: #000;
	text-decoration:none;
}
a.blackLinks:hover {
	text-decoration:underline;
}
.separator {
	background: #FFF url(images/separator.gif) no-repeat bottom center;
	width: 678px;
	height: 25px;
}

/*borders around all the elements*/
#container {
	margin: 0 auto;
	width: 746px;
	height: 100%;
	overflow: hidden;
}
#containerBorder {
	width: 744px;
	margin: 0 auto;
	height: 100%;
	border: 1px solid #39342E;
	
}


/*Top Text*/
#topText { 
	background-color: transparent; 
	clear: both; 
	font-size: 9px; 
	text-align: right; 
	color: #908473;
	margin: 18px 18px 18px 0;
}


/*top parts including the nav*/
#top {
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 744px;
	height: 256px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: absolute;
	top: 45px;
	z-index: 0;
}

#bigImage  {
	background-color: #FFF;
	border: 5px solid #FFF;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 0;
	margin: 0;
}

#logo {
	float: left;
	width: 225px;
	height: 53px;
}

#logo a:hover {
	background-color: transparent;
}


#nav { 
	float: left;
	margin-top: 7px;
}

#navLinks li { 
	display: inline; 
	margin-right: 10px; 
	padding-right: 4px;
	font-size: 40px; 
}

#navLinks a {
	background: transparent url(images/triangleW.gif) no-repeat;
	background-position: 2px 12px;
	padding-top: 22px;
	text-decoration: none;
	font-size: 15px;
	color: #FE000C;
}

#navLinks a:hover {
	color: #FFF;
}

/*pulldown nav*/
#pullDown {
	width: 150px; 
	float: right;
	margin: 20px 10px 0 0;
}

/*transparent background for nav*/
#navBgBox {
	width: 744px;
	height: 61px;
	position: absolute;
	left: 0;
	z-index: -5;
	background-color: #231707;
	margin: 0 auto 0 auto;
	opacity: 0.55;
	-moz-opacity: 0.55;
	filter: alpha(opacity=55)
}
#bottomNavBgBox {
	width: 744px;
	height: 70px;
	position: absolute;
	bottom: 0;
	z-index: -3;
	background-color: #231707;
	margin: 0 auto 0 auto;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70)
}

/*set styles for jump menu*/
.dropStyle {
	font: normal 11px Arial, Helvetica, sans-serif;
}
option {
	font: normal 11px Arial, Helvetica, sans-serif;
}

optgroup {
	font: bold 11px Arial, Helvetica, sans-serif;
}
option.dark {
	font: bold 11px Arial, Helvetica, sans-serif;
}

/*this box contains everything except top parts*/
#contentsContainer {
	width: 744px;
	position: absolute;
	top: 303px;
}

/*Generic box*/
#genericBox {
	background-color: transparent; 
	margin-bottom: 8px;
}

#genericText {
	background-color: #FFF;
	clear:both;
	padding: 0.6em 1.8em;
}

#genericText ul {
	list-style-image: url(images/arrow.gif);
}


#genericHeader {
	height: auto;
	border-top: 5px solid #B7AFA4;
	margin: 0;
}

#genericFooter {
	color: #FFF;
	border-bottom: 5px solid #B7AFA4;
	clear: both;
	margin: 0; /*gets rid of spacing*/
}

/*news box*/
#newsBox {
	clear: both;
	background: #FFF url(images/newsBg.gif);
	height: auto;
	margin-bottom: 8px;
	overflow: hidden;
}
#newsBox img{
	padding: 0 10px 0 20px;
	float: left; 
}
#leftBox, #rightBox {
	background: transparent;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	height: auto;
	color: #000;
	width: 365px;

}

#leftBox {
	float: left;
	padding: 0 374px 0 0;
	margin: 0;
}

#leftBox p {
	padding: 10px 10px 10px 10px;
}

#rightBox {
	float: right;
	padding: 0;
	margin: 0 0 0 -371px;
}

#rightBox p {
	padding: 10px 10px 10px 10px;
}

#newsBoxHeader{
	height: 2em;
	color: #FFF;
	background-image: url(images/redCheckers.gif);
	font-size: 12px;
	padding: 0.5em 0 0 1.5em;
	border-top: 5px solid #FE000C;
	border-left: 1px solid #FE000C;
	border-right: 1px solid #FE000C;
	margin-bottom: 0;
}

#newsBoxFooter{
	height: 2em;
	color: #FFF;
	background: transparent url(images/shadowCheckers.gif) repeat-x top center;
	border-left: 1px solid #FE000C;
	border-right: 1px solid #FE000C;
	border-bottom: 5px solid #FE000C;
	clear: both;
	margin: 0;
}

/*contents*/
#contents { 
	background-color: #FFF; 
	height: auto;
	margin-bottom: 8px;
}

/*.contentBox {
	height: auto;
	color: #000;
	background-color: #FFF;
	padding: 15px;
}*/
#contentsWrapper {
	width: 744px;
	overflow: hidden;	
}

#contentBigImage {
	float: left;
	width: auto;
	height: auto;
	background-color: #483D2F;
	margin: 0 0 -2000px 15px;
	padding-bottom: 2000px;
}

#contentBigImage a:hover {
	background-color: transparent;
}


#contentText {
	float: left;
	width: 345px;
	height: auto;
	background-color: #FFF;
	margin-bottom: -1988px;
	padding: 12px 15px 2000px 15px;
}

#contentText H1{
	float: left;
	width: 335px;
	height: auto;
	background-color: #FFF;
	padding: 20px 30px;
}

#contentSmallImage {
	float: right;
	width: auto;
	height: auto;
	background-color: #FFF;
	margin-bottom: -2000px;
	padding: 29px 20px 2000px 10px;
}

#contentsHeader{
	height: 1.2em;
	color: #FFF;
	background-color: #908473;
	font-size: 12px;
	padding: 0.5em 0 0 1.5em;
	border-top: 5px solid #B7AFA4;
	border-left: 1px solid #B7AFA4;
	border-right: 1px solid #B7AFA4;
	margin: 0;
}

#contentsFooter {
	height: 1.2em;
	color: #FFF;
	background: #908473 url(images/shadowGray.gif) no-repeat top center;
	border-left: 1px solid #B7AFA4;
	border-right: 1px solid #B7AFA4;
	border-bottom: 5px solid #B7AFA4;
	clear: both;
	margin: 0; /*gets rid of spacing*/
}

#contentsGap {
	height: auto;
	border-top: 5px solid #B7AFA4;
}

/*events box*/
#eventsBox {
	background-color: #FFF; 
	height: auto;
	background-image: url(images/fixBg.gif);/*equal height columns hack!!!!*/
	margin-bottom: 8px;
}

#eventsMenu {
	float: left;
	color: #FFF;
	background-color: #291F19;
	padding: 15px;
	width: 195px;
	margin: 0;
}
#eventsContents {
	float: left;
	color: #000;
	background-color: #FFF;
	padding: 15px;
	width: 295px;
	border-left: 4px solid #908473;
	border-right: 4px solid #908473;
	margin: 0;
}
#eventsContents ul {
	list-style-image: url(images/arrow.gif);
}

#eventsTable td{
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #291F19;
}
#eventsTable td.brown{
	background-color: #50453A;
	
}
#eventsTable td.gray{
	background-color: #584D44;
	
}
#eventsTable td.header{
	color: #FE000C;
	font-weight: bold;
}

#eventsDocs {
	float: right;
	background-color: transparent;
	padding: 0 0 0 0;
	width: 186px;
	margin: 0;
}

#scheduleDocs {
	background-color: #FFF;
	border-bottom: 4px solid #8B1207;
}
#scheduleDocsHeader {
	height: 1.6em;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/redCheckers.gif);
	padding: 0.3em 0 0 0.75em;
	border-top: 4px solid #8B1207;
	margin-bottom: 0;
}
#scheduleBox {
	height: auto;
	/*overflow-x: hidden;
	overflow-y: scroll;*/ 
}
div.withBg{
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 0.3em 0 0.3em 0.5em; 
	background: transparent url(images/widgetBg.jpg) no-repeat;
}
div.noBg{
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 0.3em 0 0.3em 0.5em;  
}
img.doc {
	padding-right: 1em;
	position: relative;
	top: 2px;
}
#mediaDocs {
	border-top: 4px solid #908473;
	background-color: #FFF;
	border-bottom: 4px solid #291F19;
}
#mediaDocsHeader {
	height: 1.6em;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #64503A;
	padding: 0.3em 0 0 0.75em;
	border-top: 4px solid #291F19;
	margin-bottom: 0;
}
#mediaBox {
	height: auto;
	border-bottom: 18px solid #64503A;
	/*overflow-x: hidden;
	overflow-y: scroll;*/ 
}

#eventLogoBox {
	text-align: center;
	height: auto;
	margin-top:20px;
	border-bottom: 18px solid #fff;
	
}

#marketingImagesBox {
	text-align: center;
	height: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	/*border-bottom: 18px solid #fff;*/
	
}

/*#scheduleList {
	display: inline;
	list-style-type: none;
}
#scheduleList li{
	padding: 0.3em 0 0.3em 0.5em;
}*/


/*#calendarTable {
	color: #4E371E;
	background-color: #FFF;
	padding: 0 2px 0 2px;
	border-left: 1px solid #E8E7E2;
	border-right: 1px solid #E8E7E2;
}
#calendarTable td {
	color: #FFF;
	text-align: center;
	padding: 3px 0 3px 0;
	border-right: 1px solid #FFF;
}
#calendarTable td.header {
	color: #4E371E;
	font-weight: bold;
}
#calendarTable td.last {
	background-color: #9C8F81;
	border: 0;
}
#calendarTable td.pink {
	background-color: #9C8F81;
}
#calendarTable td.green {
	background-color: #887B69;
}
#calendarTable td.chosen {
	background-color: #FE000C;
}
#calendarTable td.chosenLast {
	background-color: #FE000C;
	border: 0;
}*/

#eventsHeader {
	height: auto;
	border-bottom: 5px solid #B7AFA4;
}
#eventsFooter {
	height: 2em;
	color: #FFF;
	background: #908473 url(images/shadowGray.gif) no-repeat top center;
	border-left: 1px solid #B7AFA4;
	border-right: 1px solid #B7AFA4;
	border-bottom: 5px solid #B7AFA4;
	clear: both;
	margin: 0; /*gets rid of spacing*/
}

/*links*/
#linkBox {
	height: 109px;
} 

#linkBoxBg {
	height: 109px;
	background-color: #000;
}

#links {
	height: 109px;
	padding: 0;
	border-left: 1px solid #908473;
	border-right: 1px solid #908473;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
}
#links a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
}

#links img { 
	padding: 0 1px 0 0; 
	border-top: 5px solid #908473; 
	border-bottom: 5px solid #908473; 
	border-left: 0;
	border-right: 0;
}

#links img.red { 
	padding-right: 0; 
	border-top: 5px solid #908473; 
	border-bottom: 5px solid #908473;
}

/*footer links and texts*/
#footerBox {
	height: 5em;
	clear: both;
	overflow: hidden;
}

#footerLinks {
	color: #908473;
	padding: 22px;
	margin: 0;
	text-align: center;
}

#footerLinks li {
	font-size: 11px;  
	display: inline;
	list-style: none;
	margin-right: 0px; 
	padding-right: 16px;
}

#footerLinks li a {
	text-decoration: none;
	color: #908473;
}
#footerLinks li.copy { 
	padding-left: 24px;
}
#footerLinks a:hover {
	color: #FE000C;
	background-color: transparent;
}

/*More Text Heavy sections*/
#moreTextBox { 
	background-color: #FFF; 
	height: auto;
	margin-bottom: 8px;
}

#moreTextText {
	background-color: #FFF;
	clear:both;
	padding: 1.2em 2em;
}

#moreTextTextWithPix {
	float: left;
	background-color: #FFF;
	width: 500px;
	padding: 15px 20px;
}
#moreTextPix {
	float: right;
	background-color: #F00;
	width: 164px;
	padding: 15px 20px;
}


#moreTextHeader{
	height: 1.5em;
	color: #FFF;
	background-color: #908473;
	font-size: 12px;
	padding: 0.5em 0 0 1.5em;
	border-top: 5px solid #B7AFA4;
	border-left: 1px solid #B7AFA4;
	border-right: 1px solid #B7AFA4;
	margin: 0;
}

#moreTextFooter {
	height: 1.5em;
	color: #FFF;
	background: #908473 url(images/shadowGray.gif) no-repeat top center;
	border-left: 1px solid #B7AFA4;
	border-right: 1px solid #B7AFA4;
	border-bottom: 5px solid #B7AFA4;
	clear: both;
	margin: 0; /*gets rid of spacing*/
}


/* Layout Rules
----------------------------------------------- */
#gallery {
	margin: 0;
	background-color: #FFF;
}
#wrap {
	padding-top: 20px;
	margin: 0 20px;
}

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}

.SpryHiddenRegion {
   visibility: hidden;
}


/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; clear:both;}
#galleries { margin:0 auto 20px auto;}
#galleries label { padding-bottom: 2px; }

#transport {
	width: 200px;
	margin: 0;
	padding: 0;

}
#transport li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	/*margin: 0;
	text-align: center;*/
}

#transport a {
	padding: 0.1em 0.2em;
	color: #FE000C;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #FE000C;
}

#transport a:hover {
	color: #FFF;
	background-color: #FE000C;
	border-bottom-width: 0;
}

#previews {
	padding: 5px;
	margin-bottom: 5px;
	width: 250px;
	float: left;
	margin-right: 10px;
}

#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	/*border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;*/
}
#picture {
	padding: 0px;
	width: 430px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #B7AFA4;
	/*border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;*/
	padding: 0.75em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #FE000C !important; }
.inFocus {  border: solid 1px #FE000C !important; }

/*Hotel and Travel Info*/
.hotels {
	width: 95%;
	height: auto;
	margin: 0 auto 10px auto;
	border-bottom: 1px solid #908473;
	display: table;
}
.hotelText {
	padding: 1em 170px 1em 1em;
	float: left;
	display: table-cell;
	vertical-align: bottom;
}
.hotelImg {
	width: 150px;
	float: right;
	padding: 10px 0 10px 0;
	margin: 0 0 0 -155px;
	display: table-cell;
	vertical-align: bottom;
}

.hotelImg a:hover {
	background-color: transparent;
	border: 0;
}

/* competitor styles */
#competitorContents {
	float: left;
	color: #000;
	background-color: #FFF;
	padding: 15px;
	border-left: 4px solid #908473;
	border-right: 4px solid #908473;
	margin: 0;
	width: 706px;
}

/* PRODUCT 'CHIPS' */
.product {
	width: 130px;
	margin-right: 5px;
	float: left;
	background-image: url(/plugin_assets/substruct/images/public-ui/item-middle.gif);
	background-repeat: repeat-y;
}
.product_top {
	width: 150px;
	height: 10px;
	background-image: url(/plugin_assets/substruct/images/public-ui/item-top.gif);
	background-repeat: no-repeat;
}
.product_bottom {
	width: 150px;
	height: 20px;
	background-image: url(/plugin_assets/substruct/images/public-ui/item-bottom.gif);
	background-repeat: no-repeat;
}
.product_main {
	margin-left: 12px;
	margin-right: 20px;
	margin-top: 10px;
	width: 115px;
	overflow:hidden;
	text-align: center;
}
.product_image {
	height: 130px;
	overflow: hidden;
}
.product_title {
	height: 40px;
	margin: 4px 0px;
	overflow: hidden;
}
.product .money {
	display: block;
	background-color: #69bf32;
	color: #fff;
	padding: 2px;
	overflow: hidden;
	-moz-border-radius: 5px;
}
.product .icon {
	position:absolute;
	margin-left: 110px;
	z-index:300;
}

/* Left content container */
#left {
	float:left;
	/*width: 370px !important;*/
		  /*width: 610px;*/
	margin-left: 10px;
	border-right: 1px dashed #bfb4a9;
	padding-right: 10px;
	margin-right: 10px;
	min-height: 500px;
	margin-bottom: 20px;
}

/* Right content */
#right {
	float:left;
	width: 300px; !important;
	padding-bottom: 20px;
	padding-right: 5px;
}


#right .textInput {
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important;
	padding-top: 10px;
	height: 25px;
}

#right h2 {
	color: #5e5e5e;
}
#right h3 {
	color: #8a8075;
	text-align: center;
}

#left, #right, #fullContent {
}

#fullContent {
	width: auto;
	margin: 0px 10px;
}
div.price {
	background-color: #6ABE32;
	color: #fff;
	font-size: 25px;
	padding: 5px 10px;
	text-align: center;
	font-style: italic;
	-moz-border-radius: 10px;
}

-->
</style>