* {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
tbody, tfoot, thead, tr, th, td {
	border: none;
	border-collapse:collapse;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	padding:5px;
}
th, td {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 50% !important;
}
.gts-4936-7 #lhcolumn td, .gts-4936-38 #lhcolumn td, .gts-4936-4 #lhcolumn td {
	width: 100% !important;
}
.gts-4936-45 .introPageSection > div > table:first-of-type td {
	width: 33% !important;
}
.gts-4936-45 .introPageSection > div > table:first-of-type img {
	height: 100px !important;
}
.gts-4936-47 td:not(:first-child) {
	display: none;
}
.directions-form td:nth-child(odd) {
	width: 10% !important;
}

.directions-form td:nth-child(even) {
	width: 40% !important;
}
@media (max-width: 767px) {
	th, td {
		width: 100% !important;
	}
	.gts-4936-45 .introPageSection > div > table:first-of-type td, .directions-form td:nth-child(odd), .directions-form td:nth-child(even) {
		width: 100% !important;
	}	
}
table p {
	margin:0;
}
iframe, img {
	max-width: 100%;
}
img {
	height: auto !important;
}
input, button, select, textarea {
	font: 13.333px Arial;
	line-height: initial;
	max-width: 100%;
}

/* remember to define focus styles! */
a:hover, a:active {
	outline: 0;
}
body {
	line-height: 1.5em;
	color: #333;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100% !important;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing floats without extra markup - give the parent container the group class */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .group { height: 1%; }

/*IE7 */
.group { min-height: 1px; }


/****************************************************
*
*		Typography
*
****************************************************/

html {font-family:sans-serif; color:#2c2c2c; font-size:0.9375em; line-height:1.5em;}

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   

   
   

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; margin-bottom:21px; }

h1 { font-size: 32px;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em;  }
h4 { font-size: 1.125em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; line-height:1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.0em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #7d0100; text-decoration: underline; line-height:1.5em; }
a:hover { text-decoration: none; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }
span.amp { /* For better-looking ampersands */
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

.left {
	float:left;
}
.right {
	float:right;
}

.border  {
    	background: none repeat scroll 0 0 #FFF;
   	border: 1px solid #DBE4EE;
	padding:10px;
}

div.clear {
	clear:both;
}
dl.inlineDL dt {
	float:left;
	width:100px;
	clear:left;
	margin-bottom:15px;
}
dl.inlineDL dd {
	float:left;
}


/****************************************************
*
*		Basic Page Layout
*
****************************************************/

body {
	text-align: center;
	width:100%;
	background:#FBFBFB;
	height:100%;
	font-family: 'Nunito', Verdana, Tahoma, "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", sans-serif;
	font-weight:300;
}

#logo font,
a.primaryLink1 font
{
	font-size:14px;
	letter-spacing:0;
}
div.cycleFrameControls font {
	font-size:10px;
}
#bottomText font #bottomLogo,
#bottomText font #bottomUtahLogo {
	display:none;
}

.mainContainer {
	position:relative;
	z-index:10;
	width:970px;
	margin:0 auto;
	max-width: 100%;
}
.full-width-wrapper {
    background: url("/layout/img/bg-stripe.png") repeat-y scroll center top #fbfbfb;
    margin: 0;
    padding: 20px 0;
    position: relative;
    top: -11px;
    width: 100%;
    z-index: 9;
    margin: 0px 0 30px;
}

#innerContent {
	margin:0 auto;
	position:relative;
	z-index:40;
	text-align:left;
	width:100%;
}

#pageContent {
	float:left;
	z-index:12;
	position:relative;
	background:#f8f2f2;
	padding:50px;
	overflow: hidden;
}

@media (max-width: 767px) {
	#pageContent {
		padding: 15px;
	}
}

.twoColumn {
	float:left;
	width:47%;
	margin-right:5px;
	padding:20px 2.4%;		
}

.threeColumn {
	float:left;
	width:27%;
	margin-right:5px;
	padding:20px 2.4%;	
}

.fourColumn {
	float:left;
	width:19%;
	margin-right:5px;	
	padding:20px 2.4%;	
	background:#f2efd4;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/layout/css/PIE.htc);		
}
.group .threeColumn:last-child, .group .fourColumn:last-child, .group .twoColumn:last-child {
	margin-right:0;
	float:right;
}
.group .threeColumn:first-child, .group .fourColumn:first-child, .group .twoColumn:first-child {
	float:left !important;
}

.threeColumn h4, .fourColumn h4, .threeColumn h4 a, .fourColumn h4 a {
	text-align:center;
	font-size:1.3em;
	color:#1A5764;
}
.noBorder, .noBorder td, .noBorder th, table.seamless td, table.seamless th {
	border: none !important;
}


/****************************************************
*
*		Logo and Logotype
*
****************************************************/

#pageTopWrapper {
	padding: 0;
	position: relative;
	z-index: 250;
}

#logo {
	position:relative;
	z-index:50;
	text-align:center;
    	width: 100%;	
}
#logo a {
	display: block;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 15;
	text-indent: -99999px;
	height: 170px;
}

#logo a img {
	max-width: 550px;
	width: 100%;
}

#logo a:hover {
	text-decoration:none;
}

/****************************************************
*
*		Top Nav
*
****************************************************/

.horizontalNav {
	position:relative;
	z-index:20;
	width:100%;
	background:#7d0100;
	height:40px;
}

ul.primaryNav {
	list-style:none;
	margin:0;
	padding:0;
	text-align:justify;
}

ul.primaryNav li.primaryNav1 {
	position:relative;
	display:inline;
	z-index:10;
	text-align:center;
}
ul.primaryNav:after {
	content:"";
	width:100%;
	display:inline-block;
}

a.primaryLink1{
	display:inline-block;
	outline:none;
	position:relative;
	z-index:100;
	text-align:center;
	padding:0 20px;
	line-height:40px;
	font-size:21px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;	
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;	
}


a.primaryLink1:hover,
a.primaryLink1.activeLink:hover,
.utilityNav_1 a:hover {
	text-decoration:none;
	background: #970000;
}

ul.primaryNav .noLink {
	cursor: default !important;	
}
div.topNavDropdown {	
	background: #970000;
	width: 300px !important;
	z-index: 999999;
	top: 39px;
	text-align:left; 
	left:0px;
	position:absolute;
	padding:10px;
	display:none;		
}

#topNav-6 div.topNavDropdown {
	left:auto;
	right:4px;
}

ul.primaryNav ul {
	list-style:none;
	margin:0;
	width:100%;
	float:right;	
}
ul.primaryNav ul ul {
	background: none repeat scroll 0 0 #FFFFFF;
	left: 0;
	margin-left: 0;
	position: absolute;
	overflow:hidden;
	top: 10px;
	height:0;
	min-height:0;
	transition: height 0.5s;
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;	    
}
ul.primaryNav ul li ul {
	transition: height 0.5s;
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;
}
ul.primaryNav ul li:hover ul {
	height:auto;
}
ul.primaryNav ul li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul.primaryNav ul li a {
	display:block;
	text-align:left;
	line-height:40px;
	text-transform:uppercase;
	font-size:18px;	
	color:#FFF;
	padding:0 15px;	
	text-decoration:none;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;	
}
ul.primaryNav ul li a:hover {
	text-decoration:none;
	background: #7d0100;
}


.full-width-navigation {
	position:absolute;
	top: 0px;
	left:0;
	width:100%;
	z-index:200;
}
.full-width-navigation.sticky {
	position:fixed;
	top:0;
}

.mobileMenu {
	padding: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 25px;
    width: 100%;
}

@media (max-width: 991px) {
	.horizontalNav {
		height: auto;
	}

	ul.primaryNav {
		display: none;
	}

	.mobileMenu {
		display: inline-block;
	}

	ul.primaryNav li.primaryNav1 {
		display: block;
		background-color: #7d0100;
	}

	a.primaryLink1 {
		display: block;
	}

	div.topNavDropdown {
		width: 100% !important;
		position: relative;
		padding: 15px 0 0 0;
		top: 0;
	}

	ul.primaryNav ul li {
		border-bottom: none;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	ul.primaryNav ul li:first-child {
		border-top: none;
	}

	ul.primaryNav ul li a {
		text-align: center;
	}
}

/****************************************************
*
*		Promotions
*
****************************************************/

ul.promotionList {
	list-style:none;
	margin:0px;
	display:block;
	width:100%;
	float:right;
	position:relative;
	right:0px;
	z-index:200;
	top:0;
	font-size:12px;
}

ul.promotionList p {
	margin:0;
}

ul.promotionList li {
	display:block;
	position:relative;
	margin:0 0 50px;
	width:100%;
	padding:0;
	float: right;
}
#homePage #promotionItem_Trip-Advisor-and-Photos-Home-Page .promotionsContent > p {
	float:left;
	width: 50%;
	padding-right: 15px;
}
.promotionsContent .TA_certificateOfExcellence {
	width: 50%;
	margin: 0 auto;
	padding: 0 5px;
}
.promotionsContent table {
	width: 100%;
}
.promotionsContent table span {
	text-align: center;
	display: block;
}
#homePage #promotionItem_Trip-Advisor-and-Photos-Home-Page .promotionsContent .TA_certificateOfExcellence {
	float: left;
}
#CDSWIDCOE {
	width: 100% !important;
	margin: 0 0 10px 0 !important;
}
#homePage #promotionItem_Trip-Advisor-and-Photos-Home-Page .promotionsContent > p a {
	display:block;
	margin-bottom:10px;
}
#homePage #promotionItem_Trip-Advisor-and-Photos-Home-Page .promotionsContent > p a img {
	width: 100% !important;
	height: auto !important;
}
#homePage #promotionItem_Trip-Advisor-and-Photos-Home-Page .promotionsContent > p a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
ul.promotionList li div.promotion {
	display:block;
	text-align:left;
	position:relative;
}

ul.promotionList .promo-frame-wrapper {
	position:relative;
	margin-bottom:10px;
}

ul.promotionList a {
	color:#14130f;
	font-weight:bold;
	text-decoration:none;
}

div.promotion span.title {
	color:#14130f;
	font-weight:normal;
	position:relative;
	font-size:30px;
	display:block;
	width:100%;
	font-size:13px;
	position:relative;
	margin-bottom:10px;
	text-align:center;
}


div.promotion span.subtitle {
	color:#f5f2e2;
	display:block;
	font-variant:small-caps;
	font-size:1.3em;
	font-weight:bold;	
}

#lhcolumn {
	float:right;
	padding-right: 0;
	padding-left: 30px;
}

@media (max-width: 991px) {
	#lhcolumn {
		margin-top: 30px;
		float: left;
	}
}

@media (max-width: 767px) {
	.promotionsContent > p {
		width: 100% !important;
		padding: 0 15px !important;
	}

	.promotionsContent > .TA_certificateOfExcellence {
		width: 100% !important;
		padding: 0 15px !important;
	}
}

/****************************************************
*
*		Header Layout
*
****************************************************/

.headerSlider {
	position: relative;
	z-index: 1000;
}

#header {
    	position: relative;
    	text-align: right;
    	z-index: 10;
    	margin-bottom:20px;
    	overflow:hidden;
    	top: 10px;
    	margin-left: auto;
    	margin-right: auto;
}
/* absolute styles 
#header {
	position: absolute;
	text-align: right;
	z-index: 10;
	left: -186px;
	top: 180px;
	margin-bottom: 20px;
	overflow: hidden;
}*/

.header_0, .header_1 {
	display:none;
}
.header_None {
	display:none;	
}
.header_Small {
	height: auto;
	width: 1600px;
	max-width: 100%;
}
.header_Large {
	height: auto;
	width: 1600px;
	max-width: 100%;
}
#headerContent {
	position: relative;
	top:0px;
	left:0px;
	z-index:2;		
}

.header_Small #header img,
.header_Small #headerContent,
.header_Small #headerSlideshow,
.header_Small div.anythingSlider {
	height: 100% !important;
	width: 100% !important;
}
.header_Large #header img,
.header_Large #headerContent,
.header_Large #headerSlideshow,
.header_Large div.anythingSlider {
	width: 100% !important;
	height: 100% !important;
}

#headerSlideshow {
	visibility: hidden;
	max-height: 580px;
}

#headerFrame {

}
#headerSlideshow .caption,
#headerCaption,
.anythingBase .panel .caption{
    	bottom: 0px;
	right:0;
    	color: #FFF;
    	font-size: 16px;
    	/* max-width: 190px; */
    	padding: 40px 60px;
    	position: absolute;
    	text-align: left;
	z-index:100;
	line-height:1.5em;
}

.anythingBase .panel .caption:empty {
	display:none;
}
#headerSlideshow #slider {
	margin:0;
	list-style:none;
}

#headerCaption a,
.anythingBase .panel .caption a {
	color:#FFF;
	text-decoration:none;
}
#headerCaption a:hover,
.anythingBase .panel .caption a:hover {
	text-decoration:underline;
}
#homePage #headerCaption {
	max-width:880px;
}

#headerSlideshow {
	position: absolute;
	z-index:9;
	overflow:hidden;
	top:0px;
	left:0px;
}
#homePage #headerSlideshow {
	overflow:visible;
}
#homePage #lhcolumn {
	padding-left: 15px;
}

#headerHack {
width: 100%;
position: absolute;
left: 0;
height: 10px;
background: rgba(0,0,0,0.25);
z-index: 100;
}


div.anythingSlider {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;	
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #777;
	color: #000;
}
div.anythingSlider .anythingWindow {

}
div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/* Active State */
div.anythingSlider.activeSlider .anythingWindow {

}
div.anythingSlider.activeSlider .thumbNav a.cur,
div.anythingSlider.activeSlider .thumbNav a {
	background:none;
	border:2px solid transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	line-height:1.1em;
}
div.anythingSlider.activeSlider .thumbNav a.cur {
	background:#28306C;	
}
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #CAD0B6;
	color:#333 !important;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	-moz-box-shadow: 0px 10px 0 rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0px 10px 0 rgba(0,0,0,0.3) inset;
	box-shadow: 0px 10px 0 rgba(0,0,0,0.3) inset;
}

/* anythingSlider base */
.anythingBase {
	background: transparent;
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.anythingBase .panel {
	height: auto !important;
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
	position:relative;	
}


/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: block;
	z-index:100;
}
div.anythingSlider .arrow a {
	display: block;
	height: 70px;
	margin: 0;
	outline: 0 none;
	text-align: center;
	width: 70px;
	text-decoration:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;	
}
div.anythingSlider .arrow a:after {
	content:"\f0a9";
	font-family:"FontAwesome";
	font-size:48px;
	color:#FFF;
	line-height:70px;
}


div.anythingSlider .arrow a span { display: none;  }
div.anythingSlider .forward { right: 50px; }
div.anythingSlider .back { left: 50px; }
div.anythingSlider .back a:after {
	content:"\f0a8";	
}
div.anythingSlider .forward a { background-position: -660px -159px; }
div.anythingSlider .back a { background-position: -519px -159px; }


div.anythingSlider .forward a:hover,
div.anythingSlider .back a:hover { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
}
div.anythingSlider .forward a:active,
div.anythingSlider .back a:active { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}

div.anythingSlider .back a:hover, div.anythingSlider .back a.hover {  }
div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
div.anythingSlider .back.disabled { display: none; }

/* Navigation Links */
div.anythingSlider .anythingControls {     
	outline: 0 none;
	position: absolute;
	right: 48px;
	top: 388px;
	z-index: 100;
	display:none !important;
}
div.anythingSlider .thumbNav { margin: 0; padding: 0; float:left;}
div.anythingSlider .thumbNav li { display: inline; }
div.anythingSlider .thumbNav a {
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0;
	text-align: center;
}
div.anythingSlider .thumbNav a:hover {
	background-image: none;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .thumbNav { float: left; }    /* move nav link group to left */
div.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	background-repeat: repeat-x;
	background-position: center top;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: left;
	z-index: 100;
	outline: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin-right:10px;
	border:2px solid #fff;
	background:#4F655D;
	line-height:1.1em;
	display:none;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(/loader.gif) no-repeat center center;}
	
#supersized {  display:block; position:absolute; left:0; top:0; overflow:hidden; z-index:-999; height:850px; width:100%; margin:0; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:850px; background:#ECE5D0; }
#supersized a { width:100%; height:700px; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(/loader.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

#fullscreenControlsWrapper {
	width:100%;
	position:absolute;
	top:400px;
	left:0;
}

	/* Controls Bar
	----------------------------*/
#controls-wrapper { margin:0 auto; height:42px; width:1200px; top:375px; left:0; z-index:4; position:relative; }
#controls {  height:100%; position:relative; text-align:left; z-index:5; }

#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 10px 0; }
			
			
.slide-list-wrapper {float:left;position:relative; clear:both; }				
ul#slide-list{ margin:0 !important; padding:0; float:left; position:relative;}
ul#slide-list li{ list-style:none; width:14px; height:14px; float:left; margin:0 15px 0 0; display:block; }
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover, ul#slide-list li a:hover{ 	background:#AAA;	 }
ul#slide-list li a{ 	
	text-indent:-99999px;
	text-shadow:1px 1px 1px #000;
	background:#f5f6ee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:14px;
	height:14px;
	padding:0;
display:block;	 }
ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
				
				#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
					#tray-button:hover{ background-position:0 1px; cursor:pointer; }
		
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('../img/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:8px; width:100%; background:url('../img/progress-bar.png') repeat-x; }
	
	
	/* Thumbnail Navigation
	----------------------------*/	
	#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:59px; }
			#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
	
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(../img/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
			#thumb-back{ left:0; background: url('../img/thumb-back.png') no-repeat center center;}
			#thumb-forward{ right:0; background:url('../img/thumb-forward.png') no-repeat center center;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
				ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
				ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
				ul#thumb-list li:hover{ cursor:pointer; }
	


.reservations {
    background: none repeat scroll 0 0 rgba(128,128,128,0.75);
    bottom: 10px;
    color: #fff;
    padding: 15px 15px 10px;
    position: absolute;
    width: 970px;
    z-index: 100;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1200px) {
	#header.header_Small {
		top: 40px;
		margin-bottom: 50px;
	}

	#header.header_Small + .reservations {
		position: relative;
		width: 100%;
	}

	#header.header_Small #headerSlideshow .caption {
		max-width: none;
	}
}
@media (max-width: 767px) {
	.reservations {
		position: relative;
	}
	#headerSlideshow .caption {
		max-width: none;
	}
}
.reservations > div {
	float:left;
	width:50%;
}
.reservations .cuf {
	display:block;
	font-size:18px;
}
.reservations .greybutton {
	/* background:rgba(220,220,220,0.75); */
	background: white;
	display:block;
	color:#7b1b00;
	width:50%;
	margin:15px auto 0;
	padding:11px;
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;
	border: 1px solid #7b1b00;
	font-weight: 600;
}
.reservations .greybutton:hover {
	background:#FFF;
	color:#808080;
}
.reservations h2 {
	color:#FFF;
	font-size:24px;
	line-height:1em;
	top:0;
	margin:10px 0 0;
	font-weight:normal;
}
#homePage .reservations,
.interiorPage .reservations {
	position: relative;
    margin: 40px auto 40px;
    left: 0px;
    transform: none;
}
#homePage .reservations > div,
.interiorPage .reservations > div {
	width:100%;
	float:none;
}
#homePage .reservations .cuf,
.interiorPage .reservations .cuf{
	margin:7px 0;
}
#homePage .reservations h2,
.interiorPage .reservations h2 {
	display:none;
}
#homePage .reservations  >div div,
#homePage .reservations  .greybutton,
.interiorPage .reservations >div div,
.interiorPage .reservations .greybutton {
	float:left;
	width:45%;
	margin-top:0;
}

@media (max-width: 767px) {
	#homePage .reservations  >div div,
	#homePage .reservations  .greybutton,
	.interiorPage .reservations >div div,
	.interiorPage .reservations .greybutton {
		float:none;
		width:45%;
		margin: 0 auto;
	}

	#homePage .reservations  .greybutton,
	.interiorPage .reservations .greybutton {
		margin-top: 15px;
	}
}


/****************************************************
*
*		Page Content
*
****************************************************/

h1 {
	line-height:1em;
	vertical-align:bottom;
	font-size:30px;
	color:#231f20;
	text-transform:uppercase;
	font-family:"Trajan Pro", "Times New Roman", "Georgia", Times, serif;
	font-weight:300;
}


h2 {
	color:#AAA;
	font-weight:normal;
	position:relative;
	top:-20px;
	font-size:20px;	
}
h3 {
	color:#000;
	font-size:20px;	
	border-bottom:1px solid #852300;		
}

.ui-tabs-panel h2 {
	text-shadow:none;
	color:inherit;
	margin:0;
	top:0;	
}

h3.section {
    	color:#4A1300;
	margin:30px 0 10px;
	border-bottom:1px solid #4A1300;
}
h4.solid {
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3-4 */
	border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome */
	background:#458BBF;
	color:#FFF;
    font-family: Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
	padding:3px 10px;
}
h4.solid span {
	padding-left:10px;
	font-size:smaller;
	font-weight:normal;
	line-height:1.5em;
}

#lhn {
    float: left;
    padding-right: 20px;
    width: 20%;
	text-align:right;
}
#lhn ul {
	list-style:none;
	padding:0;
	margin:0;
}
#lhn li {
	padding:10px 0;	
}

#lhn a {
	color:#1A5764;
}

#lhn_content {
	border-left: 1px solid;
    float: left;
    padding-left: 20px;
    width: 75%;
}

#lhn_content h3.section {
	border-top: 1px dashed #1A5764;
	font-size:1.7em;
	text-align:left;
}

#lhn_content a.returnToTop {
	float:right;
	position:relative;
	font-size:0.8em;
	top:-1.3em;
}

ul.sitemap, ul.sitemap up {
	list-style:disc outside;	
}
ul.sitemap li {
	line-height:1.3em;
}
ul.sitemap i {
	margin-left:15px;
	display:block;
	font-size:smaller;	
}
ul.sitemap li ul {
	margin-bottom:0;
	list-style: circle;
}




.box {
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
	behavior: url(/layout/css/PIE.htc);
	position:relative;
}

.media {
	position:relative;
	z-index:1;
}
.mediaMedium.right {
	margin:0 0 20px 20px;	
}
.mediaMedium.left {
	margin:10px 20px 10px 0;	
}
.mediaSmall.right {
	margin:0 0 20px 20px;	
}
.mediaSmall.left {
	margin:0 20px 10px 0;	
}
#popeye_page .ppy-imglist li, .mediaMedium img, .mediaMedium .mediaSlideshow, #popeye_page .ppy-stage {
	height: auto;
    width: 420px;
    max-width: 100%;
}
.mediaMedium img, .mediaMedium .mediaSlideshow {
	position:relative;
	z-index:10;	
}

.mediaSmall.left img {
}
body.gts-4936-2 h1, body.gts-4936-2 h2 {
	text-align:center;
}
div.cycleFrame {
	width:450px;
	height:330px;
	float: left;
	margin-right: 30px;
	max-width: 100%;
}
.gts-4936-2 div.cycleFrame {
	float:none;
	margin:0 auto;
}
body.gts-4936-2 div.cycleFrame + div {
	clear:both;
}
.gts-4936-24 .sequentialPageSection div {
	max-width: 100%;
}

.mediaSlideshow {
	overflow:visible !important;
	height:341px !important;
	width:416px !important;		
}
.mediaSlideshow img, div.cycle > a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBE4EE;
	padding:10px;	
}

div.cycle > a img {
	max-width: 100%;
    height: auto;
    width: auto;
}
.mediaMedium .mediaBacking {

	display:none;
}

ul.thumbnailGallery {
	list-style:none;
	margin:0;
}
ul.thumbnailGallery li {
	float:left;
	margin:0 6px 21px;
}
.ui-tabs-panel ul.thumbnailGallery li {
	margin:0 25px 21px;
}
ul.thumbnailGallery img {
	padding:0px;
	width:190px;
	height:143px;
}
ul.thumbnailGallery a {
	position:relative;
}

ul.thumbnailGallery .album:after {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DBE4EE;
	content: " ";
	height: 143px;
	left: 5px;
	padding: 10px;
	position: absolute;
	top: 5px;
	width: 190px;
	z-index: -1;
}

ul.thumbnailGallery .sb-link {
	position:relative;
	display:block;
}
.sb-fullsize {
	display:block;
	text-align:center;
	font-size:9px;
}

#pageContent ul.thumbnailGallery span.thumbnailTitle {
	display:block;
	text-align:center;
	position:absolute;
	bottom:10px;
	left:10px;
	width:190px;
	color:#FFF !important;
	background:#000;
	background:rgba(0,0,0,0.5);
	font-size:9px;
	line-height:14px;
	padding:4px 0;
}
.sb-desc {
	display:none;
}
#sb-info-description { color:#FFF; font-size:16px}

select.jankoSelect {
	display:none;
}
label.jankoSelect {
	display:block;
	margin:10px 0;	
}
label.jankoSelect span {
	float:left;
	margin-left:21px;
	display:block;
	line-height:2.2em;
	font-style:italic; 
}
dl.dropdown {width:330px; margin-left:5px; float:left; position:relative; z-index:1000;max-width: 100%;}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
#pageContent .dropdown a, #pageContent .dropdown a:visited { color:#2C2C2C; text-decoration:none; outline:none;}
.dropdown a:hover { color:#2C2C2C;}
.dropdown dt a:hover { color:#2C2C2C; border: 1px solid #CCC;}
.dropdown dt a {background:#DFDFDF url(arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
				border:1px solid #CCC; width:330px; padding:5px;max-width: 100%;}
.dropdown dt a:after {				
	content: " \25BC";
	font-size:9pt;
	float:right;
	text-decoration:none !important;
}
.dropdown dt a span {cursor:pointer; display:block;}
.dropdown dd ul { background:#DFDFDF none repeat scroll 0 0; border:1px solid #CCC; color:#2C2C2C; display:none;
				  left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; width: 100%; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#CCC;}
div.cycle.mediaMedium.left {
	margin-top:20px;
	width: 100% !important;
	height: 100% !important;
}
div.cycleControlsWrapper, div.cycleFrameControls {
	width:443px;
	max-width: 100%;
}

#homePage div.cycleFrame {
	display:none !important;
}


div.cycleFrame {
	float:left;
	clear:both;
	position:relative;
	z-index:100;
}
div.cycleControlsWrapper {
	position:absolute;
	left:0;
	top:0px;
	background:rgba(251,245,221,0);
	transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-webkit-transition:  background-color .3s linear;
	-moz-transition: background-color .3s linear;
	z-index:100;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;						
}
div.cycleControlsWrapper a {
	text-decoration:none !important;
}
div.cycleFrame:hover div.cycleControlsWrapper {
	background: #F0F3F6;
	transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-webkit-transition:  background-color .3s linear;
	-moz-transition: background-color .3s linear;	
}
div.cycle a {
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	color:#013e88;
	width: 100% !important;
    height: auto !important;
}
div.cycleCaption {
	padding:5px;
	height:auto;
	font-weight:normal;
	font-size:12px;
	display:none;
	position:relative;
	float:left;					
}
div.cycleFrameControls {
	float:left;
	clear:both;
	font-weight:normal;
	font-size:12px;							
}
div.cycleFrameControls a, div.cycleFrameControls a:hover {
	text-decoration:none;
	color:#999;
}
div.cycleFrameControls .left {
	float:left;
	width:70%;
}
div.cycleFrameControls .right {
	float:right;
	width:25%;
}
.cyclePrev {
	float:left;
	width:32%;
	text-align:left;							
}
.cyclePrev:before {
	content: " \25C0";
	padding-right:4px;
}
.cycleNext {
	float:right;
	width:32%;
	text-align:right;
}
.cycleNext:after {
	content: " \25B6";							
}
.cycleEnlarge {
	float:right;
	text-align:right;						
}
.cycleStop, .cyclePlay {
	float:left;
	text-align:center;
	width:32%;							
}
.cycleStop:before {
	content: " \25A0";
	padding-right:3px;		
}
.cyclePlay:before {
	content: " \25B6";
	padding-right:3px;	 
}
.cycleTitle {
	font-weight:bold;
	padding: 0 10px 0 0;
	float:left;
}
.cycleCredit, .photoCredit {
	float:left;
	clear:both;
}


/****************************************************
*
*		Sidebar and Columns
*
****************************************************/
#pageBottomWrapper {
	width:100%;
	position:relative;
	z-index:50;
	float:left;
	background:#aeaeae;
	top: -51px;
	margin-bottom:-51px;
}
#pageBottomInnerWrapper {
	margin: 0 auto;
	position: relative;
	width: 970px;
	background:#808080;
	padding:50px 0;
	max-width: 100%;
}
.footer-col-one,
.footer-col-two,
div.bottomNav {
	float:left;
	color:#FFF;
	text-align:center;
	min-height:230px;
}
div.bottomNav {
	margin-top:15px;
}
.footer-col-two {
	padding:25px 22px 0;
	border:1px solid rgba(255,255,255,0.3);
	border-top:none;
	border-bottom:none;
	height:100%;
}
@media (max-width: 991px) {
	.footer-col-two {
		margin-top: 50px;
	}
}
.footer-col-one a,
.footer-col-two a,
div.bottomNav a {
	color:#FFF;
	text-decoration:none;
	display:inline-block;
}

.footer-col-one img {
	display: block;
	margin: 0 auto;
}

div.bottomNav ul {
	list-style: none outside none;
	margin: 0;
	position: relative;
}
div.bottomNav li {
	z-index: 10;
}

div.bottomNav a, span.simulateLink {
	display: block;
	outline: none;
	position: relative;
	z-index: 100;
	text-align: center;
	padding: 5px 17px 0;
	font-size: 15px;
	color: #FFF;
	text-decoration:none;
}
div.bottomNav a:hover {
	text-decoration:underline;
}

span.simulateLink {
	margin:15px auto;
	border:none;
}

div.bottomNav span.simulateLink {
	text-align:center;
	display:block;
}
.utah {
	clear:both;
	padding:10px 0 0;
	display:table !important;
	margin:0 auto;
}
.utah:before  {
	content:"";
	background:url(/layout/img/utah.png) no-repeat center center;
	width:30px;
	height:20px;
	padding-right:10px;
	display:inline-block;
	position:relative;
	top:5px;
}
#copyright {
	clear:both;
	font-size:12px;
	margin:0 auto;
	text-transform:none;
	position:relative;
	z-index:10;
	text-align:center;
	padding-top:50px;
	color: #BBB;
	line-height:1.5em;		
}
#copyright a {
	color: #BBB;
	font-size:12px;
}

/**********************************

Directions Map

***********************************/

#dip_map h3 {
	font-size:16px;	
}

div.directions #directions {
	overflow:auto;
	width: 860px;
	float:left;
	height:auto;
	padding-right:21px;
}
div.directions #map_canvas {
	width: 800px;
	height: 500px;
}
#map_canvas {
	max-width: 100%;
}
#directions_print {
	display:none;
}
#directions_print #directions {
	width:100%;
	height:auto;
}

div.directions #directions-distance, div.directions #directions-duration {
	font-size:32pt;
	font-weight:bold;
	line-height:1.0em;
}
div.directions > p {
	text-align:center;
}
#printDirectionsLink {
	float:left;
	padding-bottom:0px;
	height:20px;
}


/**********************************

Name: cmxform Styles

***********************************/

#communicationFormWrapper {
	width:300px;
	margin:0px auto;
}
.dip_contact_form #communicationFormWrapper  {
	width:auto;
	margin:0px auto !important;	
}
.dip_contact_form button.emailButton {
	float:left;
	clear:both;
}
#communicationFormWrapper input {
	display:block;
	float:left;
	width:200px;
}
#communicationFormWrapper .box {
	background:none;
	padding:0;
}
form.cmxform {
	font-size: 1.0em;
	color: #333;
	float:left;
}
#dip_contact_form form.cmxform, form.cmxformlarge {
	width:100%;
}
#bigCommunicationFormWrapper form.cmxform {
	width:550px;	
}

form.cmxform legend {
	padding:0 20px;
	font-weight:bold;
	line-height:2.0em;
}

form.cmxform label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	width: 50px;
	float:left;
	text-align:left;
	clear: left;
}
form.cmxformlarge label {
	clear:none;
}

form.cmxform label.error {
	margin-left: 103px;
	width: 145px;
}

#formCommunication legend, #formCommunication label {
	color: #2C2C2C;
}

form.cmxform fieldset {
	padding:20px;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	text-align:left;
	float:left;
	margin-bottom:0;
}
#contact_form_phone_evening, #contact_form_phone_day {
	width:189px !important;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
form.cmxformlarge input {
	float:right;
	margin-right:24px;
}
div.error { display: none; }
input, textarea { }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

fieldset.niceForm legend {
	font-weight:bold;
	margin:5px 10px 5px 5%;	
}

fieldset.niceForm {
	padding:21px;
}
fieldset.niceForm div.group {
	margin:0 auto;
}
fieldset.niceForm.captcha {
	text-align:center;
}
fieldset.niceForm.captcha div.group {
	width:auto;
}
fieldset.niceForm label  {
	float:left;
	width:100px;
	line-height:1.7em;
	padding:0 10px;
	text-align:right;
}
fieldset.niceForm.vertical label {
	text-align:left;
	clear:both;	
	width:auto;
}
fieldset.niceForm label.short {
	width:auto;	
}
fieldset.niceForm label.required:after {
	content:"*";
	color:#F00;	
}
fieldset.niceForm label.noStar:after {
	content:none !important;
}
fieldset.niceForm label.error {
	float:left;
	display:block;
	position:absolute;
	top:1px;
	right:0;
	width:65px;
	line-height:1em;
	font-size:x-small;	
}
fieldset.niceForm.vertical label.error {
	float:left;
	display:block;
	position:absolute;
	top:25px;
	right:-80px;
	width:65px;
	line-height:1em;
	font-size:x-small;	
}
fieldset.niceForm.vertical.uniqueEmailForm label.error {
	top:10px;
	right:-123px;
	padding:5px;
	background:#FFF;
	width:100px;
	height:20px;
}
fieldset.niceForm input, 
fieldset.niceForm select, 
fieldset.niceForm textarea,
form.cmxform input,
form.cmxform select,
form.cmxform textarea {
	float:left;
	line-height:1.5em;
	border: #0A3B47 1px solid;
	padding:3px 5px;
	margin-bottom:5px;
	width:200px;	
	background: -moz-linear-gradient(top, rgba(30,87,153,0.1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.1)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1e5799', endColorstr='#007db9e8',GradientType=0 );
	background: linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
}
fieldset.niceForm.vertical input, 
fieldset.niceForm.vertical select, 
fieldset.niceForm.vertical textarea {
	float:left;
	clear:both;	
}
fieldset.niceForm input.hasDatepicker {
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -moz-linear-gradient(top, rgba(30,87,153,0.1) 0%, rgba(125,185,232,0) 100%);
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.1)), color-stop(100%,rgba(125,185,232,0)));
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -webkit-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -o-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, -ms-linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1e5799', endColorstr='#007db9e8',GradientType=0 );
	background: url(/layout/img/calendar.jpg) no-repeat 190px center, linear-gradient(top, rgba(30,87,153,0.1) 0%,rgba(125,185,232,0) 100%);	
}
fieldset.niceForm select {
	width:auto;
	padding:2px 2px 2px 5px;		
}
fieldset.niceForm textarea {
	height:100px;
}
fieldset.niceForm input.short, fieldset.niceForm textarea.short {
	width:65px;	
}
fieldset.niceForm input.full, fieldset.niceForm textarea.full {
	width:530px;	
}
fieldset.niceForm select.normal {
	width:212px;
}
fieldset.niceForm input.required {
	border:1px solid #0A3B47;	
}
fieldset.niceForm input:focus, 
fieldset.niceForm select:focus, 
fieldset.niceForm textarea:focus,
form.cmxform input:focus,
form.cmxform select:focus,
form.cmxform textarea:focus  {
	background:#FFF;
	border:1px solid #000;
}
fieldset.niceForm input.dateTime, fieldset.niceForm #startTimeInput {
	background:	url(/layout/img/calendar_icon.gif) no-repeat right center;
	width:200px;		
}
fieldset.niceForm input.hasDatepicker:focus {
	background:	url(/layout/img/calendar_icon.gif) no-repeat 190px center #FFF;
}

fieldset.niceForm input[type="checkbox"] {
	width:auto;
	float:none;
	margin-top:5px;
}
fieldset.niceForm input.error, fieldset.niceForm select:error,  fieldset.niceForm textarea:error{ border: 1px dotted red !important; }
fieldset.niceForm div.singleFormItem {
	float:left;
	position:relative;
}
fieldset.niceForm.vertical div.singleFormItem:first-child {
	margin-right:118px;	
}
fieldset.niceForm.vertical div.singleFormItem:last-child {
	margin-right: 0 !important;	
}

fieldset.niceForm select[name="state"] {
	margin-right:20px;
}

#bigCommunicationFormWrapper label.required:after{
	content:"(required)";
	font-style:italic;
	padding:0 5px;
	font-size:0.8em;
	color:red;
}

button.emailButton {
	background: rgb(240,183,161);
	background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(51%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1)));
	background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	background: linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0 auto;
	padding:5px 15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #000;
     -moz-box-shadow: 0px 0px 3px #D87122 inset; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 3px #D87122 inset; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 3px #D87122 inset; /* Opera 10.5, IE9, Chrome 10+ */	
	behavior: url(/layout/css/PIE.htc);		
}
button.emailButton:hover{
    border-color: #6a534c rgba(21, 11, 11, 0.2)  #bdb1ad;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
	behavior: url(/layout/css/PIE.htc);		
}
button.emailButton:active {
	background-color: #6bcc69;
	background-image: -moz-linear-gradient(top, #6bcc69, #179835); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6bcc69),color-stop(1, #179835)); /* Saf4+, Chrome */
	-pie-background: linear-gradient(top, #6bcc69, #179835);
	behavior: url(/layout/css/PIE.htc);		
}
form.travelPlannerRequestForm {
	width:700px;
	margin:0 auto;
}
form.travelPlannerRequestForm label {
	width:100px;
}
form.travelPlannerRequestForm input {
	width:250px;
	float:left;
}
form.travelPlannerRequestForm fieldset > div {
	margin-bottom:24px;	
}
/****************************************************
*
*		SRP Specific Stuff
*
****************************************************/

ul.categoryKey {
	list-style:none;
	padding:24px 0 0;
	font-size:12px;
	width:39%;
	float:left;
}
ul.categoryKey:first-child {
	margin-left:48px;
	margin-right:48px;
}
ul.categoryKey li {
	margin:0 15px 20px;
	line-height:2.2em;
}
ul.categoryKey li span {
	font-size:72px;
	line-height:0.3em;
}


div.resultsSet {
	
}
div.form {
	margin: 0px 0px 24px 0px; 
	line-height: 2.5; 
	padding: 30px; 
	position:relative;
	display:block;
	background:#eee;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow:0 0 10px #999;	
}
div.form div.searchButtonWrapper {
	margin-right:60px;
	float:right;
}
div.form div.searchButtonWrapper button.searchButton {
	display:inline;
}
div.srpField {
	width:32%;
	float:left;
	margin-bottom:16px;
	min-height:50px;
}
div.srpField > label {
	float:left;
	line-height:1.5em;
	padding-right:15px;
	min-width:25%;
}
div.srpField > input,
div.srpField button.ui-multiselect {
	width:200px;
	border:1px solid #511F00;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:#FFF;
	line-height:15px;
	float:left;
	clear:both;
}
div.srpField > input {
	padding:3px 0 3px 4px;
}
div.srpField button.ui-multiselect {
	width:206px !important;	
}

div.srpField > input:hover, div.srpField > input:active, div.srpField > input:focus,
div.srpField button.ui-multiselect:hover div.srpField button.ui-multiselect:active, div.srpField button.ui-multiselect:focus {
	-moz-box-shadow: 0px 0px 2px #edc197 inset, 0 0 5px #888;
	-webkit-box-shadow: 0px 0px 2px #edc197 inset, 0 0 5px #888;
	box-shadow: 0px 0px 2px #edc197 inset, 0 0 5px #888;
}



div.resultsItem {
	width:100%;
	padding:21px 2%;
	border-top: 1px solid #DDD;
	cursor:pointer;
	text-align:center;
}
div.resultsItem:hover {
	background:#EEE !important;	
}
div.resultsItem:first-child {
	border-top:none;	
}
div.resultsItem:nth-child(odd) {
	background:#fbfbfb;
}
div.resultsItem .mediaMedium {
	
	margin:0 20px 20px 0;
}
div.resultsItem h3 {
	margin:0 0 3px;	
	font-family:"Source Sans Pro","Century Gothic","Tw Cen MT",Futura,"URW Gothic L",Arial,sans-serif;
	text-transform:uppercase;
	font-size:1.75em;
	border-bottom:none;
	text-align:left;
	padding:0 10px;	
}
div.resultsItem h3 a {
	text-decoration:none;
	line-height:1.25em;
}
div.resultsItem h3 a:hover {
	text-decoration:none;
}
ul.resultsFAQs {
	list-style:none;
	padding:0 10px;
	margin:0 ;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	color:#555;
	text-align:left;
}
div.resultsItem .media + h3 + ul.resultsFAQs {
	overflow:hidden;
}
ul.resultsFAQs li {
	float:left;
	width:33%;
	text-align:center;
	display:block;
	min-height:1em;
}
ul.resultsFAQs li.noContent {
	display:none;
}
ul.resultsFAQs li:last-child {
	text-align:right;
}
ul.resultsFAQs li:first-child {
	text-align:left;
}
ul.resultsFAQs li.file img {
	display:none;
}
div.resultsItem .media + h3 + ul.resultsFAQs li {
	text-align:left !important;
}
ul.resultsFAQs li.file a.zip:before {
	font-family:"FontAwesome";
	content: "\f0c5";
	font-style:normal;
	font-size:18px;
	text-decoration:none;
}


a.mapLink {
	display:block;
	width:35px;
	height:20px;
	float:right;
	padding-top:50px;
	text-align:center;
	margin-left:24px;
	font-size:10px;	
	top:-70px;
	right:10px;
	position:absolute;
}
a.mapLink:after {
	content:"\f041";
	font-family:"FontAwesome";
	float:left;
}
div.teaser {
	padding:10px 10px 0;
	line-height:1.5em;
	position:relative;
	text-align:left;
}
div.pagination {
	position:relative;
	margin-bottom:24px;
}
div.bottomPagination {
	margin-top:10px;
}
ul.pagination {
	display:inline;
	position:relative;
	left:50%;
	margin:0;
	float:left;
}
ul.pagination li {
	float:left;
	position:relative;
	right:50%;
	list-style:none;
	font-style:italic;
	font-size:12px;
	color:#555;
	margin-right: 6px;
}
ul.pagination li.resultCounter {
	margin-right:24px;	
}
ul.pagination li.pageLabel {
	margin-right:12px;
}
ul.pagination li.currentPage {
	padding:0 5px;	
}
ul.pagination li.pageNumber {
	font-style:normal;

}
ul.pagination li.pageNumber a {
	border: 1px solid;
	padding:2px 5px;
	text-align:center;
	position:relative;
	top:0px;
	display:block;
}
ul.pagination li.pageNumber a:hover {
	background:#e7f4f9 !important;	
}
.pagVer2 ul.pagination li.pageNumber {
	display:none;
}
ul.pagination li.paginationLast, ul.pagination li.paginationSkip_1, ul.pagination li.paginationSkip_2, ul.pagination li.paginationFirst {
	display:block !important;
}

.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:9px;line-height:17px; }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; background:#FAFAFA; }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto; max-height:175px !important; height:auto !important }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:11px; line-height:19px; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }


@media (max-width: 767px) {
	a.mapLink {
		position: relative;
	    top: 0;
	    padding: 0;
	    margin: 0 auto;
	    float: none;
	    right: 0;
	}

	ul.resultsFAQs li {
		width: 100% !important;
	}

	ul.resultsFAQs li:first-child, ul.resultsFAQs li:last-child {
		text-align: center;
	}

	#srpf_1 div.srpField, div.srpField button.ui-multiselect, div.srpField > input {
		width: 100% !important;
	}

	div.form div.searchButtonWrapper {
		float: none;
		margin: 0;
	}

	div.form div.searchButtonWrapper button.searchButton {
		display: block;
		margin: 0 auto;
	}

	button.resetButton {
		margin: 15px auto 0;
    	display: block;
	}

	div.resultsItem h3 {
		text-align: center;
	}
}

/****************************************************
*
*		DIP Specific Stuff
*
****************************************************/

dl.dip_contact_block {
	float:left;	
	margin-right:21px;
	position:relative;
	width:45%;
}

dl.dip_contact_block dt, dl.dip_multicolumn dt, dl.dip_tab_details dt {
    	color: #5D5D5D;
    	display: block;
    	font-family: 'Carrois Gothic SC',Verdana,Tahoma,"Trebuchet MS","DejuVu Sans","Bitstream Vera Sans",sans-serif;
    	font-size: 13px;
    	letter-spacing: 0.22em;
    	margin:0;
    	text-transform: uppercase;
}
dl.dip_contact_block dd, dl.dip_multicolumn dd {
	margin-bottom:7px;
}
dl.dip_tab_details {
	margin-right:21px;		
}
dl.dip_tab_details dt {
	float:left;
	clear:both;
	margin-bottom:24px;
}
dl.dip_tab_details dd {
	float:left;
	margin-left:24px;
	margin-bottom:24px;	
}
div dl.dip_contact_block .download {
	position:absolute;
	right:0;
	top:-24px;
	font-size:18px;
}
div dl.dip_contact_block .download:before {
	font-family:"FontAwesome";
	content: "\f0c5";
	position:absolute;
	left:-20px;
}

ul.keywordList {
	list-style:none;
	margin:0 0 0 1em;
	padding:0;
	clear:both;
}
ul.keywordList strong {
	color:#3E000B;
	margin:0 0 0 -1em;
}
ul.keywordList li {
	float:left;
	margin-right:1em;
}
ul.keywordList a {
	float:left;
}
.fb_iframe_widget {
	width:600px;
}


#accordion span.ui-icon {
	float:left;
}
.ui-accordion-header {
	padding:10px 0 !important;
    	background: none repeat scroll 0 0 #F0F3F6 !important;
	border:1px solid #DBE4EE !important;
	cursor:pointer;
}

.ui-accordion-header:hover {
	background:#f9fbff !important;
}

.button-link {
    border: 1px solid #999;
    border-radius: 4px;
    display: inline-block;
    margin: -3px 5px 0;
    padding: 3px 9px;
    text-decoration: none;
}
.button-link:hover,
.button-link:active {
	border-color:#4a1300;
	background-color:#f0f3f6;
}


/****************************************************
*
*		jQuery UI styles
*
****************************************************/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }




/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-tabs { position: relative; margin:15px 0 21px;; zoom: 1; width:100%; float:left; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
    margin: 0;
	position:relative;
	z-index:11;
	left:0px;
	bottom:-1px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	border:1px solid #DBE4EE;
	padding: 0;
	white-space: nowrap;
	z-index:1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
 }

.ui-tabs .ui-tabs-nav li a { 
	float: left;
	padding: .3em 1em  !important;
	text-decoration: none !important;
	color: #852300;
    	line-height: 1.2;
	border: none;
	font-weight:900;
	font-size:11pt;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    	background: none repeat scroll 0 0 #f9fbff;
	
				
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-state-hover {
	margin-bottom: 0;
	z-index:10;
	border-bottom-color:#F0F3F6;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-hover a  {
	color:#000;
	background: #F0F3F6;
	opacity:1;			
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { 
	display: block;
	width: 100%;
	padding: 21px;
    background: none repeat scroll 0 0 #F0F3F6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
   	border: 1px solid #DBE4EE;
	position:relative;
	z-index:10;
	margin-bottom:21px;	
}
.ui-tabs-panel img.border {
	margin:0 15px 10px 0 !important;
}

.ui-tabs .ui-tabs-hide { position: absolute; left: -10000px; top:-250px; }

input.ui-autocomplete-input {
	position:relative;

}
.ui-autocomplete {
	position: absolute;
	cursor: default;
	background:#fff;
	border:1px solid #000; 
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

@media (max-width: 767px) {
	.ui-tabs .ui-tabs-nav {
		display: none;
	}

	.ui-tabs .ui-tabs-hide {
		position: relative;
	    left: 0;
	    top: 0;
	}
}
dd > div > div{
	overflow: auto;
	width: 100% !important;
}
table.summaryTable{
	width: 100% !important;
}
table.summaryTable th, table.summaryTable td{
	display: table-cell;
	float: none;
	width: auto !important;
}


/* Datepicker Component containers
----------------------------------*/
.ui-datepicker.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-datepicker.ui-widget .ui-widget { font-size: 1em; }
.ui-datepicker.ui-widget input, .ui-datepicker.ui-widget select, .ui-datepicker.ui-widget textarea, .ui-datepicker.ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-datepicker.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-datepicker.ui-widget-content a { color: #222222; }
.ui-datepicker.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-datepicker.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #FFF url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/modules/widgets/ui-icons_222222_256x240.png); }


/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }


.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }

.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


/****************************************************
*
*		Shadowbox 3.0.3
*
****************************************************/


#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/layout/img/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#000;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:26px;line-height:26px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:22px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:22px;width:22px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background:url(/layout/img/media-sprites.png) no-repeat -94px center;}
#sb-nav-next{background:url(/layout/img/media-sprites.png) no-repeat -215px center;}
#sb-nav-previous{background:url(/layout/img/media-sprites.png) no-repeat -122px center;}
#sb-nav-play{background:url(/layout/img/media-sprites.png) no-repeat -153px center;}
#sb-nav-pause{background:url(/layout/img/media-sprites.png) no-repeat -183px center;}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

.ui-widget-overlay { background: #aaaaaa ; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*


/****************************************************
*
*		Popeye 2.0.4
*
****************************************************/

.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
	background-color:#FFF;
}

.ppy-placeholder {
    position:               relative;
	min-height:				310px;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

/***********************************************/
.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;
    
}
.ppy-imglist li {
/*    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;*/
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
#popeye_page .ppy-extcaption {
    width:          240px;
    display:        block;
}
#popeye_page .ppy-imglist li {
/*    width:          240px;
    height:         270px;*/
}

/* popeye example 1 */
#popeye_page.ppy-active {
/*    width:          262px;
    float:          left;
    margin:         0 20px 10px 0;*/
}

#popeye_page .ppy-outer {
/*    padding:        10px;
    border:         1px solid #e1f1a1;
    border-radius:          0 10px 10px 10px;
    -moz-border-radius:     0 10px 10px 10px;
    -webkit-border-radius:  0 10px 10px 10px;
    background:     #eff9c7;*/
	z-index:15;
	position:relative;
}

#popeye_page .ppy-stage {
/*    width:          240px;
    height:         173px;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;*/
}

#popeye_page .ppy-outer:hover,
#popeye_page.ppy-expanded .ppy-outer {
/*    border:         1px solid #d5e68e;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;*/
}
#popeye_page.ppy-expanded .ppy-stage {
		-moz-transform: none;
	-webkit-transform: none;		
	width:625px !important;

}
#popeye_page .ppy-caption {
    margin:         5px 0 0 0;
    padding:        10px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #241007;
    background:     #F7F1EA;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    visibility: visible !important;
	height:auto !important;
}

#popeye_page .ppy-caption a {
    color:          #66bde9;
}
#popeye_page .ppy-caption a:hover {
    text-decoration:underline;
}

#popeye_page .ppy-counter {
    border-bottom:  1px solid #1A5764;
    color:          #7B1212;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
}

#popeye_page .ppy-stagewrap {
/*    background:     #0c3b3d;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;*/
}

#popeye_page .ppy-loading {
    background:     #0c3b3d url(/layout/img/loading.gif) no-repeat center !important;
}

#popeye_page .ppy-nav {
	background-color: #636b87;

    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
    border-radius:          0 0 5px 5px;
    -moz-border-radius:     0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;
	
}

#popeye_page .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

#popeye_page .ppy-prev {
    width:          22px;
    background:     url(/layout/img/media-sprites.png) no-repeat -120px center;
}

#popeye_page .ppy-next {
    width:          22px;
    background:     url(/layout/img/media-sprites.png) no-repeat -210px center;
}

#popeye_page .ppy-switch-enlarge {
    width:          30px;
    background:     url(/layout/img/media-sprites.png) no-repeat -40px center;
}

#popeye_page .ppy-switch-compact {
    width:          30px;
    background:     url(/layout/img/media-sprites.png) no-repeat -85px center;
}

#popeye_page .ppy-nav a:hover {
    background-color:   #CECCC8;
    cursor:         pointer;
}

/*
 * FullCalendar v1.5.1 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Sat Apr 9 14:09:51 2011 -0700
 *
 */


.fc {
	direction: ltr;
	text-align: left;
	margin-bottom:40px;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin: 0;
	top:0;
	white-space: nowrap;
	text-shadow:none;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ccc;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #ffc !important;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border-style: solid;
	border-width: 1px 0;
	}
	
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	}
	
.fc-state-default .fc-button-inner { /* non-theme */
	border-style: solid;
	border-width: 0 1px;
	}
	
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap;
	}
	
/* icon (for jquery ui) */
	
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/* gloss effect */
	
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0;
	}
	
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9);
	}
	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	background: #F3F3F3;
	color: #000;
	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	border-color: #999;
	}
	
.fc-state-down,
.fc-state-down .fc-button-inner {
	border-color: #555;
	background: #777;
	}
	
.fc-state-active,
.fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff;
	}
	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: pointer;
	color:#FFF;
	}
.fc-event:hover .fc-event-inner {
	background-color:#3d5982 !important;	
}
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
#pageContent a.fc-event {
	text-decoration: none !important;
	}
#pageContent a.fc-event span {
	color: #FFF !important;
}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	border-color: #36c;     /* default BORDER color */
	background-color: #36c; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
	
	
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
	
.fc-corner-left .fc-event-inner {
	border-left-width: 1px;
	}
	
.fc-corner-right .fc-event-inner {
	border-right-width: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	border-top-width: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px;
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	

	
button.searchButton , a.searchButton, .searchButton{
	background: #7d0100;
	border:none;
	cursor:pointer;
	margin:12px 0 0 10px;
	padding:8px 20px;
	color:#FFF;
	text-transform:uppercase;
     -moz-box-shadow: 0px 0px 3px #D87122 inset; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 3px #D87122 inset; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 3px #D87122 inset; /* Opera 10.5, IE9, Chrome 10+ */	
	behavior: url(/layout/css/PIE.htc);			  
}	
button.searchButton:hover, a.searchButton:hover, .searchButton:hover {
	background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */

}
button.searchButton:active, a.searchButton:active, .searchButton:active {
	
     -moz-box-shadow: 0px 0px 3px #000 inset; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 3px #000 inset; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 3px #000 inset; /* Opera 10.5, IE9, Chrome 10+ */	
}
button.resetButton {
	background:none;
	border:none;	
}
button.resetButton:hover {
	text-decoration:underline;
	border:none;
}

.ad-gallery {
  width: 830px;
  max-width: 100%;
  margin: 0 0 24px 0;
}
.ad-gallery.hiddenGallery {
	position:absolute;
	left:-999999px;
}

  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 545px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
	  background:url(/layout/img/loading.gif) no-repeat center center !important;
	  width:24px;
	  height:24px;
	  border:none;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 90%  !important;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 90% !important;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        display: block !important;
        position: absolute;
        top: 47%;
        left: 10%;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        right: 10%;
        left: auto;
      }
      
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image:after, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image:after {
	content:"\f0a9";
	font-family:"FontAwesome";
	font-size:48px;
	color:#7d0100;
	line-height:1em;      
      }
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image:after {
	content:"\f0a8";	
}      
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0 !important;
      z-index: 9;
      width: 100% !important;
    }
    .ad-gallery .ad-image-wrapper .ad-image img {
    	display: block;
    	margin: 0 auto;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        padding: 7px;
        text-align: left;
        max-width: 100%;
        z-index: 2;
        background: #DFDFDF;
		opacity:0.75;
        color: #000;
		margin-bottom:0;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: 0px;
      width: 24px;
      display: block;
      background: url(/layout/img/cvb-sprites.png) -989px 30px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: 00px;
      width: 24px;
      background: url(/layout/img/cvb-sprites.png) -1070px 30px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 760px;
	  position:relative;
	  left:-4px;
	  max-width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;

        }
          .ad-gallery .ad-thumbs li a {
            display: block;
			  width:100px;
			  height:75px;			
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
			  width:100px;
			  height:75px;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
#sb-player .ad-gallery {
	margin:0 auto;
	height:650px;
	width:650px;
}
#sb-player .ad-image-description > span > span {
	float:left;
	clear:both;
}
#sb-player .ad-gallery .ad-nav .ad-thumbs {
	width:600px;
}

.introPageSection table {
	width: 100%;
}

@media (max-width: 767px) {
	#header, #header.header_Small{
		top: 45px;
	}
	#homePage .reservations, .interiorPage .reservations {
	    margin-top: 55px;
	}
	#headerSlideshow .caption, #headerSlideshow .arrow{
		display: none;
	}
	#headerSlideshow img, .header_Large #header img, .header_Large #headerContent, .header_Large #headerSlideshow, .header_Large div.anythingSlider, .header_Small #header img, .header_Small #headerContent, .header_Small #headerSlideshow, .header_Small div.anythingSlider, .header_small{
		min-height: 200px;
		object-fit: none;
    	object-position: center;
	}
}