body {
    behavior:url("csshover.htc");
	background-color: white;
	color: black;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12pt;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#main {
	background: url("i/sidebar_bg.gif") repeat-y 10px 0px;
	border: 1px solid #ccc;
	margin: 20px auto 0 auto;
	position: relative;
	width: 748px;
}

#header {
	background: url("i/header_bg.jpg") no-repeat;
	height: 174px;
}

/* Top Navigation */

#topnav {
	background: url("i/topnav_sep.gif") no-repeat top right;
	color: white;
	font-size: 12px;
	list-style-type: none;
	padding-right: 9px;
	position: absolute;
	top: -1px;
	right: -1px;
	font-variant: small-caps;
}

#topnav li {
	background: url("i/topnav_bg.gif") repeat-x;
	display: block;
	float: left;
	height: 26px;
	margin-right: 2px;
	text-decoration: none;
    position: relative;    
}


ul#topnav li ul.insidenav {
    display: none;
}

ul#topnav li:hover ul.insidenav {
    background: #663300;
    display: block;
    position: absolute;
    top: 23px;
    left: 0; 
    _width: 10%;
    list-style: none;
}

#topnav li:hover ul.insidenav li {
    float: none; 
    line-height: 18px;
    height: 24px;
    white-space: nowrap;
    _border: none;
    _margin-bottom: -3px;
    background: transparent !important;
}

#topnav li:hover ul.insidenav li a {
    width: 91%;
    _width: 10%;
    background: transparent !important;	
}

#topnav li:hover ul.insidenav li a:hover {
    border-left: 4px solid white;
    margin-left: -4px;
    background: transparent !important;
}

#topnav li a {
	color: white;
	display: block;
	float: left;
	height: 21px;
	padding: 3px 5px 0 5px;
	text-decoration: none;
}

#topnav li a:hover {
	background: url("i/topnav_active.gif") repeat-x;
	height: 21px;
	float: left;	
	display: block;
	padding: 3px 5px 0 5px;
	text-decoration: none;
}

#topnav li.active {
	background: url("i/topnav_active.gif") repeat-x;
	height: 26px;
	float: left;	
	display: block;
	padding: 0;
}

#topnav li.first {
	background: url("i/topnav_first.gif") repeat-x;
	float: left;	
	display: block;
	padding: 0;
	height: 26px;	
}

#topnav li.first a {
	float: left;	
	display: block;
	padding: 3px 5px 0 40px;
	height: 21px;	
}

#topnav li.first a:hover {
	background: url("i/topnav_first_active.gif") repeat-x;
	float: left;	
	display: block;
	height: 21px;	
	padding: 3px 5px 0 39px;
}

 #topnav li.first.activ {
	background: url("i/topnav_first_active.gif") repeat-x;
	display: block;
	float: left;	
	height: 26px;
	padding: 0;
}


/* Houses Navigation */

#nav {
	background: url("i/nav_bg.gif") no-repeat top left;
	color: white;
	font-size: 9pt;
	height: 37px;
	margin: 0 0 0 -1px;
	list-style-type: none;
	padding: 0 9px 0 200px;
	font-variant: small-caps;
}

#nav li {
    background: #663300;
    float: right;
    height: 27px;
    margin: 0 2px 0 0;
    position: relative;
    white-space: nowrap;
    text-align: left !important;
}

#nav li a {
	background: #663300;
	color: white;
	height: 27px;
    line-height: 27px;
	padding: 0 2px;
	text-decoration: none;
}

#nav li ul.insidenav {
     display: none;
}

#nav li a:hover, #nav li:hover a, #nav li.active a { 
    background: #E9D9C1;
    color: #663300; 
    display: block;
    _display: inline;
    _padding: 8px 2px;
    margin: 0;
    line-height: 27px !important;
}

    
#nav li:hover ul.insidenav {
    display: block;
    _width: 10% !important;
}

/* Inside Page Navigation */

#nav li:hover ul.insidenav {
    background: #E9D9C1 url("i/insidenav_bg.gif") top left no-repeat;
    padding: 5px 10px 10px 20px;
    list-style: square;
    position: absolute;
    top: 27px;
    left: 0;
}

#nav li:hover .insidenav li {
    color:  #663300;
    text-align: left;
    background: transparent;
    float: none;
    padding: 0;
    height: 20px !important; 
    _margin-bottom: -7px !important;
}

#nav li:hover .insidenav li a {
    background: transparent;
    color: #663300;
    padding: 0 5px;
    white-space: nowrap;
    _height: 1px;
}

#nav li:hover .insidenav li a:hover {
	color: #B68231;
}

#nav li:hover .insidenav li.active a {
    background: transparent !important;
    height: 27px;
    padding: 0 5px; 
    color: #B68231;
}

#nothing {
	height: 29px;
	line-height: 30px;
    clear:both;
}

/* SideBar */

#sidebar {
	background: url("i/sidebar.gif") no-repeat 10px 15px;
	float: left;
	min-height: 226px;
	width: 174px;
	padding: 0 8px 0 18px;
	margin-top: -61px;
    margin-left: -1px;
}


h4 {
	color: #663300;
	font-size: 10pt;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 10px;
}

#sidebar label {
	font-size: 8pt;
	float: left;
	padding: 2px 0 0 0;
	width: 40px;
}

#sidebar label.hotel {
	padding: 5px 0 0 0;
}

#sidebar fieldset {
	border: 0;
	margin: 5px 0;
}

#sidebar input {
	float: left;
}

#sidebar p.dot {
	float: left;
}

#sidebar input, select {
	border: 1px solid #663300;
	font-size: 7pt;
	margin:0;
}

#sidebar select {
	width: 120px;
	padding:0;
	height: 16px;
}

.box {
	margin-bottom: 20px;
}

.box img {
	float: left;
	padding: 2px 0 2px 4px;
}

.box .button {
	background: #83572b url("i/button_bg.gif") no-repeat; 
	border: 1px solid #b8741b;
	color: white;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 10px;
	height: 14px;
	margin: 10px 20px 0 0;
	padding: 1px 5px;
	text-align: center;
}

.box p a {
	font-size: 9pt;
	color: #6B532E;
}

.box p a:hover {
	text-decoration: none;
}


#sidebar a img {
	border: 1px solid black;
	background: white;
	padding: 3px;
}

/* Content */

#content {
	float: left;
	margin-left: 10px;
	padding: 5px 10px 10px 0;
	width: 523px;
}

h1, caption {
	font-size: 16pt;
	font-variant: small-caps;
	color: #B64031;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

#content p {
	font-size: 10pt;
	text-align: justify;
	text-indent: 25px;
	margin-bottom: 5px;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 10pt;
	text-align: justify;
}


/* Footer */

#footer {
	background: white url("i/footer.gif") no-repeat -2px 0;
	clear: both;
	color: #999;
	font-size: 8pt;
	width: 748px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	text-decoration: none;
}

#footer p {
	margin: 8px 0 -8px 0;
}

br.clear {
	clear: both;
	height: 0;
	font-size:0;
}

.copyrights {
	padding: 6px 0 0 6px;
}

.lang {
	border-right: 1px solid #ccc;
	float: left;
	width: 173px;
	height: 30px;
}

.crights {
	float: left;
	padding-left: 10px;
}

.authors {
	float: right;
	padding-right: 10px;
}


a .flags {
	border: 1px solid #999;
	float: left;
	margin: 5px 0 0 5px;
}

a:hover .flags {
	border: 1px solid black;
}

.credits {
	padding: 6px;
	background: #f5f5f5;
}

.credits img {
	border: 0;
	float: left;
	margin: 5px 15px 5px 5px;
}


div.img {
	float: left;
}

div.img a img {
	border: 1px solid #999;
	padding: 3px;
	margin-right: 5px;
}

div.img a:hover img {
	border: 4px solid #CCC;
	padding: 0px;
	margin-right: 5px;
}

table.rooms {
	border-bottom: 1px solid #B68231;
	border-left: 1px solid #B68231;
	font-size: 9px;
	margin-left: 0px;
	width: 100%;
}

table.rooms th {
	border-top: 1px solid #B68231;
	border-right: 1px solid #B68231;
	font-size: 9px;
	background: #F7E9D4;
	padding: 0 2px;
}

table.rooms tr td {
	border-right: 1px solid #B68231;
	border-top: 1px solid #B68231;
	text-align: center;
	padding: 1px 1px;
}

table.rooms thead td {
	background: #F7E9D4;
	font-size: 10px;
	padding: 3px 1px;
}

table.rooms thead td a, table.rooms thead td a:visited {
	background: #E9D3AF;
	color: black;
	font-size: 11px;
	margin: -3px -1px;
	padding: 3px 1px; 
	display: block;
	text-decoration: none;
}

table.rooms thead td a:hover {
	background: #B68231;
	display: block;
	color: white;
}


table.rooms thead td.active a {
	background: #B68231;
	display: block;
	color: white;
}


fieldset.legend {
	padding: 10px;
	border: 1px solid #B68231;
	margin-bottom: 10px;
}

fieldset {
	border: 0;
}

fieldset label {
	font-size: 9pt;
	float: left;
	width: 130px;
	padding-top: 3px;
}

fieldset legend {
	font-size: 10pt;
	padding: 2px 5px;
}

fieldset input, select {
	border: 1px solid #663300;
	height: 12px;
	font-size: 8pt;
	padding: 1px;
}

fieldset textarea {
	border: 1px solid #663300;
	padding: 1px 3px;
	font-size: 8pt;
}

fieldset.legend select {
	padding: 0;
	height: 14px;
	width: 115px;
}

fieldset.submit input {
	background: #83572b url("i/button_bg.gif") no-repeat; 
	border: 1px solid #b8741b;
	color: white;
	padding: 1px 3px;
	height: auto  !important;
	float: right;
	font-size: 8pt;
	cursor: pointer;
}

fieldset a img {
	border: 0;
}

.gallery {
	width: auto;
}

.gallery img {
	border: 1px solid #E9D3AF;
	margin: 0 2px;
	padding: 3px;
}

.gallery a img {
	border-color: #E9D3AF;
	
}

.gallery a:hover img {
	border-color: #B68231;
}

.map {
	margin-left: -5px;
}

.map img {
	border: 1px solid #E9D3AF;
	padding:0;
	margin:-3px -1px;
	_margin:0;
}

.map a img { 
	border-color: #E9D3AF;
}

.map a:hover img { 
	border-color: #B68231;
}

#MapBig {
	margin-left: 17px;
	_margin-left:10px;
	border:1px solid #B68231;
	display: none; 
}

#BigImage {
	border:1px solid #B68231;
}


h5 {
	margin: 10px 0 5px 0;
}

p.fields {
	text-indent: 0 !important;
	font-size: 8pt !important;
	margin: 0 !important;
}

img.webcam {
	background: white;
	border: 1px solid black;
	margin-left: 3px;
	padding: 3px;
}

p.temperature {
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-indent: 0;
	font-size: 9pt;
    margin-left: -20px;
}
	
ul.maplist {	
	
}

ul.maplist li {
	margin-left: 10px;
}

ul.maplist li.address {
	list-style-type: none;
	margin-left: -20px;
	font-weight: bold;
}

h2 {
	font-size: 10pt;
	font-variant: small-caps;
}

.calendar {
	position: absolute !important;
	
	
}