/* layout / page elements */
html{background-color:#E5E5E5;}
body {
	padding:0;
	margin:0;
	
}

strong { 
	font-weight:bold;
}

/* Z-INDICES - Define here so we can adjust easily! */

#access {
	position:relative;
	z-index:50
}

#hd { /* header wrap */
	position:relative;
	z-index:40;
}

#bd {
	position:relative;
	z-index:20;
}

#seo {
	position:relative;

	z-index:20;
}

#ft {
	position:relative;
	z-index:10;
}


/* links */
a {
	color:#2D64B6;
	outline:none;
}

a:hover {
	 
}

a:visited {
	color:#2D64B6;
	
}

a.arrow {
	padding-left:1.5em;
	background:transparent url(/_assets/img/common/link_arrow.gif) no-repeat top left; 
}

a.minus {
	padding-left:1.5em;
	background:transparent url(/_assets/img/common/link_minus.gif) no-repeat top left; 
}

a.plus {
	padding-left:1.5em;
	background:transparent url(/_assets/img/common/link_plus.gif) no-repeat top left; 
}

/* text size */
.textsize {
	font-size:13px;
}

.textsize p {
	float:right;
	padding:1px 0 0 0;
}

.textsize span {
	display:block;
	float:left;
}

.textsize span.txt {
	padding-top:0.3em;
}

.textsize a { 
	display:block; 
	float:left; 
	width: 17px; 
	height: 21px; 
	line-height:21px;
	margin-left:0.5em;
	text-align: center;
	vertical-align:middle; 
	border: 1px solid #85B5E0; 
	color: #666; 
	text-decoration: none; 
}

.textsize a:hover { 
	color: #000; 
	background:#F2AE00; 
	text-decoration: none !important; 
}

.sel { color:#fff !important;  background:#F2AE00; }
.ts1 { font-size: 13px; }
.ts2 { font-size: 15px;  }
.ts3 { font-size: 17px;  }


/* titles */

h1 {
	color:#4A62AB;
	font-size:197%;
	font-weight:bold;
	margin:0;
}

h2 {
	font-size:138.5%; /* 18px */
	color:#304779;
	padding:0;
}

h2.title {
	padding:0.5em 0;
	font-size:182%; 
	font-weight:bold;
	color:#4A62AB;
}

h3 {
	font-size:123.1%; /* 16px */
	color:#304779;
	font-weight:bold;
	padding:0 0 0.5em 0;
}

h4 {
	color:#333333;
	margin:0.4em 0;
	font-size:108.1%;
	font-weight:bold;
	padding:0 0 0.5em;
}

.hide {
	position:absolute;
	left:-9999px;
}

.showgrid {
	background:#FFF url(/_assets/img/common/grid.gif) repeat-y top left; 
}


/* -------------- ACCESS -------------- */

#access { 
	clear:left;
	width:990px;
	margin:0 auto;
	background:transparent repeat-y top left; 
	position:relative;
}

#access ul {
	position:absolute;
	top:0;
	right:20px;	
}

#access ul li {
	display:block;
	float:left;
	padding:0.5em 0.5em 0 0.5em;
}

#access ul li a.txt {
	color:#191C1F;
	display:block;
	float:left;
	padding-top:0.5em;
	text-decoration:none;
}

#access ul li a.nssignup {
    color:#2D64B6;
    text-decoration:underline;
}

#access ul li span {
	display:block;
	float:left;
	padding-top:0.3em;
}

#access ul li span.txt {
	padding-top:0.5em;
}

#access ul li span a { 
	display:block; 
	float:left; 
	width: 17px; 
	height: 21px; 
	line-height:21px;
	margin-left:0.5em;
	text-align: center;
	vertical-align:middle; 
	border: 1px solid #85B5E0; 
	color: #666; 
	text-decoration: none; 
}

#access ul li span a:hover { 
	color: #fff; 
	background:#98A480; 
	text-decoration: none !important; 
}

/* -------------- HEADER -------------- */

#hd { /* header wrap */
	clear:left;
	width:960px;
	margin:0 auto;
	background-color:#fff;
	border-top:5px solid #3B60AF;
}

#hd-c { /* header content */
	width:960px;
	height:160px;
	margin:0 auto;
	position:relative;
}

#logo a{
	display:block;
	position:absolute;
	top:10px;
	left:15px;
	background:transparent url(/_assets/img/common/bay_logo.jpg) no-repeat top left;
	width:225px;
	height:80px;
	text-indent:-9999px;
}

#hd .shearings {
	position:absolute;
	top:40px;
	right:10px;
	font-size:93%;
}
#hd .shearings img {
 	display:block;
}

#hd .textsize {
	position:absolute;
	top:5px;
	right:10px;
}
#hd .tel {
    color: #000;
    position: absolute;
    right: 30px;
    top: 50px;
}
#hd .tel span {
    color: #3B60AF;
    font-size: 153.9%;
}
#hd .opening-hours {
    color: #000;
    font-size: 85%;
    position: absolute;
    right: 30px;
    top: 80px;
}

/* nav */
.nav {
	position:absolute;
	top:120px;
	left:0;
	width:960px;
	background:transparent url(/_assets/img/common/nav_bg.jpg) repeat-x top left;
}
.nav li {
	position:relative;
	float:left;
}
.nav li a {
	position:relative;
	float:left;
	display:block;
	font-size:108%;
	font-weight:bold;
	padding:0.8em;
	text-decoration:none;
	border-right:2px solid #FFF;
	z-index:2;
}

.nav li a span {
	color:#FFF !important;
}

.nav li.acc {
	float:right;	
}

.nav li.acc a {
	border:none;
	border-left:2px solid #ffffff;
}

.nav li a.over {
	display:block;
	background:transparent url(/_assets/img/common/nav_bg_over.gif) repeat-x top left !important;
}

.nav li a span.over {
	display:block;
	padding-bottom:16px;
	background:transparent url(/_assets/img/common/nav_arrow.gif) no-repeat bottom center !important;
}

/* -------------- SUB NAV -------------- */

.hotels {
	width:950px !important;
} 

.subnav { /* box */
	position:absolute;
	display:none;
	top:40px;
	left:-65px;
	z-index:1;
	background:#fff;
	border:5px solid #F2AE00;
}

.subnav li {
	padding:0 !important;
	margin:0 !important;
}

.subnav a  {
	display:block;
	border:none !important;
	float:none !important;
	font-size:12px !important;
	padding:0 !important;
	margin:0 !important; 
	color:#325192!important; 
	font-weight:normal !important;
}

.subnav dl      { margin:0.5em 0.5em 1em 0; }
.subnav dt      { margin:0.1em 0 0.5em 0; }
.subnav dd      { margin:0.2em 0.2em 0.2em 0.5em; }
.subnav a:hover { background:#F7D780 !important; }

.col {
	float:left;
	width:50%;
}

.subnav h4 a {
	font-size:123.1% !important;
}

.england {
	width:50%;
	_width:48%;
	_padding-bottom:1em;
	float:left;
	margin:1em;
}

.wales,
.scotland {
	float:left;
	margin:1em 0 0 0;
	padding:0 1em;
	border-left:1px solid #F2AE00;
}

.scotland {
	width:23%;
	
}

.wales {
	width:15%;
}


/* -------------- BODY -------------- */

#bd { /* body wrap */
	width:960px;
	margin:0 auto;
	background-color:#FFF;
}

#bd-c {
	padding:1.5em 0 0 0;
}

/* intro and form  - our hotels / whats included*/

#intro h1 {
	margin:0 0.5em;
	font-size:197%; 
	font-weight:bold;
	color:#4A62AB;
}

#intro p {
	margin:1em;
	line-height:1.5em;
}

#intro ul {
	margin:1em 2em;
	list-style-image:
}

#intro ul li {
	float:left;
	display:block;
	padding:0 0 0 1.4em;
	margin:0 0 0.5em 0;
	background:#fff url(/_assets/img/common/star_bullet.gif) no-repeat top left;
	width:280px;
}

#main_form {
	margin-top:1.5em;
}

#main_content {
	margin-top:1.5em;
}

/* common */
.fl { float:left; }

.lhs {
	float:left;
	padding-right:10px;
	padding-top:0;
	width:600px;
}
.rhs {
	float:right;
	padding-right:10px;
	width:280px;
}

.lhs h3,
.rhs h3 {
	color:#333;
	margin:1.5em 0 0.2em 0;
}

/* -------------- MAPS ----------------- */



.mapInfoWindow h3 {
	margin:0;
	padding:0 0 5px 0 !important;
}

.mapInfoWindow h3 b {
	margin:0.5em 0 0 0;
	display:block;
	font-size:75%;
	color:#333;
}

.mapInfoWindow .img { 
	float:left;
	margin:0 5px 5px 0;
	width:100px;
}

.mapInfoWindow .img img {
	border:1px solid #4A62AB;
}

.mapInfoWindow .copy {
	float:left;
	margin:0;
	width:200px;
}

.mapInfoWindow .copy a {
	padding-left:1em !important;
}

.mapInfoWindow .copy ul {
	margin:0 20px 10px 20px;
}

.mapInfoWindow .copy ul li {
	list-style-type:disc;
	padding-bottom:5px;
	height:auto;
}

.mapInfoWindow p.link {
	margin:0.5em 0 1em 0;
}

/* map bookmarklet */

#bm { 
	position:absolute;
	left:0;
	top:0;
	width:200px;
	height:220px;
	border:3px solid #576736;
	background:#fff;
	color:#333;
	padding:10px;
}

#bm_rel {
	position:relative;
}

#bm h2 {
	padding:0;
	margin-bottom:10px;
}

#bm p {
	margin-bottom:10px;
	clear:left;
}

#bm p label {
	display:block;
	float:left;
	font-weight:bold;
	width:60px;
}

#bm p input {
	border:1px solid #576736;
	padding:0;
	margin-left:5px;
	float:left;
	display:block;
	width:120px;
}

#bm p a  {
	display:block;
	margin:20px;
	width:120px;
	text-align:center;
	border:1px solid #576736;
	background-color:#E5EDD6;
	padding:5px;
	font-weight:bold;
}

#bm_close {
	position:absolute;
	right:-5px;
	top:-5px;
	font-weight:bold;
	border:1px solid #576736;
	background-color:#E5EDD6;
	padding:2px;
}

/* map sidebar */

#GoogleMapSideBar {
	float:left;
	width:300px;
	margin:0 0 0 10px;
}


#GoogleMapSideBar h3 {
	padding-left:0 !important;
}

#GoogleMapSideBar ul {
   margin-left:20px;
}

#GoogleMapSideBar ul li {
	height:auto !important;
	list-style-type:disc;
}

#GoogleMapSideBar ul li.country {
	list-style-type:none !important;
	font-weight:bold;
	margin:5px 0 5px -15px;
}


/* info */

.lhs-info {
	padding-right:20px;
}

.rhs-info {
	display:block;
	width:440px;
	float:right;
	padding-left:20px;
	
}

/* info - general text */

.lhs-info h3,
.rhs-info h3 {
	color:#333;
	margin:0.4em 0;
}

.lhs-info p {
	line-height:1.6em;
}


/* photos */


.photos .thumb {
	clear:left;
	margin:1em 0;
}

.photos .thumb b {
	display:block;
	font-size:116%;
	margin:0 10px 5px 0;
}

.photos .thumb img {
	display:block;
	float:left;
	margin:0 10px 5px 0;
}

/* our hotels */

.ct, .mt, .full {
	margin:10px;
	width:450px;
	min-height:420px;
	float:left;
	display:block;
	position:relative;
	background-color:#fff;
}

.mt {
	margin-left:0;
	width:470px;
	height:420px;
	padding:0;
}

.ct h2 {
	padding:0.5em 1em 0 0.5em;
} 

h3.title {
	color:#333333;
	margin:10px 0;
}

h3.title span {
	color:#4864AE
	
}

.ct p {
	padding:0.5em 1em;
}

.ct .view {
	margin-top:10px;
}

.full {
	padding:10px;
}

.wide {
	width:910px;
}

/* information pages */

.information_page h1 {
    color:#4A62AB;
    font-size:197%;
    font-weight:bold;
    margin:0 0.5em;
}

.information_page h3 {
    padding:0.5em 0 0 1em;
}

.information_page p {
    line-height:1.5em;
    margin:1em;
}

.information_page ul li {
    margin:10px 0 15px 40px;
    line-height:1.5em;
    list-style-type:disc;
}

.information_page ol li {
    margin:10px 0 15px 40px;
    line-height:1.5em;
    list-style-type:decimal;
}

/* -------------- SEO LINKS -------------- */

.seo ul {
	padding:1em 0 1em 1.8em;
	background-color:#CCC;
	margin-bottom:0.5em;
}

.seo ul li {
	display:block;
	float:left;
	width:11em;
	padding-bottom:1em;
}

.seo ul li a {
	color:#191C1F;
	display:block;
	float:left;
	font-size:85%; /* 11px */
}

/* -------------- FOOTER -------------- */

#ft { /* footer wrap */
	width:960px;
	margin:0 auto;
}

#ft-c { /* footer content */
	width:960px;
	margin:0 auto;
}

#ft-c p.copyright {
	color:#FFF;
	background:#3B60AF;
	height:2em;
	line-height:2em;
	text-align:right;
}

#ft-c ul {
	margin:0 auto;
	padding:0.8em;
	background:#F2AE00;
}

#ft-c ul li {
	display:inline;
	border-left:1px solid #191C1F;
	padding:0 0.2em 0 0.4em;
	font-size:93%;
}

#ft-c ul li.first {
	border-left:none;
}

#ft-c ul li a {	
	color:#191C1F;
}
