body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

img {
	border: 0px;	
}

a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #333;
	outline: none;
}
	
a:hover {
	text-decoration: none;
}

object { outline: none; }

h1, h2, h3, h4, h5 {
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	color: #90866c;
	font-weight: normal;
}

h1 { color: #90866c;   }
h2 { color: #90866c; text-decoration: none; }
h3 { color: #90866c;  }
h4 { color:#90866c; }

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

font {
	color: inherit !important;
	margin: inherit !important;
	padding: inherit !important;
	font: inherit !important;
	font-size: inherit !important;
	text-decoration: inherit !important;
	border: inherit !important;
	background: inherit !important;
	bottom: inherit !important;
	top: inherit !important;
	left: inherit !important;
	right: inherit !important;
	position: inherit !important;
	clear: inherit !important;
	float: inherit !important;
	height: inherit !important;
	width: inherit !important;
	letter-spacing: inherit !important;
	text-transform: inherit !important;
	outline: inherit !important;
	overflow: inherit !important;
	display: inherit !important;
	visibility: inherit !important;
	text-indent: inherit !important;
	white-space: inherit !important;
	word-spacing: inherit !important;
	z-index: inherit !important;
	text-align: inherit !important;
	max-height: inherit !important;
	max-width: inherit !important;
	min-height: inherit !important;
	min-width: inherit !important;
	cursor: inherit !important;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}

address { font-style: normal; margin-bottom: 10px; }

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea { 
	line-height: 1.5em;
}	

#print-logo {
	display: none;
	height: 0px;
	visibility: hidden;
	background: url(../images/eden-group-logo.gif) no-repeat;
}

#white-bar{
	background:#fff;
	height: 10px;
	width: 100%;
}

/* ------------------------------------- */
/*          BACKGROUND ELEMENTS          */
/* ------------------------------------- */

#header-swirls {
	width: 100%;
	background: url(../images/bg-header-swirls.png) top center no-repeat;
}


/* ------------------------------------- */
/*             WRAPPER ELEMENTS          */
/* ------------------------------------- */
#access { display: none; }
#container-wrapper {
	width: 100%;
	padding-top: 32px;
	background: url(../images/wrapper-bg-y.png) center bottom repeat-y;
}

#container {
	width: 970px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
}

/* ------------------------------------- */
/*             HEADER ELEMENTS           */
/* ------------------------------------- */

#header {
	width: 970px;
	height: 432px;
	background: #7f8e95;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	zoom: 1;

}

#navigation {
	width: 970px;
	height: 132px;
	position: relative;
	float: left;
	background: #000 url(../images/bg-navigation.gif) repeat-x top;
	font-size: 0.9em;
	color: #ffffff;
	text-align:center;
	z-index: 6;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	color: #fff;
}

#navigation ul {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	float: left;   /*  removed float to fix IE7 dropdown issue  */
	display: inline;
	position:relative;
}

#navigation ul li ul {
	position:absolute;
	top: 132px;
	left: -9px;
	float: none;
	display:none;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 1em;
	width: 375px;
	height: auto!important;
	background:url(../images/bg-sub-nav.png) bottom left repeat-y;
	z-index: 9999;
}

#navigation ul li a {
	height: 42px;
	width: 102px;
	display: block;
	padding: 57px 0px 33px;
	font-weight: bold;
	text-decoration: none;
	border-right: 2px solid #7f8e95;
	background: url(../images/bg-navigation.gif) top;
}

#navigation ul li a:active, #navigation ul li a:hover, #navigation ul li.on a /*, #navigation ul li.on a, #navigation ul li.over a */ {
	background: url(../images/bg-navigation.gif) bottom;
	color: #fff !important; 
	text-decoration: none;
}

#navigation #nav-logo a {
	padding: 0 0;
	margin: 0 0;
	width: 135px;
	border: none;
}

#navigation #nav-logo a:hover {
	background: none!important;
}

#navigation #nav-home a {
	border-left: 2px solid #7f8e95;
}
#navigation #nav-rooms a {
	border-left: 2px solid #7f8e95;
}

#navigation #nav-photo-gallery a{
	border-right:0px !important;
}

#navigation ul li.double-line a {
	line-height: 20px;
	padding: 47px 0px 43px;
}

#navigation ul li.double-line ul li a {
	line-height: normal!important;
	padding: 4px;
}



#navigation ul li ul li {
	width: 335px;
	height: 58px;
	margin: 0 0 4px 20px;
	overflow: hidden;
	border: none;
}

#navigation ul li ul li a {
	width: 329px;
	height: 50px;
	display: block;
	padding: 4px;
	background: #95a3aa url(../images/bg-sub-nav-li.gif) top right no-repeat !important;
	margin: 0;
	border: none;
	text-align: left;
	color: #fff;
}

#navigation ul li ul li a:hover {
	background-position: bottom right !important;
	background-color: #222 !important;
	cursor: pointer;
}
	
#navigation ul li ul li.on a{
	background-position: bottom right !important;
}


#navigation ul li ul li a img {
	display: block;
	float: left;
	width: 71px;
	height: 50px;
}
#navigation ul li ul li a span {
	float: right;
	display: block;
	width: 245px;
	margin-top: 7px;
	font-size: 0.95em;
	color: #fff;
}
#navigation ul li ul li a span strong {
	font-size: 1.50em;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-weight: normal;
	display: block;
	color: #fff;
	padding-bottom: 7px;

}
#navigation ul li:hover ul, #navigation ul li.over ul {
	display: block!important;
}

/** OFFSETS **/

#navigation ul li#nav-things ul {
	left: -53px;	
}
#navigation ul li#nav-location ul {
	left: -157px;	
}
#navigation ul li#nav-contact-us ul {
	left: -261px;	
}

#pinit{
	color: #666666;
    padding-bottom: 8px;
}




/**********************************************/
/*                                                                                 /
/*      nivo slider - replace flash                                          /
/*                                                                                 /
/**********************************************/

#slideshow {
	width: 612px;
	height: 300px;
	position: absolute;
	bottom: 0px;
	left: 0px;
    z-index:1;
}
 


#book-panel {
	width: 339px;
	height: 150px;
	padding-left: 19px;
	position: absolute;
	top: 126px;
	right: 0px;
	background: #7f8e95;
	z-index: 4;
}

#book-panel .text-title {
	margin-top: 4px;
	font-size: 1.3em;
	color: #ffffff;
}


#book-panel #booking-form {
	clear: both;
	width: 166px;
	float: left;
	margin-top: 7px;
}
#book-panel #booking-form .field {
	clear: both;
	width: 166px;

}

#book-panel #booking-form .label {
	width: 50px;
	color: #fff;
}

#book-panel #booking-form .element {
	width: 107px;
}


#book-panel #booking-form .element-submit {
	margin-left: 59px;
}


#book-panel #booking-form .element input  {
	
	
}

#book-panel #booking-form .element input{
	padding: 2px 12px 1px 3px;
	height: 15px;
	width: 90px;
}

#book-panel #booking-form input, #book-panel #booking-form select {
	width: 107px;
}

#book-panel #booking-form input {
	color: #000000;
	width: 107px;
}

#book-panel #Arrive.calendar {
	width: 65px!important;
}

#book-panel #contact-details {
	width: 138px;
	height: 92px;
	float: left;
	margin: 4px 0 0 20px;
	text-align: center;
	color: #fff;
	font-size: 0.70em;
	line-height: 1.5em;
}

#book-panel #contact-details .smaller {
	font-size: 0.90em;
	text-align:center;
	float:left;
	width: 138px;
	margin-top: 5px;
}

#book-panel #contact-details .text-title {
	font-size: 2em;
	text-align:center;
	width: 138px;
	margin-top: 7px;
}

#special-offers-cta {
	width: 358px;
	height: 110px;
	position:absolute;
	right: 0px;
	top: 176px;
	float: left;
	clear: both;
}


#special-events-cta {
	width: 358px;
	height: 110px;
	position:relative;
	left: -14px;
	top: 0px;
	padding-bottom:14px;
	float: left;
	clear: both;
}


#book-panel #title-left{
	float:left;
	padding-top:12px;
	color:#fff;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif; 
	font-size: 1.3em;
	line-height:18px;
}

#book-panel #title-right{
	float:right;
	padding-top:12px;
	padding-right:14px;
	color:#fff;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	 
}

#book-panel #title-right a{
	float:left;
	color:#fff;
	text-decoration:none;
}

#book-panel #title-right a:hover{
	float:left;
	color:#fff;
	text-decoration:underline;
}



#breadcrumbs {
	position: absolute;
	width: 438px;
	top: -24px;
	left: 0px;
	font-size: 0.60em;
	text-align: left;
	color: #000;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #000;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #000;
	text-decoration: underline;
}

#login {
	position: absolute;
	width: 438px;
	top: -20px;
	right: 0px;
	z-index: 2;
	font-size: 0.70em;
	text-align: right;
}

#top-links {
	position: absolute;
	width: auto;
	top: -24px;
	right: 0px;
	z-index: 2;
	font-size: 0.70em;
	text-align: right;
 
	
}

#txt-toplinks{
	float: left;
	padding-top:4px;
}

#txt-toplinks a{
	text-decoration:none;
}

#txt-toplinks a:hover{
	text-decoration:underline;
}

#txt-toplinks span{
	padding: 0 8px;
}
#facebook-top{
	float: left;
	padding-left: 5px;
}
#twitter-top{
	float: left;
	padding-left: 5px;
}
#pinterest-top{float: right;padding-left: 5px;}
 
/*
 .facebook-top a{
	background: url(../images/social-networking-facebook-small.gif) no-repeat;
	margin-right: 0px!important;
	margin-left: 20px!important;
	line-height: 15px;
	height: 15px;
	width: 16px;
}

 .twitter-top a{
	background: url(../images/social-networking-twitter-small.gif) no-repeat;
	margin-right: 0px!important;
	margin-left: 20px!important;
	line-height:15px;
	height:15px;
	width: 16px;
}
*/


#login form {
	font-size: 1.30em;
	margin-bottom: 1px;
}

#login a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}

#login .field {
	width: 184px;
	clear: none;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	
}

#login .label {
	width: 50px;
	font-size: 0.75em;
	margin-top: 1px;
	
}

#login .element {
	padding-left: 10px;
	width: 100px;
	text-align:left;
}

#login input {
	width: 100px;
	margin: 0px;
}


#login .submit {
	width: 40px!important;
}

#login .element-submit input {
	width: 40px;
}
/* ------------------------------------- */
/*             CONTENT ELEMENTS          */
/* ------------------------------------- */

#content-wrapper {
	background: url(../images/bg-content-wrapper.gif) right repeat-y #fff;
	float: left;
	float: left;
	margin-top: 432px;
}

#content {
	width: 587px;
	padding-right: 17px;
	padding-bottom: 18px; /* So not to have text ghosting behind send to friend and print links */
	padding-left: 8px;
	min-height: 340px;
	height:auto;
	margin-bottom:12px;

	float: left;
	background: url(../images/bg-content.gif) top left no-repeat;
	font-size: 0.70em;
	line-height: 1.65em;
	position: relative;


}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	line-height: 0.6em;	
}


#content h1 {
	margin: 24px 0 10px;
	padding: 0;
	color: #333;
	font-size: 2.7em;
	line-height: 1.0em
}

#content h2, #content h3, #content h4  { 
	color: #90866c;
	text-decoration: none;
	font-size: 2.2em;
}

#content h3, #content h4 {
	font-size: 1.9em;
}

#content h2 a, #content h2 a:link, #content h2 a:visited, #content h2 a:active {
	text-decoration: none;
}

#content h3 a, #content h3 a:link, #content h3 a:visited, #content h3 a:active {
	text-decoration: none;
}

#content h4 a, #content h4 a:link, #content h4 a:visited, #content h4 a:active {
	text-decoration: none;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover, #content h6 a:hover {
	text-decoration: underline;	
}

#content #links {
	width: auto;
	height: 12px;
	position: absolute;
	padding: 0 0;
	bottom: 0px;
	right: 17px;	
	color: #999999;
	font-size: 0.80em;
	text-align: right;
	display: none; /* DISPLAYED BY JS */

}

#content #links a, #content #links a:link, #content #links a:visited, #content #links a:active {
	color: #999999;
	text-decoration: none;
}

#content #links a:hover {
	text-decoration: underline;
}

#content img{
	max-width:98%;
}


.content-image{
	width:32%;
	float:left;
	padding-right:8px;
	min-height:200px;
}

.content-img img{
	width:100%;
}

.info{
	float:left;
	width:64%;


}

.three-star {
	padding-right: 54px;
	background: url(../images/3-star.png) right 3px no-repeat;

}

.four-yellow-star {
	padding-right: 68px;
	background: url(../images/4-yellow-star.png) right 3px no-repeat;

}

#content #map {
	width: 585px;
	height:400px;
	border:1px solid #ccc;
	text-align:center;
	background: url(../images/loading.gif) center center no-repeat;
	margin-bottom: 15px;
}
.map-holder { clear: both; }

#content form .label{
	font-size: 1em;
}

#content form .element input, #content form .element select {
	font-size: 1em;
	width: 180px;
}

#content form .element select {
	width: 196px;
	height: 22px;
}

#content form .element-submit input {
	font-size: 1em;
		width: 90px;
}

#content form .element input{
	font-size: 1em;
	width: 180px;
}

#content form .label{
	font-size: 1em;
}

#content form label.error {
	padding: 6px 8px 6px;

}

#content .check {
	width: 10px!important;
	margin-right:10px;
	border: 0px;
}

#mailing_list_options, .mailing_list_options {
	display: block;
	background-color: #eee;
	padding: 5px 10px;
}

#mailing_list_options p, .mailing_list_options p { margin: 5px 0 5px 0; color:#666; font-size: 0.9em; }

#mailing_list_options ul, .mailing_list_options ul { display: block; margin-bottom: 5px; }

#mailing_list_options ul, #mailing_list_options ul li, .mailing_list_options ul, .mailing_list_options ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mailing_list_options ul li, .mailing_list_options ul li  {
	display: block;
	float: left;
	width: 50%;
}
							
#content .contact-details {

	float: left;
	width: 170px;

}

/*#content img { max-width: 100%; }	    GOOGLE MAP BUG*/

ul.brochures, ul.brochures li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.brochures li { margin-bottom: 3px; }
ul.brochures li a {
	display: block;
	padding: 5px 5px 5px 35px;
	background-color:#eee;
	text-decoration: none;
	background-image: url('../images/pdf-icon-small.gif');
	background-repeat: no-repeat;
	background-position: 10px;
}
ul.brochures li a:hover, ul.brochures li a:active {
	background-color: #ddd;
}
ul.brochures li a strong {
	color: #000000;
}

.download-button a {
	display: block;
	width: 200px;
	background-color: #eee;
	line-height: 32px;
	height: 32px;
	padding: 3px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.download-button a img { display: block; float: left; width: 32px; margin-right: 8px; }
.download-button a:hover {
	background-color: #ddd;
}



.rooms-list {
	width: 300px;
	padding: 3px 0;

}

.rooms-list .float-left{
	width: 200px;

}	

.rooms-list .float-right{
	width: 100px;
	text-align: right;
	float:left;

}	

/*#rooms-list .float-right{
	
}*/


.room-details {
	width: 270px;
	float: left;
	padding-right: 40px;
}

.room-details .float-right {
	text-align: right;
}



#rooms-spaces {
width: 595px;
margin-bottom: 14px;
/*height:200px;
height: auto!important;
min-height: 200px;*/
}

* html #rooms-spaces {
width: 583px;
}

#rooms-spaces .thumb {
float: left;
width: 134px;
height: 92px;
overflow:hidden;
margin-top: 14px;
margin-right: 14px;
}

* html #rooms-spaces .thumb {
margin-right: 9px;
}

#rooms-spaces .thumb img {
padding: 3px;
background-color: #666;
/* width: 126px;
height: 84px;*/
width:126px;
height: 84px;

}

#rooms-spaces .thumb img:hover {
background-color: #333;
}


#rooms-spaces .float-left, #rooms-spaces .center, #rooms-spaces .float-right {
margin-top: 15px;
}

#rooms-spaces .float-left {
width: 100px;
}

#rooms-spaces .center {
width: 376px;
float:left;
text-align: center;
}

* html #rooms-spaces .center {
width: 357px;
}

#rooms-spaces .float-right {
margin-right: 19px;
width: 100px;
text-align: right;
}






ul.link-list, ul.link-list li { 
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.link-list li a {
	display: block;
	padding: 3px 10px;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ul.link-list li a:hover {
	background-color: #eee;
}

#content ul.link-list li a span { 
	float: right; 
	color: #666666;
}

/* ------------------------------------- */
/*             SEARCH ELEMENTS           */
/* ------------------------------------- */

.search-result {
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}

#content .search-result h2 { 
	font-size: 1.6em;
}

.search-result .link {
	font-size: 0.9em;
	color:#999;
}
#content .search-result .link a { color: #999; text-decoration: none; }


.search-results .float-left, .search-results .center, .search-results .float-right {
	margin-top: 15px;
}

.search-results .float-left {
	width: 100px;

}

.search-results .center {
	width: 387px;
	float:left;
	text-align: center;

}

.search-results .float-right {
	margin-right: 0px;
	width: 100px;
	text-align: right;

}



.month-forward {
	float: right;
	width: 200px;
	text-align: right;
}	

.month-backward {
	float: left;
	width: 200px;
}

#content .month-forward a, #content .month-backward a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #666;
}



/* ------------------------------------- */
/*        LOCAL ATTRACTION ELEMENTS      */
/* ------------------------------------- */

.attraction { padding: 5px 0; border-bottom: 1px dotted #ccc; }
#content .attraction h2 { font-size: 1.6em; }

.attraction .button { float: right; width: 120px; }
.attraction .button a { margin: 0; padding: 0; line-height: 20px; width: 120px; }

.info-panel {
	float: right;
	width: 200px;
	background-color: #eee;
	padding: 10px;
	margin: 0 0 10px 10px;
}
.info-panel .button {
	float: none;
	width: 200px;
}
.info-panel .button a {
	display: block;
	margin: 0;
	padding: 0px;
	width: 200px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 3px;
}

.photo {
	padding: 5px;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}
.date { font-size: 0.9em; }

ul.events, ul.events li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.events li a {
	display: block;
	padding: 0px;
	height: 46px;
	background-color: #eee;
	margin-bottom: 3px;
	text-decoration: none;
	line-height: 23px;
	color: #333;
	background-image: url('../images/bg-event.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
ul.events li a:hover {
	background-color: #ccc;	
	background-position: bottom right;
}
ul.events li a div {
	float: left;
	width: 46px; 
	height: 46px;
	overflow: hidden;
}
ul.events li a strong, ul.events li a span { margin-left: 10px; }
#content ul.events a { color: #555; }

/* ------------------------------------- */
/*          SOCIAL SEASON ELEMENTS       */
/* ------------------------------------- */

#social-holder{

height:140px;
padding-top:10px;

}

#book-panel-mailing{
	background: url(http://www.tout-saints.co.uk/images/envelope.png) no-repeat;
	background-position: right;
position:relative;
float:right;
padding-right:26px;
margin-right:14px;
top:116px;
color:#fff;
font-size:0.9em;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;

}

#book-panel-mailing a{
	color:#fff;
	text-decoration:none;

}

#book-panel-mailing a:hover{
	color:#ba9958;
 

}

#social-season {
	width: 330px;
	height: 410px;
	padding: 4px 14px 20px 14px;
	float: left;
	background: #dac9af;
}

#social-season .text-title {
	font-size: 1.3em;
	color: #3b3b3b;
	padding-top: 4px;
	padding-bottom: 7px;
	
}

#social-season .text-title a {
	text-decoration: none!important;
}

#social-season #special-event-text-right{
	float:right;
	padding-top:0px;
	padding-right:14px;
	color:#fff;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	 
}

#social-season #special-event-text-right{
	float:right;
	padding-top:8px;
	padding-right:1px;
	color:#333;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	 
}

#social-season #special-event-text-right a{
	float:left;
	color:#333;
	text-decoration:none;
}

#social-season #special-event-text-right a:hover{
	float:left;
	color:#333;
	text-decoration:underline;
}


#social-season #social-season-text-right{
	float:right;
	padding-top:0px;
	padding-right:14px;
	color:#333;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	 
}

#social-season #social-season-text-right{
	float:right;
	padding-top:4px;
	padding-right:14px;
	color:#333;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	 
}

#social-season #social-season-text-right a{
	float:left;
	color:#333;
	text-decoration:none;
}

#social-season #social-season-text-right a:hover{
	float:left;
	color:#333;
	text-decoration:underline;
}


#social-season .event {
	width: 330px;
	height: 46px;
	margin: 0 0 4px;
	float:right;
	overflow: hidden;
	font-size: 0.7em;
}

#social-season .event .image{
	float: left;
	overflow:hidden;
	width: 46px;
	height: 46px;
}

#social-season .event .title{
	width: 100%;
	margin-top: 7px;
	padding: 0 0;
	float: left;
	clear: both;
	font-weight: bold;
}

#social-season .event .description{
	margin-top: 5px;
	float: left;

}

#social-season .event .details a {
	width: 330px;
	height: 44px;
	padding-left: 9px;
	float: left;
	display: block;
	text-decoration: none;
	color: #666666;
	background: url("../images/bg-event.gif") repeat scroll right top transparent;
}

#social-season .event .details a:hover {
	background-position: bottom right;
}

#social-season .element {
	width: 262px;
}

#social-season .element-submit {
	margin-left: 3px;
}

#social-season #frm-keywords{
	width: 246px;
	color: #999999;
}

#social-season .button {
	background: none;
}

#social-season .button a { 
	font-size: 0.7em; 
	margin: 0;
	width: 150px;
	line-height: 20px;
	height: 20px;
	padding: 0;
	overflow: hidden;
}
#social-season .button { float: right; width: 150px; }


#join-mailing{
	line-height:30px;
  	color:#000;
	font-size:1.15em;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	padding-top:8px;
	
	position:relative;
	bottom:-8px;
	margin-top:10px;

}

#join-mailing a{
	color:#3b3b3b;
	text-decoration:none;
}

#join-mailing a:hover{
	color:#ba9958;
}
#envelope{
	float: right;
	padding:8px 0;
}





#content .event { margin-top: 10px; border-bottom: 1px dotted #ccc; position: relative; }
#content .event h3 { margin: 15px 0; font-size: 1.6em; }

#content .social-season-hint {
	font-size: 0.9em;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
    background-color: #eee;
    height:20px;
    padding: 4px 0px;
    text-align: center;
}
#content .social-season-hint a {
	display: block;
	width: 100px;
	height: 20px;
	background-color: #eee;
	padding: 4px 0;
	color: #666;
	text-decoration: none;
	text-align: center;
}
#content .social-season-hint a:hover {
	background-color: #ccc;	
	color: #000;
}


.social-networking a {
	width: 140px;
	height: 20px;
	display: block;
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	margin: 10px 5px 0 5px;
	padding: 0 10px;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right;
	background-color:#cfd0d2;
}

.social-networking a:hover{
	color: #000000;
}


.social-networking.facebook a{
	background: url(../images/social-networking-facebook.gif);
}

.social-networking.twitter a{
	background: url(../images/social-networking-twitter.gif);
	margin-right: 0px!important;
	margin-left: 0px!important;
}

/* ------------------------------------- */
/*         SEND TO FRIEND ELEMENTS       */
/* ------------------------------------- */

#send-to-friend {
	width: 400px;
	


	
	padding: 10px;
	margin-top: 14px;
	float: right;

	border: 3px solid #eeeeee;
	background: #fff;
	
	color: #333333;
	font-size: 1.40em;
	position: relative;
}


#send-to-friend.passive {
	width: 560px;
	font-size: 1em!important;
}

#send-to-friend.passive .text-title { 
	font-size: 2.3em;
}


#send-to-friend.passive .field {
	width: 570px;
}


#send-to-friend.passive .label {
	width: 190px;
}

#send-to-friend.passive textarea, #send-to-friend.passive .loading-box, #send-to-friend.passive .response {
	font-size: 1em!important;
}

#send-to-friend.passive .loading-box, #send-to-friend.passive .response, #send-to-friend.passive .loading-box, #send-to-friend.passive .close-button {
	display: none;
}



#send-to-friend .text-title {
	margin-top: 10px;
	font-size: 1.7em;
}

#send-to-friend form {
	margin: 30px 0 10px 10px;
	
	float: left;
}

#send-to-friend .label {
	width: 110px;
}

#send-to-friend .close-button {
	margin: auto auto 25px auto;
	width: 16px;
	height:16px;
	background: url(../images/close-button.png);
	float: right;

}

#send-to-friend .close-button img {
	padding: 0;
	margin: 0;
	border: none;
}

#send-to-friend .close-button:hover {
	background-position: bottom;
}

#send-to-friend textarea {
	width: 95%;
	font-size: 0.70em;
}

#send-to-friend .loading-box  {
	font-size: 0.70em;
}

#send-to-friend .response  {
	font-size: 0.75em;
	width:100%;
	float: left;
	margin-top: 30px;
	text-align: center;
}

#send-to-friend .error {
	font-size: 0.70em;
}



#send-to-friend .button a { 

	margin: 0;
	line-height: 20px;
	height: 20px;
	padding: 0;
	overflow: hidden;
	margin: auto;
}



/* ------------------------------------- */
/*              FORM ELEMENTS            */
/* ------------------------------------- */

.field {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 4px;
	display: inline;
}

.label {
	float: left;
	width: 35%;
	padding-top: 3px;
	padding-right: 9px;
	font-size: 0.70em;
	font-weight: bold;
	text-align: right;
	/*color: #a8a8a8;*/
	color: #666666;
	display: inline;
}

.element , .element-submit, .element-submit-book{
	float: left;
	width: 60%;
	display: inline;
}

.element-submit {
	width: 22px;
}

input , select {
	height: 17px;
	padding: 3px 7px 0px;
	border: 1px solid #a3a3a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	display: inline;
	float:left;
	clear: both;
}

select {
	padding: 0px;
	height: 20px;
	display: inline;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 7px 0px;
	font-size: 1em;
	border: 1px solid #a3a3a3;
	width: 95%;
}

.element-submit input, .button {
	height: 22px;
	width: 65px;
	padding: 0 0 2px;
	background: url(../images/bg-submit-btn-grey.gif);
	border: none;
	font-weight: bold;
	color: #fff;
	text-align:center;
	display: inline;
		font-family: Arial,Helvetica,sans-serif;
}



.element-submit-book input, .button {
	height: 22px;
	width: 65px;
	padding: 0 0 2px;
	background: url(../images/bg-submit-btn.gif);
	border: none;
	font-weight: normal;
	color: #fff;
	text-align:center;
	display: inline;
	/*
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	font-size:1em;
	 /*
	font-family: Arial,Helvetica,sans-serif;
	
 	*/
 	font-size:12px;
 	margin-left:59px;
}

.element-submit input:hover, .button a:hover {
	background: url(../images/bg-submit-btn-grey.gif) bottom;
	cursor: pointer;
}

 .element-submit-book input:hover, .button a:hover {
	background: url(../images/bg-submit-btn.gif) bottom;
	cursor: pointer;
}

#frm-keywords{
	font-size:1.0em;
}


.button {
	height: auto!important;
		background: none;

}

.button a {
	color: #fff!important;
	text-decoration:none;
	height: 20px;
	width: 65px;
	padding: 0 0 2px;
	background: url(../images/bg-submit-btn.gif);
	display: block;
	margin-top: 10px;
	margin-left:165px;
}

.loading-box {
	width: 100%;
	clear: both;
	height: 220px;
	background: url(../images/loading.gif) center center no-repeat;
	font-size: 0.80em;
	text-align:center;
}

.loading-box p {
	padding-top: 130px;
	width: 100%;
}

input.error {
	background: #fff!important;

}

label.error {
	margin-top: 4px;
	border: none!important;
	padding: 8px;
	clear: both;
	float: left;
	color: #fff;
}

input[type="hidden"] {
	display: none;
}

.mandatory {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding-right:3px;
}

.error-box, .success-box {
	border: 1px dashed;
	margin:20px auto;
	padding:3px;
}

.error-box p, .success-box p {
	color: #fff;
	font-weight:bold;
	padding:5px;
	margin: 0 0;
}

.success-box {
	border-color: #058c05 ;
}

.success-box p {
	background-color:#058c05;
}




/* ------------------------------------- */
/*             FOOTER ELEMENTS           */
/* ------------------------------------- */

#container-footer {
	width: 970px;
	height: 212px;
	/*float: left;*/
	position: relative;
	background:url(../images/bg-footer.png) #000 repeat-x;
	font-size: 0.65em;
	color: #999;
	line-height: 18px;
     margin:auto;
}

#container-footer .link {
	margin-left: 12px;
	text-decoration:underline;	
}


#container-footer a {
	color: #999;
	text-decoration: none;
}

#container-footer a:hover {
	color: #999;
	text-decoration: underline;
}

#container-footer #top-left-text {
	position: absolute;
	top: 10px;
	left: 16px;
	padding: 0 0;
}

#container-footer #top-right-text {
	position: absolute;
	top: 10px;
	right: 16px;
	padding: 0 0;
}

#container-footer #top-right-text ul, #container-footer #top-right-text ul li  {
	padding: 0 0;
	margin: 0 0;
}

#container-footer #hotel {
	width: 480px;
	height: 196px;
	position: absolute;
	top: 9px;
	left: 9px;
	font-size: 0.90em;
	overflow: hidden;
}

#container-footer #hotel ul, #container-footer .hotel ul li {
	margin: 0 0;
	padding: 0 0;
	list-style-type: none;
	display: inline;
}

#container-footer #hotel ul li  {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	color: #fff;
	display:inline;

}

#container-footer #hotel ul li a {
	width: 216px;
	height: 33px;
	padding: 0 8px 10px;
	display: block;
	background:url(../images/bg-hotel.gif) bottom no-repeat;
	color: #fff;
}

#container-footer #hotel ul li a:hover {
	background-position: top;
	cursor: pointer;
	text-decoration: none;
}

#container-footer #top-right-text ul li {
	text-align: right;
	float: left;
	list-style: none;
	padding-left: 31px;
}

#container-footer #hotel em {
	width: 100%;
	color: #a1a0a1!important;
	font-size: 1.15em;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

#container-footer #hotel strong {
	width: 100%;
	color: #fff!important;
	float: left;

	font-size: 1.05em;
}

#container-footer .recognition-link {
	position: absolute;
}


#container-footer #information-centre{
	width: 340px;
	height: 190px;
	right: 0;
	top: 13px;
	position: absolute;

}

#container-footer #information-centre strong, #container-footer #information-centre em  {
	font-weight: normal;
	font-family: "Adobe Garamond Pro",Garamond,"Times New Roman",Times,serif;
	font-size: 1.75em;
}

#container-footer #information-centre em  {
	font-style: normal;
	padding-top: 10px;
	float: left;
}

#container-footer #information-centre ul, #container-footer #information-centre ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}


#container-footer #information-centre ul {
	margin-top: 10px;
	width:100%;	
}


#container-footer #information-centre ul li a {
	height: 17px;
	float: left;
	display: block;
	margin-right: 3px;
	padding: 3px 17px;
	color: #fff;
	font-size: 1.10em;
	background: url(../images/bg-footer-li.gif) top repeat-x;
}

#container-footer #information-centre  a {
	height: 17px;
	float: left;
	display: block;
	margin-right: 3px;
	padding: 3px 17px;
	color: #fff;
	font-size: 1.10em;
	background: url(../images/bg-footer-li.gif) top repeat-x;
}

#container-footer #information-centre ul li a:hover {
	background-position: bottom;
	text-decoration: none;
}

#container-footer #frm-keywords{
	width: 87px;
	color: #999999;
}

#footer-submit{
	font-size:1.6em;
	padding-left:6px;
	height:22px;
}
	
#footer-swirls {
	height: 131px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: url(../images/bg-footer-swirls.png) center no-repeat;
	z-index: 1;
}

#footer-wrapper {
	width: 100%;
	/*background: url('../images/bg-footer-wrapper.png') no-repeat top center; */
}

#footer {
	width: 990px;
	margin: 0 auto;
	height: 100px;
	padding: 0;
	/*position: absolute;	
    left: 50%;				/* center the div */
   /* margin-left: -495px;	/* center the div */	
	/*bottom: 25px;
	z-index: 3;*/
	font-size: 0.60em;
	color: #fff;

}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0 0 0.5em 0;
}
#footer .float-right { text-align: right; }

/* ------------------------------------- */
/*              SIMPLE MODAL             */
/* ------------------------------------- */

#simplemodal-overlay {
  background-color:#000;
  margin: 0;
  border: none;
}

#simplemodal-container {
  width: 426px;
  height: 400px; 
  font-size: 0.7em;
  text-align: left;
}

/* ------------------------------------- */
/*                 CLASSES               */
/* ------------------------------------- */

.float-left {
	float: left;
	padding-top: 10px;
}

.float-right {
	float: right;
	padding-top: 10px;
}

.clear {
	clear: both;
}

.hidden, .hide, .prepare {
	display: none;
	height: 0px!important;
	visibility: hidden;
}

.show {
	display: block;
	height: auto!important;
	visibility: visible;
}

.text-title {
	float: left;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
}
.special-event-text-title {
	float: left;
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
	padding:0;
	padding-bottom: 4px;
}

.highlight {
	background-color: #dff7a7;
}
.filter { text-align: right; }


/* ------------------------------- */
/*                                             */
/*             WAS GALLERY.CSS       */
/*                                              */
/* ------------------------------- */


#gallery {
	margin-bottom: 14px;
}


#gallery ul, #gallery ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gallery ul li {
	display: block;
	float: left;
	width: 25%;
	height: 92px;
	margin-bottom: 10px;
	text-align: center;
}
#gallery ul li a {
	display: block;
	vertical-align: middle;
}
#gallery ul li a img {
	border: 3px solid #ccc;
	max-height:86px;
	overflow: :hidden;
}
#gallery ul li a:hover img {
	border-color: #999999;
}



#gallery .float-left, #gallery .center, #gallery .float-right {
	margin-top: 15px;
}

#gallery .float-left {
	width: 100px;
}

#gallery .center {
	width: 376px;
	float:left;
	text-align: center;
}

* html #gallery .center {
	width: 357px;
}

#gallery .float-right {
	margin-right: 19px;
	width: 100px;
	text-align: right;
}

.flex-caption {padding: 6px!important;}

.likeh2{
float: left;
font-size:1.8em;
font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
color: #90866c;
	font-weight: normal;
width: 100%;


}

p {
	margin:4px 0px 12px 0px;
}




/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */

#book-panel .text-title{
 	font-size:1.2em;

 }


} /* end ipad media query */