/* Start of CMSMS style sheet 'CFH : style' */
/* START CSS */

#menu_vert {
position:relative;
float:right;
	font-family: Arial, Verdana, sans-serif;
	margin-left: 1px;
	margin-right: 0px;
	text-transform: uppercase;
	font-size: 86%;
	letter-spacing: 0.08em;
z-index:500;
}

#menu_vert a:hover {
color:#fff;
}

.clearb {
	clear: both;
}

#primary-nav li li {
	width: 150px;
}
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

}
#primary-nav ul {
	color: #534741;
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	margin-top: 1px;
	margin-left: -1px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin-left: -1px;
	float: left;
}
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
}

/* This is where backgrounds go */

#primary-nav a {

	display: block;
	margin: 0px;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	color: #534741;
}

#primary-nav li a {
color: #534741;
	border-right: 0px solid #555;
	border-left: 0px solid #555;
}
#primary-nav li li a {
color: #534741;
	background-color: #E7D6AE;
	border-right: 1px solid #E7D6AE;
	border-left: 1px solid #E7D6AE;
}
#primary-nav li {

}
/* Top level parent with children */
#primary-nav li.menuparent {
}
#primary-nav li.menuactive {
background-color: #3399ff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	border-top: 0px solid #fff;
}

/* edited out and it works
#primary-nav li.menuactive:hover {
color:#fff;
background-color: #3399ff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	border-top: 0px solid #fff;
}
*/


#primary-nav li.menuactiveh, #primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
/* arrow for menuparents */
	background-color: #E7D6AE;
	background-image: url(uploads/cfh/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
        color: #fff;
}
/* Styling the appearance of menu items on hover, especially the parent as you move to the child */
#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth {
	background-color: #fff;
	color: #fff;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
/* just add #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul ul ul, for fourth level */
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
}
/* add #primary-nav ul ul ul li:hover ul, #primary-nav ul ul ul li.menuparenth ul, for fourth level*/
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;

}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/*****************browsers interpret margin and padding a little differently, we'll remove all default padding and margins andset them later on******************/
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	color: #534741;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */


a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #333333;
font-weight:bold;
}




a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #3399ff;
/* a different color can be used for visited links */
}


a:hover {
	text-decoration: underline;
	background-color: #3399ff;
	color: #FFF;
}




/*****************basic layout *****************/
body {
	background: #ebebeb url(uploads/cfh/BACKGROUND.png) repeat-x 0 0px;
	color: #534741;
	margin: 0em;
}

/*****************header zone *****************/
div#pagewrapper {
display:block;
padding:0em;
overflow:hidden;
	border: 0px solid black;
	margin: 0 auto;
	width: 770px;
}

div#header {
	width: 100%;
	margin: 10px auto 0 auto;
	height: 92px;
	qbackground-color: none;
}

div#header .thumb a { background-color:transparent; border:0; }

div#header h1 a {
	qbackground: inherit;
	display: block;
	text-indent: -999em;
	text-decoration: none;
}

div#logoarea {
float:left;
	background: url(uploads/cfh/CFH-logo.png) no-repeat 0 0px;
	height: 95px;
	width: 240px;
	margin: 0px auto 0 auto;
	padding: 0px 0px 0 0;
	border-top: 0px #000 solid;
	display: block;
}


div#headertopright {
float:right;
	background: url(uploads/cfh/SW-CORNWALL-DEVON.png) no-repeat 95% 25%;
	height: 95px;
	width: 530px;
	margin: 0px auto 0 auto;
	padding: 0px 0px 0 0;
	border-top: 0px #000 solid;
	display: block;
}


div#headermenu {
float:right;
	height: 37px;
	width: 530px;
	margin: 68px auto 0 auto;
	padding: 0px 0px 0 0;
	border-top: 0px #000 solid;
	display: block;
}

div#contentwrapper {
display:block;
padding:0em;
qoverflow:hidden;
	border-top: 1px solid #666;
	margin: 0 auto;
	width: 770px;
	background-color: #fff;
}

div#headerphoto {
position:relative;
	height: 315px;
	width: 770px;
display:block;
z-index:10;
}


div#headerphotoframe {
position:relative;
display:block;
	background: url(uploads/cfh/CFH-top.png) no-repeat 0 0;
	height: 315px;
	width: 770px;
	qmargin: -315px 0 0 0;
	qpadding: -315px 0 0 0;
	qborder-top: 0px #3399ff solid;
z-index:2;
}




/*****************search below header *****************/

div#searchbox {
background-color: yellow;
	height: 100px;
	width: 50px;
	margin: 0px 0 0 0px;
	padding: 315px 0px 0 0;
	border-top: 0px #000 solid;

}


#search {
float:left;
	width: 200px;
	background-color: #000;
	margin: 22px 0 0 0;

}
#search input {
background-color: #000;
padding:0 0 0 6px;
	font-size: 80%;
	letter-spacing: 0.1em;
	margin: 0em 0 0em 6px;
	color: #313131;
	width: 50px;
	height: 14px;
	border: 1px solid #c6c6c6;
}
#search input.searchbutton {
background-color:#f0f0f0;
cursor: pointer;
	width: 25px;
	height: 16px;
	color: #313131;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	letter-spacing: 0.12em;
	border: 0px solid #c6c6c6;
}

/*****************breadcrumbs below search*****************/

div.breadcrumbs {
color:#999;
	font-family: Arial, sans-serif;
	padding: 0 0 0em 25px;

	font-size: 75%;
	letter-spacing: 0.1em;
	margin: 1.2em 0 0 0;
	border-bottom: 0px solid #777777;
}

div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div#content {
width:720px;
qbackground-color:yellow;
clear:both;
	margin: 35px auto 0em auto;
	display: block;
overflow:hidden;
padding: 0 0em 0em 0;

}

div#contentarealeft {
clear:both;
qbackground-color:green;
	display: block;
	border: 0px solid #ececec;
	float: left;
width:470px;
margin: 45px 0 0 0;
overflow:hidden;
}

div#contentarearight {
qbackground-color:blue;
	border: 0px solid #777;
	float: right;
	width: 200px;
	display: block;
qpadding-right: 1em;
}

div#contentareaonlyone {
qbackground-color:black;
	display: block;
	border: 0px solid #000;
margin: 45px 0 0 0;
}



div#footer {
clear:both;
background-color: #fff;
	width: 770px;
	margin: 0em auto 0 auto;
	padding: 0em 0px 1em 0;
	border-bottom: 1px #666 solid;
	border-top: 0px #666 solid;
	display: block;
overflow:hidden;
}

div#footermenu {
	font-family: Arial, sans-serif;
	font-size: 75%;
	width: 770px;
	margin: 0em auto 0em auto;
	padding: 0em 0px 1em 0;
	border-top: 0px #000 solid;
	display: block;
overflow:hidden;
}

div#copyright {
background:none;
	font-family: Arial, sans-serif;
	font-size: 75%;
	width: 770px;
	margin: 1em auto 0em auto;
	padding: 0em 0px 1em 0;
	border-top: 0px #000 solid;
	display: block;
overflow:hidden;
}

div.hr1 {
	padding: 0em 0;
	width: 100%;
	height: 1px;
	margin: 0em 0 1em 0;
	border-bottom: 1px solid #777777;
}

div.boxouter {
	display: block;
	background: #f0f0f0;
	width: 200px;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	border: 0px solid #777777;
}
div.boxtitle {
	color: #000;
	text-align: center;
	padding: 0.5em;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 0.1em;
}
div.boxinside {
	background: #fff;
	width: 166px;
	padding: 10px;
	margin: 6px 6px 3px 6px;
	border: 1px solid #c6c6c6;
	font-size: 80%;
	line-height: 1.5em;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	display: block;
	clear: both;
	padding: 1em 0;
	width: 800px;
	height: 1px;
	margin: 1em 0;
	border-bottom: 1px solid #c6c6c6;
}
div.left49 {
color:#999;
	font-family: Arial, sans-serif;
	float: left;
	width: 370px;
	padding: 0em 0 0em 0em;
	text-transform: lowercase;
	font-size: 75%;
	letter-spacing: 0.1em;
	margin: 0.5em 0 0.5em 0px;
}
div.right49 {
color:#999;
	font-family: Arial, sans-serif;
	float: right;
	width: 50px;
	text-align: right;

	text-transform: lowercase;
	font-size: 75%;
	letter-spacing: 0.1em;
	margin: 0.5em  0px 0.5em 0px;
}
/********************CONTENT STYLING*********************/
div#content {

}
/* HEADINGS */
h1 {
	font-size: 2em;
/* font size for h1 */
	line-height: 1em;
	margin: 0;
}

h2 {
	text-transform: uppercase;
	font-family: Comic Sans MS, Arial, sans-serif;
	color: #3399ff;
	font-weight: normal;
	font-size: 180%;
	line-height: 1.3em;
	margin: 15px 0 2.5em 1.11em;

}

h2nomargin {
	text-transform: uppercase;
	font-family: Comic Sans MS, Arial, sans-serif;
	color: #3399ff;
	font-weight: normal;
	font-size: 180%;
	line-height: 1.3em;
	margin: 25px 0 2.5em 0em;

}



h3 {
	color: #3399ff;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
h4 {
	font-weight: bold;
	color: #464646;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 1.1em 0;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	border-top: 1px solid #777777;
	padding-top: 1em;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 1em 0 0.5em 0;
	color: #29600D;
	font-weight: normal;
}
.h7specs {
	background: #ebebeb;
	color: #464646;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0em 0 1em 0em;
	padding: 1em;
}




/* END HEADINGS */
/* TEXT */
p {
	font-size: 1.1em;
	margin: 0 0 1.5em 0;
	line-height: 1.7em;
	padding: 0;
	color: #534741;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
	white-space: pre-wrap;
/* css-3 */
	white-space: -moz-pre-wrap;
/* Mozilla, since 1999 */
	white-space: -pre-wrap;
/* Opera 4-6 */
	white-space: -o-pre-wrap;
/* Opera 7 */
	word-wrap: break-word;
/* Internet Explorer 5.5+ */
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;
/* black border for pre blocks */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
/* smaller font size, as these are usually not so important data */
}
/* END TEXT */
/* LISTS */

div#content li {
	line-height: 1em;
	margin: 0 0 1.0em 1em;
} 

div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li, div#main ol li {
	margin: 0 0 0.25em 3em;
}
div#dl dt {
	font-weight: bold;
	margin: 0 0 0.25em 3em;
}
div#dl dd {
	margin: 0 0 0 3em;
}
/* END LISTS */
div#scroller {
	height: 20px;
	text-decoration: none;
	color: #ebebeb;
	float: left;
	width: 80%;
	padding: 3px 0 0 0;
}
div#scroller a {
	text-decoration: none;
	color: #ebebeb;
}



/* START HUT ROUNDED BOX */
.hutroundbox {
	background: url(uploads/cfh/nt.gif) repeat;
}
.huttop div {
	background: url(uploads/cfh/tl.gif) no-repeat top left;
}
.huttop {
	background: url(uploads/cfh/tr.gif) no-repeat top right;
}
.hutbot div {
	background: url(uploads/cfh/bl.gif) no-repeat bottom left;
}
.hutbot {
	background: url(uploads/cfh/br.gif) no-repeat bottom right;
}
.huttop div, .huttop, .hutbot div, .hutbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.hutroundbox {
	width: 200px;
	padding: 0;
	margin-bottom: 10px;
}
/* END HUT ROUNDED BOX */


/* START VANS LAYOUT */
div#vansummary {
qbackground-color: yellow;
margin:0 0 0em 0;
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 0;
	color: #534741;
qwidth:100%;
}

div#vansummary .availability_summary {
qwidth:100%;
qpadding: 1em;
}

div#vansummary .summary_item {
clear:both;
display:block;
qwidth:100%;
qpadding:1em;
border-bottom: 1px solid #e7d6ae;
padding-bottom:1em;
margin-bottom:1.5em;
overflow:hidden;
}


div#vansummary .summary_itemnoborder {
clear:both;
display:block;
qwidth:100%;
qpadding:1em;
border-bottom: 0px solid #e7d6ae;
margin-bottom:1em;
overflow:hidden;
}

div#summary_left {
float:left;
display:block;
position:relative;
border: 0px dashed black;
width: 225px;
}

div#summary_right {
float:right;
display:block;
position:relative;
border: 0px dashed black;
width: 450px;
}

div#summary_rightbul {
float:right;
display:block;
position:relative;
border: 0px dashed black;
width: 225px;
}

div#vansummary h2 {
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	color: #3399ff;
	font-weight: normal;
	font-size: 180%;
	line-height: 1.3em;
	margin: 0em 0 0.5em -4px;

}



div#vansummary ul {

display:block;
padding-right: 0px;
border: 0px solid #333;
	padding-left: 0;
	margin-left: -1em;
}


div#vansummary li {
font-size:80%;
list-style-type: none;
list-style-image: circle;
background: url(uploads/images/CFH_bullet.gif) left center no-repeat;
padding: 0em 0 0em 2em;
margin-bottom: 10px;
overflow:hidden;
}



div#vansummary legend {
	color: #FFF;
	background: #3399ff;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}

.bulletsforbooking li {
clear:both;
overflow:hidden;
display:block;
background-colour:green;
font-size:80%;
list-style-type: none;
list-style-image: circle;
background: url(uploads/images/CFH_bullet.gif) left center no-repeat;
padding: 0.4em 0 0.4em 2em;
margin-bottom: 10px;
overflow:hidden;
	line-height: 1.5em;
}


/* END VANS LAYOUT */

/* TABLES */

.availability_calendar_bydate_table
{ 
clear:both;
	line-height: 1em;
	font-size: 100%;
	background: #fff;
	margin: 5px 0;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
border-bottom: 1px solid #464646;
}

/*
.availability_calendar_bydate_table a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: inherit;
}


.availability_calendar_bydate_table a:hover {
	text-decoration: none;
	background-color: #3399ff;
	color: #FFF;
}

*/

.availability_calendar_bydate_dateline 
{
line-height:1em;
}

.availability_calendar_bydate_table th
{
	color: #3399ff;
	padding: 0px 0px;
	qborder-bottom: 2px solid #fff;
	qborder-bottom: 1px solid #777;
}

.availability_calendar_bydate_table .style1
{
	font-weight:normal;
color: #464646;

}

.availability_calendar_bydate_table tr
{	

}



.availability_calendar_bydate_table td
{
border-top: 1px solid #464646;
	qborder-top: 0.5px solid #000;
	color: #464646;
	padding: 5px 0px;
background-color: #ececec;
}





.availability_calendar_legend 
{ 
width:25%;
border: 0px solid #ececec;
line-height:16px;
color:#999;
	font-family: Arial, sans-serif;
	font-size: 75%;
	letter-spacing: 0.1em;
	margin: 1.2em 0 0 0;

}  

.hor-minimalist-b

{ 	line-height: 1.6em;
	font-size: 100%;
	background: #ececec;
	qmargin: 45px 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.hor-minimalist-b th
{
	color: #3399ff;
	padding: 10px 8px;
	qborder-bottom: 1px solid #6678b1;
}
.hor-minimalist-b td
{
	border-bottom: 1px dotted #ccc;
	color: #464646;
	padding: 6px 8px;
}
.hor-minimalist-b tbody tr:hover td
{
	color: #3399ff;
}

/* END TABLES */

/* OTHER AVAILABILITY MODULE*/

div#AvailabilityResourceDetail {
qborder: 1px solid #000;
qbackground-color:pink;
}

div#AvailabilityResourceDetail a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: inherit;
/* a different color can be used for visited links */
}



/* CATALOGUE */

.category_items {
float:right;
padding:0em;
background-color:;
margin:0 0 1em 1em;
}

.cat_box {
border: 1px solid #eae9dc;
             background: #fff;
padding:0.5em;

}

.category_item {
padding:2em 1em 1em 1em;
background-color:#e5ede0;
}

.category_item p {
text-align:center;
}

.category_item img {
border: 1px solid #58595b;
}


div#item_box {
display:block;
border: 1px solid #eae9dc;
             background: #ececec;
	margin: 0em 0 1.5em 0;
             padding:7px;
height:275px;
}

div#item_box a:hover {
background:inherit;
}


.item_images {
float:right;
}

.item_images img {
	border: 1px solid #58595b;

}
.item_thumbox {


}

.item_thumbnails img {
	border: 1px solid #58595b;
	margin: 0 8px 10px 0;
}


div#item_text {
display:block;
             padding:0 0em;
}

.item_attribute_name {
	color: #58595b;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0.3em 1em 0;
	border-left: 0em solid #f2ecde;
}
.item_attribute_val {
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.7em;
	margin: 20px 0 1.0em 0;
	border-bottom: 0px solid #3d2d09;
	border-left: 0em solid #f2ecde;
}

/* CATALOGUE */

/* END CSS */
/* End of 'CFH : style' */

