/*--------------------*//* specific body id related styles *//*---------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*
	#body_testimonials
*/
#body_testimonials div.testimonial {
	border: 5px solid #DFDDCF;
	border-top: none;
	background: #F4F3EA;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 16px;
}

#body_testimonials span.ratingCopy {
	background: url(/images/stars.png) no-repeat 0 100%;
	padding-left: 89px;
	line-height: 14px;
	margin-left: 1em;
	padding-bottom: 2px;
}

#body_testimonials span.ratingCopy.rated1 {
	background: url(/images/stars.png) no-repeat 0 -120px;
}

#body_testimonials span.ratingCopy.rated2 {
	background: url(/images/stars.png) no-repeat 0 -90px;
}

#body_testimonials span.ratingCopy.rated3 {
	background: url(/images/stars.png) no-repeat 0 -60px;
}

#body_testimonials span.ratingCopy.rated4 {
	background: url(/images/stars.png) no-repeat 0 -30px;
}

#body_testimonials span.ratingCopy.rated5 {
	background: url(/images/stars.png) no-repeat 0 0;
}

#body_testimonials .testimonial .quiet {
	color: #BBBB99;
}

#body_testimonials .testimonial p.recommendedFor, #body_testimonials .testimonial p#response {
	padding: 10px;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border: 1px solid #fff;
	background: #DFDDCF;
	background: #EAE8DC;
}

#body_testimonials .testimonial p.recommendedFor strong, #body_testimonials .testimonial p#response strong {
	display: block;
}

.linkify {
	color:#0E8D8E;
	text-decoration: underline;
	cursor: pointer!Important; /* IE6 need important */
}

#body_testimonials h2.title {
	text-align: center;
	border: 5px solid #DFDDCF;
	border-bottom: none;
	background: #F4F3EA;
	padding: 0.62em;
	margin-bottom: 0;
	background: #EAE8DC;
}

#body_testimonials a.replace.btnReview {
	display: block;
	margin-top: 2em;
	width: 130px;
	height: 35px;
	background: url(/images/btn-review.png) no-repeat 0 0;
	position: relative;
}

#body_testimonials a.replace.btnReview span {
	position: absolute;
	top: -9000px;
	left: -9000px;
}



/* Testimonial form content */
form#testimonial {
	width: 77%;
	padding-left: 23%;
}

form#testimonial p.input {
	clear: both;
	padding-top: 1em;
	border-top: 5px solid #F4F3EA;
	margin-top: 2em;
	margin-bottom: 0;
	position: relative;
}

form#testimonial p.input.sectionTop {
	border: none;
	padding: 0;
	margin: 0;
}

form#testimonial h2.separator {
	border-bottom: 5px solid #A4D4D5;
	padding-bottom: 0.38em;
} 

form#testimonial small {
	font-size: 100%;
}

form#testimonial label.desc {
	position: relative;
	float: left;
}
form#testimonial label.desc span.outer {
	position: absolute;
	left: -106px;
	top: 0;
	width: 75px;
	background: #F4F3EA;
	padding: 0.38em 1.0em 0.38em 0.62em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	text-align: right;
}

form#testimonial p.input.radio label.choice {
	float: left;
	display: block;
	width: 60%;
	padding-left: 1.5em;
	line-height: 2em;
}


form#testimonial p.input.radio label.choice.drop {
	margin-bottom: 1em;
}

form#testimonial p.input.radio label.choice:hover {
	text-decoration: underline;
	cursor: pointer;
}

form#testimonial p.input.radio input {
	float: left;
	clear: left;
	margin-top: 0.45em;
	margin-right: -1.0em;
}

form#testimonial input.text, form#testimonial textarea.textarea {
	border: 1px solid #E3E1CF;
	width: 336px;
	padding: 10px 10px;
/* 	background: #F4F3EA; */
}

form#testimonial input.text {
	padding-top: 5px;
	padding-bottom: 5px;
}

form#testimonial span.instruct {
	margin-top: 1em;
	text-align: right;
	color: #908E83;
}

form#testimonial span.instruct {
	display: block;
}

form#testimonial span.instruct em {
	font-weight: bold;
	font-style: normal;
}

form#testimonial p.input.checkbox input {
	margin-right: 0.38em;
}

form#testimonial p.input.checkbox label.choice:hover {
	text-decoration: underline;
	cursor: pointer;
}

form#testimonial p.input.checkbox label.choice {
	margin-right: 1.62em;
	line-height: 2em;
}

form#testimonial p.input.checkbox span {
	white-space: nowrap;
}

form#testimonial p.input.checkbox span.outer {
	white-space: normal;
}

/* Date */

form#testimonial p.input.date span {
	line-height: 2em;
}

form#testimonial p.input.date label span {
	line-height: normal;
}

form#testimonial p.input.date span input, form#testimonial p.input.date span label {
	float: left;
}

form#testimonial p.input.date input {
	width: auto;
	margin-right: 0.38em;
}

form#testimonial p.input.date label {
	width: auto;
	margin-right: 1.62em;
}

form#testimonial span.req {
	display: none;
}

#body_testimonials div#guidelines div.good, #body_testimonials div#guidelines div.avoid {
	background: #F4F3EA;
	width: 174px;
	background: #DFDDCF;
	padding: 20px;
	padding-bottom: 10px;
	margin-bottom: 2em;
}

#body_testimonials div#guidelines div.good h3 {
	background: url(/images/tick-16.png) no-repeat 0 50%;
	padding-left: 20px;
	line-height: 16px;
}

#body_testimonials div#guidelines div.avoid h3 {
	background: url(/images/cross-16.png) no-repeat 0 50%;
	padding-left: 20px;
	line-height: 16px;
}

#body_testimonials p.submit label, #body_testimonials p.reset label {
	display: block;
}

#body_testimonials p.submit {
	color: #5D7B26;
}

#body_testimonials p.reset {
	color: #BD2C2C;
	text-align: right;
	padding-top: 0.62em;
}

#body_testimonials p.error {
	color: red;
	margin: 1em 0;
}

#body_testimonials .radio p.error {
	display: inline;
}

#body_testimonials .date p.error {
	display: none!Important;
}

#body_testimonials input.error, #body_testimonials textarea.error {
	background: #FFE8E8;
}

#content.longContent {
	background: url(/images/content-infinite.png) repeat-y 0 0;
}

/*
	#body_home
*/

p#brochureButton span.outer {
	display: block;
	width: 132px;
	height: 35px;
	position: relative;
	margin: 20px auto 20px auto;
}

p#brochureButton span.inner {
	background: url(/images/brochure-button.png) no-repeat 0 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

p#downloadBrochure a {
	width: 175px;
	height: 35px;
	position: relative;
	margin: 20px auto 20px auto;
	display: block;
}

p#downloadBrochure a span.inner {
	background: url(/images/brochure-download-button.png) no-repeat 0 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
p#downloadBrochure a:hover span.inner {
	background: url(/images/brochure-download-button.png) no-repeat 0 -50px;
}

.contentIndent {
	margin-left: 1.38em;
	border-left: 3px solid #A4D4D5;
	padding-left: 1.62em;
}

div#brochureSection {
	display: none;
}

.yNbuttons span.yes, .yNbuttons span.no a {
	display: block;
	float: left;
	border: 1px solid;
	padding: 10px;
	background: #E3FFC3;
	text-decoration: none;
	color: #333;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	width: 183px;
	cursor: pointer;
	border-color: #666;
	border-left-color: #ddd;
	border-top-color: #ddd;	
}

.yNbuttons span.no a {
	background: #FFCCCC;
	float: right;
	margin-left: 20px;
}

.yNbuttons span.no a:hover {
	border-width: 0;
	margin: 1px;
}



#brochureSection h2.sectionTitle {
	border-bottom: 5px solid #A4D4D5;
	padding-top: 1.62em;
	padding-bottom: 0.38em;
}

#brochureSection p.announce, #brochureSection span.announce/* , #brochureSection div.announce */ {
	border: 1px solid #ffff00;
	background: #ffffcc;
	padding: 1em;
}

#brochureSection span.announce {
	padding: 0em;
	color: #4B4836;
}


input#f_FoundBy {
	margin-bottom: 1.62em;
}

#brochureSection p#alternateDate {
	padding-bottom: 2em;
	padding-top: 1em;
}


#brochureSection p.error {
	color: red;
	margin: 1em 0;
}

#brochureSection .radio p.error {
	display: inline;
}

#brochureSection p.input.date {
	position: relative;
}

#brochureSection p.input.date p.error {
	position: absolute;
	top: -2em;
	right: -2em;
}

#brochureSection input.error, #brochureSection textarea.error {
	background: #FFE8E8;
}

span#extraDate {
	line-height: normal!Important;
	margin-bottom: 0!Important;
	padding-bottom: 0!Important;
}

form#testimonial input#f_Guests, form#testimonial input#f_Nights {
	width: 2em;
}

form#testimonial h2.drop {
	margin-top: 2em;
}

form#testimonial h2.drop2 {
	margin-top: 3em;
}

form.brochure {
	display: none;
}

#sendingNow .warn {
	color: #000;
}


/* Awards
--------------------------------------------- */
div#awards {
	margin-bottom: 16px;
	}
div#awards img.first {
	margin-right: 5px;
	}


/* Reuseable classes
--------------------------------------------- */
.spacey {
	margin-top: 1.62em;
	margin-bottom: 1.62em;
}

.leftAlign {
	text-align: left!Important;
}

.hidden {
	display: none;
}

.loose {
	position: absolute;
	top: -9000px;
	left: -9000px;
}

.antispam1 {
	display: none;
}

.debugInfo {
	font-size: 85%;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
}

.warn {
	background: #ffffcc;
}

.debugInfo:hover {
	opacity: 1;
}

/*
span.drop {
	display: inline;
	float: left;
	margin: 0;
	padding: 0.25em 0.08em 0 0;
	font-size: 3.2em;
	line-height: 0.4em;
	text-transform: capitalize;
	color: #c30;
}
*/

span.drop {
	padding-top: 1.0em;
	padding-bottom: 1.62em;
}

/* Clear fix */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}