﻿*{margin:0; padding:0; border:none 0;}
body{background:#c1d9eb url(/images/pagebg.png) top repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#636363;}
#container{width:900px; margin:0 auto 0 auto;}
#navigation{
	height:40px;
}
#main{
	background:#FFF;
	padding:8px;border-bottom:8px solid #d6e0e7; margin-bottom:20px;
}
#content{ padding:22px;}
#topphoto{
	padding:0; margin:0;
}

input, select, textarea {	border:1px solid #CCCCCC;	padding:5px;	font-size:10pt;	margin:5px 0 5px 10px;	width:100%;}
input[type=radio], input[type=checkbox] { width: 16px; border: none; padding: 0 5px 0 5px ; margin: 0; }
td { padding: 0 0 10px 0;}

.small{
	font-size:9pt;
	text-align: center;
}

.clr {
	clear:both;
}
h1 {
	font-size:18pt;
	font-weight:normal;
	margin:0 0 15px 0;
	font-family:"Times New Roman", Times, serif;
	color:#89b1cf;
}
h2 {
	font-size:14pt;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#89b1cf;

}
h3 {
	font-size:11pt;
	font-weight:bold;
	margin:0 0 15px 0;
	color:#013f64;
}
h5 {
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}
p {
	line-height: 12pt;
	padding: 0 0 14px 0;
}
ul {
	margin:8px 0 5px 30px;
}

li {
	padding:0 0 10px 0;
}
a {
	color:#0091c9;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

hr{border-top:1px solid #5d6b56; margin:20px 0 20px 0; height:1px; background:none;}

.calendarbox{ background:#f2fbff; border:1px solid #013f64; padding:5px; margin-bottom:10px;}
.calendarbox table{width:195px; float:left; padding:0; margin:0 10px 0 0;color:#999;} 
.calendarbox .available{background:#FFF; color:#000;}
.calendarbox .notavailable {}
.calendarbox td{padding:3px; height: 35px; vertical-align:middle;}
.calendarbox .col1{width:150px;  font-weight:bold;}
.calendarbox .col2{text-align:left;color:#000;}
.calendarbox .col3{width:30px; text-align:left;}


.bookingbox{ background:#f2fbff; border:1px solid #013f64; padding:20px; margin-bottom:10px;}
.bookingbox table{width:100%; padding:0; margin:0;}
.bookingbox table tr td table {width:100px; padding:0; margin:0;}
.bookingbox td{padding:3px;}

.frm {
	border:1px solid #013f64;
	padding:3px;
	font-size:9pt;
	margin:2px 0 2px 0;
	width:100%;
}
.frm100 {
	border:1px solid #013f64;
	padding:3px;
	font-size:9pt;
	margin:2px 0 2px 0;
	width:100%;
}
.frmerror {border:1px solid #F00;
	padding:3px;
	font-size:9pt;
	margin:2px 0 2px 0;
	width:100%;}
.frmbt {
	background:#EEE;
	color:#000;
	padding:3px;
	font-size:10pt;
	width:140px;
	border:1px solid #333;
	float:right;
}


a.pdf { /*The background image*/
	background: url(/images/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}

a.txt { /*The background image*/
	background: url(/images/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.zip { /*The background image*/
	background: url(/images/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.email {
	background: url(/images/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.external {
	background: url(/images/ext_link.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}



/*** Menu Styles ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:200;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			13em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin-right:10px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 0.5em;
	text-decoration:none;
	color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	font-size:14pt;
}
.sf-menu li li {
	background:		#7aa3c2;
	border-bottom:1px solid #FFFFFF;
	font-size:12pt;
}
.sf-menu li li li {
	background:		#7aa3c2;
	border-bottom:1px solid #FFFFFF;
	font-size:12pt;
}
.sf-menu li li:hover {
	background:		#6087a4;
	border-bottom:1px solid #FFFFFF;
}
.sf-menu li li li:hover {
	background:		#6087a4;
	border-bottom:1px solid #FFFFFF;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	1.8em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/ssi/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.imagetable { padding: 0 0 20px 20px; }
.imagetable td { text-align:center; padding: 3px; font-size: 8pt; }


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 250;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 260;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}