/* @group Global */

html {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
}

a {
	text-decoration: underline;
	color: #3C72B7;
}

/*don't touch this one*/

a:link, a:visited, a:active {
	
}

/*Grobal link color---rollover color only*/

a:hover {
	color: #CC0033;
	text-decoration: none;
}

/* @end */

/* @group Global fonts & Styles */

h3 span {
	color: #34A388;
}

h1 {
	color: #50514D;
	text-transform: lowercase;
	font-size: 26px;
}

h1 span {
	color: #34A388;
}

h1 span sup {
	font-size: 14px;
}

h3 {
	margin-top: 5px;
	color: #333333;
	font-size: 15px;
	height: 25px;
}

h3.first {
	margin-top: 0px;


/*

@end */
}

table {
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px 0px 12px 30px;
}

li {
	font-size: 1em;
	line-height: 1.4em;
}

TD {
	padding: 0;
	margin: 0px;
}

img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

strong {
	font-weight: bold;
}

p {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px 6px;
}

/* @end */

/* @group Forms & Data */

form {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	line-height: 12px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

td.formfield {
	text-align: right;
	vertical-align: top;
	line-height: 14px;
}

#rfp table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 8px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 6px;
	background-color: #F7F7EC;
	border: 1px solid #E0DEC7;
	color: #999999;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

.submit-button {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 6px;
	background-color: #F7F7EC;
	border: 1px solid #E0DEC7;
	color: #999999;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}



.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: 400;
	color: #666666;
	padding: 3px 8px 3px 3px;
	background-position: center;
}

.formheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D5C0;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	background-color: #F7F7EC;
	background-position: center;
	padding: 2px;
	margin: 6px 4px 9px;
	border: 1px solid #E0DEC7;
}
.data-box {
	margin: 12px 0px 10px;
	padding: 0px;
	width: 100%;
	border: 1px solid #DCDBCB;
}
.data-normaltext {
	text-align: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.data-heads {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #F2F2E5;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: center;
}

/* @end */

/* @group Containers */

#banner {
	height: 213px;
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/banner-home.jpg);
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}

#banner-subs {
	background-color: #668ECD;
	height: 70px;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #566880;
	background-image: url(../images/secondheaderimage.jpg);
	background-repeat: no-repeat;
}

#menuleft {
	width: 180px;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
	float: left;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/cont-backg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	line-height: 100%;
}

.container-table {
	margin: 0px 12px 0px 11px;
	padding: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	display: block;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
}
.container-swf {
	display: block;
	margin: 0px;
	height: 155px;
	width: 530px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* @end */

/* @group Cells */

.cells-table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cell-left {
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 190px;
	background-color: #EDEBDB;
	margin: 0px;
}

.cell-center {
	background-color: #FFFFFF;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

.cell-right {
	padding: 0px;
	width: 170px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/content-rightbackg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0DEC7;
}

.cell-right-hide {
	padding: 0px;
	width: 1px;
	border-left-style: none;
	font-size: 0px;
	line-height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

/* @end */

/* @group Contents */

.content-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	padding: 5px 5px 10px 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	color: #333333;
	background-color: #F2F2E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D5C0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D5C0;
}

.content-center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	padding: 10px 20px 10px 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
}

.content-center-tighter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	padding: 10px 10px 0px 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
}

.content-center-charttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #666666;
}

.content-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 400;
	padding: 2px 4px 2px 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #990000;
	text-align: left;
	vertical-align: top;
}

.content-tanbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	padding: 5px 5px 5px 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	color: #999999;
	background-color: #D7D5C0;
}

.content-redbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	padding: 5px 5px 5px 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	color: #E0DEC7;
	background-color: #990000;
}

/* @end */

/* @group Heads */

.head-red-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #AA273D;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE9AD;
}

.head-red-med {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #AA273D;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: block;
}

.head-red-lg {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #AA273D;
	margin: 0px 0px 5px;
	padding: 0px;
	display: block;
}

.head-red-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #E0DEC7;
	margin: 4px 0px;
	padding: 3px 0px 4px 10px;
	display: block;
	background-color: #990000;
	background-image: url(../SpryAssets/submenu.jpg);
}

.head-tan-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px 0px 4px;
	padding: 3px 0px 4px 10px;
	display: block;
	background-image: url(../images/submenu1.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.head-box-links {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	
}

.head-box-links  a:link, .head-box-links a:visited, .head-box-links a:active {
	color: #666666;
	margin: 1px 4px 4px 0px;
	padding: 4px 0px 4px 10px;
	display: block;
	background-position: 140px center;
	text-decoration: none;
	background-color: #E4E1CD;
	background-image: url(../images/arrow-red.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D3BE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D3BE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.head-box-links a:hover, .head-box-links a.current:link, .head-box-links a.current:visited {
	color: #ECEADA;
	margin: 1px 4px 4px 0px;
	padding: 4px 0px 4px 10px;
	display: block;
	background-position: 140px center;
	text-decoration: none;
	background-color: #C1B895;
	background-image: url(../images/arrow-white.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B9477;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9B9477;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
}

.head-panoicon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #AA273D;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 50px;
	display: block;
	background-image: url(../images/eye_icon-narrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DEC7;
	margin-bottom: 8px;
}
.pano-link-box {
	margin: 0;
	padding: 5px 0;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.pano-link {
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 5px 5px 6px 50px;
	background: #E0DEC7 url(../images/eye_icon.gif) no-repeat left center;
	margin: 0px;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #999999;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.pano-link:hover, 
a.pano-link:focus {
	background: #EDEBDB url(../images/eye_icon2.gif) no-repeat left center;
	color: #999999;
}

.head-tan-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #E0DEC7;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE9AD;
}

.head-tan-med {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #E0DEC7;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: block;
}




/* @end */

/* @group Font Styles */

.bold1 {
	font-weight: bold;
}

.bold-orange {
	font-weight: bold;
	color: #B58800;
}
.bold-red {
	font-weight: bold;
	color: #AE3146;
}

.bold-darker {
	font-weight: bold;
	color: #555555;
}

.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}

.bodyitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: 400;
}

.bodyitalic-indent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: 400;
	display: block;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 30px;
	color: #996600;
}

/* @end */

/* @group  Floats Boxes  */

.box-floatright {
	margin: 2px 0px 10px 20px;
	padding: 0px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	float: right;
	font-weight: 400;
	color: #333333;
	width: 285px;
}

.box-floatright-vertical {
	width: 190px;
	margin: 5px 0px 5px 20px;
	padding: 0px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	float: right;
	font-style: normal;
	font-weight: 400;
	color: #333333;
}

.box-floatright-horizontal {
	margin: 2px 0px 10px 20px;
	padding: 0px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	float: right;
	font-weight: 400;
	color: #333333;
	width: 360px;
}

.box-floatright-red {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #990000;
}

.img-box-center {
	padding: 0px;
	text-align: center;
	display: block;
}

.img-box-left {
	padding: 0px;
	text-align: center;
	display: block;
	margin: 0px;
	background-color: #FFFFFF;
}

.img-top-bot-spacer {
	background-color: #E8E5BB;
	margin: 0px 0px 10px;
}

/* @end */

/* @group Collapsible Group */

.img-collapsible-right {
	margin: 2px 0px 2px 10px;
	padding: 5px;
}

.collapsible-content-main {
	margin: 0px;
	padding: 0px;
	width: 350px;
	font-size: 1em;
	line-height: 1.6em;
	float: left;
}

.collapsible-content-right {
	width: 320px;
	text-align: left;
	vertical-align: top;
	display: block;
	float: right;
	font-size: 1em;
	line-height: 1.4em;
}

.collapsible-cont-right-photos {
	text-align: left;
	vertical-align: top;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 300px;
}

.CollapsiblePanelContent table {
	border: 1px solid #E0DEC7;
}

.CollapsiblePanelContent table th {
	padding: 2px 1px 4px;
	background-color: #F2F3ED;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.CollapsiblePanelContent table b {
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 6px;
	color: #B48700;
}

.head-CollapseSubs {
	font-weight: 400;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

/* @end */

/* @group Borders */

.border-image1 {
	background-color: #FFFFFF;
	border: 1px solid #D7D6BE;
	margin: 0px 0px 5px;
	padding: 2px;
}

.photo-floaleft {
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.photo-rooms {
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 180px;
}

/* @end */

/* @group Specials */

/*You need this at the bottom so left and right column background continues equal*/

.clearer {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

/* @end */

/* @group footer */

#footer {
	width: 960px;
	margin: 0px auto;
	padding: 8px 0px 0px;
	text-align: center;
	border-top-width: 0px;
	border-top-style: none;
	background-image: url(../images/footer-backg.jpg);
	background-repeat: no-repeat;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	height: 47px;
	background-position: center top;
}

/* @end */
.superscript {
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 100%;
	vertical-align: super;
}
iframe {
	margin: 0px;
	padding: 0px;
	height: 800px;
	width: 690px;
}

