/* Start of CMSMS style sheet 'Layout: PiedmontHouseOld' */
/*  
@Nuno Costa [criacaoweb.net]
@Since [cmsms 1.6]
@Contributors: Mark and Dev-Team
*/

.custom-wrap-x {
	width: 64em;
}

html { overflow-y:scroll; }

body {
/* default text for entire site */
	font: normal 100% Tahoma, Geneva, Arial, Helvetica, sans-serif;
/* default text color for entire site */
	color: #475031;
/* you can set your own image and background color here */
	background-color: #CC9;
	text-align: left;
}

/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #679EBC;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
.clearb {
display: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
        margin-bottom: 1em;
}
table {
	border-collapse: collapse;
}
form {
	padding: 0.6em;
}
table , iframe {
	width: 99%;
}
iframe {
	width: 99%;
        overflow-y:scroll;
}
table , iframe, form {
	border: 2px solid #475031;
	background-color: #FFE;
	margin: 0.5em auto 1em auto;
}
th, td {
	padding: 0.2em;
}
th, td {
	vertical-align: bottom;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
}
/*default link styles*/
a {
	color: #600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #F00;
}
a:visited {
	color: #633;
}
input, textarea, select {
	font-size: 0.95em;
}

/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
	border: 0.2em solid #475031;
	margin: 0.5em auto;
}
/* ------------ Header ------------ */
#header {
	height: auto;
	width: 100%;
	background-color: #475031;
}
#logo a {
	display: block;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
	float: left;
	height: 4.5em !important;
	width: 16em !important;
	background-color: #475031;
	border-color: #475031;
	border: none;
        opacity: 0.99;
}
#logo a img {
	margin: 0;
	height: 100% !important;
	width: 100% !important;
	border: none;
}
#header h3 {
	margin: 0.3em;
	float: left;
	color: #FFC;
}
/*************** Start Header-Menu *****************/
#header-menu {
	width: auto;
	height: auto;
	margin: 0;
	background-color: #CC6;
}
#header-menu .menuwrapper {
	display: block;
	clear: both;
}

#header-menu ul.primary-nav li hr.menu_separator{
        position: relative;
        visibility: hidden;
        display:block;
        width:5px;
       	margin: 0px 4px 0px;
}
#header-menu ul.primary-nav {
	width: auto;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #CC6;
}
#header-menu ul.primary-nav li {
	margin-top: 0.2em;
	float: left;
}
#header-menu ul.primary-nav li a,
#header-menu ul.primary-nav li a span {
	display: block;
	padding: 0 0.4em;
}
#header-menu ul.primary-nav li a {
	padding-left: 0;
	color: #374021;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	margin-left: 1px;
	font-size: 1.1em;
}
#header-menu ul.primary-nav li a:hover,
#header-menu ul.primary-nav li a:active,
#header-menu ul.primary-nav li a:hover span  {
	color: #900;
	text-decoration: underline;
}
#header-menu ul.primary-nav li a.menuactive, 
#header-menu ul.primary-nav li a.menuactive:hover, 
#header-menu ul.primary-nav li a.menuactive:active, 
#header-menu ul.primary-nav li a.menuactive:hover span {
	color: #374021;
	text-decoration: none;
	cursor: default;
}
#header-menu ul.primary-nav li.menuparent a.menuactive:hover, 
#header-menu ul.primary-nav li.menuparent a.menuactive:active, 
#header-menu ul.primary-nav li.menuparent a.menuactive:hover span {
	color: #FFC;
	text-decoration: underline;
	cursor: pointer;
}
#header-menu ul.primary-nav li a span {
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
}

#header-menu ul.primary-nav li a.menuactive {
	background-color: #FFC;
}

#header-menu ul.primary-nav li.menuparent a.menuactive {
	background-color: #475031;
	color: #CC6;
}
#header-menu ul.primary-nav li a {
}
#header-menu ul.primary-nav li a.menuactive span,
#header-menu ul.primary-nav li a:hover span,
#header-menu ul.primary-nav li a:focus span,
#header-menu ul.primary-nav li a:active span {
}
#header-menu ul.primary-nav li a span {
}
#header-menu ul.primary-nav .sectionheader,
#header-menu ul.primary-nav li a:link.menuactive,
#header-menu ul.primary-nav li a:visited.menuactive {
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
#header-menu ul.primary-nav li span,
#header-menu ul.primary-nav li a,
#header-menu ul.primary-nav li a:hover,
#header-menu ul.primary-nav li a:focus,
#header-menu ul.primary-nav li a:active {
/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html #header-menu ul.primary-nav {
	display: inline-block;
}
*:first-child+html #header-menu ul.primary-nav {
	display: inline-block;
}
/*************** End Header-Menu *****************/
/* ------------ End Header------------ */
/* ------------ Content ------------ */
/*************** Start Content-Menu *****************/
#content-menu {
	width: auto;
	height: auto;
	background-color: #475031;
}
#content-menu .menuwrapper {
	display: block;
	clear: both;
}

#content-menu ul.primary-nav li hr.menu_separator{
        position: relative;
        visibility: hidden;
        display:block;
        width:5px;
       	margin: 0px 5px 0px;
}
#content-menu ul.primary-nav {
	width: 100%;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}
#content-menu ul.primary-nav li {
	margin-top: 0.4em;
	float: left;
}
#content-menu ul.primary-nav li a,
#content-menu ul.primary-nav li a span {
	display: block;
	padding: 0 0.4em;
}
#content-menu ul.primary-nav li a {
	padding-left: 0;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 1px;
	color: #CC6;
}
#content-menu ul.primary-nav li a:hover,
#content-menu ul.primary-nav li a:active,
#content-menu ul.primary-nav li a:hover span  {
	color: #FFC;
	text-decoration: underline;
}
#content-menu ul.primary-nav li a.menuactive, 
#content-menu ul.primary-nav li a.menuactive:hover, 
#content-menu ul.primary-nav li a.menuactive:active, 
#content-menu ul.primary-nav li a.menuactive:hover span {
	color: #374021;
	text-decoration: none;
	cursor: default;
}
#content-menu ul.primary-nav li a span {
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
}
#content-menu ul.primary-nav li a.menuparenth,
#content-menu ul.primary-nav li a.menuactive {
}
#content-menu ul.primary-nav li.menuactive {
	background-color: #FFC;
}
#content-menu ul.primary-nav li a.menuactive span,
#content-menu ul.primary-nav li a:hover span,
#content-menu ul.primary-nav li a:focus span,
#content-menu ul.primary-nav li a:active span {
}
#content-menu ul.primary-nav li a span {
}
#content-menu ul.primary-nav .sectionheader,
#content-menu ul.primary-nav li a:link.menuactive,
#content-menu ul.primary-nav li a:visited.menuactive {
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
#content-menu ul.primary-nav li span,
#content-menu ul.primary-nav li a,
#content-menu ul.primary-nav li a:hover,
#content-menu ul.primary-nav li a:focus,
#content-menu ul.primary-nav li a:active {
/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html #content-menu ul.primary-nav {
	display: inline-block;
}
*:first-child+html #content-menu ul.primary-nav {
	display: inline-block;
}
/*************** End Content-Menu *****************/
#content {
	width: 100%;
/* all text in #content will default align left, changed in other calls */
	background: #FFC ;
}
#content  a {
	font-weight: bold;
}
#bar {
	width: auto;
	height: 40px;
	padding-right: 1em;
	padding-left: 1em;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
}
/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
/* Site Title */
h1.title {
	font-size: 1.8em;
	color: #666666;
	margin-bottom: 0.5em;
}
/* Breadcrumbs */
div.breadcrumbs {
	font-size: 80%;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Main (Right) ------------ */
#main {
	width: 75%;
	margin: 0;
}
.main-top {
	height: 15px;
	width: auto;
}
.main-main {
	width: auto;
	background: #FFC;
	padding: 20px;
}
.main-bottom {
	width: auto;
	height: auto;
}
#main h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #663;
}
#main h2 {
	font-size: 1.4em;
}
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1.2em;
	color: #475031;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main ol, div#main ul, div#main li {
	display: list-item;
}
div#main ul {
	list-style-type: square;
        margin-left: 32px;
}
div#main ol {
	list-style-type: decimal;
        margin-left: 32px;
}
/* ------------ Side Bar (Right) ------------ */
#sidebar {
	width: 25%;
}
#sidebar #address {
	margin: auto;
	width: 95%;
	margin: 1em auto;
	border: 0.2em solid #475031;
	background-color: #FFE;
}
#sidebar #address  h2 {
	font-size: 1.2em;
	line-height: 1.2;
        font-weight: bold;
	width: 95%;
	margin: 0.2em auto;
}
#sidebar #address  p {
	font-size: 0.8em;
	width: 95%;
	margin: 0.6em auto;
}
/* End  */
/* ------------ Footer ------------ */
#footer-wrapper {
	margin: 0;
}
#footer {
	color: #475031;
	font-size: 1em;
	height: auto !important;
	width: auto;
	margin: auto;
	padding: 0.5em 0;
	background-color: #CC6;
	text-align: center;
}
#footer a {
	color: #475031;
	text-decoration: none;
}
#footer div, #footer p  {
	text-align: center;
	margin: 0.2em auto;
}
#footer a:hover {
	color: #600;
	text-decoration: underline;
}
/*************** Start Footer-Menu *****************/
.footer-menu {
	width: auto;
	height: auto;
	margin: 0;
}
.footer-menu .menuwrapper {
}

.footer-menu ul.primary-nav li hr.menu_separator{
        position: relative;
        visibility: hidden;
        display:block;
        width: 0.3em;
       	margin: 0 0.3em;
}
.footer-menu ul.primary-nav {
	list-style: none;
}
.footer-menu ul.primary-nav li {
	display: inline;
}
.footer-menu ul.primary-nav li a,
.footer-menu ul.primary-nav li a span {
	display: inline;
	padding: 0;
}
.footer-menu ul.primary-nav li a:hover {
	text-decoration: underline;
}
.footer-menu ul.primary-nav li a.menuactive, 
.footer-menu ul.primary-nav li a.menuactive:hover, 
.footer-menu ul.primary-nav li a.menuactive:active, 
.footer-menu ul.primary-nav li a.menuactive:hover span {
	color: #475031;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}
.footer-menu ul.primary-nav .sectionheader,
.footer-menu ul.primary-nav li a:link.menuactive,
.footer-menu ul.primary-nav li a:visited.menuactive {
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.footer-menu ul.primary-nav li span,
.footer-menu ul.primary-nav li a,
.footer-menu ul.primary-nav li a:hover,
.footer-menu ul.primary-nav li a:focus,
.footer-menu ul.primary-nav li a:active {
/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html #page-menu ul.primary-nav {
	display: inline;
}
*:first-child+html #page-menu ul.primary-nav {
	display: inline;
}
/*************** End Footer-Menu *****************/
/* ------------ Special Content---------------*/
.bordertop {
	border-top: 2px solid #475031;
}
.borderleft{
	border-left: 2px solid #475031;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
#main table.rooms th {
      color: #CC6;
      background-color: #475031;
      font-weight: bold;
}
#main table.rooms h2 {
      color: #CCCC66;
}
.rmtype {
	width: 27%;
}
.rmdesc {
	width: 33%;
}
.rmrate1 {
	width: 40%;
}
.rmrate4 {
	width: 10%;
}
.valentine {
	background-color: #FCC;
        font-weight: bold;
        color: #630;
}
span.bedsize {
	font-size: 0.8em;
	display: block;
}
form#findreservationsform li {
        margin-bottom: 0.6em;
        text-indent: 0.1em;
}
form#findreservationsform label {
        display: inline-block;
        width: 9em;
}
form#findreservationsform label+input {
        display: inline-block;
        width: 33.5em;
}
#faq-list li{
        margin-top: 1em;
        padding: 0.25em;
}
#faq-list li h3 {
	font-size: 1em;
	font-weight: normal;
        cursor: pointer;
}
#faq-list li.selected h3 {
	font-size: 1.2em;
	font-weight: bold;
}
#faq-list li.selected {
	border: 1px solid;
        background-color: #FFE;
}
.selected .faq-anchor {
	margin-right: 1em;
}

/* ------------ END LAYOUT ---------------*/
/* End of 'Layout: PiedmontHouseOld' */

