
body {
background: #333 url("../images/Page/back.jpg") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
margin:0;
padding:0;
}

a {
color:#00FFFF;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 900px;
height: 210px;
background: #000 url("../images/Page/TitleLogo_expand.jpg") no-repeat;
background-position: top right;
}

#header_index {
width: 900px;
height: 210px;
background: #000 url("../images/Page/TitleLogo_expand.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 900px;
background: #343 url("../images/Page/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #121;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
width: 739px;
height: 30px;
background-color: #121;
float: right;
text-align: center;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h3 {
width: 475px;
height: 30px;
background-color: #121;
float: left;
text-align: center;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h4 {
width: 475px;
height: 20px;
background-color: #121;
float: left;
text-align: center;
font: bold 14px/20px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h5 {
width: 475px;
height: 20px;
text-align: left;
font: bold 14px/20px arial, verdana, tahoma, sans-serif;
padding-top: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h5_Right {
width: 222px;
height: 20px;
float: left;
background-color: #121;
text-align: center;
font: bold 14px/20px arial, verdana, tahoma, sans-serif;
color: #fff;
cursor: default;
}

#cList
{
list-style:inside;
z-index: 2;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}
#nav li a {
color: #fff;
font: normal 11px/24px tahoma;
display: block;
width: 140px;
height: 24px;
background-color: #121;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #666;
}


.nav_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000;
	background-color:#121;
	font: normal 11px/24px tahoma;
	text-align:left;
}
.nav_subMenu ul{
	margin:0px;
	padding:0px;
}
.nav_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.nav_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color: #fff;	/* Black text color */
	border-bottom: 1px solid #fff;
	height:20px;	/* 16 pixels height */
	line-height:20px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
}
.nav_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#666;	/* Blue background */
}

#current a {
background-image: url("../images/Page/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
margin-left:-150px;
margin-top:32px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}
#sideBarH1 {
display: block;
width: 132px;
background-color: #000;
font-weight: bold;
text-decoration:blink;
text-align:center;
color:#CCCCCC;
}

#sideBarH2
{
border: 1px solid #000;
width: 130px;
height: 30px;
text-align:left;
margin-bottom: 15px;
font: bold 12px tahoma;
}

#sideBarH3
{
border: 1px solid #000;
width: 130px;
height: 30px;
text-align:left;
margin-bottom: 15px;
font: bold 12px tahoma;
}


#sideBarH2 a 
{
color:#000;
font: bold 12px tahoma;
text-decoration:underline;
}

#sideBarNav {
list-style: none;
z-index: 2;
height: 48px;
width: 132px;
}


#sideBarNav li a {
color: #000;
font: normal 11px/24px tahoma;
display: block;
width: 132px;
height: 24px;
background-color: #aaa;
text-decoration:blink;
text-align:center;
}

#sideBarNav li a:hover {
background-color: #888;
}

#hourTab
{
width: 132px;
background-color: #888;
float:left;
position:relative;
bottom: auto;
border:medium;
left: -8px;
border-collapse:collapse;
border-top-color:#003333;
font: normal 10px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

aboutImg
{
border: 2px solid #eee;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #343;
}

a:hover img {
border-color: #f00;
}

#content {
color: #fff;
float: left;
width: 485px;
margin: 10px 0 0 10px;
}

#contentRight {
color: #fff;
float: right;
width: 225px;
margin: 10px 0px 10px 0px;
padding: 0px 10px 5px 10px;
border-left: 2px solid #fff; 
}

#menucontent 
{
color: #fff;
text-align: center;
float: left;
width: 485px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
color: #fff;
clear: both;
width: 400px;
margin-left: 163px;
}

/*table stuff*/
#platterTable
{
	font: normal 12px verdana, arial, tahoma, sans-serif;
	width: 419px;
	text-align: center;
	border-collapse: collapse;
}
#platterTable th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe url('../images/Page/gradhead.png') repeat-x;
	border-top: 2px solid #889;
	border-bottom: 1px solid #fff;
	color: #222;
}
#platterTable td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #446;
	border-top: 1px solid #fff;
	background: #e8edff url('../images/Page/gradback.png') repeat-x;
}
#platterTable tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
/*#platterTable tbody tr:hover td
{
	background: #d0dafd url('../images/Page/gradhover.png') repeat-x;
	color: #339;
}*/

#bentoMenuItem
{
	width: 420px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bentoMenuPicture
{
	width: 150px;
	height: 100px;
	float: left;
}

#bentoMenuText
{
	width: 270px;
	height: 100px;
	float: right;
	text-align: center;
}

#zone_inner {
	color:#333333;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom-color: #b0b0b0;
	border-right-color: #b0b0b0;
	width: 7em;
	cursor: pointer;
}

#routeInfo
{
	width: 420px;
	margin-top:10px;
	margin-bottom:15px;
}

