html, body { 
	margin: 0; 
	padding: 0; 
}

/*body {font: 13px Georgia, "Times New Roman", Times, serif;}*/
body {font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;}

a:link {
	color: #34628F;
}

a:visited {
	color: #8F3452;
}

a:active {
	background: #F2F7FC;
	color: #263090;
}

a:hover {
	background: #F2F7FC;
	color: #263090;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted !important;
}

h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}

ul, ul li {
	list-style-type: none;
}

label {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #7AA3CF;
}

.labell {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	color: #7AA3CF;
	width: 110px;
	float: left;
}

fieldset {
	border: 1px solid #38638d;
	padding: 10px;
	margin-bottom: 5px;
}

legend {
	font-size: 17px;
	color: #38638d;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

textarea, input, select {
	background: #F7FDFF;
	border: 1px solid #1F4870;
	color: #1F4870;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1px;
	padding: 2px;
}

.submit input, .submit input:focus, .button {
	background-color: #F7FDFF;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
}

.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.submit{
	text-align: left;
}

.required {
	background: #fef8f8;
	border: 1px solid #830b0b;
}

#pagewidth { 
	margin: auto;
	width: 900px;
	/*width: 100%;
	margin: auto;*/
} 

#header {
	position: relative; 
	height: 120px; 
	background: #DFF1FC url('../images/bgheader.jpg') no-repeat; 
	width: 100%;
} 

#header h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 6px;
}

#header h1 a {
	display: block;
	width: 194px;
	height: 88px;
	background: url('../images/logophg.gif') no-repeat
}

#header span {
	 display: none;
}


#menu1st {
	float: left;
	width: 100%;
	line-height: normal;
	position: absolute;
	bottom: 0px;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

#menu1st ul, #menu2nd ul {
	margin: 0;
	padding: 10px 0 0 10px;
}

#menu1st li {
	float: left;
	background: url("../images/left.gif") no-repeat left top;
	margin: 0 0 0 2px;
	padding: 0 0 0 9px;
}

#menu1st a {
	display: block;
	background: url("../images/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	color: #214C7B;
}

#menu1st a:hover {
	color: #5D83AD;
}
	
#menu2nd {
	position: absolute;
	bottom: -25px;
	width: 100%;
	background: #214C7B;
	height: 25px;
	text-align: right;
}

#menu2nd ul {
	padding: 4px 10px 4px 0;
	margin: 0;
}

#menu2nd li {
	display: inline;
}

#menu2nd a {
	font-size: 12px;
	padding: 4px 6px;
	margin-top: 4px;
	text-decoration: none;
	color: #FDFDAA;
	font-size: 11px;
}

#menu2nd a:hover {
	color: #FFF;
	background: transparent !important;
}

#wrapper {
	margin-top: 35px;
}

#leftcol {
	width: 170px;
	float: left;
	position: relative;
}

#rightcol {
	width: 150px;
	float: right;
	position: relative;
}

#rightcol h3 {
	margin-bottom: 5px;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #BFD0EF;
	font-size: 17px;
	color: #1F4870;
}

#rightcol ul {
	border: 0;
	margin: 0;
	padding: 0;
}

#rightcol li {
	border-bottom: 1px dashed #BFD0EF;
	margin-left: 5px;
}

#rightcol li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #4A7CAE;
	font-weight: bold;
	font-size: 13px;
}

#rightcol a:hover {
	background: #F2F7FC;
	color: #263090;
}

#rightcol p {
	padding: 4px 10px 4px 0;
	margin: 0;
	font-weight: bold;
}
#rightcol fieldset {
	border: 1px solid #38638d;
	padding: 0px;
}
#rightcol legend {
	font-size: 15px;
	color: #38638d;
	font-weight: bold;
}

#maincol {
	width: 553px;
	float: left;
	text-align: justify;
	position: relative;
	padding: 0 12px;
} 

#maincol h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #C0D0F0;
	color: #1F476F;
}
	
#maincol h3, #maincol h4, #maincol h5 {
	margin: 5px 0;
	padding: 2px 0;
	color: #204870;	
}

#maincol p {
	margin-top: 8px;
	margin-bottom: 8px;
}

#maincol form {
	margin: 0
}
	
#footer {
	border-top: 1px solid #38638D;
	clear: both;
	text-align: center;
	padding-top: 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
} 

#navbottom {
	margin: 5px auto;
	width: 90%;
}

#footerinfo {
	clear: both;
}

#inforooms {
	float: right;
	margin: 4px 0 4px 4px;
	width: 45%;
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
}

#inforooms td, #inforooms th {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	padding: 2px;
}

#inforooms th {
	background: #E6EDF5;
	font-weight: bold;
	color: #4F76A3;
}

#lodgeimg, .lodgeserv {
	padding: 5px;
	border: 1px solid #BFD0EF;
	background: #F2F7FC;
	width: 180px;
	height: 180px;
}

.lodgeserv {
	width: 160px !important;
	height: 160px !important;
}

.lodgeserv:hover {
	background: #DDEAF7;
}

.inforoom {
	width: 95%;
	margin: auto;
}

.inforoom td, .inforoom th {
	border: 0 !important;
	font-size: 11px;
}

.inforoom th {
	border-bottom: 1px solid #D4E0EE !important;
	background: #F7F9FC !important;
}

#inforooms img {
	padding: 3px;
	border: 1px solid #BFD0EF;
	background: #F2F7FC;
	width: 120px;
	height: 120px;
	margin: 3px;
}

#inforooms a:hover img {
	background: #DDEAF7;
}

#inforooms h5 {
	background: #F7F9FC;
	border-bottom: 1px solid #D4E0EE;
}

.listlodge, .pricesforlodge {
	width: 100%;
	margin: 10px auto;
	border: 1px solid #F5E0CC;
	border-width: 1px 1px 0 0;
}

.listlodge th, .listlodge td {
	border: 1px solid #F5E1CF;
	border-width: 0 0 1px 1px;
}

.listlodge th {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	height: 24px !important;
	line-height: 24px;
	background: #F5E1CF url(../images/bgthlodg.gif) repeat-x;
}

.listlodge th a {	
	color: #A56E38;
	text-decoration: none;
}

.listlodge th a:hover {
	
}

.listlodge td {padding: 6px;}

.listlodge td a img {
	border: 1px solid #F5E1CF;
}

.listlodge td a:hover img {
	border: 1px solid #CBA784;
}

.listlodge td img {
	width: 80px;
	height: 80px;
	float: right;
	margin-left: 7px;
}

.listlodge .prices {
	width: 40%;
}

.pricesforlodge {
	width: 100%;
	margin: auto;
} 

.pricesforlodge td, .pricesforlodge th {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.acenter {text-align: center;}
.aright {text-align: right;}

.colsp {
	width: 30%;
}

.divider {
	margin: auto;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #C0D0F0;
}

.req {
	font-weight: bold;
	color: #FF0000;
}

.edit { color: #FF0000 !important; font-size: 80%;}

/**** Float containers fix *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

#url {
	color: #999999;
}

#pics {
	float: left;
	text-align: center;
	padding: 5px 10px 0 5px;
	font-size: 90%;
	color: #853D27;
}
#pics img, .pic {
	padding: 4px;
	border: 1px solid #BFD0EF;
	background: #F2F7FC;
}
#pics img:hover, .pic:hover {
	background: #DDEAF7;
}

.ureserve {
	display: block;
	border: 1px dotted #D4E0EE !important;
	background: #F7F9FC;
	padding: 2px 10px;
	color: #354D80 !important;
	text-align: center;
	font-weight: bold;
}

.ureserve:hover {
	background: #D4E0EE;
	border: 1px solid #F7F9FC;
}

.modBox table, td, th {
	margin: auto;
	border-collapse: collapse;
	border-spacing:0;
}
.modBox td {
	color:#000066;
	border-bottom:1px solid #E8F2FE;
}

.description li {
	list-style-image: url('../images/icon.gif');
}

#pics-dest {
	float: right;
	text-align: center;
	padding: 5px 0 0 8px;
	width: 160px;
	color: #853D27;
}
#pics-dest img, .pic {
	padding: 4px;
	border: 1px solid #BFD0EF;
	background: #F2F7FC;
}
#pics-dest img:hover, .pic:hover {
	background: #DDEAF7;
}
