/* CSS Document */

* {
	behavior: url(iepngfix.htc);
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #838383 url(../images/background.jpg) repeat-x;
}
#wrap {
	width: 999px;
}
#header {
	background: #000000 url(../images/header.jpg) top no-repeat;
	height: 150px;
	min-height: 150px;
	border-bottom: 4px solid #CCCCCC;
}
#menubar {
	background: url(../images/menubar.jpg) repeat-x;
	height: 40px;
	min-height: 40px;
	border-bottom: 2px solid #FFFFFF;
	width: 999px;
}
#menu {
	line-height: 40px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#maincontainer {
	background: #F3F4F6 url(../images/backcontainer.jpg) repeat-y;
	border-top: 2px solid #1EB2F8;
	border-bottom: 2px solid #5980A1;
	clear: both;
	overflow: hidden;
	width: 100%;
}
#leftbar {
	float: left;
	width: 203px;
	padding: 20px;
}
#maincontainerres {
	background: #F3F4F6;
	border-top: 2px solid #1EB2F8;
	border-bottom: 2px solid #5980A1;
	clear: both;
	overflow: hidden;
	width: 100%;
}
#reservations {
	width: 959px;
	padding: 20px;
}
#content {
	float: right;
	width: 756px;
}
#textcontent {
	padding: 20px;
	background: url(../images/backtext.jpg) repeat-x;
}
#textcontentblue {
	padding: 20px;
	background: #C2D9E1;
}
#footer {
	width: 999px;
	background: url(../images/footer.png) bottom no-repeat;
	height: 42px;
	min-height: 42px;
	line-height: 42px;
	text-align: center;
	border-top: 2px solid #FFFFFF;
}
.copyright {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.buttons {
	padding: 0 10px;
	line-height: 40px;
}
.buttons a:link, .buttons a:active, .buttons a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.buttons a:hover, .buttons a:active:hover, .buttons a:visited:hover {
	color: #FFCC00;
	text-decoracion: none;
}
#logo {
	padding: 10px 20px;
	float: left;
}
#headerimage {
	float: right;
	padding: 8px 5px 0 0;
}
#phone {
	float: right;
	line-height: 40px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-right: 10px;
	width: 289px;
	text-align: right;
}
table#wrapper {
	border: 1px solid #999999;
	background: #CCCCCC;
}
.title {
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #0B547F;
	padding-left: 15px;
	background: url(../images/bullet.gif) no-repeat center left;
	border-bottom: 1px dashed #D9DADC;
}	
.titleno {
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #0B547F;
	padding-left: 15px;
	background: url(../images/bullet.gif) no-repeat center left;
}	
.titleno a:link, .titleno a:active, .titleno a:visited {
	color: #0B547F;
}
.titleno a:hover, .titleno a:active:hover, .titleno a:visited:hover {
	color: #0B547F;
}
.images {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
	margin: 0 10px;
}
.text {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #0B547F;
}
.headline {
	font: 13px Arial, Helvetica, sans-serif;
	color: #99CC00;
}
.bts {
	padding: 3px;
}
.box {
	background: #CCCCCC;
	border: 1px solid #333333;
	padding: 10px;
}
.formbox {
	float: right;
	width: 500px;
	padding: 10px 0 10px 10px;
}
.redtitle {
	font: 15px Arial, Helvetica, sans-serif;
	color: #990000;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-wrapper {
	background: white;
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
.highslide-move {
    cursor: move;
}
.highslide-overlay {
	display: none;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
ul, li {
	margin-left: 20px;
}
