
/*-------------------------------
	RESET
	-----------------------------*/
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, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* -------------------------------
   TYPOGRAPHIC/SPACING STYLES
   ----------------------------- */ 


body {
	line-height: 1;
	background: #888;
	color: #333;
	font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.625em;
	line-height: 15px;
	text-align: center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.5em;
	vertical-align: top;
}


img {
	border: 0;
}
div {
	zoom: 1;
}
h1 {
	font-size: 2.4em;
	line-height: 1;
}
h2 {
	font-size: 2em;
	line-height: 1;
	letter-spacing: -0.05em;
	font-weight: normal;
	padding: 0 0 5px;
}
h3 {
	font-size: 1.8em;
	letter-spacing: -0.05em;
	line-height: 1;
	padding: 0 0 5px;
}
h4 {
	font-size: 1.6em;
	line-height: 1;
}
p, blockquote, label, li, td, th {
	font-size: 1.3em;
}
p {
	padding: 0 0 1em;
}
li li, li p, td p, th p {
	font-size: 1em;
}
li h2 {
	font-size: 1.4em;
}
li h3 {
	font-size: 1.2em;
}
address {
	font-style: normal;
	padding: 0;
}

acronym {
	border-bottom: 1px dotted #999;
}
acronym:hover {
	cursor: help;
}

table {
	border-collapse: collapse;
}
th {
	font-weight: normal;
	color: #ccc;
}
hr {
	clear: both;
	display: block;
	border: 0;
	height: 0;
	padding: 10px 0;
}
a {
	text-decoration: none;
	color: #e08;
	padding: 0 2px;
	margin: 0 -2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a:active {
	outline: none;
}
a:hover {
	background: #e08;
	color: #fff;
}
b, strong {
	font-weight: bold;
}
em, i {
	font-style: oblique;
}




/* -------------------------------
   GENERAL LAYOUT STYLES
   ----------------------------- */ 

.container {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	min-height: 100%;
	width: 980px;
	margin: 0 auto;
	background: #ddd url(../assets/images/construct/pagecontent_bg.gif) 50% 0 no-repeat;
}
.allContent {
	margin: 0 auto 22em;
	padding: 0 0 10px;
	display: block;
	text-align: left;
}
.footer {
	width: 960px;
	text-align: left;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	overflow: hidden;
	font-size: 1em;
	padding: 10px;
	color: #999;
}
.pageContent {
	padding: 0 10px;
	position: relative;
	overflow: hidden;
}

/* -------------------------------
   HEADER STYLES
   ----------------------------- */ 

.header {
	position: relative;
	overflow: hidden;
	font-size: 0.9em;
	padding: 5px 20px 15px;
	background: #fff url(../assets/images/construct/header_bg.gif) 50% 0 no-repeat;
}
.header h1 a:hover {
	background-color: transparent;
}
.header h1 {
	display: block;
	float: left;
	margin: 10px 0 0 5px;
}
.header h1 a {
	text-indent: -5000px;
	float: left;
	display: block;
	width: 105px;
	height: 65px;
	background: url(../assets/images/construct/logo.png) no-repeat;
}
.header #printLogo {
	display: none;
}
.searchLogin {
	float: right;
	width: 380px;
}
.vcard {
	overflow: hidden;
	padding: 0 0 10px;
}
.searchLogin .col {
	display: inline;
	float: left;
	width: 150px;
	margin: 0 40px 0 10px;
	padding: 0;
}
.searchLogin ul.col {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

.header label {
	float: none;
	display: block;
	padding: 0 3px 2px;
}
.searchLogin form {
	overflow: hidden;
}
.searchLogin .formRow {
	margin: 0 10px 0 0;
	overflow: hidden;
}
.header .formRow.password {
	float: left;
	clear: left;
}
.header .formRow, .header .formActions {
	float: left;
}
.header .formRow input {
	width: 282px;
	border: 1px solid #ccc;
	background: #f5f4f9;
	padding: 2px 2px 2px 9px;
	margin: 0;
	color: #999;
	background: #fff;
	vertical-align: text-bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}
.header .formActions input {
	width: 75px;
	background: #e08;
	border: 1px solid #905;
	margin: 0;
	font-weight: bold;
	padding: 0 2px;
	vertical-align: text-bottom;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
		line-height: 1.6em;
}

/* -------------------------------
   HERO/MAIN PANEL STYLES
   ----------------------------- */ 

.hero, .panel, .gallery {
	margin-top: 20px;
	padding: 20px;
	position: relative;
	background: url(../assets/images/construct/panels/wide_bot.png) 0 100% no-repeat;
}
.hero object, .panel .titleBlock, .panel .confTitleBlock, .hero img, .room .panel p.firstchild, .room .gallery ul {
	position: relative;
	display: block;
	margin: -40px -20px 0;
	padding: 10px 10px 0;
	background: url(../assets/images/construct/panels/wide_top.png) no-repeat;
}
.room .panel p.firstchild {
	width: 560px;
}
.wide .hero, .wide .panel, .room .hero, .room .gallery {
	background: url(../assets/images/construct/panels/supawide_bot.png) 0 100% no-repeat;
}
.wide .hero object, .wide .panel .titleBlock, .wide .hero img,
.room .hero object, .room .hero img, .room .gallery ul, .room .map img {
	background: url(../assets/images/construct/panels/supawide_top.png) no-repeat;
}
.room .map {
	height: 370px;
}
.room .panel {
	width: 560px;
	float: left;
}
.room .panel p {
	font-size: 1.4em;
	line-height: 1.3;
}
.panel .titleBlock, .panel .confTitleBlock, .hero img, .room .gallery ul, .room .map img {
	margin: -40px -20px 10px;
	padding: 15px 15px 0;
	display: block;
	list-style: none;
}
.room .map img {
	margin: 0;
	padding: 5px;
	background: transparent;
}
.room .gallery ul {
	padding-bottom: 5px;
}
.room .gallery ul.controls {
	margin: 0 auto;
	padding: 0 10px 0 15px;
	list-style: none;
	background: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 75px;
}
ul.controls li {
	float: left;
	margin: 0 5px 0 0;
}
ul.controls li a {
	display: block;
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	text-indent: -5000px;
	background-image: url(../assets/images/construct/gallery_controls.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul.controls li a#playPause {
	background-position: -20px 0;
}
ul.controls li a#playPause.paused {
	background-position: -20px -40px;
}
ul.controls li a#playPause:hover {
	background-position: -20px -20px;
}
ul.controls li a#playPause.paused:hover {
	background-position: -20px -60px;
}
ul.controls li a#prev {
	background-position: 0 0;
}
ul.controls li a#prev:hover {
	background-position: 0 -20px;
}
ul.controls li a#next {
	background-position: -40px 0;
}
ul.controls li a#next:hover {
	background-position: -40px -20px;
}

ul#floorplan-nav {
	position: absolute;
	right: 20px;
	top: 30px;
	background: transparent;
	z-index: 50;
}
#floorplan-nav li {
	float: left;
	margin: 0 10px 0 0;
}
#floorplan-nav li a {
	background: #ddd;
	color: #b05;
	white-space: nowrap;
}
#floorplan-nav li.active a {
	background: #fff;
	color: #e08;
}
#floorplan-nav li a:hover {
	background: #e08;
	color: #fff;
}
#floorplan-levels {
	position: absolute;
	height: 370px;
	width: 790px;
	left: 0px;
	top: -20px;
	padding: 10px;
	background: url(../assets/images/construct/panels/supawide_top.png) no-repeat;
}
#floorplan-ground, #floorplan-first {
	position: relative;
}
#floorplan-ground ul, #floorplan-first ul {
	background: transparent;
}
#floorplan-ground ul, #floorplan-first ul {
	background: transparent;
	position: static;
	margin: 0 0 -1em;
	padding: 0;
	z-index: 80;
}
#floorplan-ground p, #floorplan-first p {
	margin: 0;
	padding: 0;
}
#floorplan-ground ul li, #floorplan-first ul li {
	position: absolute;
	z-index: 100;
	background: url(../assets/images/construct/tour_tag_left.png) no-repeat;
	font-size: 1em;
}

#floorplan-ground ul li a, #floorplan-first ul li a {
	display: block;
	padding: 3px 10px 3px 20px;
	margin: 0 -10px 0 0;
	background: url(../assets/images/construct/tour_tag_right.png) 100% 0 no-repeat;
	white-space: nowrap;
}
#floorplan-ground ul li a:hover, #floorplan-first ul li a:hover {
	color: #e08;
	text-decoration: underline;
}
li#grnd_01 {
	left: 662px;
	top: 127px;
}
li#grnd_02 {
	left: 432px;
	top: 272px;
}
li#grnd_03 {
	left: 36px;
	top: 92px;
}
li#grnd_04 {
	left: 272px;
	top: 90px;
}
li#grnd_05 {
	left: 382px;
	top: 129px;
}
li#grnd_06 {
	left: 236px;
	top: 192px;
}
li#grnd_07 {
	left: 333px;
	top: 269px;
}
li#grnd_08 {
	left: 267px;
	top: 374px;
}
li#grnd_09 {
	left: 634px;
	top: 247px;
}
li#grnd_10 {
	left: 625px;
	top: 312px;
}
li#grnd_11 {
	left: 522px;
	top: 263px;
}
li#grnd_12 {
	left: 662px;
	top: 177px;
}
li#frst_01 {
	left: 650px;
	top: 123px;
}
li#frst_02 {
	left: 695px;
	top: 180px;
}
li#frst_03 {
	left: 644px;
	top: 259px;
}
li#frst_04 {
	left: 211px;
	top: 228px;
}
li#frst_05 {
	left: 160px;
	top: 92px;
}

.panel .confTitleBlock, .panel .titleBlock {
	padding: 20px 20px 0;
}
.room .hero {
	padding-bottom: 15px;
}
.room .hero img {
	margin-bottom: 0;
}
.room .panel p.firstchild {
	padding: 20px;
}
.hero object object {
	margin: 0;
	padding: 0;
	background: transparent;
}
.hero h1 {
	padding: 0;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
}
.gallery ul {
	z-index: 1;
}
.room .hero h1, .gallery h1 {
	position: absolute;
	top: -10px;
	left: 10px;
	padding: 10px 200px 10px 15px;
	width: 565px;
	height: auto;
	color: #fff;
	font-size: 2.8em;
	line-height: 1.2em;
	background: url(../assets/images/construct/panels/room_frame.png) no-repeat;
	z-index: 10;
}
.gallery h1 {
	background: url(../assets/images/construct/panels/gallery_frame_top.png) no-repeat;
}
.room p.bookBut {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 20;
}
.room p.bookBut a {
	padding: 5px 10px;
	background: #e08;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}
.room p.bookBut a:hover {
	background: #fff;
	color: #e08;
}
.gallery ul {
	list-style: none;
}
/*
.panel .titleBlock h1 {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #fff;
	text-shadow: 0 0 3px RGBa(0,0,0,0.5);
	font-weight: bold;
} */
.panel .titleBlock img {
	display: none;
}
/*
.panel .titleBlock span.jsFrame {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 580px;
	height: 110px;
	overflow: hidden;
	background: url(../assets/images/construct/panels/lrg_frame.png) no-repeat;
}
*/
.panel .titleBlock span.jsFrame {
	display: none;
}
.panel .textBlock {
	overflow: hidden;
}
.panel .textBlock p:first-child, .panel .textBlock p.firstchild, .room .panel p:first-child, .room .panel p.firstchild {
	font-size: 1.6em;
	line-height: 1.2em;
}
.panel .textBlock blockquote p:first-child, .panel .textBlock blockquote p.firstchild, .panel .textBlock blockquote p, .panel .textBlock li p:first-child, .panel .textBlock li p.firstchild {
	font-size: 1em;
}
.panel .textBlock blockquote {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 -0.8em;
}
.panel .textBlock blockquote p {
	padding: 0 0 1em;
	font-style: normal;
}
p cite, .testimonials p {
	font-style: oblique;
	padding: 0 0 30px;
}



/* -------------------------------
   NAVIGATION STYLES
   ----------------------------- */ 

.nav {
	width: 150px;
	float: left;
	margin: 30px 10px 10px 0;
	padding: 0 0 10px;
	background: url(../assets/images/construct/panels/nav_bot.png) 0 100% no-repeat;
	font-size: 0.9em;
}
.nav a:hover {
	background: transparent;
}
.nav ul {
	list-style: none;
	margin: 0;
	display: block;
	overflow: hidden;
	margin: -20px 0 0;
	padding: 10px 0 0;
	background: url(../assets/images/construct/panels/nav_top.png) no-repeat;
}
.nav ul ul {
	margin: 0;
	padding: 0;
	background: transparent;
	border-bottom: 0;
}
.nav ul li {
	padding: 0;
	text-transform: uppercase;
}
.nav ul ul li {
	background: transparent;
	padding: 0;
}
.nav ul li a {
	display: block;
	padding: 5px 15px;
	font-weight: normal;
	color: #239;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav ul li.selected, .nav ul li.trail {
	border-top: 1px solid #b05;
	border-bottom: 1px solid #b05;
}
.nav ul li.trail li.trail,
.nav ul li.trail li.selected {
	background: url(../assets/images/nav/selected_li.png);
	border-top: 0;
	border-bottom: 0;
}
.nav ul li.selected a, .nav ul li.trail a {
	background: url(../assets/images/nav/selected.png);
}
.nav ul li li a,
.nav ul li.selected li a,
.nav ul li.trail li a,
.nav ul li.trail li.selected li a,
.nav ul li.trail li.trail li a  {
	font-weight: normal;
	border-top: 0;
	padding-left: 35px;
	color: #239;
	background-color: transparent;
	background-image: url(../assets/images/nav/emdash.gif);
	background-position: 25px 12px;
	background-repeat: no-repeat;
}
.nav ul li.trail li.selected li a,
.nav ul li.trail li.trail li a,
  {
	background-image: none;
}
.nav ul li a:hover,
.nav ul li.selected a,
.nav ul li.trail a,
.nav ul li.trail li.selected a,
.nav ul li.trail li.trail a,
.nav ul li.trail li.trail li.selected a,
.nav ul li.selected li a:hover,
.nav ul li.trail li a:hover {
	color: #e08;
	background-position: 25px -38px;
}
.nav ul li.trail li.selected li a,
.nav ul li.trail li.trail li a {
	color: #239;
	padding-left: 45px;
	background-position: 25px 12px;
}
.nav ul li.trail li.selected a,
.nav ul li.trail li.trail li.selected a,
.nav ul li.trail li.selected li a:hover,
.nav ul li.trail li.trail li a:hover {
	color: #e08;
	background-position: 25px -38px;
}

/* -------------------------------
   MAIN CONTENT STYLES
   ----------------------------- */ 

.mainContent {
	float: left;
	width: 600px;
	overflow: hidden;
}
.mainContent.wide, .mainContent.room {
	width: 800px;
}
.auxContent {
	float: right;
	width: 200px;
	overflow: hidden;
	padding: 0;
}
.contentPanel {
	padding: 10px 10px 0;
	background: #f9f9eb;
	border: 1px solid #f0f0e2;
	overflow: hidden;
	margin: 0 10px 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mainContent ul {
	list-style-type: disc;
	padding: 0 2em 15px;
}
.mainContent ol {
	list-style-type: decimal;
	padding: 0 2em 15px;
}
.mainContent ul ul,
.mainContent ul ol, 
.mainContent ol ul, 
.mainContent ol ol {
	padding: 5px 2em;
}
.mainContent .auxContent ul {
	list-style: none;
	padding: 0;
}
.mainContent li {
	padding: 0 0 0.2em;
}

.signpostRow.hilite {
	margin: 20px 0 0;
	float: left;
	background: url(../assets/images/construct/panels/sml_hilite_row.png) 0 100% repeat-x;
}
.signpostRow {
	position: relative;
	margin: 20px 0 0;
	float: left;
	background: url(../assets/images/construct/panels/sml_bot.png) 0 100% repeat-x;
}
.signpost.hilite {
	color: #fff;
}
.signpost {
	float: left;
	margin: -20px 0 0;
	padding: 0 20px 35px;
	width: 160px;
	color: #333;
}
.auxContent .signpost {
	position: relative;
	margin: 20px 0 0;
	padding: 0 20px 3em;
	float: none;
	background: url(../assets/images/construct/panels/sml_bot.png) 0 100% repeat-x;
}
.auxContent .signpost.nolink {
	padding: 0 20px 10px;
}
.signpost.hilite .img {
	background: url(../assets/images/construct/panels/sml_hilite_top.png) no-repeat;
}
.signpost .img, .auxContent .signpost h2, .auxContent .signpost ul {
	position: relative;
	padding: 20px 20px 5px;
	margin: 0 -20px;
	width: 160px;
	background: url(../assets/images/construct/panels/sml_top.png) no-repeat;
}
.mainContent .signpost ul.links, .auxContent .signpost ul.links,
.mainContent .signpost.links ul, .auxContent .signpost.links ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	top: 0;
	background: url(../assets/images/construct/aux_rule.gif) no-repeat;
}
.mainContent .signpost ul.links li, .auxContent .signpost ul.links li,
.mainContent .signpost.links ul li, .auxContent .signpost.links ul li {
	display: block;
	padding: 0 0 5px;
	margin: 0 0 5px;
	background: url(../assets/images/construct/aux_rule.gif) 0 100% no-repeat;
	font-size: 1.2em;
	overflow: visible;
}
.auxContent .signpost h2, .auxContent .signpost ul {
	margin: 0 -20px -20px;
	padding: 15px 20px 5px;
	top: -20px;
}
.auxContent .signpost ul h2 {
	top: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #999;
}
.auxContent .signpost ul ul {
	list-style-type: disc;
	margin: 0 0 15px;
	padding: 0 20px;
	top: 0;
	background: transparent;
}
.auxContent .signpost ul ul li {
	background: transparent;
	padding: 0;
	margin: 0;
	overflow: visible;
	display: list-item;
}
.auxContent .signpost ul ul li a {
	display: inline;
}
.auxContent .signpost ul li {
	padding: 0 0 10px;
	width: auto;
	height: auto;
	background: url(../assets/images/construct/aux_rule.gif) 50% 100% no-repeat;
	margin: 0 0 10px;
	overflow: hidden;
}
.auxContent .signpost caption {
	background: #666;
	color: #eee;
	padding: 3px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.auxContent .signpost table {
	width: 100%;
	background: #666;
	color: #eee;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.auxContent .signpost table th,
.auxContent .signpost table td {
	padding: 3px;
	text-align: center;
}
.auxContent .signpost table tbody td {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}
.auxContent .signpost table tfoot td {
	border-top: 1px solid #eee;
	text-align: left;
}

.signpost .img a {
	display: block;
	margin: -5px -5px 0;
	padding: 0;
}
.signpost .img span.jsFrame {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 180px;
	height: 30px;
	overflow: hidden;
	background: url(../assets/images/construct/panels/sml_frame.png) no-repeat;
}
.signpost.hilite .img span.jsFrame {
	height: 60px;
	background: url(../assets/images/construct/panels/sml_hilite_frame.png) no-repeat;
}
.signpost .img img {
	display: block;
}
.signpost.hilite .img h2 a {
	background-color: #eee;
}
.signpost.hilite .img h2 a:hover {
	background-color: #e08;
}
.signpost .img h2 a, .auxContent .signpost h2 a {
	padding: 5px;
	margin: 0 -5px;
	display: block;
	background: url(../assets/images/nav/selected.png);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.auxContent .signpost h2 a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.signpost .img p {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 70px 0 10px;
	color: #fff;
}
.signpost .moreinfo {
	padding: 0;
	font-size: 1.1em;
	margin: 0 -5px;
	position: absolute;
	bottom: 1.4em;
	width: 170px;
}
.signpost .moreinfo p {
	padding: 0;
	font-size: 1em;
}
.signpost.hilite .moreinfo a {
	color: #fff;
}
.signpost .moreinfo a {
	color: #e08;
	display: block;
	padding: 5px;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	background: url(../assets/images/nav/selected.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.signpost .shout a {
	color: #e08;
	display: block;
	padding: 5px;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.signpost .moreinfo a:hover, .signpost h2 a:hover {
	background: #e08;
	color: #fff;
}
p.title, p.pre, .pagination p {
	color: #999;
	padding: 0;
}
.articleClip {
	background: url(../assets/images/construct/aux_rule.gif) 50% 100% no-repeat;
	margin: 0 0 10px;
}
.mainContent .articleClip {
	background: url(../assets/images/construct/main_rule.gif) 50% 100% no-repeat;
}
.auxContent .articleClip {
	font-size: 0.9em;
}
.auxContent .articleClip h3 {
	font-size: 1.4em;
	letter-spacing: 0px;
	line-height: 1.2em;
}
.auxContent .articleClip h3 a {
	display: block;
}
.mainContent .articleClip h2 {
	padding: 0 0 5px;
}
.blog .articleClip {
	overflow: hidden;
	padding-bottom: 10px;
}
.blog .articleClip img, .panel .articleClip img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
.blog .articleClip p {
	padding-left:190px;
}
.panel .shareLinks {
	overflow: hidden;
	padding-bottom: 10px;
}
.blog .articleClip p.pre, .panel .shareLinks p {
	padding-left: 0;
}

.panel .shareLinks ul,
.footer .shareLinks ul {
	color: #999;
	float: left;
	list-style: none;
	padding: 0 5px 0 0;
}
.footer .shareLinks ul {
	padding: 5px 0;
}
.panel .shareLinks ul li,
.footer .shareLinks ul li {
	float: left;
	margin: 0 5px 0 0;
}
.panel .shareLinks ul li a,
.footer .shareLinks ul li a {
	display: block;
	width: 16px;
	height: 14px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.panel .shareLinks ul li a:hover,
.footer .shareLinks ul li a:hover {
	background-color: transparent;	
}
.shareLinks ul li.delicious a {
	background-image: url(../assets/images/construct/share_delicious.gif);
}
.shareLinks ul li.digg a {
	background-image: url(../assets/images/construct/share_digg.gif);
}
.shareLinks ul li.facebook a {
	background-image: url(../assets/images/construct/share_fb.gif);
}
.shareLinks ul li.reddit a {
	background-image: url(../assets/images/construct/share_reddit.gif);
}
.shareLinks ul li.stumbleupon a {
	background-image: url(../assets/images/construct/share_su.gif);
}
.mainContent ul.signposts {
	padding: 0;
	list-style: none;
}
.auxContent li, ul.signposts li {
	display: block;
	position: relative;
	width: 170px;
	height: 100px;
	padding: 15px;
}
ul.signposts li {
	float: left;
}
.auxContent li a, ul.signposts li a {
	display: block;
}
.auxContent li p, ul.signposts li p, .auxContent li.phone div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 200px;
	height: 130px;
	background-image: url(../assets/images/construct/panels/signpost_frame.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	line-height: 1.2em;
}
.auxContent li.phone div, ul.signposts li.phone div {
	padding: 20px;
	width: 160px;
	height: 90px;
	color: #fff;
	background-image: url(../assets/images/construct/panels/sml_phone_frame.png);
}
.auxContent li.phone p {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: transparent;
}
.auxContent li.phone h2 {
	font-size: 1.7em;
	line-height: 1.2em;
}
.auxContent li p a, ul.signposts li p a {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 160px;
	background: url(../assets/images/construct/panels/signpost_link_bg.png);
	color: #fff;
	padding: 5px;
	line-height: 1;
	margin: 0 15px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.auxContent li p a:hover, ul.signposts li p a:hover {
	color: #e08;
}
.auxContent li img, ul.signposts li img {
	z-index: 1;
}
.auxContent li p.hover, ul.signposts li p.hover {
	background-position: -200px 0;
}

.articleImg {
	border: 1px solid #ccc;
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	width: 268px;
}
.articleImg img {
	display: block;
}
.articleImg p {
	padding: 2px 5px;
	font-size: 1.2em;
	color: #999;
}

.mainContent ul.pagination {
	list-style: none;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 0 -5px;
}
.mainContent ul.pagination li {
	float: left;
	margin: 0 5px 0 0;
}
.mainContent ul.pagination li a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
}
.mainContent ul.pagination li.prev a {
	margin-left: -5px;
}
.mainContent ul.pagination li span {
	display: block;
	padding: 0 5px;
	margin: 0 -2px;
	font-weight: bold;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mainContent table.capacities {
	width: 100%;
}
.mainContent table.capacities td,
.mainContent table.capacities th {
	padding: 2px;
	vertical-align: bottom;
	border-bottom: 1px solid #eee;
}
td.cap, th.cap {
	text-align: right;
	width: 12%;
}
.mainContent table.capacities tr:hover td {
	background: #eee;
}


/* -------------------------------
   FOOTER STYLES
   ----------------------------- */ 

.footer {
	background: #223;
	font-size: 0.9em;
}
.footerRow {
	margin: 20px 0 0;
	float: left;
	background: url(../assets/images/construct/panels/footer_row_bot.png) 0 100% no-repeat;
	position: relative;
}
.footer h2 {
	font-size: 1.4em;
	letter-spacing: normal;
	font-weight: bold;
}
.footer ul {
	list-style: none;
}
.footer .copyrightLinks {
	float: left;
	width: 300px;
	padding: 10px 40px 10px 10px;
	margin: -20px 20px 0 0;
	background: url(../assets/images/construct/panels/footer_panel_wide_top.png) no-repeat;
}
.footer .panel {
	position: static;
	float: left;
	width: 160px;
	padding: 10px;
	margin: -20px 20px 0 0;
	background: url(../assets/images/construct/panels/footer_panel_top.png) no-repeat;
}
.footer .panel.last {
	margin: -20px 0 0 0;
}

/* -------------------------------
   FORM STYLES
   ----------------------------- */ 


.auxContent .signpost input#s {
	width: 113px;
	border: 1px solid #ccc;
	background: #f5f4f9;
	padding: 2px 2px 2px 9px;
	margin: 0;
	color: #999;
	background: #fff;
	vertical-align: text-bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
.auxContent .signpost input#searchsubmit,
.contactDetails p input {
	width: 30px;
	background: #e08;
	border: 1px solid #905;
	margin: 0;
	font-weight: bold;
	padding: 0 2px;
	text-transform: uppercase;
	vertical-align: text-bottom;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}
.contactDetails p input {
	width: 75px;
}
.submit_container input {
	width: auto;
	padding: 2px 15px;
}
p.error {
	color: #900;
	padding: 0;
}
.contactMessage legend {
	display: none;
}
.contactMessage .formRow {
	overflow: hidden;
	margin: 0 0 5px;
}
.contactMessage .formRow label {
	display: block;
	width: 90px;
	float: left;
	text-align: right;
}
.contactMessage .formRow input, .contactMessage .formRow select {
	display: block;
	width: 434px;
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
	background: #f5f4f9;
	padding: 2px;
	margin: 0;
	color: #999;
	background: #fff;
	vertical-align: text-bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}
.contactMessage .formRow select {
	width: 440px;
	padding: 0;
}
.contactMessage .formRow textarea {
	display: block;
	width: 434px;
	height: 15em;
	float: right;
	border: 1px solid #ccc;
	background: #f5f4f9;
	padding: 2px;
	margin: 0;
	color: #999;
	background: #fff;
	vertical-align: text-bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}
.contactMessage .formRow input:focus,
.contactDetails .formRow input:focus,
.contactDetails .formRow select:focus,
.contactMessage .formRow textarea:focus,
.contactDetails .formRow textarea:focus {
	border: 1px solid #e08;
	color: #333;
	background: #eee;
}
.contactMessage .enquiry {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.contactMessage .enquiry .formRow label {
	float: none;
	width: auto;
	text-align: left;
}

.contactDetails .formColumn {
	width: 270px;
	float: left;
	margin: 0 20px 0 0;
}
.contactDetails .formColumn.last {
	margin: 0;
}
.contactDetails legend {
	display: none;
}
.contactDetails .formRow, .form .widget {
	overflow: hidden;
	margin: 0 0 5px;
}
.contactDetails .formRow label {
	display: block;
}
.contactDetails .formRow label span,
.contactDetails .formRow label.address-line-2 {
	display: none;
}
.form .widget span {
	font-size: 1.3em;
}
.contactDetails .formRow input, .contactDetails .formRow select, .contactDetails .formRow textarea,
.form .widget input, .form .widget select, .form .widget textarea {
	display: block;
	width: 264px;
	border: 1px solid #ccc;
	background: #f5f4f9;
	padding: 2px;
	margin: 0;
	color: #999;
	background: #fff;
	vertical-align: text-bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}
.contactDetails .formRow select,
.form .widget select {
	width: 270px;
	padding: 0;
}
.contactDetails .formRow.check input,
 .contactDetails .formRow.check label,
 .contactDetails .formRow .checkbox input,
 .contactDetails .formRow .checkbox label {
	width: auto;
	display: inline;
	vertical-align: middle;
	border: 0;
}
.contactDetails .formRow textarea,
.form .widget textarea {
	height: 150px;
}



#googlemap {
	width: 570px;
	height: 400px;
	margin: 0 -5px 10px;
}
#directions {
	width: 220px;
	float: left;
	font-size: 0.9em;
}
#directions table {
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

#ui-datepicker-div {
	background: #eee;
	width: 248px;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e08;
	display: none;
}
#ui-datepicker-div table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#ui-datepicker-div table td,
#ui-datepicker-div table th {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	width: 14%;
}
#ui-datepicker-div table td a {
	display: block;
	margin: 0;
	padding: 0;
}
.ui-datepicker-prev {
	float: left;
}
.ui-datepicker-next {
	float: right;
}


/* -------------------------------
   GENERAL LAYOUT TRICKERY
   ----------------------------- */ 

.hide {
	visibility: hidden;
}
.remove, .invisible {
	display: none;
}
p.nospace {
	padding-bottom: 0.2em;
}

#ddp {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 88px;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -5000px;
	padding: 0;
}
#ddp a {
	display: block;
	margin: 0;
	padding: 0;
	width: 88px;
	height: 12px;
	background: transparent url(../assets/images/construct/ddp.png) no-repeat;
}
#ddp a:hover {
	background-position: 0 -12px;
}


