@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing:  0;
}
/* End CSS Reset */

body {
	background-color: #6d6058;
	background-image: url(imgs/woodgrain-tile-converted.jpg);
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        11px;
}

/* default LINKS */
a:link, a:visited {
                   color:            #BA2234;
                   text-decoration:  none;
}
a:hover, a:active {
                   text-decoration: underline;
}
a.leftLinks:link, a.leftLinks:visited { 
	color:           #000; 
        text-decoration: none;
} 
a.leftLinks:hover, a.leftLinks:active { 
	color:           #BA2234; 
        text-decoration: underline;
} 

#wrapper {
	  margin:  auto;
	  width:   792px;
	  height:  612px; 

}

#container {
	    background-color: #fff;
	    width:            704px;
	    margin:           auto;
	    margin-top:       44px;
            margin-bottom:    50px;
            background-image: url(imgs/innerglow-prt.jpg);
}

img {
     border: 0;
}

#logo img{
          margin-top: 7px;
}


/* NAV */ 

#takeme
{
  display:    block;
  width:      72px;
  height:     25px;
  background: url("imgs/takeme2.gif") no-repeat 0 0;

}

#takeme:hover
{ 
  background-position: 0 -25px;
}

#takeme span
{
  position: absolute;
  top: -999em;
}

#top-nav { 
          /* light blue bar*/
	  background-color:  #61cbd7; 
	  width:             539px;
	  height:            25px; 
          margin-bottom:     3px;
	  float:             right;
}

#top-nav img { 
              /* vertical position of buttons */
              float:        left;
              margin-right: 80px;
}

#top-nav ul {
             /* horizontal position of buttons */
             margin-top:  -25px;
             padding: 0;
             float:   right;
}

#top-nav ul li{ 
               /* keeps buttons in a line, instead of stacked */
               display: inline;
}

#top-nav ul li a {
                  /* makes buttons visible */
	          display:  inline-block;
	          height:   25px;
	          overflow: hidden;
}

#nav-location a, #nav-gallery a, #nav-menu a, #nav-about a, nav-stuff a { 
                  /* space between buttons */
	          width:               58px; 
	          background-repeat:   no-repeat; 
	          background-position: 0 0; 
}

                    /* images of buttons */
#nav-location a {
	         background-image: url(imgs/location2.gif);
}
#nav-gallery a {
	        background-image: url(imgs/gallery2.gif);
}
#nav-menu a {
	     background-image: url(imgs/menu2.gif);
}
#nav-about a {
	      background-image: url(imgs/about2.gif);
}
#nav-stuff a { 
              background-image: url(imgs/stuff.gif);
}

#nav-location a:hover, #nav-gallery a:hover, #nav-menu a:hover, #nav-about a:hover, #nav-stuff a:hover {
        /* button's roll-over state */
	background-position: 0 -25px; 
}
#nav-about a { 
        width: 50px;
}
#nav-menu a { 
        width: 50px;
}

/* TXT */
#content-txt {
	      width:        286px;
	      float:        left;
	      margin-top:   25px;
}
#content-txt p {
	        margin:       0;
	        padding:      0 5px;
	        line-height:  14px;
}

#left-column {
	      width:        160px;
	      padding-left: 5px;
	      float:        left;
              clear:        right;
}
#right-column {
               width:   535px; 
               height:  350px;
               float:   left;
}

#future {
         width:   155px;
         height:  165px;
         float:   right;
}
#certificate { 
              float:  left;
              margin: 8px 0 0 40px;
} 
#beach {
	clear:       both;
	float:       left;
	margin-top:  50px;
}

#hours-contact {
	        color:         #38202A;
	        width:         145px;
	        font-family:   Arial, Helvetica, sans-serif;
	        font-size:     10px;
	        margin-top:    75px;
	        margin-left:   8px;
}
#hours-contact dd {
                   font-weith: normal;
                   margin:     0;
                   padding:    0;
}
#hours-contact dt {
                   color:       #BA2234; /* red */
                   margin-top:  4px;
                   font-weight: bolder;
}
#hours-contact dd {
	           margin-top: -0.1em; /* faux line-height */
	           padding:    0;
}
#hours-contact p {
	          font-size: 6pt;
}

#social { 
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:   9px;
}

#new_pics1 { 
            float:        right; 
            width:        240px;
	    padding-top:  5px; 
            margin-right: -24px;
}

#new_pics2 { 
            float:        right; 
            width:        240px;
	    padding-top:  10px;
            margin-right: -24px;
}

.clear-both {
             clear:       both; 
             width:       704px; 
             margin:      auto; 
             display:     ;
             padding-top: 5px;
}

/* DropDown */ 

.book_hover {
	float: left;
	width: 13em;
}
.book_hover a {
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}
.linkinside {
	display: block;
        margin-bottom: 5px;
}
.book_hover a:hover {
	color: #61cbd7;

}
#book_hover1 a .pop {
        font-size: 8pt;
        margin-top: -150px;
        margin-left: -25px;
        line-height: 15px;
	display: block;
	color: #fff;
	background-color: #f19231;
	width: 160px;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 13.2em;
	z-index: 10; /* Saf */
	visibility: hidden;
   /* Rounded Edges */
       -moz-border-radius: 20px;
       -webkit-border-radius: 20px;
       -khtml-border-radius: 20px;
       border-radius: 20px;
}
   /* Makes pop-up show */
#book_hover1 a:hover .pop {
	visibility: visible;
}


