html {
	width: 100%;
	height: 100%;
}
a {
	color: #0094ce;
}
a:hover {
	text-decoration: none;
	color: #ffbf42;
}
body {
	background-color: #0094ce;
	margin: 0;
	width: 100%;
	height: 100%
}
#wrapper {
	background: white url(../images/sr-template_SLICED_02.jpg) 0 102px repeat-x;
	position: relative;
	width:100%;
}
#wrapper2 {
	background: transparent url(../images/wrapperBG.jpg) 0 0 repeat-x;
	
	position: relative;
	width:100%;
}
#wrapper3 {
	background: transparent url(../images/blank-white-bg.gif) top left no-repeat;
	position: relative;
	width:100%;
}
#Table_01 {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	width: 100%;
	border-top: 10px solid #ffbf42;
	text-align: center;
	padding: 20px 0;
	color: white;
	font: normal 10px/15px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
	#footer a {
		color: white
	}
	#footer a:hover {
		text-decoration: none;
		color: #ffbf42;
	}
	#footer p {
		text-align: left;
		width: 657px;
		position: absolute;
		top: 0;
		left:50%;
		margin-left: -219px;
	}
#side-tile {
	background: white url(../images/side-tile.jpg) top left repeat-y
}
#header {
	background: white url(../images/sr-template_SLICED_01.jpg) top left no-repeat;
	position: relative;
}
#head-copy {
	color: #004d88;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	width: 859px;
	text-align: right;
	position: relative;
	left:0;
	top: 30px;
}
#head-copy a {
	color: #004d88;
}
#head-copy a:hover {
	text-decoration: none;
	color:#000066;	
}
#content {
	padding: 0 0 20px 20px;
	font: normal 10px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #434343;
	
}
#content h1 {
	margin: 0;
	padding: 0;
	/*padding-bottom: 10px;*/
	color: #0094ce;
	font: italic 24px Georgia, "Times New Roman", Times, serif;
	
}
#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
}
#content h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding: 0;
}
/* Secondary CMS Navigation */
#side-nav{
	padding-top: 20px;
	font-size: 10px;	
}
#side-nav div {
	padding-left: 20px;
	padding-bottom: 20px;
}
#side-nav div ul {
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
}
#side-nav div ul dfn {
	display: none;
}
#side-nav div ul li {
	margin: 0;
	padding: 0;
	text-indent: 5px;
}

/* Second Level */
#side-nav div ul li ul {
	/*border: 1px solid red;*/
	margin: 0;
	padding: 0 !important;
}
#side-nav ul li ul li {
	padding: 0;
	margin: 0;
	
}
#side-nav div ul li a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 1px solid #c0d9e2;
	padding: 7px 0;
	background-color:#e4f4fa;
}
#side-nav div ul li a:hover {
	background-color: #f5eee1;
}
#side-nav div ul li h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	padding: 7px 0;
}
.currentpage {
	background-color: #f5eee1;
	font-weight:bold;
	border-bottom: 1px solid #c0d9e2;
}

/* Reservations Form */

.formbuilderform {

}
.formbuilderform label {
	display: block;
}
.formbuilderform input, .formbuilderform textarea {
	border: 1px solid #c0d9e2;
	width: 300px;
}

/* Lyteshow Photo Gallery */

.picturelist .thumb a img {
	
	height: 70px;
}

/* Table Styles */
#content table {
	font: normal 10px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #434343;
}

.data {

}
.data th {
	background-color: #0067a1;
	color: white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
.data td {
	border-bottom: 1px solid #c0d9e2;
	padding: 3px;
}

/* ERROR MESSAGE ON RESERVATIONS */
.error_message,.fb_invalid {
	font-weight: bold;
	color: red;
}