/* CSS Document */

/* ------------------------------------------------------------------------------ header & body ***** */

body,td,th,h1,h2,h3,h4,h5,h6 {
	font-family: verdana, helvetica, arial, sans-serif !important;
	font-size: 10px;
	color: #000000;
	height: auto;
	line-height: 120%;
}
body {
	background-color: #E1B606;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-image: url();
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------------ header text ***** */
.main		{
	font-size: 7.5pt;
	font-variant:normal;
	font-weight: normal;
	color:#000000;
	letter-spacing:-0.5pt;
	margin:0px;
}

/* ------------------------------------------------------------------------------ tables ***** */
table {
	border-collapse: collapse;
}

/* ------------------------------------------------------------------------------ links ***** */
a {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* ------------------------------------------------------------------------------ headers ***** */
#slidewrap {
	z-index:1;
	height: 157px
}
h1 {
	font-size: 35px;
	text-align: center;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
	padding-bottom: 5px;
}
h2	{
	font-size: 12px;
	color: #3F340A;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	background: #EFDFA0;
}
h3 {
	font-size: 11px;
	color: #3F340A;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	background: #EFDFA0;
}
h4 {
	font-size: 7.5px;
	font-variant:normal;
	font-weight: normal;
	color:#000000;
	letter-spacing:-0.5px;
	margin:0px
}
h5 {
	color:#3f340a;
	font-size: 11px;
	background-color:#efdfa0;
	width:150px;
	margin-bottom:2px;
	margin-top:0px;
	font-weight:bold;	
	height:13px;
	overflow:hidden;
}
h6 {
	font-size: 11px;
	color: #3F340A;
	text-align: centre;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	background: #EFDFA0;
	width:150px
}
h7 {
	line-height: 100%;
	background: #EFDFA0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity:.75;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
/* ------------------------------------------------------------------------------ accordion ***** */
ul#accordion {
	padding:0;
	margin:0;
	list-style:none;
	height:400px;

}
ul li div {
	position:inherit;
}
#accordion li.top {
	display:block;
	position:inherit;
	float:left;
	height:16px;
	line-height:24px;
	width:596px;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #CBA921;
	overflow:hidden;
}
#accordion li {
	cursor:pointer;
}
#accordion li div {
	position:static;
    height:140px;
	width:596px;
	padding:1px;
	line-height:1.2em;
	text-indent:0;
}
#accordion li div p {
	color:#000;
	margin:0;
}
#accordion li div dl {
	margin:0 0 0 0;
	padding-bottom:1px;
}
#accordion li div dt {
	font-weight:bold;
	color:#000;
}
#accordion li div dd {
	padding:0;
	margin:0;
}
/* ***** search box ***** */
.searchform	{
	margin: 0px;
}
.searchbox	{
	border: 1px solid #CBA921; 
	background-color: #EFDFA0;
	font-size:12px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#3F340A
}
.searchbutton	{
	border-style:solid;
	border-width:0px;
	color: #000000;
	background-color: #FFFFFF;
	font-size:12px;
	font-family: verdana, helvetica, arial, sans-serif;
}

/* ***** main body ***** */
.featured {
	border:1px solid #3F340A;
	padding-left: 1px;
	padding-right: 1px;
	overflow: hidden;	
}
#mapsintro {
	height: 272px;
	overflow:hidden
	}
#tenlines {
	height: 243px;
	overflow:hidden
	}
#elevenlines {
	height: 253px;
	overflow:hidden
	}
#twelvelines {
	height: 260px;
	overflow:hidden
	}
#thirteenlines {
	height: 280px;
	overflow:hidden
	}
#whybook {
	height: 166px;
	overflow:hidden
}
.form {
	display: inline;
}
.style7 {
	color: #FFFFFF;
	font-weight: bold;
}
.travelplanner {
	border:1px solid #3F340A;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.leftmenu {
	border:1px solid #3F340A;
	background-color: #A5891B;
	padding-left: 1px;
	padding-right: 1px;
}
.image {
	border:1px dotted #3F340A;
}
.imagejoinuson {
	border:0px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.imageleft {
	border:1px dotted #3F340A;
	float: left;
	margin-right: 1px;
}
/* LEFT MENU CSS */
/* CSS for the slide menu */
/* *************************************************** */
/* ------------------------------------------------------------------------------ call to action ***** */
a.myButton {
	-moz-border-radius:5px; /* Firefox */
	border-radius:5px;
	background-color:#3F340A; /* background colour DOES NOT SEEM TO DO ANYTHING CBA921 */
	border:1px solid #CBA921; /* border colour  */
	display:inline-block;
	font-size:9px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
	padding-bottom: 5px;
	text-decoration:none;
	text-align: center;
	width: 149px;
	margin-bottom: 3px;
	cursor:pointer;
	overflow:hidden;
}
.myButton:hover {
	-moz-border-radius:5px; /* Firefox */
	border-radius:5px;
	background-color:#7A6512;
	width: 149px;
}
.myButton:active {
	position:relative;
	top:1px;
	width: 149px;
}
.at {
	font-size:25px;
	float:left;
	padding-right: 2px;
}
/* *************************************************** */
/* RIGHT MENU CSS */
/* ------------------------------------------------------------------------------ CSS for the right slide menu ***** */
.titlesoc, 
.titles{
	-moz-border-radius:5px; /* Firefox */
	border-radius:5px;
	background-color:#3F340A; /* background colour DOES NOT SEEM TO DO ANYTHING CBA921 */
	border:1px solid #CBA921; /* border colour  */
	display:inline-block;
	font-size:9px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
	padding-bottom: 5px;
	text-decoration:none;
	text-align: left;
	width: 149px;
	margin-bottom: 3px;
	cursor:pointer;
	
}
/**** overflow:hidden; removed, fb button comments ***/

.titlesoc:hover,
.titles:hover {
	-moz-border-radius:5px; /* Firefox */
	border-radius:5px;
	background-color:#7A6512;
	width: 149px;
}
.titlesoc:active,
.titles:active {
	position:relative;
	top:1px;
	width: 149px;
}
.content{
	background-color: #A5891B;
	width: 150px;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
	padding-left: 1px;
}

/* ***** bestquest ***** */
.bestquest {
	color: #FF9900;
	font-family: Arial;
}
/* --- */
.fb_share,

.plusone { 
   padding:0 10px 0 12px;
   float:left;
   
}
