/* import reset stylesheet - resets most styles to 0 */

@import url(reset.css);


/* ------------------------------ basic structure ------------------------------ */

html {
	text-align: center;
	background-color: #00247D;
}


body{
	text-align: left;
	background-color: #00247D;
	background-position: 50% 0;
	background-repeat: no-repeat;
	margin: 0 auto;
}

body.careHome{
	background-color: #d9deeb;
}

#header{
	width: 994px;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
}


#container{
	width: 994px;
	background: #fff;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}

#content{
	padding: 20px;
}

#sidebar{
	float: right;
	width: 210px;
	padding: 35px 10px 10px 20px;
}

#formSub{
	padding-top: 80px;
}

#hotel-welcomePage #formSub{
	padding-top: 103px;
}

/* #footer{
	
} */

/* ------------ basic typography ---------- */

body{
	font: 12px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, p{
	margin-bottom: 0.85em;
	color: #00247D;

}

h1{
	font-size: 19px;
	font-weight: normal;
}

h2{
	font-size: 16px;
	font-weight: bold;
}

h3{
	font-size: 15px;
	font-style: italic;
}

h4{
	font-size: 13px;
	margin-bottom: 3px;
}

h5{
	font-size: 12px;
}

td h5{
	color: #991F36;
	font: bold italic 17px Arial, Helvetica, sans-serif;
}

th h3{
	color: #fff;
	background:#00247D;
	padding: 10px;
	margin: 0;
}

p{
	font-size: 12px;
	line-height: 1.65em;
	margin-bottom: 1em;
	color:#00247D;
}

li{
	color:#00247D;
}

a{
	font-weight: bold;
}

a:link{
	color: #991F36;
	text-decoration: none;
}

a:visited{
	color: #6F1728;
	text-decoration: none;
}

a:hover, a:active{
	color: #DA3A5A;
	text-decoration: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 12px;
}

th, td{
	padding: 3px 5px;
	color:#00247D;
	vertical-align: top;
}

th{
	text-align: left;
}

blockquote{
	display: block;
	float: left;
	border: 3px solid #00247D;
	width: 355px;
	margin: 0 20px 20px 0;
	padding: 20px 40px;
	min-height: 260px;
}

/* ------------ image block - image replacement class --------- */

.imgBlk{
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* ------------- generic floats ------------ */

.clearboth{
	clear:both;
}

.clearleft{
	clear: left;
}

.floatleft{
	float: left;
	padding: 0 10px 10px 0;
}

.floatright{
	float: right;
	padding: 0 0 10px 10px;
}

p.floatright{
	width: 265px;
}

.nomargin{
	margin:0;
}

.alignRight{
	text-align: right;
}

/* ------------------------------ content styles by section ------------------------------ */


/* ------------------------------ splash page ------------------------------ */

#splashPage #header{
	height: 434px;
}

#splashPage #container{
	background: #fff url(images/splash-bg.jpg) 0 0 no-repeat;
}

#splashPage #content{
	background: transparent;
	padding: 0;
}

#splashPage div#splashHotel,#splashPage div#splashCareHome{
	float: left;
	width: 355px;
	padding-top: 30px;
}

#splashPage div#splashHotel{
	margin-left: 90px;
}

#splashPage div#splashCareHome{
	margin-left: 100px;
}

#splashPage h2{
	font-size: 25px;
	text-transform: uppercase;
	padding-right: 40px;
}

#splashPage p{
	padding-top: 20px;
}

#splashPage div#splashHotel h2{
	color: #fff;
}

#splashPage div#splashCareHome h2{
	color:#00247D;
}

#splashPage h3, #splashPage h2{
	text-align: center;
	padding: 0;
	margin:0 0 30px 0;
	font-style: normal;
}

#splashPage h3 a{
	display: block;
	background-position: 5px 0;
	background-repeat: no-repeat;
	text-transform: uppercase;
	width: 153px;
	height: 56px;
	margin: 0 auto;
	padding: 7px 5px 0 0;
}

#splashPage div#splashHotel h3 a{
	color:#00247D;
	background-image: url(images/btn-splashHotelLink.jpg);
}

#splashPage div#splashCareHome h3 a{
	color: #fff;
	background-image: url(images/btn-splashCareHomeLink.jpg);
}

#splashPage h3 a em{
	font-style: normal;
	font-weight: normal;
	display: block;
}
#splashPage div#splashHotel h3 a:hover, #splashPage div#splashCareHome h3 a:hover{
	color: #DA3A5A;
}

/* ------------------------------ body backgrounds ------------------------------ */

#splashPage{
	background-image: url(images/body-bg-index.jpg);
}

body, #hotel-welcomePage, #error404Page{
	background-image: url(images/body-bg-welcome.jpg);
}

#hotel-accommodationPage{
	background-image: url(images/body-bg-accommodation.jpg);
}

#hotel-cotters-restaurantPage{
	background-image: url(images/body-bg-cotters.jpg);
}

#hotel-weddingsPage{
	background-image: url(images/body-bg-weddings.jpg);
}

#hotel-functionsPage{
	background-image: url(images/body-bg-functions.jpg);
}

#hotel-leisurePage{
	background-image: url(images/body-bg-leisure.jpg);
}

#hotel-how-to-find-usPage{
	background-image: url(images/body-bg-findus.jpg);
}

#hotel-access-statementPage{
	background-image: url(images/body-bg-access.jpg);
}

#hotel-newsPage{
	background-image: url(images/body-bg-news.jpg);
}

#hotel-golfPage{
	background-image: url(images/body-bg-golf.jpg);
}

#hotel-anglingPage{
	background-image: url(images/body-bg-angling.jpg);
}

#hotel-contactPage{
	background-image: url(images/body-bg-contact.jpg);
}

#carehome-homePage{
	background-image: url(images/carehome-body-bg-welcome.jpg);
}

#carehome-accommodationPage{
	background-image: url(images/carehome-body-bg-accommodation.jpg);
}

#carehome-carebreaksPage{
	background-image: url(images/carehome-body-bg-carebreaks.jpg);
}

#carehome-diningPage{
	background-image: url(images/carehome-body-bg-dining.jpg);
}

#carehome-historyPage{
	background-image: url(images/carehome-body-bg-history.jpg);
}

#carehome-contactsPage{
	background-image: url(images/carehome-body-bg-contact.jpg);
}

#carehome-how-to-find-usPage{
	background-image: url(images/carehome-body-bg-findus.jpg);
}

/* ------------------------------ header content ------------------------------ */
#header h1{
	display: none;
}

#header h1 a{
	color: #9B9000;
}

#header a{
	font-weight: normal;
	color: #666;
}

/* menu */

ul#menu {
	width: 994px;
	margin: 405px auto 0 auto;
	padding: 0;
}

ul#menu li{
	float:left;
	width: 110px;
}

.careHome ul#menu li{
	width: 125px;
}

ul#menu li#home{
	width: 105px;
}

ul#menu li#accommodation{
	width:130px;
}

ul#menu li#cotters{
	width: 145px;
}
ul#menu li#how{
	width: 134px;
}

ul#menu li#access{
	width: 150px;
}


ul#menu a{
	display: block;
	background: #bdc5e0 url(images/menu-a-bg.png) 100% 0 no-repeat;
	color:#00247D;
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 7px 0;
}

ul#menu a:hover{
	background-position: 100% -31px;
	background-color: #c2595c;
}


#menu a.hoverState{
	background-position: 100% -62px;
}

#menu a.normalState{
	background-position: 100% 0;
}


ul#menu li ul li{
	float: none;
}

ul#menu li ul li a{
	background-image: none;
	background-color: #8091BE;
	text-align: left;
	width: 110px;
	padding: 7px 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

ul#menu li ul li a:hover{
	background:#991F36;
}

/* ------------------------------ suckerfish specifics ------------------------ */


#menu li ul { /* second-level lists */
	position: absolute;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0;
	margin: 0;
	z-index: 99;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 200px;
	}

#menu li ul li ul{ /* third level list */
	display:none;
	visibility:hidden;
}

/* ------------------------------ content content ------------------------------ */

#content p{
	font-size: 1.1em;
}

#content td p{
	margin-bottom: 0;
}

#content h2#logo{
	width: 141px;
	height: 71px;
	background-image: url(images/h1-bg-logo-141.png);
}

#content h1#logo{
	width: 423px;
	height: 128px;
	background-image: url(images/h1-bg-logo.png);
}

#content ul{
	margin: 0 10px 10px 20px;
	padding: 0 0 0 10px;
	list-style: disc;
	color:#00247D;
}

#content ol{
	margin: 0 10px 10px 10px;
	padding: 0 0 0 30px;
	color:#00247D;
	list-style-type: decimal;
}

#content ol.alphaList{
	list-style-type: lower-alpha;
}

#content li{
	margin-bottom: 5px;
}

#hotel-functionsPage #content ul{
	float: right;
	width: 255px;
	padding-top: 10px;
	margin: 0;
}


#hotel-functionsPage #content ul li{
	margin-bottom: 13px;
}

#hotel-newsPage #content ul{
	/*float: left; */
	list-style: none;
	/* margin-right: 20px;
	 width: 310px; */
}

#hotel-newsPage #content ul li{
	line-height: 1.5em;
}

#hotel-cotters-restaurantPage #content h2{
	clear: left;
}

#hotel-cotters-restaurantPage #content table h2{
	clear: none;
}


#hotel-cotters-restaurantPage #content table, #hotel-newsPage #content table, #hotel-functionsPage #content table.functions{
	border: 3px solid #8091BE;
	width: 455px;
}

#hotel-functionsPage #content table.functions{
	float: left
	margin-right: 20px;
}

#hotel-leisurePage #content table{
	border: 1px solid #8091BE;
	width:600px;
}

#hotel-leisurePage #content table th{
	padding: 0;
}

#content table#corkcageCharges{
	width: 300px;
}

#content td a{
	font-weight: normal;
	font-style: italic;
}

#carehome-historyPage #content ol{
	width: 400px;
}

#carehome-historyPage #content ol.list2{
	float: left;
}

#carehome-historyPage #content ol li{
	line-height: 1.5em;
}

/*--------------- tabs on news & promotions page -------------*/

#content div#tabs{
	margin: 10px 0;
	float: left;
}

#content div#tabs h2{
	color: #B22742;
}

#content div#tabs div{
	border-top: 2px solid #B22742;
	border-left: 1px solid #B1BCD8;
	border-right: 1px solid #B1BCD8;
	border-bottom: 1px solid #B1BCD8;
	padding: 20px 10px 10px 10px;
	width: 690px;
	overflow: hidden;
}

#content div#tabs p{
	
}

#content div#tabs ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding:0;
	list-style: none;
}

#content div#tabs ul.tabNavigation li{
	display: inline;
	float:left;
	margin:0;
}

#content div#tabs ul.tabNavigation li a{
	display: block;
	padding: 5px 16px 5px 15px;
	background: #B1BCD8;
	color:#00247d;
	text-align: center;
	font-size: 13px;
	border-right: 1px solid #fff;
}

#content div#tabs ul.tabNavigation li a.selected{
	background: #B22742;
	color: #fff;
}

#content div#tabs hr{
		background: #B1BCD8;
		height: 1px;
		border: none;
		clear: both;
		margin-bottom: 12px;
}

/* ------------------------------ sidebar ------------------------------ */

#sidebar form{
	overflow: hidden;
	width: 180px;
	background: url(images/form-bg-booking.png) 0 0 repeat-y;
	margin-bottom: 20px;
}

#sidebar form label{
	float:left;
	display: block;
	padding: 10px;
	font-size: 11px;
}

#sidebar form input, #sidebar form select{
	vertical-align: middle;
	font-size: 11px;
}

#sidebar form input#submit{
	height: 31px;
	width: 180px;
	margin: 0;
	padding:0;
	clear: both;
	}

#sidebar form input.textField{
	width: 70px;
	height: 12px;
}

#sidebar h2.imgBlk{
	width:180px;
	height: 31px;
	margin:0;
	background-image: url(images/h2-bg-onlinebooking1.png);
}

#sidebar h3{
	color: #00247D;
	font-size: 17px;
	font-style: normal;
}

#sidebar p{
	width: 180px;
	line-height: 1;
}

#sidebar p a{
	width: 100%;
	padding: 10px;
	display: block;
}

p#newsLink a{
	background: url(images/a-bg-news.png) 0 0 no-repeat;
	color: #981f36;
}

p#contactLink a{
	background: url(images/a-bg-contact.png) 0 0 no-repeat;
	color:#00247d;
}

p#careHomeLink{
	margin-top: 130px;
}

#careHomeLink a{
	background: url(images/a-bg-carehome.png) 0 0 no-repeat;
	color:#00247d;
}

#sidebar p a:hover{
	color:#001855;
	text-decoration: underline;
}

/* ------------------------------ contact form -------------------------------- */

form#contactform {
	width: 415px;
}

#contactform label{
	display:block;
	padding: 10px 10px 10px 150px;
	background: #fff;
	color:#001B60;
	width: 265px;
}


#contactform label.radio{
	padding: 5px;
	margin-top:0;
}

#contactform h3{
	padding-top:5px;
	margin-top : 7px;
	margin-bottom : 0;
}

#contactform span{
	position: relative;
	left: -125px; /* this pushes the left edge of the span over to the left edge of the space created by the padding set above */
	float: left;
	margin-right: -130px; /*reduce the values of this and the above commented elements to make a narrower label*/
	padding-top: 3px;
}

#contactform input, #contactform textarea{
	border: 1px solid #00247D;
	width: 250px;
}

#contactform p#buttons{
	padding: 0 0 0 150px;
}

#contactform p#buttons input{
	border: none;
	width: 175px;
	height: 30px;
}

#content p.email_error,  #content p.email_thanks, #content p.email{
	margin-left: 0;
	padding: 10px 10px 10px 32px;
	border-width: 1px;
	border-style: solid;
	width: 368px;
}

#content p.email{
	background: #D1D6E9 url(images/email.png) 10px 10px no-repeat;
	border-color: #00247D;
}

#content p.email_error{
	background: #fff799 url(images/email_error.png) 10px 10px no-repeat;
	border-color: #C8BA00;
}

#content p.email_thanks{
	background: #eafccf url(images/email_add.png) 10px 10px no-repeat;
	border-color: #598527;
}

/* ------------------------------ footer content ------------------------------ */
