@charset "utf-8";
/* formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 95%;
	line-height: 1.6;
	color: #483017;
	background-color: #E9E4D8;
}
hr {
	display: none;
}
/* link styles
-------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000099;
	text-decoration: underline;
	display: block;
}
a:visited {
	color: #9900DD;
	text-decoration: underline;
	display: block;
}
a:hover {
	color: #F29400;
	text-decoration: underline;
	display: block;
}
a:active {
	text-decoration: underline;
	position: relative;
	left: +2px;
	top: +2px;
	display: block;
}
/* basic layout
-------------------------*/
#wrapper {
	background-color: #EEEBD4;
	margin: 0px auto;
	width: 832px;
	border-right: 1px solid #C7B59D;
	border-left: 1px solid #C7B59D;
}
#map #wrapper {
	background-color: #E2E0CB;
}
#main {
	width: 832px;
	padding-top: 15px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #374F16;
	height:2.3em;
	line-height: 2.3em;
}
/* header styles
-------------------------*/
#header {
	background-color: #BDD897;
	height: 175px;
	position: relative;
}
#header h1 img {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 832px;
	height: 150px;
}
#header ul {
	background-color: #EEEBD4;
	width: 832px;
	position: absolute;
	left: 0px;
	top: 150px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.3em;
	color: #374F16;
	text-decoration: none;
	font-weight: bold;
	background-color: #BDD897;
	text-align: center;
	display: block;
	height: 2.3em;
	width: 276px;
	border-top: 3px solid #483017;
	border-bottom: 2px solid #7B9870;
	border-left: 2px solid #EEEBD4;
}
#header ul li a:hover {
	color: #EEEBD4;
	background-color: #374F16;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a {
	color: #EEEBD4;
	background-color: #374F16;
}
#map #header #nMap a {
	color: #EEEBD4;
	background-color: #374F16;
}
#schedule #header #nSchedule a {
	color: #EEEBD4;
	background-color: #374F16;
}
/* main styles
-------------------------*/
#main {
	width:800px;
	margin: 15px 15px 55px;
}
#main p {
	line-height: 1.8;
	margin-left: 1em;
}
#main h2 {
	text-transform: uppercase;
	color: #3F5A34;
	background-image: url(images/mg-icon_leaf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 125%;
	margin-top: 30px;
	margin-bottom: 10px;
}
/* common image styles
-------------------------*/
#WMPG {
	width: 160px;
	height: 41px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}
#YIM {
	width: 10px;
	height: 7px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}
/* main home styles
-------------------------*/
#home #main #hWMP a {
	width: 14em;
	color: #795F29;
	background-color: #D7DABA;
	display: block;
        margin-top:5px;
        margin-left:10px;
	padding-top:7px;
        padding-bottom:5px;
        padding-left:2px;
        padding-right:7px;
	text-decoration: none;
        text-align:center;
}
#home #main #hWMP a:hover {
	background-color: #C6D1A0;
	color: #3F5A34;
	text-decoration: none;
}

/* main map styles
-------------------------*/
#map #main {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#map #main img {
	width: 832px;
	height: 723px;
	border-style: none;
        margin-top: 20px;
}
/* main schedule styles
-------------------------*/
#schedule #main #sWarning {
	color: #ff0000;
	background-color: #FFFF66;
	border: 2px solid #D9C582;
	display: block;
	padding: 5px 0px;
	margin-bottom: 10px;
	height: 3em;
	width: 797px;
}
#schedule #main #sWarningL {
	float: left;
	font-size: large;
	font-weight: bold;
	text-align: right;
	display: block;
	width: 5em;
	line-height: 2.3;
}
#schedule #main dl#sWarningR {
	float: right;
	text-align: left;
	display: block;
	line-height: 1.4;
}
#schedule #main table {
	background-color: #D9C582;
	border-collapse: separate;
	width:800px;
	table-layout:fixed;
}
#schedule #main table caption#taCap {
	text-align: left;
}
#schedule #main table tr td {
	padding: 2px 5px;
}
#schedule #main table tr .taAt {
	background-color: #F0F8FF;
	width: 10em;
}
#schedule #main table tr .taA {
	background-color: #F0F8FF;
}
#schedule #main table tr .taBt {
	background-color: #EEE8AA;
}
#schedule #main table tr .taB {
	background-color: #EEE8AA;
}
#schedule #main table tr .taCt {
	background-color: #99CC99;
	width:11em;
}
#schedule #main table tr .taC {
	background-color: #99CC99;
}
#schedule #main table tr .taDt {
	background-color: #CCBDD4;
	width:9em;
}
#schedule #main table tr .taD {
	background-color: #CCBDD4;
}
#schedule #main table tr .taS {
	background-color: #305392;
    color: #FFFFFF;
}
#schedule #main table tr .taT {
	background-color: #527D37;
    color: #FFFFFF;
}
#schedule #main table tr .taST {
	background-color: #876C36;
    color: #FFFFFF;
    width: 1.5em;
}
/* main each styles
-------------------------*/
#each #main div {
	font-size:  95%;
}
#each #main #eachLeft {
	float: left;
	padding: 15px;
	width: 450px;
	height:600px;
}
#each #main #eachLeft img {
	width:450px;
	height:600px;
	margin-left: 15px;
}
#each #main #eachRight {
	float: right;
	width: 267px;
	height:600px;
	padding: 20px 10px 10px 10px;
}
#each #main #eachRight #vPlay a {
	width: 251px;
	height: 100px;
	background-image: url(images/mg-vidio_play.gif);
	background-repeat: no-repeat;
	display: block;
}
#each #main #eachRight #vPlay a:hover {
	width: 251px;
	height: 100px;
	background-image: url(images/mg-vidio_play_ho.gif);
	background-repeat: no-repeat;
	display: block;
}
#each #main #eachRight #eWMP1 {
	text-align: left;
	padding: 5px;
	width: 239px;
	border: 2px solid #D7DABA;
	margin-top: 10px;
}
#each #main #eachRight #eWMP2 a {
	text-align: center;
	padding: 7px 5px 5px;
	width: 243px;
	background-color: #D7DABA;
	color: #795F29;
	display: block;
	text-decoration: none;
}
#each #main #eachRight #eWMP2 a:hover {
	background-color: #C6D1A0;
	color: #3F5A34;
	text-decoration: none;
}
/* footer styles
-------------------------*/
#footer address {
	font-style: normal;
	font-size: 80%;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
/* F4v styles
-------------------------*/
#eachF4v #main {
	width:800px;
	margin: 25px 15px 15px 56px;
}
/* adjustment of all styles
-------------------------*/
.biF {
	font-size: large;
	font-weight: bold;
}
.smF {
	font-size: small;
}
.boF {
	font-weight: bold;
}
.leF {
	color: #ff0000;
}
.marL {
	margin-left: 2em;
}

