body {
	margin: 0;
	padding: 0;
	font: 12px Helvetica, Arial, sans-serif;
	background-color: #ecede3;
	text-align: center;
}
a, a:link, a:active, a:visited {
	color: #960028;
	text-decoration: none;
}
a:hover {
	color: #000;
}

/* Container for entire site */
#container {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
/* Top header */
#header {
	background: #c4ccdb url(../../images/header_background.gif) top left repeat-x;
	padding: 5px 10px 0 10px;
	border-bottom: 1px solid #b7b8b1;
}
/*
#header .right {
	display: none;
	visibility: hidden;
}*/

/* Content box */
#content {
	text-align: left;
	padding: 10px;
}
#navigation {
	padding: 0;
}
#navigation ul { /* all lists */
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	position: relative;
}
/* Navigation container and its children */	
*:first-child+html #navigation ul {
	top: 1px;
}
	#navigation ul li { /* all list items */
		/* width needed or else Opera goes nuts */
		float: left;
		margin: 0;
		padding: 1px;
		text-transform: uppercase;
	}
	#navigation ul li a {
		padding: 10px 15px;
		background-color: #293353;
		color: #fff;
		text-decoration: none;
		border: 1px solid #b7b8b1;
		border-bottom: none;
		line-height: 30px;
	}
	/* Admin Links */
	#navigation .right {
		line-height: 18px;
	}
	#navigation .right ul {
		margin: 0;
	}
	#navigation .right ul li {
		padding: 0;
		font-size: 11px;
	}
	#navigation .right ul li a { 
		padding: 3px 10px 4px;
		display: block;
		line-height: 12px;
	}
	#navigation ul li a:hover, #navigation ul li a.current {
		background-color: #ecede3;
		color: #000;
	}
		#navigation .right ul ul {
			height: auto;
			position: absolute;
			left: -999em;
		}
			#navigation .right ul li:hover ul {
				left: auto;
			}
			#navigation .right ul ul li {
				display: block;
				float: none;
			}
			#navigation .right ul ul li a {
				display: block;
			}
	#navigation ul .current {
	}
	#navigation ul .current a {
	}


/* Left and right classes for floats */
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}


/* Main body container and its children */
#main {
	width: 64%;
	background-color: #fff;
	border-right: 1px solid #b7b8b1;
	padding: 10px;
}
thead tr {
	background-color: #edf3f9;
}
thead tr th {
	padding: 8px 4px 6px 4px;
	font-size: 12px;
	text-transform: uppercase;
}
thead tr th a, thead tr th a:link, thead tr th a:active, thead tr th a:visited {
	color: #293353;
}
thead tr th a:hover {
	color: #000;
}
thead td {
	font: 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #fff;
}
#index td, #index th {
	text-align: center;
}
.emails td {
	cursor: pointer;
}

/* Sidebar container and its children */
#sidebar {
	width: 32%;
}
#sidebar a {
	display: block;
	width: 75%;
	padding: 2px 11px;
	font: 12px Lucida Grande, Georgia, "Times New Roman", Times, serif;
	color: #bb004d;
}
#sidebar a:hover {
	color: #000;
}
#sidebar #map {
	overflow: hidden;
}
#sidebar #map a {
	border: none;
	padding: 0;
	width: auto;
	display: inline;
}
#sidebar.news {
	background-color: #fffff0;
}
#sidebar.news a, #sidebar a.tips {
	width: auto;
	border: none;
	display: inline;
	font-size: 12px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #960028;
}
#sidebar.news a:hover, #sidebar a.tips:hover {
	background: none;
	color: #000;
}
#sidebar.news ul {
	background-color: #ffffde;
	padding: 10px 0 0 10px;
	margin: 0;
	list-style: none;
	height: 28px;
	border-bottom: 1px solid #b7b8b1;
}
#sidebar.news ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#sidebar.news ul li a {
	width: 120px;
	display: block;
	margin: 0;
	padding: 6px 10px;
	background-color: #ffffde;
	border: 1px solid #b7b8b1;
	font-family: Lucida Grande, Georgia, "Times New Roman", Times, serif;
	color: #999;
}
/* IE6 */
*html #sidebar.news ul li a {
	position: relative;
	top: 2px;
}
#sidebar.news ul li a:hover {
	background-color: #F7F7F5;
}
#sidebar.news ul li a.active {
	border-bottom: 1px solid #ffffde;
	background-color: #fffff0;
	color: #333;
}

#sidebar.news .info {
	padding: 10px;
}
#sidebar.news #contact {
	padding: 0 10px 10px 10px;
}

/* Footer container and its children */
#footer {
	padding: 10px;
}

/* Site headers */
h1 {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: normal;
	font-style: italic;
}
h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	padding-left: 30px;
	font-size: 24px;
}
h3 {
	font: 15px Lucida Grande, Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	border-bottom: 1px solid #b7b8b1;
}
h4 {
	margin: 0;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: normal;
}
h4.padded {
	padding: 15px 0 10px 0;
}
h5 {
	margin: 5px 0;
	padding: 11px;
	text-transform: uppercase;
	color: #000;
	font: 12px Lucida Grande, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
	#sidebar h5 {
		background: transparent url(../../images/sidebar_header_background.gif) top left no-repeat;
	}
h5.black {
	color: #000;
}
h6 {
	padding: 2px 0;
	margin: 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/* Misc styles */
.guestfolio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#post_wait, #post_message { 
	color: #800000;
}	
th {
	text-align: left;
}
.clear {
	clear: both;
}
.hidden, .hide {
	display: none;
	visibility: hidden;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
hr {
	height: 5px;
	background-color: #9d9594;
	color: #9d9594;
	border: 0;
	margin: 0 0 5px 0;
	width: 100%;
}
hr.smaller {
	height: 2px;
	margin: 0 0 2px 0;
}
hr.dotted {
	height: 1px;
	color: #b8b4b0;
	border-bottom: 1px dotted #fff;
	width: 100%
	margin: 0 0 1px 0;
}
/* IE6 */
*html hr.dotted {
	background-color: #b8b4b0;
	border: none;
}
/* IE7 */
*:first-child+html hr.dotted {
	background-color: #b8b4b0;
	border: none;
}
.uppercase {
	text-transform: uppercase;
}
.rowalt {
	background-color: #f6f7ed;
}
.red {
	color: #FF0000;
}
.grey {
	color: #666;
}


/* Form stuff */
input, textarea, select {
	border: 1px solid #ccc;
	font: 12px Arial, Helvetica, sans-serif;
}

/* Validation Effects */
#message, #confirm, #bookings { 
	text-align: center;
}
.validation-advice, .warning-advice, #message, #confirm, #bookings  {
	margin: 5px 0;
	padding: 2px;
	background-color: #960028;
	color : #FFF;
}
#message, #confirm, #bookings {
	padding: 8px;
	font-size: 14px;
}
.warning {
	background-color: #EFEFEF;
}
.warning-advice {
	background-color: #0063DC;
}
#bookings {
	background-color: #ffffcc;
	color: #000;
	border: 2px solid #e9be31;
	color: #daaf21;
	width: 97%;
	margin: 10px auto 0;
}
input.validation-failed, textarea.validation-failed {
	background-color: #f7f2ea;
}
input.validation-passed, textarea.validation-passed {
}

/* Tooltip */
.tip {
	width: 300px;
	text-align: center;
	z-index: 100;
	color: #fff;
}
.tip-title {
	color: #EFEFEF;
	padding: 30px 0 0 0;
	background: url(../../images/balloon-orange.png) top left no-repeat !important;
}
.tip-text {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	font-size: 12px;
	background: url(../../images/balloon-orange.png) bottom left no-repeat !important;
}

/* Autocompletition Dropdowns */
div.autocompleter-loading {
	float:					left;
	clear:					right;
	width:					20px;
	height:					16px;
}
ul.autocompleter-choices {
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #eee;
	background-color:		white;
	border-right-color:		#ddd;
	border-bottom-color:	#ddd;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
}
ul.autocompleter-choices li {
        position:                               relative;
        margin:                                 -2px 0 0 0;
        padding:                                0.2em 1.5em 0.2em 1em;
        display:                                block;
        float:                                  none !important; 
        cursor:                                 pointer;
        font-weight:                    normal;
        white-space:                    nowrap;
        font-size:                              1em;
        line-height:                    1.5em;

}
ul.autocompleter-choices li.autocompleter-selected {
	background-color:		#444;
	color:					#fff;
}
ul.autocompleter-choices span.autocompleter-queried {
	font-weight:			bold;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:					#9FCFFF;
}

/* Sliders */

.area {
	background: #ccc;
	height: 20px;
	width: 500px;
}
.knob {
	height: 20px;
	width: 20px;
	background: #000;
}