body {
 background-color: #ffffff;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 75%;
 margin: 0;
}

.left {
 float: left;
 margin-bottom: 5px;
 margin-right: 10px;
}

.right {
 float: right;
 margin-bottom: 5px;
 margin-left: 10px;
}

div#accessibility {
 display: none;
}

div.clear {
 clear: left;
 height: 0;
 line-height: 0;
}

div#overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 1;
 background-color: #ffffff;
}

div#largeimagecontainer {
 position: absolute;
 top: 0;
 left: 0;
 background-color: #ffffff;
}

div#largeimagecontainer p {
 display: none;
}

h2 {
 font-size: 1.5em;
}

h3 {
 font-size: 1.4em;
}

h4 {
 font-size: 1.3em;
}

h5 {
 font-size: 1.2em;
}

h6 {
 font-size: 1.1em;
}

/*****************/
/* SEOTop Styles */
/*****************/
div#seotop {
 display: none;
}

/********************/
/* SEOBottom Styles */
/********************/
div#seobottom {
 display: none;
}

/*****************/
/* Header Styles */
/*****************/

div#header {
 display: none;
}

/***************/
/* Menu Styles */
/***************/

div#menu {
 display: none;
}

/******************/
/* Content Styles */
/******************/

div#content h3,
div#content h4,
div#content h5,
div#content h6 {
 text-transform: lowercase;
 clear: left;
}

div#content h3 { color: #e51d5c; }
div#content h4 { color: #f99501; }
div#content h5 { color: #fefe3e; }

div#content h4.question {
 text-transform: none;
 font-size: 1.2em;
 clear: none;
}

div#content blockquote {
 margin: 2em 1em 0 1em;
}

div#content blockquote p {
 margin: .5em 0;
}

div#content p.testimonialsource {
 font-style: italic;
 margin: .5em 0 1em;
 color: #f99501;
}

div#content li {
 margin: 1em 0;
 color: #f99501;
}

div#content li span {
 color: #ffffff;
}

div#content dl {
 overflow: hidden;
}

div#content dl dt {
 width: 5em;
 float: left;
 clear: left;
 font-weight: bold;
}

div#content dl dd {
margin-left: 7em;
}

div#content address {
 margin: 1em 0;
}

div#content address .address-title {
 font-weight: bold;
}

div.roomimages img {
 border: 0;
}

/***************/
/* Form Styles */
/***************/

div#content form fieldset {
 border: 0;
 margin: 1em 0;
}

div#content form legend {
 font-size: 1.2em;
 font-weight: bold;
 text-transform: lowercase;
 color: #f99501;
}

div#content form p {
 margin: 5px 0;
 padding: 0;
}

div#content form label {
 float: left;
 clear: left;
 width: 7em;
 text-align: right;
 padding-right: 10px;
 white-space: nowrap;
}

div#content form input.text,
div#content form textarea {
 width: 180px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1em;
 padding: 2px;
}

div#content form textarea {
 height: 80px;
}

div#content .reqtxt {
 font-style: italic;
 color: #fefe3e;
}

div#content div.error ul li {
 color: #ffffff;
}

table#accesskeystable {
 border: 1px solid  white;
 border-collapse: collapse;
}

table#accesskeystable td {
 border: 1px solid white;
 padding: 2px 5px;
}

table#accesskeystable td em {
 font-style: normal;
 text-decoration: underline;
}

table#accesskeystable th {
 border: 1px solid white;
 padding: 2px 5px;
 background-color: #666666;
}

table#accesskeystable tr.highlight {
 background-color: #333333;
}

table#accesskeystable caption {
 font-size: .8em;
 font-style: italic;
 margin-bottom: .5em;
}

/**********************/
/* Right Image Styles */
/**********************/

div#rightimages {
 display: none;
}

/*****************/
/* Footer Styles */
/*****************/

div#footer {
 font-size: .85em;
}

div#footer img {
 display: none;
}

div#footer address {
 float: left;
 width: 250px;
 font-style: normal;
 margin: 0 0 1em 0;
}

div#footer address p.heading {
 color: #e51d5c;
 font-weight: bold;
}

div#footer p {
 margin: 0;
 clear: both;
}

div#footer a {
 color: #ffffff;
 text-decoration: none;
}

div#footer a:hover {
 text-decoration: underline;
}