/********** COLORS **********
	Lilac: #99C
	Blue: #006
	Light Blue: #339
	White Blue: #DDF
*/

/********** RESETS **********/
@import "reset.css";

/********** TEXT **********/
@import "text.css";

/********** SHADOWBOX **********/
@import "shadowbox.css";

/********** HTML **********/
html {	
	overflow-x: scroll;
	overflow-y: scroll;	
}

/********** BODY **********/
body {
	background: #DDF url(../images/bg.gif) repeat-x 0 -22px;
}

/********** LAYOUT **********/

/***** CONTAINER *****/
div#container {
	background: #006 url(../images/microphones.jpg) no-repeat left 100px;
	margin: 0 auto;
	width: 960px;
	box-shadow: 0 0 10px #003;
	-moz-box-shadow: 0 0 10px #003;
	-webkit-box-shadow: 0 0 10px #003;
}

/***** HEADER *****/
div#header {
	background-color: #006;
	border-bottom: 5px #339 solid;
	color: #FFF;
	height: 100px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

div#header h1 {
	height: 53px;
	margin: 10px 0 10px 17px;
	text-indent: -999em;
}

div#header h1 img {
	float: left;
}

div#header  ul a {
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.3;
	margin-right: 10px;
	text-decoration: none;
}

div#header  li {
	float: left;
}

/***** Common Links *****/
div#header ul#common-links {
	position: absolute;
	right: 10px;
	top: 10px;	
}

div#header ul#common-links a {
	color: #FFF;
	font-size: 1em;
	padding: 5px;
}

div#header ul#common-links a:hover, div#header ul#common-links a.active {
	color: #DDF;
	text-decoration: underline;
}

/***** Global Nav *****/
div#header ul#global-nav {
	height: 27px;
}

div#header ul#global-nav li {
	min-width: 120px;
	text-align: center;
}

div#header ul#global-nav a {
	color: #FFF;
	padding: 1px 20px;
}
div#header ul#global-nav a.active {
	
}

div#header ul#global-nav a:hover, div#header ul#global-nav a.active:hover {
	color: #DDF;	
}

/***** CONTENT *****/
div.content {
	background-color: #FFF;
	border-left: 1px #99C solid;
	margin-left: 240px;
	overflow: hidden;
	padding: 10px;
}

/* content-left */
div.content div.content-left {
	clear: both;
	float: left;
	margin: 10px 0;
	width: 417px;
}

/* content-right */
div.content div.content-right {
	float: right;
	margin: 10px 0;
	width: 272px;
}

/* content-both */
div.content div.content-both {
	clear: both;
	margin-top: 10px;
}

/* HTML Elements */
div.content h2 {
	color: #006;
	border-bottom: 1px solid #006;
	text-shadow: 1px 1px 2px rgba(0, 0, 102, 0.25);
}

div.content img {
	background-color: #DDF;
	border: 1px #99C solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 5px 10px;
	padding: 3px;
	float: right;
}

/* Links */
div.content a {
	color: #006;
	text-decoration: none;
}

div.content a:hover {
	color: #339;
	text-decoration: underline;
}

div.content a img:hover {
	background-color: #99C;
}

div.content a.pdf {
	background: transparent url(../images/pdf.gif) no-repeat;
	padding-left: 19px;
}

div.content a.link{
	background: transparent url(../images/link.gif) no-repeat;
	padding-left: 19px;
}

div.content .button{
	background: #006 url(../images/overlay.png) repeat-x;
	border-bottom: 1px solid #339;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	color: #FFF;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 5px 10px 6px;
	text-shadow: 0 -1px 1px #006;
}

div.content a.button:hover, div.content a.button.active  {
	background-color: #339;
	color: #FFF;
	text-decoration: none;
}

/* Lists */
div.content ul {
	margin-bottom: 10px;
}

div.content ul  li {
	font-size: 1.4em;
	font-weight: bold;
}

div.content dl.links dt {
	font-size: 1.4em;
	font-weight: bold;
}

div.content dl.links dd {
	font-size: 1.2em;
	margin-bottom: 10px;
}

/* Address */
div.content .address {
	overflow: hidden;
}
div.content .address h4 {
	float: left;
	width: 114px;
}
div.content .address h4 + h4 {
	width: 300px
}

/* Home Specific */ 
#home div.content h2 {
	border: none;
	margin: 0;
	text-align: center;
}

/* Home Action Links */
div.content div.page-links {
	text-align: center;
	margin: 20px 0;
	font-size: 1.1em;
}

/* Rooms & Contact Specific */
h3.rooms, div.content div.dept h3 {
	background: #006 url(../images/overlay.png) repeat-x;
	color: #FFF;
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.7;
	padding: 0 5px;
}

div.content div.dept div.content-left h4:nth-child(2) {
	font-weight: bold;
}

div.content div.dept h4 {
	font-weight: normal;
	margin: 0;
}

/* Table Lists */
div.content ul.table {
	clear: both;
	margin: 0 0 10px 0;
}

div.content ul.table li {
	color: #006;
	border: 1px #339 solid;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: -1px;
	overflow: hidden;
	padding-left: 5px;
}

div.content ul.table li span {
	float: left;
	text-align: center;
	width: 100px;
}

div.content ul.table li span:first-child  {
	text-align: left;
	width: 200px;
}

div.content-right ul.table li span {
	width: 46px;
}

div.content-right ul.table li span:first-child  {
	width: 80px;
}

div.content ul.table  li:first-child {
	background-color: #339 !important;
	color: #FFF;
	font-weight: bold;
}

div.content ul.table li:nth-child(2n+1) {
	background-color: #DDF;
}

div.content ul.table li h5  {
	font-size: 1em;
	margin: 0;
}

/* Terms Table */
#terms div.content ul.table li span {
	width: 200px;
}

/* Terms Font-size */
#terms div.content div.content-left {
	font-size: 80%;
}

/* VTour Div */
div.content div.vtour {
	width: 350px;
	margin: 10px auto;
}

/* Photo Gallery */
#photogallery div.content div.content-left{
	margin-top: 5px;
	width: 149px;
}

#photogallery div.content div.content-left h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
}

#photogallery div.content div.content-right{
	margin-top: 5px;
	width: 550px;
}

#photogallery div.content div.content-right ul {
	margin-bottom: 0;
}

#photogallery div.content div.content-right ul li{
	float: left;
	width: 136px;
}

/***** FORMS *****/
div.content form#contact-form div {
	clear: both;
}

div.content form#contact-form div label {
	background-color: #339;
	color: #FFF;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	height: 21px;
	margin: 0 5px 5px 0;
	padding-left: 5px;
	width: 75px;		
}

div.content form#contact-form div input/*submit button*/ {

}

div.content form#contact-form div span textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
}

div.content form#contact-form div span.message {
	font-size: 1em;
	padding-left: 5px;
}

div.content form#contact-form div span input, div.content form#contact-form div span textarea {
	min-height: 17px;
	padding: 1px;
	margin: 0 5px 5px 0;
	width: 165px;
}

div.content form#contact-form  .focus {
    	border: 1px #99C solid;
		color: #006
    }

div.content form#contact-form  .idle {
		background-color: #FFF;
		border: 1px #339 solid;
		color: #000;
    }	

/***** FOOTER *****/
div#footer {
	background-color: #006;
	border-top: 5px #339 solid;
	border-bottom: 5px #339 solid;
	color: #FFF;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

div#footer span.no {
	margin: 0 5px;
}
	
/********** IMAGE ROTATOR *********/
div.content div#image-rotators {
	overflow: hidden;
}

#home div.content div#image-rotators {
	float: none;
	/*width: 554px;550px;*/
	margin: 10px auto;
}

div.content div.rotator {
	float: left;
	position: relative;
}

div.content div.rotator ul {
	/*margin: 0 0 5px 5px;*/
	height: 86px;
	width: /*126px;*/136px;
}

div.content div.rotator ul li.show {
	z-index:  500
}

div.content div.rotator ul li {
	float: left;
	position: absolute;
	list-style: none;
	margin: 0;
}

/***** GOOGLE MAPS *****/
#map_canvas {
	border:1px solid #99C;
	height: 258px;
	margin-bottom: 5px;
	width: 417px;
}

#map_canvas .title {
	font-size: 1.5em;
	color: #060606;
}

#map_canvas .detail {
	font-size: 13px;
	color: #333;
}

#map_canvas img {
	background-color: transparent;
	float: none;
	margin-left: 0;
}

/***** TABBED CONTENT *****/
div.tab-area {
}	

div.tab-menu a {
	background: #DDF url(../images/overlay.png) repeat-x;
	border: 1px solid #339;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #339;
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 -1px 0;
	padding: 5px;
}

div.tab-menu a:hover {
	background-color: #006;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

div.tabbed-content {
	background-color: #FFF;
	border: 1px solid #339;
	display: none;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
}

div.tabbed-content.active {
	display: block;
}

/***** Page Specific Tabbed Content *****/
#capabilities div.tab-menu a.active {
	background-color: #006;
	color: #FFF;
}

#capabilities div.tab-menu a.active:hover {
	color: #FFF;
	cursor: default;
}

#virtualtour  div.tabbed-content object {
	border: 1px solid #339;
	float: left;
}

#virtualtour div.tabbed-content h3, #virtualtour  div.tabbed-content p{
	margin-left: 360px;
}

/***** Terms *****/
#terms div.content ol {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

#terms div.content p {
	font-size: 100%;
	font-weight: normal;
}

#terms div.content ol ol {
	list-style-type: lower-alpha;
	font-size: 100%;
	font-weight: normal;
	margin-left: 2em;
}

#terms div.content ol ul li {
	font-size: 100%;
	font-weight: normal;
}
