/*** begin layout style ***/ 
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#5a6a79;
	min-width:800px;		/* Minimum width of layout - does not work in older IE */
	font-size:80%;
	text-align:center;
}
a {
	color:blue;
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:underline;
}
h1, h2, h3, h4 {
	margin:.1em 0 .1em 0;
	padding:0;
}
p {
	margin:.4em 0 .4em 0;
	padding:0;
}
img {
	border:0;
}
#container {
	margin:0 auto;
	width:1000px;
	text-align:left;
	background:#5a6a79;
}
/* Header styles */
#header {
	width:100%;
	background:#5a6a79;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.content,
.navigation,
.feature {
	float:left;
	position:relative;
	padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead  */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#ffffff;		/* right column background colour */
}
.threecol .colmid {
	right:21%;			/* width of the right column */
	background:#ffffff;		/* center column background colour */
}
.threecol .colleft {
	right:58%;			/* width of the middle column */
	background:#ffffff;	/* left column background colour */
}
.threecol .content {
	width:58%;			/* width of center column content (column width minus LR padding) */
	left:100%;			/* 100% plus L padding of center column */
}
.threecol .navigation {
	width:21%;			/* Width of left column content (column width minus LR padding) */
	left:21%;			/* width of (right column) plus (center column LR padding) plus (left column L padding) */
}
.threecol .feature {
	width:21%;			/* Width of right column content (column width minus LR padding) */
	left:79%;			/* (100% - left column width) plus (center column LR padding) plus (left column LR padding) plus (right column L padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background:#5a6a79;
}
#footer img {
	padding-right:5px;
}
/*** menu ***/
.aerobuttonmenu { /*container that holds a row of aero buttons*/
	overflow:hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width:auto;
}
* html .aerobuttonmenu { /*IE6 and below hack. Set explicit strip width*/
	width:100%;
}
.aerobuttonmenu a.aero { /*aero button CSS*/
	background:transparent url('menu/images/menu-l.gif') no-repeat top left;
	display:block;
	float:left;
  font-weight:bold;
	line-height:23px; /* This value + 8px should equal height of button background (default is 31px) */
	height:31px; /* Height of button background height */
	padding-left:10px; /* Width of left menu image */
	text-decoration:none;
	margin-left:6px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity:0.9;
	-moz-opacity:0.9;
}
.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active {
	color:white; /*button text color*/
}
.aerobuttonmenu a.aero span {
	background:transparent url('menu/images/menu-r.gif') no-repeat top right;
	display:block;
	padding:4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}
.aerobuttonmenu a.aero:hover { /* Hover state CSS */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
	opacity:1;
	-moz-opacity:0.99;
}
.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
	color:#fef301;
}
.search {
	text-align:right;
	padding-right:5px;
}
/*** content layout ***/
/*** aligning the images in the header ***/
.centered {
	text-align:center;
}
.topic-panel { /* for page title and other major topics */
	width:100%;
	background:#9dadc6;
  text-align:center;
}
.header-panel {
	margin:0px 0px 6px 0px;
	background:#ffffff;
	font-size:70%;
}
.header-panel img {
	margin:0 0 0;
}
.body-panel {
	background:#ffffff;
}
.body-panel img {
	margin:0 0 0;
}
.footer-panel {
	margin:6px 0px 6px 0px;
	background:#ffffff;
	font-size:80%;
}
.footer-panel img {
	margin:0 0 0;
}
.calendar {
	text-align:right;
	padding-top:3px;
	width:99%;
}
.calendar th {
	color:green;
	font-weight:normal;
}
.slideshow {
	width:100%;
	margin:0 auto;
}
.slideshow img {
	padding:10px;
	border:1px solid #cccccc;
	background-color:#ffffff;
}
.news-events {
	margin:0 auto;
}
.shade {
	background-color:#ffffe0;
}
.alt-shade {
	background-color:#f5f5f5;
}
.content p {
	margin:.8em 0 .8em 0;
	padding:0;
}
.counter {
	font-size:300%;
	font-weight:bold;
	color:#cc0000;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
.data-table {
  border:.2em solid #ffffff;
	font-size:90%;
}
.data-table th {
  color:#000000;
	background-color:#d5d5d5;
	font-weight:bold; 
	text-decoration:none;
  padding:3px;
}
.data-table td {
	background-color:#f2f2f2;
  padding:3px;
}
.data-table-current {
	color:#cc0000;
}
.data-table .shade {
	background-color:#c6e2ff;
}
.tour-table {
  border:.2em solid #ffffff;
	font-size:90%;
}
.tour-table th {
  color:#000000;
	background-color:#d5d5d5;
	font-weight:bold; 
	text-decoration:none;
  padding:3px;
}
.tour-table td {
	background-color:#f2f2f2;
  padding:3px;
}
.tour-table .holiday {
	background-color:#c6e2ff;
}
.red-text {
	color:#cc0000;
}
.bullet { /* Used for bullet lists */
	padding-left:15px;
}
.bullet li {
	list-style:upper-roman;
}
.bullet2 {
  padding-left:15px;
}
.bullet2 li {
	list-style:disc;
}
.sitemap { 
	width:200px;
	margin-bottom:5px;
  font-size:85%;
}
.navlist {
	padding-left:0px;
}
.sitemap li {
	list-style-image:none;
	list-style-type:none;
	padding-top:3px;
}
.sitemap a {
	display:block;
	padding:3px;
	width:160px;
	color:#000000;
	background-color:#f2f2f2;
	border-bottom:1px solid #eee;
}
.sitemap a:link, .navlist a:visited {
  text-decoration:none;
}
.sitemap a:hover {
	background-color:#fef301;
	color:#cc0000;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width:100%; /* ems so it will grow */
	/* background: url(images/panel-body-r.gif) no-repeat bottom right; */
	background:#ffffff;
	font-size:80%;
	margin-bottom:10px;
}
.boxhead {
	background:url(images/boxhead.gif) no-repeat top right;
	/* background:#9dadc6;*/
	margin:0 auto;
	padding:0;
	text-align:center;
	width:90%;
}
.boxhead h3 {
	/* background:url(images/panel-head-l.gif) no-repeat top left; */
	margin:0;
	/* padding:22px 5px 5px; */
	padding:8px 0px 8px 0px;
	color:white; 
	font-weight:bold; 
	font-size:1em;
	line-height:1em;
}
.boxbody {
	/*background:url(images/boxbody.gif) no-repeat bottom left; */
	background:#e5e5e5;
	border-style:none;
	margin:0 auto;
	/*padding:5px 20px 31px;*/
	width:90%;
	text-align:center;
}
.boxcontent {
	text-align:center;
	padding-bottom:10px;
	background:url(images/boxbody.gif) no-repeat bottom left;
}
.boxcontent img {
	border:0px;
	border-style:none;
	border-color:#e5e5e5;
}
.conditional {
  color:#cc0000;
  font-size:100%;
}
.foot-links {
	padding-left:6px;
	padding-right:6px;
}
#head-keeper {
	background:#ffffff;
}
#head-left {
	background:#ffffff;
	position:relative;
	float:left;
	width:21%;
}
#head-mid {
	background:#ffffff;
	position:relative;
	float:left;
	width:58%;
	text-align:center;
}
#head-right {
	background:#ffffff;
	position:relative;
	float:left;
	width:21%;
}
#head-icons {
	width:100%;
}
.icon {
	padding-left:19px;
	padding-right:19px;
	float:left;
  text-align:center;
}
.icon img {
  display:inline;
  border:1px solid #ffffff;
}
.icon a:hover img {
  border:1px solid blue;
}
.icon-name {
  text-align:center;
  font-weight:normal;
  white-space:nowrap;
}
#head-search {
	margin-top:12px;
	margin-left:5px;
}
/*
** Better jQuery accordion menu
*/
#navmenu {
  margin-left:10px;
}
ul.menu, ul.menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
  width:169px;
}
ul.menu a {
  display:block;
  text-decoration:none;	
}
ul.menu li {
  margin-top:1px;
}
ul.menu li a {
  background:#77aaaa;
  color:#fff;	
  padding:0.5em;
}
ul.menu li a:hover {
  background:#77bbbb;
}
ul.menu li ul li a {
  background:#e5e5e5;
  color:#000;
  padding-left:10px;
}
ul.menu li ul li a:hover {
  background:#ccc;
  border-left:5px #000 solid;
  padding-left:10px;
}