@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------------- */
/* You are free to modify and use this CSS layout in accordance with the        */
/* Creative Commons 3.0 licence (see links to details of the license below) as  */
/* long as you include this comment, the link to the license, and it's          */
/* attribution.                                                                 */
/*                                                                              */
/* This CSS layout is licensed under the Creative Commons 3.0 licence.          */
/* Abstract: http://creativecommons.org/licenses/by/3.0/us/                     */
/* Full License: http://creativecommons.org/licenses/by/3.0/us/legalcode        */
/*                                                                              */
/* By: Ryan Chapin, Nuts &amp; Bolts Interactive, Inc. http://nbinteractive.com */
/* Version: 1.0                                                                 */
/* Date: 2008-03-24                                                             */
/*                                                                              */
/* If you'd like to contact Ryan with questions or comments, please go to:      */
/* http://nbinteractive.com/contactryan.html                                    */
/* ---------------------------------------------------------------------------- */

/* ============================================================================ */
/* Layout Styles */	
#mainContainer {
	width: 901px;
	min-width: 901px;
	margin: 0 auto;
}
#header {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
        height:178px;
}
#sideBarContentContainer {
	width: 886px; /* Original width of 750px (the total width of the page) - the width of the border (2px)*/
	position: relative;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 7px solid #8FBCD3;
}
#sideBar {
	width: 190px; /* Width of your nav column */
	float: right;
	margin: 0;
	padding: 0;
}
/* IE 6.0: For some reason, if you just specify padding here it'll add 10 px  */
/* to the entire layout and cause the page to scroll horizontally. So we have */
/* to specify the width and then set a margin on it.  The width is equal to   */
/* the width of the column, 190px - the 10px margin * 2                       */
#sideBar p {
	margin: 10px auto;
	width: 170px;
}
#sideBarContentWrapper > #sideBar p {
	padding: 10px;
	margin: 0;
}
#content {
/*	float: right;*/
	width: 856px; /* Width of your content column (560px) - the 2 pixels border - the padding */
	margin: 0;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	min-height: 480px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3696d0;
}
#footer {
	clear: both;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(/images/menu_bg3.jpg);
	height: 25px;
	background-repeat: no-repeat;
	margin-top: 2px;
}
/* ============================================================================ */
/* NBI Layout/Design styles                                                     */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #34698D;
}
h1 {
	font-size: 18px;
	color: #16858D;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h2 {
	font-size: 14px;
	color: #16858D;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h4 a, h4 a:visited {
	color: #d9dcec;
}
h4 a:hover {
	color: #ffffff;
	text-decoration: none;
}

p {

}
.clear_both {
	clear: both;
}
.code {
	font-family:"Courier New", Courier, monospace;
}
#w3cButtons {
	width: 196px;
	margin: 20px auto;
	padding: 0;
}
#markupBtn {
	margin: 0 10px 0 0;
	padding: 0;
	width: 88px;
	float: left;
}
#cssBtn {
	margin: 0 0 0 10px;
	padding: 0;
	width: 88px;
	float: left;
}
#sideBar ul {
	margin: 0;
	padding: 0;
	border-bottom: #978e7c 1px solid;
	width: 189px;
}
/* IE fix for additional padding that otherwise get's rendered between list items */
#sideBar ul li {
	height: 1%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sideBarContentContainer> #sideBar {
	float: left;
	width: 166px;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sideBar ul li a, #sideBar ul li a:visited {
	display: block;
	border-top: #978e7c 1px solid;
	padding: 5px 10px;
	background-image: url(sidenav.bg.html);
	background-position: bottom;
	background-repeat:repeat-x;
	background-color: #fffbf7;
	color: #59503e;
	text-decoration: none;
	font-weight: bold;
}
#sideBar ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
#mainContainer #menubox {
	height: 18px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	margin-top: 2px;
	background-repeat: no-repeat;
	background-image: url(menu_bg3.jpg);
	border-top-color: #3696d0;
	border-right-color: #3696d0;
	border-bottom-color: #3696d0;
	border-left-color: #3696d0;
}
#navlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #666666;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	padding-bottom: 2px;
	background: transparent;
	color: #47A942;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navlist a:hover {
	color: #333333;
}
#mainContainer #sideBarContentContainer #sideBar img {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContainer #footer a {
	text-decoration: none;
	color: #006666;
	font-weight: bold;
}
#mainContainer #sideBarContentContainer #content a {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}
#mainContainer #menubox #navcontainer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.bevelmenu {
	font: bold 12px arial;
	margin: 0;
	width: 100%;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.bevelmenu li {
	list-style: none;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}
.bevelmenu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: #006699;
}
.bevelmenu li a:hover {
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-color: #068542;

}
.box {
	border: 2px solid #8FBCD3;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #34698D;
	clear: none;
}
.smallbox {
	border: 2px solid #8FBCD3;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #34698D;
	clear: none;
	width: 200px;
}
.weatherbox {
	border: 2px solid #8FBCD3;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	margin: 5px;
	padding: 10px;
	background-color: #34698D;
}
.picbox {
	border: 7px solid #16858D;
	
	}
.smallpicbox {
	border: 3px solid #16858D;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.subhead {
	font-weight: bold;
	color: #16858D;
	font-size: 13px;
	font-style: italic;
}
#mainContainer #sideBarContentContainer #content hr {
	clear: both;
}

.pagecontent {

}

.bookings{
float:right;
padding-top:15px;
padding-left:20px;
/*border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
margin-left:5px;*/
}
