﻿body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 1.6;
	color: #000;
	text-align: left;
	background: #FFF;
}
body.inner-page
{
   background: #FFF;
}
* {
	margin: 0;
	padding: 0;	
}

blockquote
{
	padding-left: 15px;
	padding-right: 15px;
}

div#wrapperimage
{
	margin: 0;	
	position: relative;
	background: transparent url(img/back1.gif) repeat-x 100% 0;	
}

div#wrapperimageinner
{
	margin: 0;	
	position: relative;
	background: transparent url(img/back1.gif) repeat-x 100% 0;
}

div#wrapper 
{
	margin: 0 auto;
	width: 942px;
	padding: 0px;
	position: relative;
}

.top-nav 
{
   height: 26px;
 	background: #002f5f;
	width: 940px;
	padding: 0;
}

.main-nav
{
	padding-top: 33px;
}

.menu-nav
{
	margin: 10px 0px 0px 0px;	
	color: #fff;
	height:49px;
	width:650px;
	float: left;
}

.sub-nav
{
	clear:both;
	margin: 0px 2px 10px 0px;
	padding-top: 2px;
}

.submenu-nav-lev2
{
	background-color: #002f5f;
	height: 34px;
	width:100%;
}

.submenu-nav-lev3
{
	background-color: #e7eaea;
	height: 34px;
	margin-top: 3px;
	width:100%;
}

.submenu-left
{
	float:left;
	padding-left: 30px;
	padding-top: 8px;
	padding-right: 5px;
}

.submenu-right
{
	float:left;
}

.mainmenu-sel
{
	color: #79bce2;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode",Verdana, sans-serif;
	text-transform: uppercase;
}

.mainmenu-sel-lnk:link, .mainmenu-sel-lnk:visited, .mainmenu-sel-lnk:hover, .mainmenu-sel-lnk:active {
	color: #79bce2;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode",Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

div.content {
	width: 526px;
	float: left;
	display: inline;
}
.inner-page .content 
{
	margin: 0;
	float: left;
	width:940px;
}                           

div.sidebar {
	margin: 0 0 0 14px;
	padding: 0;
	width: 400px;
	float: right;
	background: #f2f2ea url(img/grad1.png) no-repeat;
	min-height: 375px;
}
.inner-page .sidebar
{
	margin: 0 0 0 14px;
	width: 400px;
	float: right;
	background: #f2f2ea url(img/grad1.png) no-repeat;
	min-height: 375px;
} 
div.footer {
   padding: 0;
	clear: both;
	width: 940px;
   font-size: 10.5px;
	color: #BCBCBC;
	margin-bottom: 20px;
}

.inner-page .footer {
   padding: 0;
	clear: both;
	width: 940px;
   font-size: 10.5px;
	color: #BCBCBC;
	margin-bottom: 20px;	
}

div.contentWrapper 
{
	margin: 0;
	padding-top: 2px;
	padding-bottom: 40px;	
	width: 940px;
	float: left;
}

.page-ad 
{
	float: left;
	padding: 0px;
	width: 940px;
	clear: both;
}
.inner-page .page-ad 
{
	float: left;
	padding: 0px;
	width: 940px;
	clear: both;

}
/* Headings */
h1
{
	margin: 10px 0 10px;
	color: #002f5f;
	font-size: 34.5px;
	font-weight: normal;
}
h2, #Main .sf_newsList h2.sf_newsTitle
{
	margin: 10px 0 10px;
	color: #00759a;
	font-size: 24.5px;
	font-weight: normal;
}
h3
{
	margin: 10px 0 10px;
	color: #464646;
	font-size: 18.5px;
	font-weight: normal;
}
h4
{
	margin: 0 0 10px;
	color: #464646;
	font-weight: normal;
	font-size: 14.5px;	
}
h5
{
	margin: 0 0 10px;
	color: #464646;
	font-weight: normal;
	font-size: 10.5px;	
}
/* Paragraphs */
p {
	margin: 10px 0 10px;
	padding: 0;
	line-height: 1.6;
}
.content p 
{
	margin: 10px 0 10px;
	padding: 0;
}
.content p.more
{
	text-align: right;
	font-size: 11px;
}

.date, .content p.date
{
	color: #338cae;
	font-size: 10px;
	margin-bottom: 0;
}
/* Tables */

.content th
{
	font-weight: bold;
	background: #038c94 url(img/thback.gif) repeat-x 100% 0;	
	color: #FFFFFF;
	padding: 10px;
}

.content td
{
	background: #E0E0E0 url(img/tdback.gif) repeat-x 100% 0;	
	padding: 10px;
}

/* Lists */
ul, ol {
	margin: 0 0 10px 25px;
	padding: 0;
	list-style-position: outside;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
.content ul 
{
	margin-left: 0;
}

.content ul li
{
	padding-left: 50px;
	list-style-type: none;
	background: transparent url(img/bullet.gif) no-repeat 35px 5px;
}

.content ol 
{
	margin-left: 30px;
}
.content ul.key-items 
{
	color: #002f5f;
	font-weight: bold;
}
.content ul.key-items li
{
	background-image: url(img/bullet2.gif);
	background-position: 25px 5px;
}

/* Semantic */
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}
address 
{
	padding-top: 5px;
	font-style: normal;
	line-height: 1.5;
}
.footer .contact address 
{
	display: inline;
}
/* Links */
a:link, a:visited, a:hover, a:active {
	color: #0898b5;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}

/* Blogs */
.content ul.sf_postListing li 
{
	background-image: none;
}

/* Special Links */

a.navlinktop:link {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 1.4;
	color: #FFFFFF;
 	text-decoration: none;
	vertical-align:top;
	font-weight: normal;
}

a.navlinktop:hover {
	color: #B5DCF0;		
 	text-decoration: underline;
	vertical-align:top;
}

a.navlinktop:visited {
	font-size: 10.5px;
	vertical-align:top;
	color: #FFFFFF;	
	font-weight: normal;	
}

a.navlinktop:active {
	vertical-align:top;
}

.subfooterlink:link {
	color: #79c2e6;
	text-decoration: none;
	font-weight: normal;
}

.subfooterlink:visited {
	color: #79c2e6;
	text-decoration: none;
	font-weight: normal;
}

.subfooterlink:hover {
	color: #2691C8;
	text-decoration: underline;
	font-weight: normal;
}

.subfooterlink:active {
	color: #ffc425;
	text-decoration: none;
	font-weight: normal;
}

.subfooterlink a:hover {
	text-decoration: underline;
}

/* Booking Forms */

.Ocean_Booking
{

      border-style: none;
      color: #000;
      float: right;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 1.2;
      margin: 0;
      padding: 20px 18px 40px 17px;
      width: 365px;
      min-height: 450px;
      text-align:left;
}

.Ocean_Booking .booking-form
{

}

.Ocean_Booking div.highlightBox
{
      background: url(img/highlightBox.png) repeat-x;
      border: none;
      padding: 10px;
      color: #1D2426;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
}

.Ocean_Booking div.highlightBox h2
{
      color: #1D2426;
      padding: 0;
      margin: 0;
      font-weight: normal;
}

.Ocean_Booking div.highlightBox p:last-child
{
      margin-bottom: 0;
}

.Ocean_Booking fieldset
{
      background: url(img/fieldset.png) top repeat-x;
      border: none;
      position: relative;
      margin: 10px 0 0 0;
      padding: 10px;
}

.Ocean_Booking fieldset div.inline
{
      margin: 0 0 10px 0px;
}

.Ocean_Booking fieldset div.pax
{
      border-bottom: solid 1px white;
      padding-bottom:12px;
}

.Ocean_Booking fieldset h3
{
      color: #2E8CA8;
      font-size: 18px;
      font-weight: normal;
      line-height: 20px;
      margin: 0 0 6px 0;
      padding: 0;
}

.Ocean_Booking fieldset div.inline label
{
      line-height: 1.1;
      margin: 5px 20px 0 0px;
      width: 160px;
      float: left;
}

.Ocean_Booking fieldset div.inline input, fieldset div textarea.inline, fieldset div select.inline
{
      line-height: 1;
}

.Ocean_Booking img.button
{
      background: none;
      border: none;
      margin: 5px 0 0 0;
      padding: 0;
}

.Ocean_Booking div#formErrors
{
      padding: 10px;
      margin: 10px 0 0 0;
      background: #FF1A00;
      color: #FFF;
      border: 1px solid #999;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      display: none;
}

.Ocean_Booking input#submit
{
      background: #259DB5 url(img/button-off.jpg) repeat-x;
      border: 1px solid #999;
      width: 270px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      color: #FFF;
      font-weight: normal;
      font-size: 1.5em;
      padding: 10px 5px;
      margin: 10px 0 0 0;
      cursor: pointer;
}

.Ocean_Booking h1
{
      color: #0093B2;
      font-size: 36px;
      font-weight: normal;
      line-height: 36px;
      margin: 0 0 24px 0;
      padding: 0;
}

.Ocean_Booking h2
{
      color: #00759a;
      font-size: 18px;
      font-weight: bold;
      line-height: 20px;
      margin: 12px 0 6px 0;
      padding: 0;
}

.Ocean_Booking h3
{
      color: #2E8CA8;
      font-size: 14px;
      font-weight: bold;
      margin: 12px 0 6px 0;
      padding: 0;
}

.Ocean_Booking h4
{
      color: #2E8CA8;
      font-size: 14px;
      font-weight: normal;
      margin: 12px 0 6px 0;
      padding: 0;
}

.Ocean_Booking .white
{
      color: #FFF;
}

.Ocean_Booking label
{
      display: block;
      font-weight: normal;
      font-size: 1.2em;
      margin: 0;
      width: auto;
}

.Ocean_Booking input[type="text"], textarea
{
      display: inline;
      background: #FFF;
      border: 1px solid #666;
      padding: 5px;
}
.Ocean_Booking select
{
      padding: 0;
}

.Ocean_Booking input[type="radio"]
{
      margin-top: .5em;
}

.Ocean_Booking p
{
      font-size: 1em;
      font-weight:normal;
      margin: .5em 0 1em 0;
      padding: 0;
}

.Ocean_Booking .hidden
{
      display: none;
}

#CalendarControlIFrame
{
      display: none;
      left: 0;
      position: absolute;
      top: 0;
      height: 250px;
      width: 250px;
      z-index: 99;
}
#CalendarControl
{
      position: absolute;
      background-color: #FFF;
      margin: 0;
      padding: 0;
      display: none;
      z-index: 100;
}
#CalendarControl table
{
      font-family: arial,helvetica,sans-serif;
      font-size: 8pt;
      border-left: 1px solid #222;
      border-right: 1px solid #222;
}
#CalendarControl th
{
      font-weight: normal;
}
#CalendarControl th a
{
      font-weight: normal;
      text-decoration: none;
      color: #FFF;
      padding: 1px;
}
#CalendarControl td
{
      text-align: center;
}
#CalendarControl .header
{
      background-color: #0095B3;
}
#CalendarControl .weekday
{
      background-color: #DDD;
      color: #000;
}
#CalendarControl .weekend
{
      background-color: #FFC;
      color: #000;
}
#CalendarControl .current
{
      border: 1px solid #0095B3;
      background-color: #0095B3;
      color: #FFF;
}
#CalendarControl .weekday, #CalendarControl .weekend, #CalendarControl .current
{
      display: block;
      text-decoration: none;
      border: 1px solid #FFF;
      width: 2em;
}
#CalendarControl .weekday:hover, #CalendarControl .weekend:hover, #CalendarControl .current:hover
{
      color: #FFF;
      background-color: #0095B3;
      border: 1px solid #999;
}
#CalendarControl .previous
{
      text-align: left;
}
#CalendarControl .next
{
      text-align: right;
}
#CalendarControl .previous, #CalendarControl .next
{
      padding: 1px 3px 1px 3px;
      font-size: 1.4em;
}
#CalendarControl .previous a, #CalendarControl .next a
{
      color: #FFF;
      text-decoration: none;
      font-weight: bold;
}
#CalendarControl .title
{
      text-align: center;
      font-weight: bold;
      color: #FFF;
}
#CalendarControl .empty
{
      background-color: #CCC;
      border: 1px solid #FFF;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

.Ocean_ContactUs
{
      padding: 0 0 0 15px;
      width: 400px;
	  float: left;
}

.Ocean_ContactUs .fieldcell
{
      color: #000;
      padding-right: 5px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
}

.Ocean_ContactUs .headercell
{
      border-bottom: solid 1px #000;
      color: #000;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      font-weight: bold;
      padding-top: 10px;
}

.Ocean_ContactUs .emptycell
{
      height: 10px;
}

.Ocean_ContactUs .input
{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
}

.Ocean_ContactUs .lblError
{
      color: red;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
}

.Ocean_ContactUs .salutation
{
}

.Ocean_ContactUs .country
{
}
.conditions
{ font-size: 10px;
}

/* The Nivo Slider styles */
.Ocean_NivoSlider .nivoSlider {
	position:relative;
}
.Ocean_NivoSlider .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.Ocean_NivoSlider .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.Ocean_NivoSlider .nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.Ocean_NivoSlider .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.Ocean_NivoSlider .nivo-caption p {
	padding:5px;
	margin:0;
}
.Ocean_NivoSlider .nivo-caption a {
	display:inline !important;
}
.Ocean_NivoSlider .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.Ocean_NivoSlider .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.Ocean_NivoSlider .nivo-prevNav {
	left:0px;
}
.Ocean_NivoSlider .nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.Ocean_NivoSlider .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.Ocean_NivoSlider .nivo-controlNav a.active {
	font-weight:bold;
}

.Ocean_NivoSlider .nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.Ocean_NivoSlider .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url('<%= WebResource("Glenfield.Libraries.SliderControls.Resources.bullets.png")%>') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.Ocean_NivoSlider .nivo-controlNav a.active {
	background-position:-10px 0;
}

.Ocean_NivoSlider .nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url('<%= WebResource("Glenfield.Libraries.SliderControls.Resources.arrows.png")%>') no-repeat;
	text-indent:-9999px;
	border:0;
}

.Ocean_NivoSlider a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
.Ocean_NivoSlider a.nivo-prevNav {
	left:10px;
}

/* Special */

.Ocean_NivoSlider .nivoSlider 
{
	background:#202834 url('<%= WebResource("Glenfield.Libraries.SliderControls.Resources.loading.gif")%>') no-repeat 50% 50%;
	float: left;
	position:relative;

}

.Ocean_NivoSlider .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.Ocean_NivoSlider .nivoSlider a {
	border:0;
}

.Ocean_NivoSlider .rotator 
{
	position:absolute;	
	background:#000;
	color:#fff;
	filter:alpha(opacity=85);
	float: right;
	opacity:0.85; /* Overridden by captionOpacity setting */
	z-index:89;
}

