/* :::::::initial styling ::::::::::::*/
/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset, input, textarea {font: 12px/130% Arial,Verdana, Helvetica, sans-serif;}
* {margin: 0; padding: 0;}
img {display: block; border: 0;}
p {margin: 10px 0;}
/* ::::::::end initial styling ::::::::::::*/

/* ::::::::class styling ::::::::::::*/
.hide {display: none;}
.bold {font-weight: bold;}
.block {display: block;}
.center {margin: 0 auto; text-align: center;}
.clear {clear: both;}
.white {color: #fff;}
.red {color: #f00;}
.blue {color: #00f;}
.nowrap {white-space: nowrap;}
.italic {font-style: italic;}
.left {text-align: left;}
/* ::::::::end class styling ::::::::::::*/
/* ::::::::headings ::::::::::::*/
h1 {
font-size: 1.5em;
padding: 7px 0 20px 10px;
color: #076563;
background: url(../images/hbar.jpg) repeat-x top;
}
.h1small {
font-size: 0.7em;
color: #076563;
}
h2 {
font-size: 1.2em;
padding:10px 0 8px;
color: #065755;
}
h3 {
font-size: 1.1em;
padding : 5px 0 10px;
color: #076563;
}
h4 {
font-size: 1.1em;
padding-bottom: 10px;
color: #076563;
}
/* ::::::::end headings ::::::::::::*/
/* :::::::: main layout :::::::::::::::::::*/
body {
/*text-align: center;*/
/*margin: 0 auto;*/
min-width: 71em;
background: #999; 
background: url(../images/body_bg.jpg) #d9f4f9  repeat-x top left;
}
div#wrapper {
/*text-align: left;*/
margin: 0 auto;
width: 71em;/*852px*/
background: url(../images/sky.jpg) #fff no-repeat top left;
}
div#left_col {
float: left;
width: 17.5em;
padding: 17px 0 0 10px;
/*margin-top: 1em;*/
}
div#mainarea {  
float: left;
width: 52em; 
}
div#banner {
height: 228px; 
padding-top: 65px;
}
div#content { 
padding: 0.4em 0.4em 1em; 0.2em;
/*padding-left: 5px;*/
min-height: 200px;
height: auto !important;
height: 200px;
}
div#footer {
border-top: 2px solid #ccc;
padding: 10px;
clear: both; 
background: #fff;	
text-align: center;
}
/* :::::::: end main layout ::::::::::::*/
/* :::::::: left_col ::::::::*/
ul#menu {
list-style: none;
/*padding: 10px 0 20px;
margin: 10px 0;*/
/*background: url(../images/menu.png) no-repeat;*/
}
ul#menu li {
padding-left: 0;
}
#left_col ul li a {
display: block;  
_width: 12.9em;
padding: 4px 0 4px 30px;
margin-left: 8px;
_margin-left: 8px;
background: url(../images/dot.png) no-repeat left;
text-decoration: none; 
color: #333; 
font-weight: bold;
}
ul#menu li a:hover {
color:#fff; 
background: url(../images/dot_green.png) #0ca6a6 no-repeat left;
}
div#menu_all {
width: 16.2em;
background: #d9f4f9;
margin-top: 5px;
}
div#menu_top {height: 18px; background: url(../images/menu_top.jpg) no-repeat left;}
div#menu_main {background: url(../images/menu_lft.jpg) repeat-y left;}
div#menu_btm {
background: url(../images/menu_btm.jpg) no-repeat top left;
height: 11px;
font-size: 0px;
}
div#box_all {
width: 16.2em;
background: #efefef;
margin-top: 5px;
margin-bottom: 10px;
}
div#box_top {height: 18px; background: url(../images/box_top.png) no-repeat left;}
div#box_main {background: url(../images/box_lft.png) repeat-y left;}
div#box_btm {
background: url(../images/box_btm.png) no-repeat top left;
height: 11px;
font-size: 0px;
}
#left_col address span {
display: block;
}
#left_col address {
font-style:normal;
padding-left: 15px;
}
#left_col address span.small {
font-size: 0.86em;
font-weight: bold;
}
#left_col address abbr{
color: #076563;  
font-weight: bold;
font-size: 1.1em; 
border-bottom: none;
}
/* :::::::: left_col ::::::::*/
/* :::::::: content ::::::::*/	
.right {
float: right;
margin-left: 10px;
}
img.left {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
ul.link_list{
list-style: none;
}
ul.link_list li{
list-style: none;
padding: 0.5em 0 0.2em;
border-bottom: 1px solid #a8aaa4;
}
ul.gen_list {
list-style-image: url(../images/arrow.png);
list-style-type: circle;
margin: 0 0 1em 1.2em;
}
ul.gen_list li{
padding: 0.3em 0 0.2em;
}
img.left {
float: left;
margin: 0 5px 5px 0;
border: 1px solid #ccc;
}
img.right {
float: right;
margin: 0 0 5px 5px;
border: 1px solid #ccc;
}
/* :::::::: end content ::::::::*/
/* ::::::::table ::::::::::::*/
table {
margin: 10px 0;
background: #efefef;
}
td {
/*border-bottom: 1px solid #ccc;*/
padding: 5px 5px 5px 19px;
text-align: right;
}
tr.uneven {
background: #cff;
}
td.left{font-weight: bold; padding-left:5px;}
/* ::::::::end table ::::::::::::*/
/* :::::::: links ::::::::*/
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* :::::::: end links ::::::::*/
/* :::::::: form ::::::::*/
#form {
border: 2px solid #a8aaa4;
padding: 10px;
margin: 15px auto;
width: 35.5em;
}
#form label.col {
display: block;
float: left;
width: 10em;
}
div.row, div.row1 {
margin: 5px;
float: left;
width: 35em;
}
div.rowck {
margin: 5px;
float: left;
width: 25em;
}
div.row1 {
position: relative;
z-index: 0;
}
div.row2 {margin-top: 5px;}
div.rowck {padding-left: 10em;}
div.rowck label#book_now{font-weight: bold;}
#form input.coll, #form textarea {
display: block;
float: left;
width: 24em;
border: 1px solid #999;
padding: 3px;
}
.button {/*Buttons within forms.*/
color: #fff;
background-color: #42433f;
border: 1px solid #42433f;
text-decoration: none;
margin: 5px 12px 5px 0;; 
}
div#blayout {padding-left: 10em;}
ul.box1 {
float: left;
width: 12em;
/*margin-bottom: 5px;*/
list-style: none;
}
ul.box1 li {padding: 2px 0; }
input#other_text {
width: 12em;
border: 1px solid #999;
padding: 2px;
}
input.ck_box {width: 15px;}
#form label#errortext {color: #f00;}
input#nights {
width: 2em;
border: 1px solid #999;
}
label.date1 {position: absolute; left:20.2em; top:9px; z-index:998;}
label.date2 {position: absolute; left:20.2em; top:41px; z-index:998;}
/* :::::::: end form ::::::::*/
/* :::::::: gallery ::::::::*/
div.gallery {
margin: 0 0 10px 7px;
float: left;
width: 600px;
clear: both;
}
div.gallery2, div.gallery3 {
width: 295px;
float: left;
} 
div.gallery3 {
margin-left: 10px;
_margin-left: 5px;
}
div.gallery2 img, div.gallery3 img, div.gallery img {
border: 1px solid #a8aaa4;
}
/*div.gallery p.pic_title {
padding-bottom: 10px;
margin: 0px;
text-align: center;
font-weight: bold;
}*/
/* :::::::: end gallery ::::::::*/
/* :::::::: calendar ::::::::*/
#cal1Container { display:none; position:absolute; left:84px; top:29px; z-index:1000}
#cal2Container { display:none; position:absolute; left:84px; top:61px; z-index:1000}
button#barrival, button#bdeparture {
border: 0px;
background-color: #fff;
text-decoration: none;
z-index: 0;
}
input#arrival, input#departure {
margin-top: 2px;
float: left;
width: 7em;
border: 1px solid #999;
padding: 2px;
z-index: 0;
}
/* :::::::: end calendar ::::::::*/
/* :::::::: img_container ::::::::*/
div#img_container img{
width: 93px;
border: 1px solid #ccc;
float: left;
margin-right: 9px;
}
div#img_container img.last_img {
margin-right: 0;
}
div#img_container {
width: 615px;
margin: 10px 0 20px 0;
float: left;
}
/* :::::::: end img_container ::::::::*/