* {
    margin:0;
    padding:0;
}
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #a1a9ab;
	background-image: url(/images/design/bg-body.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
#outer {
  background-color:#F1F1F1;
	width: 1067px;
	min-height: 100%;
	height: auto;
	margin: 0px;
	background-image: url(/images/design/bg-outer.gif);
	background-position: left;
	background-repeat: repeat-y;
	text-align: left;
}
* html #outer {
	height:100%;
}
#inner {
	width: 1067px;
	margin: 0px;
}
html>body #miHeight {
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -2px;
}
a {
	color: #008C6C;
}
a:hover {
	color: #d01f25;
}
img, a, div {
	padding: 0px;
	margin: 0;
	border: none;
}
h1 {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}
p {
	margin: 0px;
	text-align: justify;
}
.float_left{
	float: left;
	margin: 0px;
}
.clear {
	clear: both;
}

					/* header */
#header {
	width: 1067px;
	height: 203px;
	background-color: #ffffff;
	background-image: url(/images/design/bg-header.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
}
#head-col1, #head-col2 {
	float: left;
}
#head-col1 {
	width: 687px;
	padding: 124px 0px 0px 63px;
	height: 79px;
}
#head-col2 {
	width: 317px;
	height: 203px;
}
					/* languages, logo */
#head-lang {
	width: 297px;
	height: 90px;
	padding: 26px 20px 0px 0px;
	background-image: url(/images/design/bg-slogan.gif);
	background-position: 2px 34px;
	background-repeat: no-repeat;
}
.lang {
	margin-left: 7px;
	float: right;
}
#logo {
	width: 317px;
	height: 87px;
}
			/* end languages, logo */
			
			/* login */
#login-block {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 677px;
	height: 53px;
	background-image: url(/images/design/bg-login-block.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.login-txt, .login-form, .login-butt {
	margin: 0px 0px 0px 8px;
	padding: 0px;
	float: left;
}
.login-txt {
	color: #666666;
	font-size: 11px;
	padding-top: 15px;
}
.login-form {
	padding-top: 11px;
}
.login-butt {
	padding: 8px;
}
.form-login-pass {
	width: 140px;
	height: 11px;
	background-color: #c4d5df;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	padding: 2px 3px 4px 3px;
	margin: 0px;
}
			/* end login */

			/* date */
#date-block {
	margin: 0px;
	height: 20px;
	width: 306px;
	padding: 6px 0px 0px 10px;
	color: #d5d6db;
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
}
#date-block span {
	color: #ffc513;
}
			/* end date */

			/* columns */
#columns {
	width: 1004px;
	margin: 0px;
	padding: 0px 0px 0px 63px;
	min-height: 100%;
	height: auto;
	background-image: url(/images/design/bg-pic-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
* html columns {
	height: 100%;
}
		/* sidebar */
#col-left {
	width: 211px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #6b7574;
}
#menu-block {
	background-color: #1f2729;
	width: 211px;
	height: auto;
	padding: 12px 0px 12px 0px;
}

/* menu */
#menu-block ul {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 211px;
}
#menu-block ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 211px;
	font-family: "Trebuchet MS";
}
a:active.a-menu, a:visited.a-menu, a:link.a-menu {
	color: #7e9090;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
	font-weight: bold;
	display: block;
	padding: 4px 20px 4px 20px;
	margin: 0px;
}
a:hover.a-menu{
	color: #ffffff;
}
#menu-block ul li.sel {
	background-color: #576e6e;
}
#menu-block ul li.sel a.a-sel {
	color: #ffffff;
}
ul.sub {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 211px;
	background-color: #3f4f4f;
}
ul.sub, ul.sub li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
ul.sub li {
	margin: 0px;
	padding: 0px;
	display: block;
}
a:active.a-sub, a:visited.a-sub, a:link.a-sub {
	color: #97b7b7;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	text-transform: none;
	padding: 0px 20px 0px 45px;
	display: block;
}
a:hover.a-sub {
	color: #ffffff;
}
/* end menu */

/* search block */
.search-block {
	margin: 0px;
	padding: 0px;
	width: 211px;
	/*height: auto;*/
}
/*.search-block form {
	margin: 0px;
	padding: 0px;
}*/
.search-head {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #f1f1f1;
	padding: 5px 20px 3px 20px;
	margin: 0px;
}
.form-block {
	padding: 10px 20px 10px 20px;
	border-bottom: solid 1px #a1a9a9;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
}
.form-block span {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
.select-day, .select-month {
	height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 5px 5px 5px 0px;
}
.select-day {
	width: 45px;
}
.select-month {
	width: 110px;
}
.check {
	margin: 0px;
	padding: 0px;
}
.form-butt {
	padding: 10px 10px 10px 35px;
	margin: 0px;
}
.form-butt a {
	color: #a1a9a9;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.form-butt a:hover {
	text-decoration: underline;
}
.butt-search {
	margin: 7px 0px 0px -5px;
	padding: 0px;
}

/* end search block */

		/* end sidebar */
			
		/* content */
#col-right {
	width: 745px;
	height: auto;
	margin-bottom: 30px;
	padding: 20px 24px 0px 24px;
	float: left;
}
/* banners block */
#banners-block {
	padding: 0px 0px 0px 59px;
}
.content-bann {
	width: 215px;
	height: 159px;
	background-image: url(/images/design/bg-bann-img.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
}
.w3 {
	width:20px;
	font-size: 1px;
	float: left;
}
.bann-head1, .bann-head2, .bann-head3 {
	height: 26px;
	width: 211px;
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0px 1px 0px 1px;
	padding-top: 5px;
}
.bann-head1 {
	border: solid 1px #8da1ae;
	background-color: #c4d4de;
	color: #153548;
}
.bann-head2 {
	border: solid 1px #a8a9aa;
	background-color: #dadada;
	color: #394048;
}
.bann-head3 {
	border: solid 1px #d2b74e;
	background-color: #e6dcb1;
	color: #813805;
}
.bann-img {
	width: 201px;
	height: 114px;
	padding: 5px 7px 7px 7px;
}
/* end banners block */

/* events */
#events-block {
	width: 488px;
	height: auto;
	margin: 32px 23px 0px 0px;
	float: left;
}
* html #events-block {
	padding: 32px 23px 0px 0px;
	margin: 0px;
}
.event {
	width: 488px;
	height: auto;
	margin: 0px 0px 15px 0px;
}
.event-img {
	width: 60px;
	padding-top: 5px;
	float: left;
}
.event-txt {
	width: 428px;
	float: left;
}

/*end events */

/* news */
#news-block {
	width: 214px;
	height: auto;
	margin: 32px 0px 0px 0px;
	background-color: #dadada;
	float: left;
	padding: 10px;
}
.news {
	margin-bottom: 10px;
}
.news h4 {
	background-color: #576e6e;
	color: #ffffff;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.news p {
	font-size: 11px;
	margin: 0px 5px 0px 5px;
}
.news p a {
	color: #ff0000;
}
.news p a:hover {
	color: #576e6e;
}
/* end news */

		/* end content */
		
			/* end columns */
		
					/* end comtainer */

#articles-block {
	width: 702px;
	height: auto;
	margin: 10px 23px 0px 0px;
	float: left;
}
* html #articles-block {
	padding: 10px 23px 0px 0px;
	margin: 0px;
}
.article {
	width: 702px;
	height: auto;
	margin: 0px 0px 15px 0px;
    border-bottom:solid 1px #B3CFDC;
    padding-bottom:10px;
}
.article-img {
	width: 60px;
	padding-top: 5px;
	float: left;
}
.article-txt {
	width: 682px;
	float: left;
}
.article h2 > a {
    color: #000000;
    text-decoration: none;
}
.article h2 > a:hover {
    text-decoration:underline;
}
.article h2 > a:visited {
    text-decoration: none;
}

.banner {
    float:left;
    padding: 10px 0px 0px 10px;
}

.bottom_link_holder {
    white-space: nowrap;
    height: 50px;
    padding: 0;
    line-height:2.0em;
    margin-top: 15px !important;
}

.bottom_link_holder div {
    float: left;
}

.bottom_link_holder div {
    border:1px solid #DDDDDD;
    margin-right:-1px;
    margin-top:-1px;
    height: 25px;
    padding:1px 20px;
}

.bottom_link_holder a, .bottom_link_holder span {
    display: block;
    float:left;
    line-height:2.0em;
}

.bottom_link_holder div.first {
    margin-bottom:-2px;
    padding-bottom:1px;
    white-space:nowrap;
}

div.map_link_holder a {
    background:transparent url(/images/icons/map.gif) no-repeat scroll left center;
    padding-left:20px;
}
div.back_link_holder a {
    background:transparent url(/images/icons/arrow_left.gif) no-repeat scroll left center;
    padding-left:20px;
}
div.send_friend_link_holder a {
    background:transparent url(/images/icons/email.gif) no-repeat scroll left center;
    padding-left:20px;
}
div.bookmark_link_holder a, div.bookmark_link_holder span {
    background:transparent url(/images/icons/bookmark_document.png) no-repeat scroll left center;
    padding-left:20px;
}

div.review_link_holder a {
    background:transparent url(/images/icons/page_white_text.gif) no-repeat scroll left center;
    padding-left:20px;
}

div.add_link_holder a {
    background:transparent url(/images/icons/add.gif) no-repeat scroll left center;
    padding-left:20px;
}

#gallery {
    margin: 10px 0 10px 0;
    display: block;
}

a.thumbs, a.thumbs:visited, a.thumbs:hover {
    display: block;
    float:left;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #E5E5E5;
}

a.thumbs:hover{
    background-color: #666666;
    cursor: pointer;
}

.thumbs img {
    margin:5px;
}
.foundation_address {
    width: 300px;
    clear: both;
}

.hotel_star_container {
    height: 16px;
}

.hotel_star {
    background:transparent url('/images/icons/small_star.png') repeat-x left center;
    height: 16px;
    float: left;
    margin-left: 3px;
}