﻿/*
G5 Search Marketing Copyright 2009
Local Search Marketing - Local Internet Advertising
*/

/* reset - don't modify */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
p, img {padding:0;margin:0;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* /reset */

/* GLOBAL SETTINGS */
/* -------------------- */

h1,h2,h3,h4,h5,h6{
  color: #004b88; 
  font:normal 100% arial,helvetica,sans-serif;
  padding-bottom:.5em;
}
h1 {font-size: 180%;}
h2 {font-size: 160%;}
h3 {font-size: 140%;}
h4 {font-size: 120%;}
h5 {font-size: 100%;}
h6 {font-size: 80%;}

a {color:#004b88;text-decoration:none;}
a:hover {text-decoration:underline;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.clear {clear:both;}

.right {float:right;}
.left {float:left;}
img.right {padding:0 0 10px 20px;}
img.left {padding:0 20px 10px 0;}
p {padding-bottom:20px;}
table { margin-bottom:10px; width:100%; }
tr.odd {
    /*border: 1px solid #bfdfe4;*/
    background: #dbd7b3;
}
tr.even {/*border: 1px solid #bfdfe4;*/}
th {
  font-weight:bold;
  padding:0 10px 5px 10px;
}
td { padding:2px 10px; /*border-bottom:1px solid #dcdcdc;*/ }

.none {display:none;}

html {height:100%;}
body {
	color:#000;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	height:100%;
}

#whopper {
  position:relative;
  width:944px;
  margin:0 auto;
  padding:0;
}

#header {
  position:absolute;
  left:0;
  top:0;
  width:944px;
  height:109px;
}
#nav {
  position:relative;
  float:left;
  width:228px;
  height:539px;
  margin-top:109px;
  padding-top:11px;
}
#middle {
  position:relative;
  width:716px;
  float:right;
  /*background:red;*/
  margin-top:109px;
  text-align:left;
}
#col1 {
  position:relative;
  width:487px;
  float:left;
}
#col2{
  position:relative;
  width:229px;
  float:right;
}

#footer {
  position:relative;
  clear:both;
  width:944px;
  margin:0 auto;
  text-align:left;
}

/***** =header *****/
#logo {
  position:absolute;
  left:367px;
  top:0;
  padding-top:13px;
  height:79px;
  width:210px;
}
#mini-slideshow {
  position:absolute;
  top:0;
  left:715px;
  width:113px;
  height:92px;
  text-align:left;
}
#tagline {
  position:absolute;
  width:944px;
  top:92px;
  left:0;
  height:17px;
  background:#004b88 url(/images/t/tagline.gif) center center no-repeat;
  text-indent:-9999px;
}
#fontSwitch {
  position:absolute;
  width:200px;
  top:13px;
  left:13px;
}
#font-select {
  float:left;
}
input.decrease {padding:5px 0;}
#header .label {
  float:left; 
  font-weight:bold;
  padding:3px 0 0 5px;
  
}

/***** =nav *****/
#nav {background:#96bc6a;}
.accomodations #nav {background:#c19b71;}
.amenities #nav {background:#5a83a4;}
.dining #nav {background:#b2bd63;}
.activities #nav {background:#7370c2;}
.wellness #nav {background:#56adc7;}
.independent #nav {background:#9d94ac;}
.assisted #nav {background:#788ac6;}
.brochure #nav {background:#95ac6d;}
.contact #nav {background:#8eb1a6;}
.tour #nav {background:#dbac57;}

#nav a {
  width:228px;
  height:31px;
  background:url(/images/t/nav_home.gif) no-repeat;
  display:block;
  text-indent:-9999px;
}
.accomodations #nav a {background:url(/images/t/nav_accomodations.gif) no-repeat;}
.amenities #nav a {background:url(/images/t/nav_amenities.gif) no-repeat;}
.dining #nav a {background:url(/images/t/nav_dining.gif) no-repeat;}
.activities #nav a {background:url(/images/t/nav_activities.gif) no-repeat;}
.wellness #nav a {background:url(/images/t/nav_wellness.gif) no-repeat;}
.independent #nav a {background:url(/images/t/nav_independent.gif) no-repeat;}
.assisted #nav a {background:url(/images/t/nav_assisted.gif) no-repeat;}
.brochure #nav a {background:url(/images/t/nav_brochure.gif) no-repeat;}
.contact #nav a {background:url(/images/t/nav_contact.gif) no-repeat;}
.tour #nav a {background:url(/images/t/nav_photo_tour.gif) no-repeat;}

#nav li.home a {background-position:0 0;}
#nav li.home a:hover {background-position:-228px 0;}
#nav li.accomodations a {background-position:0 -31px;}
#nav li.accomodations a:hover {background-position:-228px -31px;}
#nav li.amenities a {background-position:0 -62px;}
#nav li.amenities a:hover {background-position:-228px -62px;}
#nav li.dining a {background-position:0 -93px;}
#nav li.dining a:hover {background-position:-228px -93px;}
#nav li.activities a {background-position:0 -124px;}
#nav li.activities a:hover {background-position:-228px -124px;}
#nav li.wellness a {background-position:0 -155px;}
#nav li.wellness a:hover {background-position:-228px -155px;}
#nav li.independent a {background-position:0 -186px;}
#nav li.independent a:hover {background-position:-228px -186px;}
#nav li.assisted a {background-position:0 -217px;}
#nav li.assisted a:hover {background-position:-228px -217px;}
#nav li.brochure a {background-position:0 -248px;}
#nav li.brochure a:hover {background-position:-228px -248px;}
#nav li.contact a {background-position:0 -279px;}
#nav li.contact a:hover {background-position:-228px -279px;}

/***** =col1 *****/
#p_col1_top, #ccp {border-bottom:16px solid #004b88; height:297px;}


/***** =editor-content *****/
#editor-content, #content {padding:20px 15px;}

/***** =col2 *****/
#p_col2_top {padding:20px 0 0 10px;}

/***** =ccp *****/
#ccp {width:229px;}
#ccp li {
  width:229px;
  list-style:none;
  height:65px;
  margin-bottom:12px;
  text-indent:-9999px;
}
#ccp li a {
  background:url(/images/t/action_nav_sprite.jpg);
  width:229px;
  height:65px;
  display:block;
}
#ccp li.call {background:url(/images/t/action_nav_sprite.jpg); border-top:1px solid #004b88;}
#ccp li.brochure a {background-position:0 -65px;}
#ccp li.brochure a:hover {background-position:-229px -65px;}
#ccp li.tour a {background-position:0 -130px;}
#ccp li.tour a:hover {background-position:-229px -130px;}
#ccp li.photo-tour a {background-position:0 -195px;}
#ccp li.photo-tour a:hover {background-position:-229px -195px;}
#ccp li.last {margin:0;}


/***** =map *****/
div#map h2 {display: none;}
#map {padding:10px;}
#flashmap {
    margin:0;
    width: 467px;
    height: 277px;
    top: 0px;
    left: 0px;
}

/***** =photo-tour *****/
#photo-tour {
  width:477px;
  height:287px;
  position:relative;
  padding:5px;
}

/***** =footer *****/
div#footerWrap {
    position: relative;
    font-size: x-small;
    width:944px;
    padding-top:20px;
    margin-top:20px;
    border-top:1px solid #ccc;
}

div#footerWrap ul.firstLinks {
    width: 800px;
    display: inline; 
    float: left;
    margin:0;
    padding:0;
}
div#footerWrap ul.firstLinks li {
    display: inline;
    padding: 0 9px 0 2px;
}
div#footerWrap ul.firstLinks li a {
    color: #4f4f4f;
    font-size: 10px;
    font-weight: bold;
}
div#footerWrap ul li.first {padding-left:0; margin-left:0;}

div#footerWrap ul {margin-bottom:0; padding-bottom:0;}

div#footerWrap ul li {
  padding-right:5px;
  border-right:1px solid #4f4f4f;
  margin-right:5px;
}
div#footerWrap ul li.last {border:none; padding:0;}

div#footerWrap p.footerText {
    position: relative;
    float: right;
    color: #4f4f4f;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 16px;
}
div#footerWrap p.share {
    position: absolute;
    right: 0;
    top: 20px;
}

div#footerLinks {
    position: relative;
    width: 944px;
    padding: 10px 0 0 0;
    clear: both;
}
div#footerLinks p {
    color: #4f4f4f;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}
div#footerLinks ul {
    width: 944px; 
    line-height: 12px;
    padding-top:10px;
}
div#footerLinks ul li {
    float: left;
    padding-right:8px;
    border-right:1px solid #4f4f4f;
    margin-right:8px;
    line-height:10px;
}
div#footerLinks ul li a {
    color: #4f4f4f;
    font-size: 10px;
    font-weight: bold;
}
div #footerLinks ul li.last {border:none;}

div#footer-states {
    position: relative;
    margin:0;
    padding:0;
    clear: both;
}

div#footer-stores {
    position: relative;
    clear: both;
    padding: 0;
}
p#copy {padding-top:10px;}

#counter {
position: absolute;
top: 88px;
left: 760px;
}

/* New G5 Brand */
#brand {
	margin:0 0 10px 0;
	display:block;
	width:213px;
	height:17px;
	text-indent:-9999px;
	background:url(/images/footer-brand.gif);
}
#brand:hover {background-position:0 -17px;}
/* --------- /stylesheets/inline.css --------- */ 
/*
 _ _       _     _       _          
| (_)_ __ | | __(_)_   _(_) ___ ___ 
| | | '_ \| |/ /| | | | | |/ __/ _ \
| | | | | |   < | | |_| | | (_|  __/
|_|_|_| |_|_|\_\/ |\__,_|_|\___\___|
              |__/         
*/

#inline-edit-tools{
  background: #F0F4F5 url(/javascripts/ext/resources/images/gray/toolbar/bg.gif) repeat-x scroll left top;
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}

#inline-edit-tools a.edit{
  background-position: 0 2px;
  display: block;
  padding: 3px 0 2px 18px;
  color: #000;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url(/javascripts/ext/resources/images/default/shared/fam/page_edit.png) !important;
}

/* --------- /javascripts/shadowbox/skin/classic/skin.css --------- */ 
/**
 * The "classic" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
 */

/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(/javascripts/shadowbox/skin/classic/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  /*height: 26px;*/
  height: 4em;  /* this can be just about any value because of the overflow, but the 2-4em ballpark looks best, IMO, and prevents overflow off the top of the viewport for captions up to three lines */
  overflow: visible;
}
#shadowbox_title_inner {
	position: absolute;
	bottom: 0;
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}

#shadowbox_title {
  border: 0px solid;
} 

#shadowbox_info {
  border: 0px solid;
}


