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

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #3f3f3f;
	text-align: justify;
}
body {
	margin: 0;
	background-color: #e2e2e2;
	background-image: url(images/whalebg.jpg);
	background-repeat: repeat-x;
}
a:link, a:active {
	color: #0e7daf;
	text-decoration: none;
}
a:visited {
	color: #06658f;
	text-decoration: none;
}
a:hover {
	color: #ff6406;
	text-decoration: underline;
}
#wrap {
	margin: 0 auto;
	text-align: center;
	width: 920px;
}
#bodytop {
	background-image: url(images/body-top.png);
	background-repeat: no-repeat;
	height: 9px;
}
#bodylow {
	background-image: url(images/body-low.png);
	background-repeat: no-repeat;
	height: 9px;
}
#main {
	background-color: #FFF;
	padding: 0 10px 0 10px;
}
.clear {
	clear: both;
}
.img {
	padding: 8px;
}
/* Header */
.thumbs {
	padding: 0 2px 0 0;
}
#header {
	margin: 0 auto;
	background-image: url(images/herveybay-header.png);
	background-repeat: no-repeat;
	width: 920px;
	height: 234px;
}
#weather {
	float: right;
	padding: 50px 10px 0 0;
}
/* Sidebar */
#sidebar {
	width: 210px;
	float: left;
}
#menutitle {
	background-image: url(images/main-menu.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 44px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#sidebarblue {
	background-color: #45b7e9;
	text-align: left;
	width: 210px;
}
#sidebartopblue {
	background-image: url(images/menublue-top.png);
	background-repeat: no-repeat;
	height: 11px;
}
#sidebarlowblue {
	background-image: url(images/menublue-low.png);
	background-repeat: no-repeat;
	height: 11px;
}
#sidebarornge {
	background-color: #e9b545;
	text-align: center;
}
#sidebartopornge {
	background-image: url(images/menuornge-top.png);
	background-repeat: no-repeat;
	height: 11px;
	margin: 10px 0 0 0;
}
#sidebarlowornge {
	background-image: url(images/menuornge-low.png);
	background-repeat: no-repeat;
	height: 11px;
}
#blue {
	background-image: url(images/menu01.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 26px;
	margin: 0 auto;
	padding: 4px 0 0 0;
}
#orange {
	background-image: url(images/menu02.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 26px;
	margin: 0 auto;
	padding: 4px 0 0 0;
}
#sidebargray {
	background-color: #d9d9d9;
	text-align: center;
}
#sidebartopgray {
	background-image: url(images/menugray-top.png);
	background-repeat: no-repeat;
	height: 11px;
	margin: 10px 0 0 0;
}
#sidebarlowgray {
	background-image: url(images/menugray-low.png);
	background-repeat: no-repeat;
	height: 11px;
}
.sidelink a:link, .sidelink a:active, .sidelink a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 30px;
}
.sidelink a:hover {
	color: #FF0;
	text-decoration: none;
	padding: 0 0 0 30px;
	font-size: 14px;
}
/* Content */
#content {
	text-align: justify;
	float: right;
	width: 668px;
	padding: 0 10px 0 0;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #ff7b06;
	text-align: left;
}
.minititle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ff7b06;
	text-align: left;
}
.gitna {
	text-align: center;
}
/* Footer */
#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 190px;
	text-align: center;
}
/* others */
li {
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	line-height: 1.5;
}
#subside {
	float: right;
	width: 150px;
	margin: 0 0 6px 10px;
}
#subsidebody{
	padding: 0 0 0 5px;
	background-color: #f3f3f3;
	text-align: left;
}
#subsidetop {
	background-image: url(images/submenu-top.png);
	background-repeat: no-repeat;
	height: 9px;
}
#subsidelow {
	background-image: url(images/submenu-low.png);
	background-repeat: no-repeat;
	height: 9px;
}



