@import url("horizontalpopupstyle.css");
@import url("jquery.lightbox-0.5.css");
@font-face {
    font-family: 'FontinSansRegular';
    src: url('font/fontin_sans_r-webfont.eot');
    src: url('font/fontin_sans_r-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/fontin_sans_r-webfont.woff') format('woff'),
         url('font/fontin_sans_r-webfont.ttf') format('truetype'),
         url('font/fontin_sans_r-webfont.svg#FontinSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontinSansBold';
    src: url('font/fontin_sans_b-webfont.eot');
    src: url('font/fontin_sans_b-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/fontin_sans_b-webfont.woff') format('woff'),
         url('font/fontin_sans_b-webfont.ttf') format('truetype'),
         url('font/fontin_sans_b-webfont.svg#FontinSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 990px;	
	background: #f4f1dd url(../images/layout/body_bg.png) repeat-x left top;
}

p, ul, ol {
	margin: 0 0 0.6em;
	line-height: 1.8em;
	color: #333;
}

a, a:link {
	color: #333;
	font-weight: normal;
}

a:hover {
	color: #777;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:active {
	color: #c00;
}

ul li {

}

ul li ul li, ol li ul li {

}

ol li, ol li ol li {

}

ol li ul li ol  li, ol li ol li ol li, ol li ul li ul li, ol li ol li ul li,
ul li ul li ul li, ul li ul li ol li, ul li ol li ul li, ul li ol li ol li {
	font-size: 0.85em;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
}

table {
	color: #000000;
	margin: 0px 0px 0px 0px;
}

h1 {
	color: #005595;	
	margin: 0 0 0.2em;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 3em !important;
	letter-spacing: -3px;
}

h2 {
	color: #005595;	
	margin: 0 0 0.4em;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em !important;
	letter-spacing: -3px;
}

h2 a:link {
	color: #005595;
	text-decoration: none;
}

h2 a:hover {
	color: #005595;
	text-decoration: underline;
}

h3 {
	color: #222;
	margin: 0.4em 0;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;	
	font-size: 1.6em !important;
	font-weight: normal;
	letter-spacing: -1px;	
}

h4 {
	color: #333;
	margin: 0.4em 0;	
	font-size: 1.3em !important;
	font-weight: normal;
}

blockquote {
	background: #eee;
	padding: 10px;
}

cite {
	line-height: 1.8;
}

dl dt {
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;	
	font-size: 1.4em !important;
	font-weight: normal;
	letter-spacing: -1px;	
}

 dl dd {
	font-style: italic;
 }

/* Outer Containers */

#outerContainer {
	background: transparent url(../images/layout/outerContainer_bg.png) no-repeat center 170px;
	min-height: 640px;
}

#shrinkwrap{
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#copyright{
	width: 960px;
	margin: 0 auto;
	text-align:right;
	color:#808080;
}
/* Rotating Header Images */

#headerWrapper1 #header {
	background: transparent url(../images/layout/header/headerSeals_bg.jpg) no-repeat right top;	
}

#headerWrapper1 #tabwrapper {
	background: #ffca3c url(../images/layout/header//tabwrapperSeals_bg.jpg) no-repeat right top;
}

#headerWrapper2 #header {
	background: transparent url(../images/layout/header//headerBike_bg.jpg) no-repeat right top;	
}

#headerWrapper2 #tabwrapper {
	background: #ffca3c url(../images/layout/header//tabwrapperBike_bg.jpg) no-repeat right top;
}

#headerWrapper3 #header {
	background: transparent url(../images/layout/header//headerTrain_bg.jpg) no-repeat right top;	
}

#headerWrapper3 #tabwrapper {
	background: #ffca3c url(../images/layout/header//tabwrapperTrain_bg.jpg) no-repeat right top;
}

#headerWrapper4 #header {
	background: transparent url(../images/layout/header//headerWalks_bg.jpg) no-repeat right top;	
}

#headerWrapper4 #tabwrapper {
	background: #ffca3c url(../images/layout/header//tabwrapperWalks_bg.jpg) no-repeat right top;
}

/* Header */
 
#header {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 119px;
	background: transparent;
}

#header .logo {
	float: left;
	margin: 1.4em 0 0;
}

#header .logo a {
	background: transparent url(../images/layout/logo.png) no-repeat left top;
	display: block;
	width: 143px;
	height: 95px;
}

#header .logo .headerText {
color: #fff;
margin-left: 160px;
margin-top: -18px;
font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
}

#header .logo a:hover {
	background: transparent url(../images/layout/logo_over.png) no-repeat left top;
}

#header .headerRight {
	float: right;
}

#header .headerRight ul.topTabs {
	list-style: none;
	float: right;
	margin: 0 0 50px 0;
}

#header .headerRight ul.topTabs li {
	float: left;
	color:White;
}


#header .headerRight ul.topTabs li a 
{
    margin: 0 0 2em 0.6em;
	padding: 0.3em 1.2em 0.6em;
	text-decoration: none;
	color:White;
}
#header .headerRight ul.topTabs li a:hover {
	color:#004376;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	background: #80dcf0;
}

#header .headerRight .search {
	float: right;
	clear: right;
}

#header .headerRight .search label {
	font-family: FontinSansBold, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.6em;
	text-transform: uppercase;
	float: left;
	margin: 1px 0.6em 0 0;
}

#header .headerRight .search input.searchInput {
	border: 1px solid #004773;
	padding: 3px 2px;
	margin:0 -2px 0 0;
	width: 180px;
}

#header .headerRight .search input.searchSubmit {
	background: url(../images/layout/go_bg.png) repeat-x left top;
border-style: solid;
border-width: 1px;
border-color: #004773;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: FontinSansBold, Arial, Helvetica, sans-serif;	
padding: 4px 3px 3px 3px;
position: relative;
top: -1px;
left: -1px;
}

*:first-child+html #header .headerRight .search input.searchSubmit {
padding: 3px 3px 2px 3px;
top: 0;
left: 0;
border-style: solid;
border-width: 0.5px;

}




/* Top Menu */

#tabwrapper {
	height: 51px;
	color: #39251d;
	padding:0;
	margin: 0;
	background: #ffca3c;
}

#tabwrapper ul {
	display: block;
	margin: 0;
	padding:  0 0;
}

#tabwrapper ul li.button, #tabwrapper ul li.currentButton{
	display:table-cell;
	list-style: none;
	color: #fff;
	float: none;
	padding: 0;
	margin: 0;
}

#tabwrapper ul li.button a, #tabwrapper ul li.currentbutton a:visited {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #39251d;	
	display: block;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	letter-spacing: -1px;
	padding: 1em;
}

#tabwrapper ul li.button a:hover{
	background: url(../images/layout/menu/menuItem_over.png) no-repeat center top;
}

#tabwrapper ul li.button ul li a:hover{
	background-color: #ffc000;
	background-image:none;
}

#tabwrapper ul li.currentbutton {	
	background: url(../images/layout/menu/menuItem_current.png) no-repeat center top;
}

/* Structure */

.main{
	min-height: 300px;
	margin: 0;
	padding: 1em;
	background: #fff;
}

/* Homepage Scroller */

.scroller {  
    width: 719px;  
    height: 310px;  
    padding: 0;  
    margin:0 0 0.4em;  
}

.scroller div {
  display: none;
}

.scroller div:first-child {
  display: block;
}
 
.scroller img {  
    padding: 0;   
    width: 719px;  
    height: 310px;      
    top: 0; 
    left: 0; 
} 

.scroller h2 {
  display: none;
}

#scrollerPanel {
  float: left;
  height: 0;
}

#scrollerPanel #scrollerInfo {
	float: left;
	display: block;
	position: relative;
	top: 240px;
	left: 0;
	z-index: 1001;
	padding: 0;
	width: 719px;
	height: 40px;
	background: black;
	opacity: 0.6;
	 filter: alpha(opacity = 60);
	 zoom: 1;
}

#scrollerPanel h2#caption {
	color: #fff;
	border: none;
	margin: 0;
	padding: 0;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	position: relative;
	top: 276px;
	font-size: 2em;
	left: 10px;
	z-index: 1004;	
	text-shadow: 2px 2px #000;		
}

#scrollerPanel h2#caption a 
{
    color:#fff;
}


#nav {
  float: left;
  display: block;
  position: relative;
  top: -6em;
  left: 1em;
  z-index: 1001;
}

#nav a {
  background: #a3a3a3;
  color: transparent;
  margin: 0 5px 0 0;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  display: block;
  float: left;
  text-indent: -2000px;
}

#nav a.activeSlide {
  background: #fff;
}

/* Homepage */

.homeLeftCol {
	float: left;

	width: 719px;
}

.homeHighlights {
	clear: both;
	background: #fff url(../images/layout/greydotted_bg.png) repeat-x left top;
	margin: 1em 0 0;
	padding: 1.4em 0 0;
}

.homeHighlights div {
	float: left;
	width: 223px;
}

.homeHighlights .homeBox{
	margin: 0 25px 0 0;
}

.homeHighlights h3 {
	background: url(../images/home/homeBoxheader_bg.png) repeat left top;
	line-height: 31px;
	margin: 0;
	padding: 0 10px 0;
	font-size: 1.2em;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;	
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
}

.homeHighlights ul {
	padding-left: 0;
	list-style: none;
}

.homeHighlights ul li {
	line-height: 2.2em;
	border-bottom: 1px dotted #000;
}

.homeHighlights ul li a {
	text-decoration: none;
	padding: 0 8px;
}

ul.bottomLinks {
	clear: both;
	padding: 1em 0 0 0;
	list-style: none;
	margin: 0;
}

ul.bottomLinks li {
	float: left;
	width: 216px;
	line-height: 20px;
	margin: 0 30px 0 0;	
	background: url(../images/home/button_bg.png) no-repeat top #f7eba7;		
}

ul.bottomLinks li.last {
	margin: 0;	
}

ul.bottomLinks li a {
	font-size: 1.3em;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;	
	color: #7a110e;
	text-decoration: none;
	letter-spacing: -1px;

}

ul.bottomLinks li a:hover {
	color: #be9d63;
}

ul.bottomLinks li div{
float:left;
margin-left: 16px;
margin-top: 12px;
max-width: 130px;
}

ul.bottomLinks li a img
{
    width: 58px;
    margin:0;
    padding: 0;
    float: right;
}

/* Homepage and standard right column */

.homeRightCol, .propertyDetailsRight {
	margin-left: 730px;
}

.homeRightCol ul, .rightCol ul,  #propertyDetailsRight ul{
	list-style: none;
	padding-left: 0;
}

.homeRightCol ul
{
margin: 0 0 0 0;
}

.homeRight li
{
margin: 0;
}

.homeRightCol img{
	margin: 0 0 5px 0;
	max-width:200px;
}

.rightCol img{
	margin-bottom: 4px;
	max-width:200px;
}

#propertyDetailsRight img
{
    	margin-bottom: 4px;
	max-width:180px;
}

.fbWidget {
	background: #fff url(../images/layout/greydotted_bg.png) repeat-x left top;
	margin: 1em 0 0;
	padding: 1.4em 0 0;		
}

/* Standard 3-Column Layout */

.leftCol {
	float: left;
	width: 200px;
	min-height: 450px;
	background: url(../images/layout/menu/menu_bg.png) repeat-x left top;
}

.midCol {
	float: left;
	width: 510px;
	margin: 0 10px 0;
	overflow:hidden;
}

.midColWide {
	float: left;
	width: 710px;
	margin: 0 10px 0;
	overflow:hidden;
}

.rightCol {
	width: 200px;
	float: right;
}

#propertyDetailsRight
{
    width:190px;
    float: right;
}

.wideCol {
	float: left;
	width: 720px;
	margin-left: 10px;
}

.wideCol .summary
{
padding: 10px 20px;
}

.wideCol form .summary th
{
background: white;
border: 0 none;
}

/* Breadcrumb */

.breadcrumb {
	padding: 8px 10px;
	height: 2em;
	color: #555;
	font-size: 0.9em;
	line-height: 18px;
	background: #fff url(../images/layout/breadcrumb/breadcrumb_bg.png) repeat-x left top;
}

.breadcrumb a, .breadcrumb a:visited {
	color: #555;
	text-decoration: none;
	background: url(../images/layout/breadcrumb/breadcrumb_arrow.png) no-repeat right center;
	padding-right: 20px;
	margin-right: 4px;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* Left Menu */

.menu {

}

.menu .rootcaption {
	background: #dfdcc7 url(../images/layout/menu/menu_arrow.png) no-repeat 10px 13px;
	padding: 10px 10px 10px 30px;
	border-bottom: 1px solid #fff;
}

.menu .rootcaption a,.menu .rootcaption a:link,.menu .rootcaption a:visited,.menu .rootcaption a:active,.rootcaption a:hover{
	color: #3d2716;
	display: block;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.menu .button a:link,.menu .button a:visited,.menu .button a:active,.menu .button a{
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 8px;
	color: #3d2716;
	border-bottom: 1px solid #fff;	
	background: #e7e3c2;	
}

.menu .button a:hover {
	color: #666;
}

.menu .currentButton a {
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 8px;
	color: #3d2716;
	border-bottom: 1px solid #fff;	
	background: #e7e3c2;			
}

.menu .currentButton ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.menu .currentButton ul li a {
	background: #f5f4e7;	
	padding: 4px 8px;
	font-weight: normal;
}

.menu .currentButton ul li a:hover {
	color: #666;
}

.menu .currentButton ul li.currentButton a {
	background: #fff url(../images/layout/menu/subMenu_bg.png) repeat-x left top;
}

.menu .currentButton ul li.currentButton a:hover {
	color: #666;	
}

.menu .currentButton ul li.currentButton ul li a
{
    padding-left:15px;
    background-color: #E8E8E8;
    background-image:none;
}

.menu .currentButton ul li ul li.currentButton a
{
   background: #E8E8E8 url(../images/layout/menu/2ndlvsubMenu_bg.png) repeat-x left top;
   font-weight:bold; 
}

.menu .currentButton ul li ul li.currentButton ul li a
{
   background: #E8E8E8;
   background-image:none;
}

/* Landing/standard page styling */

.midCol img.section, .midColWide img.section {
	margin: 0 0 1em;
}

.midCol p.first, .midColWide p.first {
	font-size: 1.2em;
}

.midCol .highlights, .midColWide .highlights {
	background: #fff url(../images/layout/greydotted_bg.png) repeat-x left top;
	margin: 1em 0 0;
	padding: 1.4em 0 0;	
}

.midCol .highlights ul, .midColWide .highlights ul {
	padding-left: 0;
	list-style: none;
}

.midCol .highlights ul li, .midColWide .highlights ul li {
	float: left;
	width: 146px;
	margin: 0 12px 1em;
	background: #00405e url(../images/layout/highlight_bg.png) repeat-x left bottom;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;		
}

.midCol .highlights ul li a.highlighttitle, .midColWide .highlights ul li a.highlighttitle {
	color: #fff;
	padding: 6px 10px;
	min-height: 40px;
	display: block;
	line-height: 1.2;
	text-decoration: none;
}

.midCol .highlights ul li a:hover, .midCol .sugLinks ul li a:hover, .midColWide .highlights ul li a:hover, .midCol .sugLinks ul li a:hover {
	text-decoration: underline;
}

.midCol .sugLinks, .midColWide .sugLinks {
	clear: left;
	background: #fff url(../images/layout/greydotted_bg.png) repeat-x left top;
	margin: 1em 0 2em;
	padding: 1.4em 0 0;	
}	

.midCol .sugLinks ul, .quicklinks ul, .midColWide .sugLinks ul, .quicklinks ul {
	list-style: none;
	padding-left: 10px;
}

.midCol .sugLinks ul li a, .quicklinks ul li a, .midColWide .sugLinks ul li a, .quicklinks ul li a {
	color: #333;
	background: url(../images/layout/sugLink_bg.png) no-repeat left center;
	text-decoration: none;
	padding-left: 20px;
}

.midCol .sugLinks ul li a:hover, .quicklinks ul li a:hover, .midColWide .sugLinks ul li a:hover, .quicklinks ul li a:hover {
	text-decoration: underline;
}

/* Tab Content styling */

.tabContent {
	background: #fff url(../images/layout/greydotted_bg.png) repeat-x left top;
	margin: 0 0 1em;
	padding: 1.4em 0 0;	
 }
 
.tabContent ul.tabs-list {
	margin:0;
	padding-left: 0;
	list-style:none;
}

.tabContent ul.tabs-list li {
	float:left;
	margin:0 0 10px;
	padding:0;
}

.tabContent ul.tabs-list a {
	float:left;
	display:block;
	padding: 0 10px;
	margin: 0 1em 0 0;
	text-decoration:none;
	background: #a3a3a3;
	color: #fff;
	border-radius: 5px;
}

.tabContent ul.tabs-list a:hover, .tabContent ul.tabs-list .current a {
	background: #006da8;
}

.tabContent ul.tabs-list .current {
}

.tabContent .current-info, .tabContent .accessibletabsanchor, .tabContent .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
	position:absolute;
	left:-999em;
}

.tabContent .content {
	clear:both;
	padding: 0;
}

.tabContent .content img {
	border: 1px solid #697f90;
}

/* Webcams */

.wideCol ul.cams {
	padding-left: 0;
	list-style: none;
}

.wideCol ul.cams li {
	float: left;
	margin: 0 10px 1em 0;
}

.wideCol ul.cams li a {
	display: block;
	width: 214px;
	height: 50px;
	padding: 120px 0 0 10px;
	color: #fff;
	font-family: FontinSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 0.8;
}

.wideCol ul.cams li a:hover {
	text-decoration: underline;
}

.wideCol ul.cams li a p {
	color: #fff;
}

.wideCol ul.cams li.cam1 a {
	background: url(../images/webcams/cam_marina.jpg) no-repeat left top;
}
.wideCol ul.cams li.cam2 a {
	background: url(../images/webcams/cam_harbour1.jpg) no-repeat left top;
}
.wideCol ul.cams li.cam3 a {
	background: url(../images/webcams/cam_harbour2.jpg) no-repeat left top;
}
.wideCol ul.cams li.cam4 a {
	background: url(../images/webcams/cam_promenade.jpg) no-repeat left top;
}
.wideCol ul.cams li.cam5 a {
	background: url(../images/webcams/cam_bungalow1.jpg) no-repeat left top;
}
.wideCol ul.cams li.cam6 a {
	background: url(../images/webcams/cam_bungalow2.jpg) no-repeat left top;
}
.wideCol ul.cams li.cam7 a {
	background: url(../images/webcams/cam_bungalow3.jpg) no-repeat left top;
}
.wideCol ul.cams li.cam8 a {
	background: url(../images/webcams/cam_bungalow4.jpg) no-repeat left top;
}
.wideCol ul.cams li.cam9 a {
	background: url(../images/webcams/cam_peel.jpg) no-repeat left top;
}

.wideCol ul.cams li.cam10 a {
	background: url(../images/webcams/cam_ramsey.jpg) no-repeat left top;
}

.wideCol ul.cams li.cam11 a {
	background: url(../images/webcams/cam_porterin.jpg) no-repeat left top;
}

/* Forms */

.formContainer {
	background: #f9f8ee url(../images/layout/forms/form_bg.png) repeat-x left bottom;
	border: 1px solid #c0bfb9;
	margin: 0 0 2em;
	padding: 1.6em 1.2em;
	border-radius: 5px;
	/* width: 480px; */
}

.sideFormContainer {
	background: #f9f8ee url(../images/layout/forms/form_bg.png) repeat-x left bottom;
	border: 1px solid #c0bfb9;
	margin: 0 0 2em;
	padding: 1.6em 0.8em;
	border-radius: 5px;		
}

.formContainer ul {
	list-style: none;
	padding-left: 0;
}

.formContainer form ul li.reason, .formContainer form ul li.hear, .formContainer form ul li.visit
{
padding-top:15px;
}

.formContainer form ul li.reason label, .formContainer form ul li.hear label , .formContainer form ul li.visit label 
{
    width:100%;
}

.formContainer form ul li.reason ul.threeRow input,.formContainer form ul li.hear ul.threeRow input
{
    margin:5px 2px 0 0;
}
.formContainer form ul li.reason ul.threeRow li.otherreason, .formContainer form ul li.hear ul.threeRow li.otherhear
{
    width:auto;
}
.formContainer form ul li.reason ul.threeRow li.otherreason input#reasonOther, .formContainer form ul li.hear ul.threeRow li.otherhear input#hearOther{
    margin-left:26px;
    width:270px !important;
}

.formContainer form ul li {
	margin: 0;
	clear: both;
}

.formContainer form ul.threeRow li {
	margin: 0px;
	clear:none;
	float:left;
	width:158px;
}

.formContainer form ul.threeRow li label 
{
    display:block;
    line-height: 2.4;
    width: auto;
    float:left;
    font-size:0.86em;
}

.formContainer form ul.threeRow
{
    clear:both;
}

.formContainer form ul.threeRow li input, .formContainer form li.emailMe input
{
    margin:5px 5px 0 0;
    width:auto !important;
    float: left;
}

.formContainer form ul li.emailMe label {
	width: 390px;

}

.formContainer form ul li label {
	display: block;
	width: 160px;
	float: left;
	line-height: 2.4;
}

form.guideform ul li input {
	padding: 4px;
	width: 220px;
	border: 1px solid #c0bfb9;
}

form.guideform ul li.tick input {
	float: left;
	width: auto;
	margin: 9px 10px 0 0;	
}

form.guideform ul li.tick label {
	width: auto;
}

form.guideform ul li select {
	padding: 4px;
	width: 100px;
}

form.guideform ul li p {
	font-weight: bold;
	margin: 0.4em 0;
}

form.guideform ul li input.submit {
	margin: 6px 0 0 160px;
	background: url(../images/layout/forms/submit_bg.png) repeat-x left bottom;
	border: 1px solid #00365e;
	border-radius: 3px;
	color: #fff;
	width: 100px;
	cursor: pointer;
}

form.guideform ul li ul.age {
	margin-left: 160px;
	width: 320px;
}

form.guideform ul li ul.age li {
	float: left;
	clear: none;
	padding: 0 0 10px;
}

form.guideform ul li ul.age li span {
	padding: 0 10px 0 0;
}

form.guideform ul li ul.age li input {
	width: auto;
}

form.guideform p.terms {
	font-size: 0.85em;
	margin: 2em 0 0;
}

form.accommodationform a#calendar img {
	margin:0 0 0 8px;
}

form.accommodationform ul li select {
	padding: 4px;
}

form.accommodationform ul li ul.rooms {
	margin-left: 160px;
}

form.accommodationform ul li ul.rooms li {
	float: left;
	clear: none;
	padding: 0 0 10px;
	width: 140px;
}

form.accommodationform ul li ul.rooms li label {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
}

form.accommodationform ul li ul.rooms li input {
	width: 40px;
}

form.accommodationform ul li input.submit, form.accommodationform ul li input.reset {
	padding: 4px;
	background: url(../images/layout/forms/submit_bg.png) repeat-x left bottom;
	border: 1px solid #00365e;
	border-radius: 3px;
	color: #fff;
	width: 100px;
	cursor: pointer;
}

form.accommodationform ul li input.submit {
	margin: 6px 4px 0 160px;	
}

form.availability {
	background: #dedbc6;
	padding: 10px 4px 2px;
	border-radius: 5px;
}

form.availability a#calendar img {
	margin: 12px 0 0 10px;
}

form.availability input.submit {
	padding: 4px;
	margin: 10px 6px 0 10px;
	background: url(../images/layout/forms/submit_bg.png) repeat-x left bottom;
	border: 1px solid #00365e;
	border-radius: 3px;
	color: #fff;
	width: 100px;
	cursor: pointer;	
	float: right;
}

form#NewsletterForm ul li input{
	width:270px;
}

form#NewsletterForm ul li textarea{
	width:270px;
}

form.whatsonform ul li input.submit, #NewsletterForm ul li input.submit{
	margin: 6px 0 0 160px;
	background: url(../images/layout/forms/submit_bg.png) repeat-x left bottom;
	border: 1px solid #00365e;
	border-radius: 3px;
	color: #fff;
	width: 100px;
	cursor: pointer;
}

/* Search results */

a.searchagain {
	float: right;
	margin: -40px 0 0;
	padding: 4px;
	background: url(../images/layout/forms/submit_bg.png) repeat-x left bottom;
	border: 1px solid #00365e;
	border-radius: 3px;
	color: #fff;
	width: 100px;
	cursor: pointer;	
	text-align: center;
	text-decoration: none;
}

ul.resultList, ul.resultList ul {
	list-style: none;
	padding-left: 0;
}

ul.resultList {
	clear: right;
	margin: 2em 0 0;
}

ul.resultList li.resultItem {
	background: #fff url(../images/layout/greydotted_bg.png) repeat-x left bottom;
	margin: 0 0 1em;
	padding: 0 0 1.4em;
	min-height: 100px;
	display: inline-block;
	width: 100%;
}

ul.resultList img.resultImg {
	float: left;
	margin: 0 10px 0 0;
}

ul.resultList .resultMid {
	float: left;
	width: 400px;
}

ul.resultList .resultMid h2 {
	margin: 0;
}

ul.resultList .resultMid h2 span {
	display: none;
}

ul.resultList .resultMid h2 img {
	margin: 0 0 0 10px;
}

ul.resultList .resultMid p {
	margin: 0 0 0.2em;
}

ul.resultList ul.resultRight {
	float: right;
}

ul.resultList .resultRight li  {
	text-align: right;
}

ul.resultList .resultRight li span {
	margin: 0 10px 0 0;
}

ul.resultList .resultRight li strong {
	font-size: 1.2em;
}

/* Accommodation Detail */

.rating {
	margin: 0 0 14px;
}

.rating img {
	margin: 0 8px 0 0;
}

ul.facilities
{
    list-style-image: url(../images/accommodation/tick.png);
}

.accommSection, .accommTabSection {
	background: #fff url(../images/layout/greydotted_bg.png) repeat-x left top;
	margin: 1em 0 0;
	padding: 1.4em 0 0;	
}

.accommSection ul.details {
	list-style: none;
	padding-left: 0;
}

.accommSection ul.details li span {
	width: 120px;
	display: block;
	float: left;
}

.accommSection img.accommImg {
	margin: 0 10px 10px 0;
}

form.availabilityform {
	background: #dedbc6;
	border-radius: 5px;
	padding: 8px;
	min-height: 26px;
}

form.availabilityform ul {
	list-style: none;
	padding-left: 0;
}

form.availabilityform ul li {
	float: left;
}

form.availabilityform ul li label {
	display: block;
	width: 100px;
	text-align: center;
	color: #3d3d3d;
	font-weight: bold;
}

form.availabilityform ul li img.availcalendar {
	margin: 0 20px;
}

form.availabilityform ul li input.submit {
	padding: 1px;
	background: url(../images/layout/forms/submit_bg.png) repeat-x left bottom;
	border: 1px solid #00365E;
	border-radius: 3px;
	color: #fff;
	width: 100px;
	cursor: pointer;	
}

table.availabilitydates {
	background: #dedbc6;
	border-radius: 5px;
	padding: 8px 4px 4px;
	margin: 8px 0;
	min-height: 26px;	
	width: 100%;
	border-collapse:separate;
	border-spacing: 0 3px;
}

table.availabilitydates thead th {
	font-weight: normal;

}

table.availabilitydates thead th.month {
	font-weight: bold;
	text-align: left;
	padding-left: 4px;		
}

table.availabilitydates tbody tr {
	background: #efede1;
}

table.availabilitydates tbody tr th {
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
}

table.availabilitydates tbody tr td {
	text-align: center;
}

table.availabilitydates tbody tr th p {
	margin: 0;
}

ul.availabilitykey {
	list-style: none;
	padding-left: 0;	
	margin: 10px 12px 20px;
}

ul.availabilitykey li img {
	float: left;
	margin-right: 10px;
}

/* Availibility results */

table.availability {
	width: 175px;
	margin: 1em 0 0;
	border-collapse: collapse;
}

table.availability thead th {
	text-align: left;
}

table.availability tbody th {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 2;
}

table.availability tbody td {
	text-align: center;
	border-bottom: 1px solid #bbb;
}

/* Events Results */

#eventsholder .eventsBg {
	background: #fff url(../images/layout/greydotted_bg.png) repeat-x left top;
	margin: 1em 0 0;
	padding: 1.4em 0 0;		
}

#eventsholder p, #eventsholder ul, #eventsholder ol 
{
    line-height: normal;
}

.midCol .pagednav, .midColWide .pagednav {
	background: #E7E3C2;
	margin: 10px 0;
	padding: 8px 14px;
}

.midCol .pagednav a, .midColWide .pagednav a {
	color: #005595;
}

/* Travel Tables */

table.departures, table.arrivals {
	border-spacing: 0;
	width: 510px;
	border-collapse:collapse;
}

table.departures th, table.arrivals th {
	text-align: left;
	padding: 6px;
	background: #E7E3C2;	
	vertical-align: top;	
	width: 85px;
	border-bottom: 2px solid #fff;	
}

table.departures tr.boarding, table.departures tr.finalcall,  table.arrivals tr.delayed{
	background: #DD3333;
	color: #fff;
}
table.arrivals tr.due, table.arrivals tr.estimated, table.departures tr.gotodepartures, table.departures tr.delayed{
background:#0084CC;
color: #fff;
}
table.departures tr.estimated {
	background: #93CCEA;
	color: #404040;
}

table.departures tr.checkinopen {
	background: #B7D6E5;
	color: #404040;
}

table.departures tr.departed, table.arrivals tr.landed {
	background: #eee;
	color: #333;
}

table.departures tr td, table.arrivals tr td {
	padding: 6px 4px;
	border-bottom: 1px solid #ddd;	
}

/* Gov.im Search Results */

.search1, .search2 {
	background: #fff url(../images/layout/greydotted_bg.png) repeat-x left bottom;
	margin: 0 0 1em;
	padding: 0 0 1.4em;	
	border:none;
}

.search1 .summary, .search2 .summary {
	border: none;
}

search2 a:active, .search2 a:link, .search2 a:visited {
	background:none;
}

.search1 .title a, .search2 .title a {
	color: #005595;	
	margin: 0 0 0.4em;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em !important;
	letter-spacing: -3px;	
	text-decoration: none;
	line-height: 1;
}


.search1 .title a:hover, .search2 .title a:hover {
	text-decoration: underline;
}

.searchagain {
	min-height: 30px;
}

.searchagain a {
	margin:  0;
	padding: 4px;
	background: url(../images/layout/forms/submit_bg.png) repeat-x left bottom;
	border: 1px solid #00365e;
	border-radius: 3px;
	color: #fff;
	width: 100px;
	cursor: pointer;	
	text-align: center;
	text-decoration: none;
}


/* Footer */ 

#footer {
   width: 934px;
   text-align: left;
	margin: 0 auto 0.5em;
	padding: 20px 1em 1em;
	clear: both;
	background: #fff;
}

#footer .footerTop {
	background: url(../images/layout/footerTop_bg.png) repeat-x left top;
   height: 138px;	
}

#footer .footerTop ul.footerTopLinks {
	list-style: none;
	padding-left: 0.4em;
	margin: 0;
}

#footer .footerTop ul.footerTopLinks li {
	float: left;
	padding: 0.5em 0 1.5em;
}

#footer .footerTop ul.footerTopLinks li a {
	color: #fff;
	text-decoration: none;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 0 1em;
	font-size: 1.1em;
}

#footer .footerTop ul.footerTopLinks li a:hover {
	color: #90cae7;
}

#weather {
	clear: left;
}

#weather ul {
	list-style: none;
	padding-left: 0.6em;
}


#weather ul li {
	float: left;
	padding: 1em 2em 1em 1em;
	color: #fff;
	border-right: 1px solid #7f9aa5;
	line-height: 12px;
		background: url(../images/layout/weather_bg.png) repeat-x top;
		
}

#weather ul li.noweather {
	border: 0;
	background: none;
}

#weather ul li img {
	float: left;
	padding: 0 0.8em 0 0;
}

#weather .temp {
   float:left;
   line-height: 16px;
}

#weather .day{
	font-size: 1.2em;
	font-weight:bold;
	display: block;
	padding:0;
	margin: 0;

}
#weather .wind 
{
    width: 33px;
    height: 33px; 
    margin-left: 16px;
    float: left; 
    display: block;
    line-height: 32px;
    text-align: center;   
}

#weather .temp .high{
	font-weight:bold;
}

#weather .temp .low{
display: block;
}

#weather .bbc 
{
    margin: 15px 0 0 600px;
    padding-top:15px;
    color: White;
    display:block;
}

#weather .bbc .bbc1
{
    font-size: 1.2em;
    font-weight: bold;
}
#weather .bbc .bbc2
{
    font-size: 1.0m;    
    font-weight: normal;
}

#weather .bbc .bbc2 a
{
    color: White;
    font-size: 1.0m;    
    font-weight: bold;
    text-decoration:none;
}

#weather .bbc .bbc2 a:hover
{
    text-decoration:underline;
}

#footer .footerTop img.footerLogo {
	float: right;
	margin: 0 2em 0 0;
	/*margin: 11px -1em 0 0;*/
}

#footer .footerBottom {
	clear: both;
	background: url(../images/layout/footerBottom_bg.png) repeat-x left top;
	height: 37px;	
	margin: 0;
	padding: 0 0.8em;
}

#footer .footerBottom ul.footerBottomLinks {
	list-style: none;
	padding: 0.8em 0 0 0;
	margin: 0;
}

#footer .footerBottom ul.footerBottomLinks li {
	float: left;
}

#footer .footerBottom ul.footerBottomLinks li a {
	color: #fff;
	text-decoration: none;
	padding: 0 0.8em;
}

#footer .footerBottom ul.footerBottomLinks li a.browsealoud{
	height: 37px;
}

#__ba_panel.browsealoud {
	height: 37px!important
}

#footer .footerBottom ul.footerBottomLinks li a.browsealoud img{
	margin-top: -10px;
	max-height: 37px;
}

#footer .footerBottom ul.footerBottomLinks li a:hover {
	color: #90cae7;
}

#footer .footerBottom .social {
	float: right;
}

#footer .footerBottom .browsealoud{
	float: left;
	margin-top: -10px;
}

#footer .footerBottom .browsealoud img{
max-height: 37px;
}



#footer .footerBottom .social p {
	float: left;
	color: #fff;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;	
	margin: 0 0.8em 0 0;
}

#footer .footerBottom .social img {
	padding-left: 0.4em;
}

/* XML Content Specific classes */

.topLink {
	padding: 0 0 8px;
}

a#logolink{
	display: block;
	height: 100%;
	text-decoration: none !important;
}

a#friendlylink{
	display: block;
}

.faqs {
width: 100%;
}

.faqs tr {
	margin: 4px 0;
}

.faqs td {
	text-align: left;
	vertical-align: top;
}

.faqs th {
	width: 10%;
}

.faqs th.q {
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #005595;
}

.faqs th.a {
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #444;
	border-top: 1px solid #999;	
}

.faqs td.question {
	vertical-align: top;
	padding: 8px;
}

.faqs td.question, .faqs td.question a {
	text-align: left;
	color:#333;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;	
	font-size: 1.6em;
	color: #005595;
	letter-spacing: -1px;	
}

.faqs td.answer {
	border-top: 1px solid #999;
	padding: 8px;
}

.faqs td.answer, .faqs th.answer a {
	color: #333;
}

.contacts th.companyname{
	background-color: #E7E3C2;
	text-align: left;
	color: #333;
	border-bottom: 1px solid #999;	
}
.contacts th.departmentname{
	background-color: #E7E3C2;
	text-align: left;
	color: #333;
}
.contacts th.detailheader{
	background-color: #E7E3C2;
	text-align: left;
	width: 35%;
	color: #333;
	font-weight: normal;
	text-align: right;
}

.error {
	color: #c00;
	font-weight: bold;
}

.documents{
	margin: 12px 2px 12px 0px;
	text-align: center;
}
.documents table{
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	
}
.documents th{
	text-transform: uppercase;
	padding: 4px 0px;
	color: #333;
	background-color: #E7E3C2;
	border-right: 1px solid #BBB;
}
.documents td{
	color: #333;
	padding: 4px;
	vertical-align: top;
	border: 1px solid #bbb;
}

.dochead, .dochead a{
	font-weight: bold;
}
.documents a{
	letter-spacing: 0px;
}
.documents td div{
	padding: 2px 0px;
}

/* TABLES */

.summary{
	text-align: left;
	border: 1px solid #bbb;
	width: 100%;
	border-spacing: 0;
	color: #333;	

}
.summary th{
	text-align:left;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: -1px;
	color: #333;
	background-color: #E7E3C2;
	border-right: 1px solid #BBB;
	padding: 0.4em;
	width: 40%;
}

.summary td {
	padding: 5px;
	vertical-align: top;
	width: 60%;
}

.balancesheet, .results {
	text-align: left;
	border: 1px solid #bbb;
	border-left: none;
	width: 100%;
	border-spacing: 0;	
}
.balancesheet th, .results th {
	text-align:left;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: -1px;
	color: #333;
	background-color: #E7E3C2;
	border-left: 1px solid #BBB;
	padding: 0.4em;
}

.balancesheet td, .results td {
	padding: 5px;
	vertical-align: top;
	color: #333;
	border-left: 1px solid #bbb;	
}

.contacts {
	text-align: left;
	border: 1px solid #bbb;
	width: 100%;
	border-spacing: 0;
	margin: 0;	
}

.contacts a {

}

.contacts th {
	text-align:left;
	font-family: FontinSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: -1px;
	color: #333;
	background-color: #E7E3C2;
	padding: 0.4em;
	vertical-align: top;
}

.contacts td {
	padding: 0.4em;
	vertical-align: top;		
}

.news{
	margin-top: 20px;
	margin-right: 10px;
}

.news tbody th{
	text-align: left;
	color: #333;
	background-color: #E7E3C2;
}

.news thead th{
	color: #333;
	background-color: #E7E3C2;
	font-size:1.2em;
}

.news tbody td{
	padding-top: 4px;
	padding-bottom: 4px;
	color: #333;
	background-color: #E7E3C2;
}

.links{
	width: 100%;
	height: 92px;
	border-spacing: 0px;
	margin-bottom: 10px;
}

.links th{
	color: #333;
	background-color: #E7E3C2;
	text-align: center;
	margin: 0px;
	color: #333;
}

.links td{
	border: 1px solid #bbb;
}

.links td img{
	margin-right: 5px;
}

#propertyDetailsHeading {
	width: 60%;
	margin-bottom: 10px;

}
#propertyDetailsHeading #rating {
	/*float: left;
	width: 140px;*/
	font-size: 0.9em;
}

#propertyDetailsHeading #disabledGrading{
	float: right;
	width:150px;
	text-align: right;
	
}


#propertyDetailsHeading h1 {
	margin: 0;
	padding: 6px 0;
}
.ratingtitle{
	font-weight: bold;
	display: block;
	font-size: 0.8em;
}
#propertyDetails th{
	color: #000;
	background-color: #eeeeee;
	font-weight: bold;
	vertical-align: top;
}
#propertyDetails th,#propertyDetails td{
	background-color: #eeeeee;
}
#propertyDetails th{
	text-align: left;
}
#propertyDetails{
	clear: right;
	float: left;
	width: 475px;
	background-color: #eeeeee;
	color: #000;
	border: solid 1px #ccc;
	padding: 14px;
	margin-right: 10px;
}
#propertyDetails table{
	width: 100%;
	border: none;
	margin-bottom: 10px;
}

#propertyDetailsRight .buttons {
	display: block;
	margin-bottom: 10px;
}
#propertyDetailsRight img{
	border: 3px solid #fff;
}
#propertyDetailsContainer{
	float: left;
	width: 720px;
}
#propertyDetails h2{
	font-size: small;
	padding-bottom: 0;
	margin-bottom: 0;
}

div.Availability
{
    padding:10px 0;
}

div.Availability a
{
    margin-right:24px;
}

#calendardiv{
	background: #FFFFFF;
	position: absolute;
	z-index: 100;
}

div#eventsstructure {
width: 95%;
min-width: 700px;
}

.indextitle {
display: block;
margin-right: 3em;
}

.content img
{
    margin:0 10px;
}

.searchform
{
   	background: #f9f8ee url(../images/layout/forms/form_bg.png) repeat-x left bottom;
	border: 1px solid #c0bfb9;
	margin: 0 0 2em;
	padding: 0.5em;
	border-radius: 5px;
}

.searchform td
{
background-color: transparent;
}

.searchform .button
{
	
	background: url(../images/layout/forms/submit_bg.png) repeat-x left bottom;
	border: 1px solid #00365e;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

.searchform td, .searchform th
{
vertical-align: middle;
}



.bingbranding img
{
margin-right: 24px;
}

.searchresults
{
border: 1px solid #c0bfb9;
background: white;
}

.searchresults div.title
{
color: #005595;
}

.searchresults .search1 div.title a:link, .searchresults .search1 div.title a:visited, 
{
color: #005595;
text-decoration: none;
}

.searchresults div.summary
{
margin: 0 50px 0 12px;
padding: 0 24px 0 0;
width: auto;
}

.searchresults div.resultgap
{
background-color: transparent;
}

.searchresults .search1 div.title a:link, .searchresults .search1 div.title a:visited, .searchresults .search1 div.title a:active, .searchresults .search2 div.title a:link, .searchresults .search2 div.title a:visited, .searchresults .search2 div.title a:active
{
color: #005595;
text-decoration: none;
}

.searchresults .search1 div.title a:hover, .searchresults .search2 div.title a:hover
{
text-decoration: underline;
}

.commontabs
{
border-left: 1px solid #c0bfb9;
}

.commontabs td
{
border: 1px solid #c0bfb9;
}

.commontabs td.tabgap
{
border-right: 0 none;
border-top: 0 none;
}

.searchresults .searchagain a
{
color: White;
}

a.a2a_dd img
{
    margin-top:10px;
    max-width:203px !important;
}

#a2apage_PTZ { display:none !important; }

iframe#myuktravelframe {
    width: 950px;
    border: 0;
    margin-left: -8px;
}

#myuktravelframearea {
}