/* Override Styles */

body {
	color: #666;
	line-height: 1.6em;
}

#wrapper {
	text-align: left;
}

#container strong {
	color: #555;
}

#container a, #container a:visited, #container a:focus { 
	color: #6F3071;
	text-decoration: none !important;
}

#container a:hover { 
	text-decoration: underline !important;
}

#contact-page em {
	color: red;
}

#main-image {
	text-align: center;
	margin-bottom: 30px;
}

#title-container {
	background: url(../images/sofa-bg.jpg) no-repeat 0 0;
	width: 945px;
	height: 419px;
}

	#title-container div {
		padding: 50px 30px 0 470px;
		overflow: hidden;
		font-size: 14px;
		color: #FFF;
	}
	
#left-box {
	float: left;
	width: 450px;
	padding: 0 20px 22px;
}

	#left-box .room-plans {
		float: right;
		margin-right: 40px;
		width: 125px;
		height: 125px;
		background: url(../images/room-layouts.gif) no-repeat 0 0;
	}
	
	#contact-us-page #left-box {
		padding-top: 20px;
	}

#right-box {
	float: right;
	margin-right: 20px;
	width: 405px;
	position: relative;
}

	#right-box #first-image {
		position: relative;
		height: 235px;
	}
	
		#right-box #first-image img {
			border: 2px solid #FFF;
			position: absolute;
			top: -54px;
		}
	
	#right-box #map {
		position: relative;
		height: 235px;
	}
	
		#right-box #map iframe {
			border: 2px solid #FFF;
			position: absolute;
			top: -54px;
		}
		
	#right-box .telephone-number {
		color: #6f3071;
		font-size: 24px;
		margin-bottom: 1em;
	}
	
	#right-box #building-image {
		margin-bottom: 1.5em;
	}
	
	building-image
	
#tertiary-images {
	overflow: hidden;
	margin-bottom: 12px;
}

	#tertiary-images ul {
		list-style: none;
		margin: 0 0 0 -9px;
		padding: 0;
	}
	
		#tertiary-images li {
			float: left;
			background: none;
			padding: 0;
			margin: 0 0 13px 11px;
		}

#resources-container {
	margin-bottom: 20px
}

div.resource {
	overflow: hidden;
	line-height: 1.4em;
	padding-bottom: 20px;
}

img.icon {
	float: left;
	padding-right: 10px;
}

div.testimonial {
	background: url(../images/testimonial-bg.gif) no-repeat 0 0;
	padding: 10px 0 0 60px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.6em;
}

div.amenities-text {
	padding-left: 54px;
}

#address-container {
	overflow: hidden;
	margin-bottom: 1em;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; font-family: "Trajan Pro", "Trajan", Serif; color: #6f3071; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; text-transform: uppercase; }
h2 { font-size: 36px; line-height: 1; margin-bottom: 0.75em; text-transform: uppercase; }
h3 { font-size: 24px; line-height: 1.5; margin-bottom: 1em; text-transform: uppercase; }
h4 { font-size: 1.2em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
h5 { font-size: 14px; font-weight: bold; display: inline; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; text-align: justify; }
p img       { float: left; margin: 0.2em 1em 0.2em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 0 1.5em 0; }

ul          { list-style-type: none; }
ul li		{ background: url(../images/bullet.gif) no-repeat 0 10px; padding-left: 12px; margin-bottom: 4px; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin: -26px 0 1.4em; width:100%; border: none; }
th          { color: #333; font-weight: bold; background: #FFF; border-bottom: 3px solid #FFF; padding: 26px 3px 6px; }
td			{ padding: 6px 10px; background: #fef4df; border-bottom: 1px solid #FFF; font-size: 12px; }
tr.even td  { background: #ffefd3; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
small		{ font-size: 12px; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* Secondary container */

#secondary-container {
	overflow: hidden;
	margin: 22px 0 0;
	font-size: 13px;
	background: url(../images/secondary-container-bg.gif) repeat-y top center;
}

	#secondary-container div {
		width: 278px;
		padding: 10px 15px;
	}

#left-column {
	float: left;
}

#middle-column {
	float: left;
}

#right-column {
	float: right;
}


/* Nav highlights */

#home-page .sf-menu #home a {
	background: #f78f1e;
    color: #FFF !important;
    border-bottom: #f78f1e;
}
	
	#home-page .sf-menu #home a:hover {
		text-decoration: none;
	}
	
#the-boardroom-page .sf-menu #the-boardroom a {
	background: #f78f1e;
    color: #FFF !important;
    border-bottom: #f78f1e;
}
	
	#the-boardroom-page .sf-menu #the-boardroom a:hover {
		text-decoration: none;
	}
	
#conference-suites-page .sf-menu #conference-suites a {
	background: #f78f1e;
    color: #FFF !important;
    border-bottom: #f78f1e;
}
	
	#conference-suites-page .sf-menu #conference-suites a:hover {
		text-decoration: none;
	}
	
#facilities-page .sf-menu #facilities a {
	background: #f78f1e;
    color: #FFF !important;
    border-bottom: #f78f1e;
}
	
	#facilities-page .sf-menu #facilities a:hover {
		text-decoration: none;
	}
	
#location-page .sf-menu #location a {
	background: #f78f1e;
    color: #FFF !important;
    border-bottom: #f78f1e;
}
	
	#location-page .sf-menu #location a:hover {
		text-decoration: none;
	}
	
#contact-us-page .sf-menu #contact-us a {
	background: #f78f1e;
    color: #FFF !important;
    border-bottom: #f78f1e;
}
	
	#contact-us-page .sf-menu #contact-us a:hover {
		text-decoration: none;
	}
	

/* Slider */

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	width: 450px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 450px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNavL, .stripNavR {
	display:none;
}

.stripNav {
	display: none;
}

/* Forms */

form {
	padding: 0;
}

input, textarea {
	border: 1px solid #CCC;
	padding: 5px;
	font-family: Courier, Arial, sans-serif; 
	font-size: 1.2em;
	margin: 0 0 20px 0;
	width: 100%;
}
	
	input.error, textarea.error {
		color: red;
	}

	input:hover, textarea:hover {
		border: 1px solid #666;
	}

	input:focus, textarea:focus {
		border: 1px solid #333;
		color: #000;
	}

input.submit {
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #444;
	font-size: 1.2em;
	width: 90px;
}

	input.submit:hover {
		background: #DDD;
		color: #000;
	}

label {
	display: block;
	clear: both;
	margin-bottom: 6px;
}

div.success {
	padding: 20px;
	border: 3px solid #dde7d0;
}


/* Footer */

#footer ul li {
	background: none;
	padding: 0;
}


