@charset "utf-8";
body {
	background-image: url(images/site-bg.jpg);
	background-repeat: repeat-x;
	background-color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
a, a:link, a:visited {
	outline: none;
	text-decoration: underline;
	color: #BCBCBC;
}
			
a:hover {
	color: #EE2E24;
}
/*
** HTML elements
*/
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
h1 {
	letter-spacing: -1px;
	margin-top: 10px;
	margin-right: 0px;
	font-size:18px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	color: #D0D0D0;
	display: none;
}
#rightclm h2 {
	background-image: url(images/break.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	text-transform: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h2 {
	font-size:16px;
	font-weight: bold;
	color: #D71111;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-transform: uppercase;
}

h3 {
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size:13px;
	margin-bottom: 3px;
	color:#7C7C7C;
	margin-left: 0px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(images/break.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
}
abbr {
	font-size:9px;
	color:#A4A4A4;
}

p {
	margin-top: 0px;
	margin-bottom: 14px;
}
#content .pic {
	float: right;
	padding: 4px;
	border: 2px solid #555555;
	margin-left: 12px;
}

#content .pic2 {
	padding: 4px;
	border: 2px solid #555555;
	margin-right: 12px;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}			
.clear-block {
margin: 0px;
padding: 0px;
clear: both; 
}
#container {
	width: 959px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 139px;
}
#header #logo {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 215px;
	margin-bottom: 15px;
}
#header #book-accommodation {
	float: right;
	width: 233px;
	margin-top: 20px;
	margin-right: 10px;
}
#mainpage {
	background-image: url(images/banner-bg.jpg);
	background-repeat: no-repeat;
}

/*
** Main Nav
*/
#nav ul, #footer ul  {
	padding: 0px;
	list-style-type: none;
	display: block;
	margin: 0px;
}
#nav {
	padding-bottom: 50px;
	margin-left: 3px
}

#nav li {      
	display:inline;
	margin-left: 5px;
}
#nav a {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5px;
	background:url("images/nav-left.gif") no-repeat left top;
	margin-top: 4px;
	margin-right: 3px;
	margin-left: 3px;
}

#nav a span  {
	background-image: url("images/nav-right.gif");
	background-repeat: no-repeat;
	background-position: right;
	float:left;
	display:block;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 5px;
}     /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
      color:#FFF;
      }

#nav a {
	background-position:0% -30px;
}
#nav a span {
	background-position:100% -30px;
}
	
#nav a:hover, #nav a.current{
      background-position:0% 0px;
}
#nav a:hover span, #nav a.current span {
      background-position:100% 0px;
}
	
#mainpage #leftclm {
	float: left;
	width: 713px;
}
#leftclm #content {
	padding-right: 80px;
	margin-left: 20px;
}
#leftclm #content ul.twoclmn {
	float: left;
	width: 40%;
	display: block;
	margin-left: 20px;
	padding: 0px;
}
#leftclm #content .red {
	color: #8D8D8D;
	font-size: 12px;
}



#mainpage #rightclm {
	float: left;
	width: 232px;
	padding-top: 15px;
}
#rightclm .box {
	color: #FFFFFF;
	background-color: #010101;
	background-image: url(images/box-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 8px;
}
#container #mainpage a.grey {
	color: #797979;
	text-decoration: underline;
}
#rightclm .boxcontent ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rightclm .boxcontent li {
	background-image: url(images/point.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 18px;
}


#rightclm .box .boxcontent {
	background-image: url(images/box-top.gif);
	background-repeat: no-repeat;
	min-height:220px;
	overflow:hidden;
	height:expression(
    this.scrollHeight < 220? "220px" : "auto" );
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#rightclm .box .boxfooter {
	background-image: url(images/box-bot.gif);
	background-repeat: no-repeat;
	height: 6px;
}
#rightclm .box2 {
	color: #FFFFFF;
	background-color: #0F0F0F;
	background-image: url(images/box2-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 8px;
}
#rightclm .box2 .boxcontent {
	background-image: url(images/box2-top.gif);
	background-repeat: no-repeat;
	min-height:190px;
	overflow:hidden;
	height:expression(
    this.scrollHeight < 190? "190px" : "auto" );
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#rightclm .box2 .boxfooter {
	background-image: url(images/box2-bot.gif);
	background-repeat: no-repeat;
	height: 10px;
}
#container #footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 9px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#container #footer, #container #footer a {
	color: #929292;}
#footer ul {
	margin-left: -7px;
}
#container #footer a:hover {
	color: #BDBDBD;
}

#footer li {
	float: left;
	padding-bottom: 4px;
}
#footer li a {
	color: #8B8B8B;
	padding-right: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #505050;
	padding-left: 7px;
	text-decoration: none;
}

.contact {
	border: 3px solid #353535;
	background-color: #555555;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-top: 15px;
}
.contact .button {
	background-color: #D21010;
	border: 1px solid #404040;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

#content #form {
	margin-bottom: 15px;
}

.contact label {
	display: block;
	float: left;
	width: 110px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.contact .contactf {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7C7C7C;
	float: left;
	width: 50%;
	height: 30px;
}
.contact .field {
	color: #FFFFFF;
	background-color: #484848 !important;
	border: 1px solid #393939;
	font-size: 11px;
	width: 165px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact .field2 {
	width: 171px;
	color: #FFFFFF;
	background-color: #484848 !important;
	border: 1px solid #393939;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}.contact .field:focus {
	border: 1px solid #ff0000;
}
