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

body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333333;
}
.copy {
	line-height: 18px;
	text-align: left;
}
.image_right {
	padding-left: 15px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.25;
}
.underline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.topbar_filler {
	background-image: url(template_images/topbar_filler.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.right_sidebar_filler {
	background-image: url(template_images/sidebar_right_filler.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.left_sidebar_filler {
	background-image: url(template_images/sidebar_filler.jpg);
	background-repeat: repeat;
	background-color: #70BBF4;
}
.formtext {
	font-size: 10px;
	text-align: left;
}
.shadow_right {
	background-image: url(template_images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.reservation {
	font-size: 16px;
	font-weight: bold;
	color: #CB3A19;
	text-align: center;
}
.shadow_left {
	background-image: url(template_images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.UPPERCASE {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}
.bottomnav {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
.bottomnav:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomnav:hover {
	font-size: 11px;
	color: #FFCC99;
	text-decoration: underline;
}
.bottomnav:active {
	font-weight: bold;
	text-decoration: underline;
}
.bottomnav:visited {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
.bottomnav-margin {
    margin: 10px;
}
.navigation_filler {
	background-image: url(template_images/navbar_filler.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.white {
	font-size: 14px;
	color: #FFFFFF;
}
.right_sidebar2_filler {
	background-image: url(template_images/rightside_spacer.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.circles {
	background-image: url(template_images/circles_full.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 30px;
	color: #133491;
	text-align: center;
}
.navigation {
	font-size: 12px;
	color: #133491;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin:5px 0 5px 0;
	font-weight:bold;
}
.navigation:link {
	color: #133491;
	text-decoration: none;
}
.navigation:visited {
	color: #133491;
	text-decoration: none;
}
.navigation:hover {
	color: #823125;
	text-decoration: none;
	font-weight:bold;
}
h2 {
	font-size: 24px;
	color: #823125;
}
h3 {
	font-size: 16px;
	color: #823125;
}
h4 {
	font-size: 14px;
	color: #133491;
}
.circles_fullpage {
	background-image: url(template_images/circles_full.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.copywright {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.copywright:link {
	color: #FFF;
	text-decoration: underline;
}

/* report form errors */
.errblock {
	margin: 8px;
	padding: 8px;
	border: 2px #990000 solid;
	background-color: #FFFEE8;
	color: #990000;
	text-align: left;
}

	.errblock .errtitle {
		font-weight: bold;
	}
	
	.errblock ul {
	}
	
	.errblock li {
	}
	
	
