@charset "utf-8";
body  {
	background: #666666;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul, li { /* remove all indentation, whether li margins or ul padding */
    margin:  0;
    padding: 0;
}

.leftcol {
	padding-right: 10px;
	padding-top: 10px;
}


a:link {
	color:#CCCCCC;
	text-decoration:none;
}
a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
a:active
{
	color:#CCCCCC;
	text-decoration:none;
}
.menu_item {
	padding-right: 10px;
	padding-left: 25px;
	font-size: 1.3em;
	background-image: url(images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.leftcol .bordered {
	margin-bottom: 2em;
	border: thin dotted #000000;
	margin-left: 1em;
}

.leftcol li {
	list-style-type: none;
	padding-left: 1em;
}
.leftcol .bordered h2 {
	background-color: #666666;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-left: 2em;
	border-bottom-width: thin;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	margin: 0em;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
}


.leftcol a:link {
	color: #000000;
}
.leftcol a:visited {
	color:#000000;
}
.leftcol a:hover {
	color:#FFFFFF;
}
.leftcol a:active
{
	color:#000000;
}

.hotel h1 {
	color: #8c734d;
	font-size: 30px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}
.hotel .contacts {
	font-size: 14px;
	color: #8c734d;
}

.hotel .contacts a:link {
	color:#8c734d;
	text-decoration:none;
}
.hotel .contacts a:visited {
	color:#8c734d;
	text-decoration:none;
}
.hotel .contacts a:hover {
	color:#8c734d;
	text-decoration:underline;
}
.hotel .contacts a:active
{
	color:#8c734d;
	text-decoration:none;
}

.hotel {
	padding-left: 20px;
	padding-top: 10px;
}
.imagetable {
	padding-top: 10px;
	padding-left: 15px;
}

form {
	width: 500px;
	margin: 0 auto;
}

form div {
	display: block;
	clear: left;
}
form label {
	display: block;
	width: 16em;
	float: left;
	text-align: right;
	padding-right: 1.5em;
}
form.editor {
	width: auto;
}
textarea {
    width: 250px;
    height: 100px;
}

div.errortxt {
	border: 2px solid #FF9933;
	text-align: center;
	font-style: italic;
	color: #FF0000;
	margin-top: 0.3em;
	margin-right: 0.3em;
	margin-left: 0.3em;
	margin-bottom: 1em;
}

#left {
	float: left;
	width: 180px;
	margin-right: 20px;
}
#left h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0f243e;
	padding-bottom: 10px;
	margin-left: 0.3em;
}
#left h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
}

#main {
	float: left;
	width: 500px;
}
#main h1 {
	font-size: 16px;
	color: #0f243e;
	font-weight: bold;
	padding-bottom: 20px;
}

#main h2 {
	font-size: 14px;
	color: #0f243e;
	font-weight: bold;
	padding-bottom: 20px;
}

.menu {
    margin-top: 0.3em;
	margin-right: 0.3em;
	margin-left: 0.3em;
	margin-bottom: 1em;
    background: #666666;
}

table.listdata {
	border: 1px solid #999999;
	width: 100%;
}

.listdata th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #666666;
	color: #CCCCCC;
}
.listdata td {
	background-color: #eeeeee;
}

.listdata a:link {
	color: #000000;
}
.listdata a:visited {
	color:#000000;
}
.listdata a:hover {
	color:#000000;
	text-decoration:underline;
}
.listdata a:active
{
	color:#000000;
}

.a_right {
	text-align: right;
}

.thumbs {
	border: 2px solid #8c734d;
}

div.float {
  float: left;
}

div.float img {
  border: none;
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

div.spacer {
  clear: both;
}

.white {
  color: #FFFFFF
}

.hotel .description ul {
	margin-left: 20px;
	list-style-type: circle;
}
.hotel .description .sub_ul {
	list-style-type: square;
}

.description a:link {
	color: #333333;
}
.description a:visited {
	color:#333333;
}
.description a:hover {
	color:#333333;
	text-decoration:underline;
}
.description a:active
{
	color:#333333;
}.featured {
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 10px;
}
.featured h1 {
	background-color: #666666;
	color: #CCCCCC;
	text-align: center;
	font-size: 14px;
}
.featured .description h2 {
	font-size: 14px;
}
.featured .hotel_table {
	border: 1px solid #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-right: 5px;
}

