@charset "utf-8";
.body  {
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background-color: #6E8FD5;
	max-width: 1000px;
}
.translate {
	display: inline-block;
	float: none;
	clear: both;
	width: 100%;
	height: 1.3em;
	text-align: center;
}
.header {
	clear: both;
	float: right;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
	max-width: 1000px;
	height: 160px;
	right: 50%;
}
h1 {
	font-size:24px;
}
#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu {
	width: 88.75%;
	height: 38px;
	margin-left: 11.23%;
	top: -3.1em;
	position: relative;
}
#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}
/*top bar menu*/
#menu li {
	float: left;
	position: relative;
}

#menu a {
	float: right;
	padding: .7em 1.275em;
	color: #006600;
	text-transform: uppercase;
	font: bold 1.2em Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 0 .0625em 0 #000;
}

#menu li:hover > a {
	color: #66FF33;
	background-color: aabde2;
}

*html #menu li a:hover { /* IE6 only */
    color: #66FF33;
	background-color: aabde2;
}
/*sub menu*/
#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;    
    background: #7698ed;
    border-radius: 3px;
    transition: all .2s ease-in-out;
	background-image: url(graphics/transparent.png);
	background-repeat: repeat;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 9.375em;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
    box-shadow: none;
}

#menu ul a {
	padding: .625em;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	min-width: 12.25em;
}

#menu ul a:hover {
    background-color: #6680cD;
}
/*First and last list element styles*/
#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #6680cd;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #6680cD; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #6680cD; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}
/* Heartspring Menu*/
#hmenu, #hmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
	display: inline-block;
}
#hmenu {
	width: 88.75%;
	height: 38px;
	margin-left: 11.23%;
	top: -3.1em;
	position: relative;
}
#hmenu:before,
#hmenu:after {
    content: "";
    display: table;
}
#hmenu:after {
    clear: both;
}
#hmenu {
    zoom:1;
}
/*top bar menu*/
#hmenu li {
	float: left;
	position: relative;
}

#hmenu a {
	float: right;
	padding: .7em 1.275em;
	color: #006600;
	text-transform: uppercase;
	font: bold 1.2em Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 0 .0625em 0 #000;
}

#hmenu li:hover > a {
	color: #66FF33;
	background-color: aabde2;
}

*html #hmenu li a:hover { /* IE6 only */
    color: #66FF33;
	background-color: aabde2;
}
/*sub menu*/
#hmenu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;    
    background: #7698ed;
    border-radius: 3px;
    transition: all .2s ease-in-out;
	background-image: url(graphics/transparent.png);
	background-repeat: repeat;
}

#hmenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#hmenu ul ul {
    top: 0;
    left: 9.375em;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#hmenu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#hmenu ul li:last-child {   
    box-shadow: none;
}

#hmenu ul a {
	padding: .625em;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	min-width: 12.25em;
}

#hmenu ul a:hover {
    background-color: #6680cD;
}
/*First and last list element styles*/
#hmenu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#hmenu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}
#hmenu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #6680cd;
}

#hmenu ul li:first-child a:hover:after {
    border-bottom-color: #6680cD; 
}
#hmenu ul ul li:first-child a:hover:after {
    border-right-color: #6680cD; 
    border-bottom-color: transparent;   
}

#hmenu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}
/* jQuery IE6 support*/
$(function() {
  if ($.browser.msie && $.browser.version.substr(0,1)<7)
  {
    $('li').has('ul').mouseover(function(){
        $(this).children('ul').css('visibility','visible');
        }).mouseout(function(){
        $(this).children('ul').css('visibility','hidden');
        })
  }
}); 
/*Mobile Menu Button Support*/
<meta name="viewport" content="width=device-width">
/* HTML Structure update wrap <nav id="menu-wrap">. This is the relative holder for mobile navigation.*/
/* Mobile */
$('#menu-wrap').prepend('<div id="menu-trigger">Menu</div>');       
$("#menu-trigger").on("click", function(){
    $("#menu").slideToggle();
});

// iPad
var isiPad = navigator.userAgent.match(/iPad/i) != null;
if (isiPad) $('#menu ul').addClass('no-transition');
/* Mobile CSS styles*/
#menu-trigger { /* Hide it initially */
    display: none;
}

@media screen and (max-width: 600px) {

    #menu-wrap {
        position: relative;
    }

    #menu-wrap * {
        box-sizing: border-box;
    }

    #menu-trigger {
	display: block; /* Show it now */
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding: 0 0 0 35px;
	border: 1px solid #222;
	color: #fafafa;
	font-weight: bold;
	background-color: #aabde2;
	/* Multiple backgrounds here, the first is base64 encoded */
	/* [disabled]background: url(data:image/png;base64,iVBOR...) no-repeat 10px center, linear-gradient(#444, #111); */
	border-radius: 6px;
	box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    }

    #menu {
        margin: 0; padding: 10px;
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 1;
        display: none;
        box-shadow: none;       
    }

    #menu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #444;
    }   

    #menu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: none;
        box-shadow: none;               
    }

    #menu ul ul {
        margin: 0 0 0 20px !important;
        box-shadow: none;       
    }

    #menu li {
        position: static;
        display: block;
        float: none;
        border: 0;
        margin: 5px;
        box-shadow: none;           
    }

    #menu ul li{
        margin-left: 20px;
        box-shadow: none;       
    }

    #menu a{
        display: block;
        float: none;
        padding: 0;
        color: #999;
    }

    #menu a:hover{
        color: #fafafa;
    }   

    #menu ul a{
        padding: 0;
        width: auto;        
    }

    #menu ul a:hover{
        background: none;   
    }

    #menu ul li:first-child a:after,
    #menu ul ul li:first-child a:after {
        border: 0;
    }       

}

@media screen and (min-width: 600px) {
    #menu {
        display: block !important;
    }
}   

/* iPad */
.no-transition {
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;          
}

#menu li:hover > .no-transition {
    display: block;
}
.blackcell {
	border:1px solid #000;
	text-align:center;
}
.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.biopic {
	width: 160px;
	text-align: center;
	float: left;
	margin: 10px;
	margin-right: 15px;
}
.div341 {
	width:31%;
	text-align:center;
	float:left
}
.hr {
	width: 97%;
	background-color: #000000;
	border: 1px solid #000000;
	height: 0px
}
.image {
	width: 200px
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.gcnotice {
	border: 1px solid black;
	width: 97%;
	padding: 10px;
}
.gccolumn1 {
	border: 1px solid black;
	width: 53%;
	float: left;
	line-height: 150%;
}
.gccolumn2 {
	border: 1px solid black;
	width: 46.5%;
	float: right;
	line-height: 140%;
}
.gcform {
	width: 100%;
	line-height: 150%;
}
.gcfoot20 {
	font-size: 10px;
	text-align: left;
	float: left;
	width: 22%;
}
.gcfoot20r {
	font-size: 10px;
	text-align: right;
	float: right;
	width: 22%;
}
.gcfoot80 {
	font-size: 12px;
	text-align: center;
	float: left;
	width: 55%;
}
.gccolumn1head {
	border: 1px solid black;
	width: 63%;
	float: left;
	line-height: 150%;
}
.gccolumn2head {
	border: 1px solid black;
	width: 36.5%;
	float: right;
	line-height: 140%;
}
.pagebreak {
	height: 4px;
	background-color: #000000;
	border: 1px solid thick black;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	clear:both;
}
.numbercircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 40px;
    height: 20px;
    padding: 8px;

    background: #fff;
    border: 2px solid #666;
    color: #000;
    text-align: center;

    font: 14px Arial, sans-serif;
	display:inline
}
.numbercirclesmall {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	
	width:13px; 
	height:5px; 
	padding:2px

    background: #fff;
    border: 2px solid #666;
    color: #000;
    text-align: center;

    font: 14px Arial, sans-serif;
	display:inline
}
table {width:100%;
}
/*Search box*/
form {
                width:500px;
                margin:50px auto;
}
.search {
                padding:8px 15px;
                background:rgba(50, 50, 50, 0.2);
                border:0px solid #dbdbdb;
}
.button {
                position:relative;
                padding:6px 15px;
                left:-8px;
                border:2px solid #207cca;
                background-color:#207cca;
                color:#fafafa;
}
.button:hover  {
                background-color:#fafafa;
                color:#207cca;
}
/*End Search*/
.content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 1000px;
	display: block;
	background-color: #FFF;
	max-width: 1000px;
	margin: 0;
	padding-bottom:1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	position: relative;
	min-height: 64ex;
}
.footer {
	clear: both;
	float:none;
	width: 100%;
	display: block;
	background-color: #6c8cdf;
	text-align: center;
	max-width: 1000px;
	height: 2em;
	vertical-align: middle;
	line-height: 2em;
}
#map_thingstodo {
	height:950px;
	width:100%;
}
#map_hotels {
	height:950px;
	width:100%;
}
#map_dining {
	height:950px;
	width:100%;
}
tr.border_bottom td {
	border-bottom:1px solid black;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98%;
	max-width: 1000px;
	padding-left: 0.4%;
	padding-right: 0.4%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95.75%;
	display: block;
	max-width: 1000px;
}
