﻿/*
Core Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Moduified and expanded by WeirDave
http://www.weirdave.com
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font: normal medium Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	color: #ffffff;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.0em; }

p, blockquote, ul, ol {
	line-height: 1.8em;
}

blockquote {
}

q	{
	font-style: italic;
}
a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #00FF00;
}

img {
	border-style: none;
	border-width: thin;
	border-color: inherit;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: right;
	margin: 0 1em 1em 1em;
}

hr { display: none; }

.center {
	text-align:center;
}

/* Logo */

#logo {
	height: 100px;
	background-color: #808080;
	background-image: url('../images/header_v1_300x100.jpg');
	background-repeat: repeat-x;
}

#logo h1 {
	background-position: left center;
	float: left;
	margin: 40px 0 0 0px;
	padding: 0 0 0 35px;
	background: left;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 52px 20px 0 0;
}

#logo a {
	text-decoration: none;
}

/* Page */

#page {
	float: left;
	padding: 20px;
}

/* Content */

#content {
	margin-right: 240px;
}

/* Sidebar */

#sidebar {
	position: absolute;
	right: 0;
	top: 120px;
	float: right;
	width: 200px;
	padding: 20px;
	background-color: #808080;
	background-image: url('../images/sidebar_300x600_v1.jpg');
}

#sidebar h2 {
	font-size: 1.2em;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	border-top: 1px dotted lime;
}

#menu li.first {
	border: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 0;
	text-transform: uppercase;
	background: url(images/img03.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	border-top: 1px dotted lime;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color:lime;
	text-decoration:underline;
}
/* TAGS FOR CONTACT US & RESERVATION FORMS */
label {
	color: #FFFFFF;
	font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
	text-align: right;
}
.ValidateMessage {
	color: red;
	font-style: italic;
}
input {
	background-color: #000000;
	border: 1px outset #00FF00;
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
}
select {
    width: 100px;
    background-color: #000000;
    border: 1px solid #00FF00;
	color: #FFFFFF;    
}
textarea {
	width: 200px;
	height: 40px;
	background-color: #000000;
	border: 1px solid #00FF00;
	color: #FFFFFF;
}
.thanks {
	font-size: 3em;
	color: #008000;
	font-family: "Monotype Corsiva", "Lucida Handwriting", cursive;
}
.errormessage {
	font-size: 3em;
	color: #FF0000;
	font-family: "Monotype Corsiva", "Lucida Handwriting", cursive;
}
.FormIntro {
    font-family: "Georgia","Bookman Old Style", "Times New Roman", serif;
    color: #FFFFFF;
}

.td_label {
    text-align: right;
    width: 30%;
}
