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

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #336699;
	text-align: center;
}

a, a:visited, a:link, a:active {
	color: #039;
}

a:hover {
	color: #990;
}

a img {
	border: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto 20px auto;
	text-align: left;
	overflow: auto;
}

#menuWrapper {
	height: 45px;
	overflow: visible;
	clear: both;
}

#menuLeft {
	width: 20px;
	height: 45px;
	float: left;
	clear: none;
	background-image: url(../images/menu_bg_left.jpg);
	background-repeat: no-repeat;
}

#menuRight {
	width: 20px;
	height: 45px;
	float: left;
	clear: none;
	background-image: url(../images/menu_bg_right.jpg);
	background-repeat: no-repeat;
}

#menu {
	height: 45px;
	float: left;
	clear: none;
	background-image: url(../images/menu_bg_main.jpg);
	background-repeat: repeat-x;
	overflow: visible;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	display: block;
	float: left;
	clear: none;
}

#menu ul li a {
	padding: 10px 20px 11px 10px;
	display: block;
	clear: none;
	background-image: url(../images/menu_item_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

#menu.rivermenu ul li a {
	padding: 10px 15px 11px 5px;
	background-position: top right;
	font-size: 0.9em;
}

#menu ul li a:hover {
	color: #ffff33;
}

#menu ul li.menuLast a {
	padding-right: 10px;
	background-image: none;
}

#logo {
	width: 410px;
	height: 125px;
	float: left;
	clear: none;
}

#logo-river {
	width: 960px;
	height: 125px;
	float: none;
	clear: both;
}

#address {
	width: 550px;
	height: 125px;
	float: left;
	clear: none;
}

#address p {
	margin: 10px 0 0 260px;
	font-size: 0.85em;
	font-family: Tahoma, Geneva, sans-serif;
}

#images {
	width: 960px;
	height: 214px;
	clear: both;
	background-image: url(../images/images_bg.jpg);
	background-repeat: no-repeat;
}

#contentWrapper {
	width: 905px;
	clear: both;
	overflow: auto;
	padding: 15px 20px 10px 35px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	font-family: Tahoma, Geneva, sans-serif;
}

#contentWrapper h1 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	color: #336699;
	font-size: 1.4em;
	font-weight: normal;
}

#contentWrapper h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #993;
	font-size: 1.2em;
	font-weight: normal;
}

#contentWrapper h3 {
	margin: 0 0 7px 0;
	padding: 0;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
}

#contentWrapper p, #contentWrapper td, #contentWrapper li {
	font-size: 0.95em;
}

#contentWrapper p {
	margin: 0 0 15px 0;
}

#contentWrapper li {
	margin: 0 0 5px 0;
}

#mainContent {
	width: 615px;
	float: left;
	clear: none;
	overflow: auto;
}

#sidebar {
	width: 275px;
	margin-left: 10px;
	float: left;
	clear: none;
	overflow: auto;
}

#contentWrapper .side-right {
	width: 253px;
	padding: 10px;
	margin: 0 0 15px 10px;
	float: right;
	clear: right;
	border: 1px solid #DDF;
	background-color: #F0F0F0;
}

#contentWrapper .side-right p {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	clear: right;
}

#contentWrapper .side-right h2 {
	font-weight: bold;
	color: #000;
	font-size: 0.95em;
}

#footer {
	width: 960px;
	padding-top: 35px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer p {
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 0.75em;
	font-family: Tahoma, Geneva, sans-serif;
}

.calendar td {
	border-bottom: 1px dotted #ccc;
}

table.schedule {
	width: 100%;
}

table.schedule td.time {
	width: 120px;
	text-align: right;
	font-weight: bold;
}
