﻿/* Links
----------------------------------------------- */
a {
	color: #336699;
	text-decoration: none;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #868686;
	text-decoration: none;
}
a:active {
	color: #336699;
	text-decoration: none;
}
span.floated_link {
	float: right;
	margin-top: 26px;
}
body:last-child:not(:root:root) span.floated_link { margin-top: 24px; }
/* Targets Safari/Webkit only */
/* preview slice above entries table playing up */
body:last-child:not(:root:root) #preview_slice { top: -201px; }
/* Targets Safari/Webkit only */
/* Overall
----------------------------------------------- url(/images/backs/footer.jpg) fixed repeat-x left bottom  */
body {
	background: #fff;
	width: 100%;
	height: 100%;
	min-width: 970px;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 960px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.push {
	height: 4em;
}
p {
	margin: 1em 0;
	line-height: 150%;
}
em, q {
	font-style: italic;
}
q {
	background: #efefef;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
blockquote {
	background: #efefef;
	padding: 10px;
	font-style: italic;
	text-align: center;
}
.centred {
	text-align: center;
}
p.replace {
	height: 220px;
}
p.top {
	margin-top: 0;
}
hr {
	height: 1px;
	background: #ccc;
	border: none;
	outline: none;
	width: 100%;
	text-align: center;
}
/* Images
----------------------------------------------- */
#content img, #content a img, #lower_content a img, #main_area img, #main_area a img, #main_area_wide img, #main_area_generic img, .video, #twitter_results a img {
	padding: 3px;
	border: 1px solid #ccc;
}
#content img.noborder, #content a img.noborder, #main_area img.noborder, #main_area a img.noborder, #main_area_wide img.noborder, #main_area_generic img.noborder {
	border: 0;
}
.video {
	margin-top: 15px;
}
#main_area a, #main_area_wide a {
	text-decoration: none;
}
#main_area a:link, #main_area_wide a:link {
	text-decoration: none;
}
#main_area a:visited, #main_area_wide a:visited {
}
#main_area a:hover, #main_area_wide a:hover {
	text-decoration: underline;
}
#main_area a:active, #main_area_wide a:active {
	text-decoration: none;
}
#content a:hover img, #lower_content a:hover img, #main_area a:hover img, #main_area_wide a:hover img, #main_area_generic a:hover img, #twitter_results a:hover img {
	background: #efefef;
	border: 1px solid #008CB6;
}
#content img.inline, #form_entries form input.inline, form #form_entries input.inline, #main_area img.inline, #main_area_wide img.inline, #main_area_generic img.inline {
	background: none;
	border: none;
	padding: 0;
}
#content a:hover img.inline, #main_area a:hover img.inline, #main_area_wide a:hover img.inline, #main_area_generic a:hover img.inline {
	border: none;
}
/* Buttons
----------------------------------------------- */
/* Generic Button Setup */
input.submit, input.button, a.button, button, input.search, input.btn {
	background: transparent;
	padding: 2px;
	border: solid 1px #999999;
	margin: 0 2px;
}
a.button
{
    padding: 3px;
    
    }

input.submit:hover, input.search:hover, input.button:hover, input.btn:hover, button:hover, button:focus {
	background-color: #999999;
}
a.button:hover 
{
    background-color: #cfcfcf;
    color: #000;
    }

input.search {
	font-size: 0.8em;
	padding: 4px;
}
a.off {
	color: #cccccc;
}
/* Header
----------------------------------------------- */
#header {
}
img#logo {
	float: right;
}
/* Logo and main nav */
h1#logo, h2#logo, h1#logo a, h2#logo a {
	background: url(/images/logo/logo_en.jpg) no-repeat;
	width: 230px;
	height: 53px;
}
img.logo_fix {
	position: absolute;
	top: 0px;
	left: -1px;
}
/* Sub-page content
----------------------------------------------- */
#sidebar {
	width: 250px;
	float: left;
}
#subnav {
	width: 230px;
	padding: 10px 10px 15px 10px;
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
}
#subnav h3 {
	margin: 0;
	margin-bottom: 5px;
	padding-top: 5px;
	color: #333;
}
#subnav ul li {
	color: #999;
	list-style: none;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#subnav ul li:hover {
	background: none;
}
#subnav ul li a {
	color: #1c2d39;
}
#subnav ul li a:hover {
	color: #7cb7e3;
}
#subnav ul li h3 {
	border-bottom: 0;
}
#subnav ul li.open {
	color: #999;
	list-style: none;
	border-bottom: none;
	background: #f2f2f2 url('/images/menu/sub-nav.png') repeat-x top left;
}
#subnav ul li.open a {
	color: #000;
	font-weight: bold;
}
#subnav ul li.open ul li.last, #subnav ul li.open ul li:last-child {
	border-bottom: 0;
}
#subnav ul li.open ul li a {
	color: #008CB6;
	margin-left: 5px;
	font-weight: normal;
}
#subnav ul li.open ul li a:hover {
	color: #03a5d6;
}
#subnav ul li.open ul li.on a {
	color: #fff;
	font-weight: bold;
}
#subnav ul li.open ul li.on ul li a {
	color: #03a5d6;
}
#subnav ul li.open ul li.on ul li.on a {
	color: #fff;
}
#subnav ul li ul {
	border-top: 0;
	background: #f2f2f2;
}
#subnav ul li ul li {
	background: none;
	font-size: 0.9em;
	padding: 1px;
}
#subnav ul li a {
	display: block;
	padding: 2px 0 3px 0;
	font-size: 1.2em;
}
#subnav ul li a {
	text-decoration: none;
}
#subnav ul li h3 a {
	background: none;
	padding: 0;
	font-size: 0.95em;
}
#subnav ul li.on {
	background: #bbbbbb;
	color: #fff;
}
#subnav ul li.on a {
	color: #fff;
	padding-left: 6px;
}
#subnav ul li.on a:hover {
	color: #fff;
}
#subnav ul li.last {
	border-bottom: none;
}
.main_image {
	width: 707px;
	height: 170px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}
.main_image_wide {
	width: 958px;
	height: 170px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}
.tall {
	height: 230px;
}
/* Page Header */
#page_header {
	width: 689px;
	padding: 10px 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	float: left;
	overflow: hidden;
	min-height: 40px;
	background: #ffffff;
	border-radius-topright: 10px; /* Mozilla */;
	-moz-border-radius-topright: 10px; /* Webkit */;
	-webkit-border-top-right-radius: 10px;
}
#page_header h1 {
}
#page_header_wide {
	width: 930px;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	min-height: 50px;
	margin: 0;
	background: #ffffff;
	float: left;
	overflow: hidden;
	border-radius-topright: 10px; /* Mozilla */;
	-moz-border-radius-topright: 10px; /* Webkit */;
	-webkit-border-top-right-radius: 10px;
}
#page_header h1, #page_header_wide h1 {
	font-size: 2.4em;
	margin: 0;
	padding: 0 0 2px 0;
}
#page_header h2, #page_header_wide h2 {
	font-size: 1.8em;
	color: #666;
	margin: 0 0 2px 0;
	padding: 0;
	display: block;
}
#page_header h4, #page_header_wide h4 {
	color: #333;
	font-weight: lighter;
	font-size: 1.1em;
	line-height: 1.4em;
}
#page_heading {
	float: left;
	margin-right: 20px;
	width: 460px;
}
#page_header .right {
	float: left;
	width: 200px;
	text-align: right;
}
#page_header .right a,
span.sharethis {
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
span.stButton{
	margin:0;
}
span.sharethis{
	color: #336699;
	font-family: "Segoe UI",Tahoma,Geneva,Verdana !important;
}
span.sharethis:hover{
	color: #868686;
}
#page_header .right a img {
	vertical-align: middle;
	padding: 3px;
}
#page_heading h1 {
	margin: 0.2em 0 0;
}
#page_header_wide #page_heading {
	float: left;
	margin-right: 30px;
	width: 600px;
}
#page_heading.full_width {
	width: 660px;
}
#page_share {
	float: right;
	text-align: right;
	width: 100px;
	height: 30px;
}
#page_header_wide #page_info {
	float: right;
	text-align: left;
	width: 300px;
}
#page_header_wide #page_info .copy{
		font-size: 1.2em;
	color: #000;
	font-weight: normal;
	margin: 0 10px 1em 0;

}
/* Main Area */
#main_area {
	width: 689px;
	float: left;
	background: #fff;
	position: relative;
	padding-bottom: 20px;
	padding: 5px;
	min-height: 400px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#main_area_wide {
	width: 940px;
	float: left;
	background: #fff;
	position: relative;
	padding-bottom: 20px;
	min-height: 400px;
	padding: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#main_area_bottom {
	width: 700px;
	float: right;
	margin-right: 8px;
}
#main_area_bottom_wide {
	width: 942px;
	float: right;
	margin-right: 8px;
}
img.article_image {
	float: right;
	margin: 0 0 20px 20px;
}
.wideboy #main_image {
	width: 958px;
	border: none;
}
.wideboy #page_header {
	width: 902px;
	background: url(/images/header/opaque-header-wide.png) no-repeat top right;
	margin-left: 8px;
	display: inline;
}
.wideboy #page_blurb {
	float: right;
	text-align: right;
}
.wideboy #main_area {
	width: 940px;
	margin-left: 8px;
	display: inline;
	position: relative;
}
.wideboy #main_area_generic {
	width: 900px;
	margin-left: 8px;
	display: inline;
	position: relative;
	margin-top: 10px;
	background: #fff;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 20px;
}
#main_area_generic img.main_top {
	position: absolute;
	top: -7px;
	left: -1px;
	border: none;
	padding: 0;
	background: none;
}
.wideboy h1.generic {
	padding-left: 30px;
	color: #fff;
	margin-top: 30px;
}
.wideboy h1.generic {
	padding-left: 30px;
	color: #fff;
	margin-top: 30px;
}
#main_view.entries #main_area_generic {
	padding-bottom: 15px;
}
#main_view.entries h1.generic {
	width: 550px;
}
#main_area_generic ul {
	margin: 1em 0;
	float: left;
	width: 100%;
}
#main_area_generic ul li {
	list-style-type: circle;
	list-style-position: inside;
	clear: left;
	float: left;
	margin: 0.3em 0;
	padding: 0 0 0 15px;
	background: url(&quot;http://static.abouthighlands.com/images/Microsites/9620765d-a6cb-41ed-b8f3-f48526785a04/glencoe-mountain-logo.jpg&quot;) no-repeat center center;
}
.article h4 {
	color: #666;
	line-height: 1.6em;
	font-size: 1.3em;
}
.article #content p {
	color: #555;
	line-height: 1.5em;
	font-size: 1.2em;
}
.article #content h3 {
	font-size: 1.5em;
	margin-bottom: -5px;
}
.wideboy #main_area .content_row {
	width: 900px;
}
.wideboy #main_area .content_row .insert {
	width: 222px;
	float: left;
	padding-right: 20px;
}
.wideboy #main_area .content_row .insert p {
	margin-top: 0.2em;
}
.wideboy #main_area h2.sec_titles {
	margin: 0 20px;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	width: 900px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}
.wideboy #main_area .content_row.top {
	margin-top: 7px;
}
.inline_subnav #page_header {
	background: transparent url(/images/header/opaque-header-medium.png) no-repeat scroll right top;
	margin-left: 260px;
	width: 650px;
}
.inline_subnav #page_heading {
	width: 630px;
}
.inline_subnav #page_header h2, .inline_subnav #page_header h1 {
	margin-left: 0;
	width: 500px;
}
.inline_subnav #main_area {
	padding: 20px;
	width: 900px;
}
.inline_subnav #main_area #content {
	float: left;
	width: 650px;
}
.inline_subnav #main_area .content_row {
	width: 650px;
	padding: 0;
}
.inline_subnav #main_area #sidebar {
	margin: -20px 0 0 0;
}
.inline_subnav #main_area #subnav {
	background: #fff;
	border-top: 0;
	border-bottom: 0;
	padding: 20px 0 0 0;
	margin-top: 0;
	border-right: 1px solid #e6e6e6;
}
.inline_subnav #main_area #subnav ul li.open ul ul li {
	border-bottom: 0;
	border-right: 0;
	padding: 0;
	font-weight: lighter;
}
.inline_subnav #main_area #subnav ul li.open ul ul li a {
	color: #008CB6;
}
.inline_subnav #main_area #subnav ul li.open ul ul li.on {
	padding: 5px 0;
}
.inline_subnav #main_area #subnav ul li.open ul ul li.on a {
	color: #fff;
	position: relative;
}
.inline_subnav #subnav ul li {
	border-bottom: 0;
}
.inline_subnav #main_area #subnav ul li.on {
	border-bottom: 0;
}
.inline_subnav #main_area #subnav ul li ul {
	margin-left: 0;
	margin-bottom: 20px;
	padding-top: 5px;
}
.inline_subnav #main_area #subnav ul li.open ul ul {
	padding-left: 10px;
	font-size: .9em;
	margin-bottom: 10px;
	border-right: 0;
	padding-top: 0;
}
.inline_subnav #main_area #subnav ul li h3 {
	font-size: 1.7em;
	padding-bottom: 3px;
	margin-bottom: 0;
	border-bottom: 1px solid #e6e6e6;
}
.inline_subnav #main_area #subnav ul li.open ul li.expanded {
	border-bottom: 0;
	font-weight: bold;
}
.inline_subnav #main_area #subnav ul li.open ul li.expanded a {
	color: #1E2D6B;
}
.inline_subnav #main_area .puff.third {
	margin-right: 20px;
}
.inline_subnav #main_area .puff.last {
	margin-right: 0;
}
.inline_subnav .sidebar_puff {
	margin-left: 0;
}
#title_grad {
	background: url(/images/page/primary_grad_top.gif) top left repeat-x #ececec;
	float: left;
}
#sub_med_tab #primary img.prim_top {
	width: 500px;
	height: 20px;
	position: relative;
	margin-top: -20px;
	border: none;
	padding: 0;
	background: none;
}
#sub_med img.prim_top {
	position: absolute;
	width: 500px;
	height: 20px;
	top: -20px;
	left: 0;
	background: none;
	border: none;
	padding: 0;
}
#sub_thin img.prim_top {
	position: absolute;
	width: 380px;
	height: 20px;
	top: -20px;
	left: 0;
	padding: 0;
	border: none;
	background: none;
}
#main_view {
	width: 958px;
	float: left;
	margin-top: -45px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-bottom: 10px;
	background: #ececec url(http://abouthighlands.com/images/randoms.jpg.ashx) no-repeat right top;
}
#main_view_bottom {
	position: absolute;
	bottom: -1px;
	left: -1px;
}
#main_view .content_row, #main_area .content_row {
	float: left;
	padding: 0 20px;
	margin: 50px 0 0 0;
}
#main_view.wideboy h1.generic {
	margin-top: 45px;
}
/* sub thin */
#sub_thin {
	width: 958px;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	padding-bottom: 20px;
	background: #185a87;
}
#sub_thin_bottom {
	position: absolute;
	bottom: -1px;
	left: -1px;
}
#sub_thin #primary {
	width: 340px;
	float: left;
	position: relative;
	padding: 0 20px;
}
#sub_thin #secondary {
	width: 278px;
	float: left;
	background: url(/images/page/secondary_shadow.gif) top left no-repeat;
	padding: 0 20px;
}
#sub_thin #secondary h2 {
	width: 278px;
	float: left;
}
/* sub med */
#sub_med {
	width: 958px;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	padding-bottom: 20px;
	background: #185a87;
}
#sub_med_bottom {
	position: absolute;
	bottom: -1px;
	left: -1px;
}
#sub_med #primary {
	width: 460px;
	float: left;
	position: relative;
	padding: 0 20px;
}
#sub_med #secondary {
	width: 158px;
	float: left;
	background: url(/images/page/secondary_shadow.gif) top left no-repeat;
	padding: 0 20px;
}
/* sub med with tab */
#sub_med_tab {
	width: 958px;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	padding-bottom: 20px;
	background: #185a87;
}
#sub_med_tab #main_area {
	/* background: url(/images/page/main_tab_bg.gif) bottom left no-repeat; - shouldnt be needed when content in */
	border: none;
	background: transparent;
	width: 700px;
}
#sub_med_tab_bottom {
	position: absolute;
	bottom: -1px;
	left: -1px;
}
#sub_med_tab #primary {
	width: 500px;
	float: left;
	padding: 0;
	background: #fff;
}
#sub_med_tab #secondary {
	width: 198px;
	float: left;
	background: transparent;
}
#sub_med_tab #secondary h3 {
	margin-left: 20px;
}
#sub_med_tab #secondary .inner {
	width: 158px;
	float: left;
	background: url(/images/page/secondary_tab_bg.gif) top left repeat-y;
	padding: 0 20px;
	position: relative;
	margin-top: 12px;
}
#sub_med_tab #secondary .inner img.tab_top {
	position: absolute;
	top: -12px;
	left: 0px;
	border: none;
	background: none;
	padding: 0;
}
#sub_med_tab #secondary .inner img.tab_btm {
	position: absolute;
	bottom: -12px;
	left: 0px;
	border: none;
	background: none;
	padding: 0;
}
/* Pagination  */
#main_area_generic ul.pagination, #main_area ul.pagination {
	margin: 0;
	padding: 0;
}
#main_area_generic ul.pagination li, #main_area ul.pagination li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: none;
	clear: none;
}
#main_area_generic ul.pagination li a, #main_area ul.pagination li a {
	padding: 0 0.2em;
}
#main_area_generic ul.pagination li.on, #main_area ul.pagination li a.on {
	font-weight: bold;
	padding: 0 0.2em;
}
#main_area_generic ul.pagination li.previous, #main_area ul.pagination li.previous {
	border-right: 1px solid #666;
	padding-right: 0.6em;
	margin-right: 0.2em;
}
#main_area_generic ul.pagination li.next, #main_area ul.pagination li.next {
	border-left: 1px solid #666;
	padding-left: 0.6em;
	margin-left: 0.2em;
}
#main_area_generic ul.pagination li.previous a, #main_area_generic ul.pagination li.next a, #main_area ul.pagination li.previous a, #main_area ul.pagination li.next a {
	padding: 0;
}
#main_area_generic ul.pagination li.previous, #main_area_generic ul.pagination li.next, #main_area ul.pagination li.previous, #main_area ul.pagination li.next {
	color: #999;
}
#main_area .listing_upper ul.pagination {
	clear: both; /* padding-top: 26px; */;
	padding: 10px 0px;
	width: auto;
}
/* Table Styles
----------------------------------------------- */
table.data_table {
	margin: 0.5em 0;
	width: 100%;
	float: left;
}
table.data_table tr td, table.data_table tr th {
	padding: 0.3em;
	vertical-align: top;
}
table.data_table tr th {
	font-weight: bold;
}
.edit_actions a {
	background: #008CB6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.8em;
	line-height: 100%;
	margin-bottom: 0.5em;
	padding: 4px 6px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}
.edit_actions a:hover {
	background: #006EB1;
	text-decoration: none;
}
.edit_actions a:hover, .edit_actions a:visited {
	color: #fff;
}
.edit_actions .edit_guestbook {
	background: #7989AA;
}
.edit_actions .edit_guestbook:hover {
	background: #6D7C9A;
}
.edit_actions .edit_guestbook:hover, .edit_actions .edit_guestbook:visited {
	color: #fff;
}
/* Forms
----------------------------------------------- */
form label, form .row.multi legend {
	width: 130px;
	font-weight: 700;
}
.round_this.half #form_entries form label, .round_this.half form #form_entries label {
	width: 110px;
}
form .row.submit {
	margin: 1em 0 0 141px;
}
.round_this.half #form_entries form .row.submit, form .round_this.half #form_entries .row.submit {
	margin: 1em 0 0 111px;
}
form .row.notes {
	margin: 0 0 20px 141px;
	font-size: 0.9em;
	color: #666;
}
form .row p.notes {
	font-size: 0.9em;
	color: #666;
	clear: left;
}
.round_this.half #form_entries form .row.notes, form .round_this.half #form_entries .row.notes {
	margin: 0.2em 0 0 111px;
}
form .row.submit input {
	border: none;
	padding: 0;
	background: transparent;
}
form .textbox input, form .textarea textarea {
	width: 240px;
}
form .row.multi fieldset label {
	width: auto;
}
form select {
	border: 1px solid #4E6186;
}
/* Footer
----------------------------------------------- */
#footer a, #footer a:visited {
	font-weight: normal;
}
#footer {
	font-size: 0.9em;
	margin: 10px 0 0;
	color: #000;
	float: left;
	width: 960px;
}
#footer #footer_links {
	font-size: 1.15em;
}
#legals {
	width: 45%;
	float: left;
	clear: left;
}
#legals ul, #legals li {
	margin: 0;
	padding: 0;
	display: inline;
}
#legals li {
	list-style: none;
	float: left;
	margin-right: 5px;
	padding-right: 6px;
}
#legals li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
#legals li.first {
	margin-left: 20px;
}
#copyrights {
	width: 35%;
	text-align: left;
	color: #999;
	padding-left: 20px;
	padding-top: 1em;
	margin: 15px 0;
}
#copyrights li {
	margin-right: 20px;
	line-height: 160%;
}
.account-control {
	float: right;
	margin-bottom: 1.3em;
	margin-right: 0;
	padding-top: 0.8em;
	width: 50%;
	margin-top: 0;
	text-align: right;
}
.account-control a {
	margin-top: 0.3em;
}
.addthis {
	display: inline;
	float: right;
	margin-left: 20px;
	padding: 3px;
	background-color: #fff;
}
#footer span.account-control a, #footer span.account-control a:visited {
	font-weight: bold;
}
#login {
}
#login img {
	vertical-align: middle;
}
.signin {
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 10px;
}
/* Headings
----------------------------------------------- */
h1 {
	color: #1E2D6B;
	font-size: 2.2em;
	margin: 0.4em 0 0.3em 0;
}
#main_area #primary h1 {
	margin-top: 0;
	margin-bottom: 0;
}
#main_area #primary h2.subtitle {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5em;
}
h1.smaller, .entries #main_area_generic h1.smaller {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #001F6E;
	margin: 0.8em 0 0.3em 0;
}
h2.region_h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
	color: #001F6E;
	margin:0.6em 0;
}
h3.warning {
	color: #CC3300;
	font-size: 1.3em;
}
h3 span {
	color: #333;
}
h4, h5 {
	font-size: 1.3em;
	font-weight: bold;
	color: #001F6E;
	margin: 0.8em 0 0.5em 0;
}
a:hover h5, a:hover h4, a:hover h3, a:hover h2 {
	color: #008CB6;
	text-decoration: none;
}
p.title {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0;
}

span.subtitle {
	font-size: 1.2em;
	color: #000;
	font-weight: normal;
	margin: 0 10px 1em 0;
}
body.home span.subtitle {
	display: block;
}
span.small, p.small {
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
	margin: 0px;
}
span.address, p.address {
	font-size: 0.9em;
	color: #999999;
	font-weight: normal;
	margin: 0px;
}
h2 a:link, h2 a:visited {
	color: #1E2D6B;
}
h2 a:hover {
	color: #008CB6;
	text-decoration: none;
}
#main_area h2.lesser {
	font-size: 13px;
	font-weight: bold;
}
#main_area h2.minor {
	font-size: 15px;
	font-weight: bold;
}
#main_area h2.supporting, #content h2.supporting {
	font-size: 1.3em;
	margin: 0 0 5px 0;
}
.key_facts h5 {
	margin-top: 1.2em;
	margin-bottom: 0.0em;
}
#main_area .key_facts .puff p {
	margin-top: 0;
}
#tabnav_container {
	width: 900px;
	height: 30px;
	margin: 0 0 -10px 8px;
	padding: 0;
	position: relative;
	float: left;
	display: inline;
}
#tabnav_container #tabnav {
	font-size: 11px;
	background: #576C95;
	width: 900px;
	height: 30px;
	margin: 0;
	padding: 0;
}
#tabnav_container #tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	float: none;
}
#tabnav_container #tabnav li a {
	border-radius-topleft: 3px;
	border-radius-topright: 3px; /* Mozilla */;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px; /* Webkit */;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}
#tabnav_container #tabnav li a:link, #tabnav_container #tabnav li a:visited {
	float: left;
	background: #8B9BBA;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px 10px 8px 10px;
	margin-right: 4px;
	text-decoration: none;
	color: #fff;
}
#tabnav_container #tabnav li a:link.active, #tabnav_container #tabnav li a:visited.active {
	background: #fff;
	color: #334588;
}
#tabnav_container #tabnav li a:hover {
	background: #fff;
	color: #334588;
}
/*Start of tabbed navigation*/
#tabcontainer {
	background: url(/images/themes/default/navgrnd.jpg);
	float: left;
	width: 958px;
	position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
#tabcontainer #nav_container {
	font-size: medium;
}
#tabcontainer #nav_container ul#nav {
	list-style: none;
	display: inline;
}
#tabcontainer #nav_container ul#nav li {
	height: 30px;
	text-align: center;
	display: inline;
}
#tabcontainer #nav_container ul#nav li a {
	color: #0b3350;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 10px 5px 10px;
	display: block;
	height: 23px;
	float: left;
}
#tabcontainer #nav_container ul#nav li a:visited {
	color: #0b3350;
	text-decoration: none;
}
#tabcontainer #nav_container ul#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(/images/themes/default/navongrnd.jpg);
	display: block;
}
#tabcontainer #nav_container ul#nav li a.on {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/themes/default/navongrnd.jpg);
	display: block;
}
#tabcontainer #nav_container ul#nav li a:visited.on {
	color: #FFFFFF;
}
#tabcontainer #nav_container ul#nav li a:hover.on {
	color: #FFFFFF;
}
#sidebar_menu_header {
	padding: 0px;
	height: 170px;
}
/*http://mattberseth.com/blog/2007/09/more_sample_ajaxcontroltoolkit.html*/
/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header {
	background: url(../images/tab-line.png) repeat-x bottom;
	font-size: 125%;
	display: block;
	font-weight: bold;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer {
	background: url(../images/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
	cursor: pointer;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner {
	background: url(../images/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner {
	color: #000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer {
	background: url(../images/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner {
	background: url(../images/tab.png) no-repeat right -40px;
	color: #000000;
	border-color: #333;
}
.ajax__tab_technorati-theme .ajax__tab_body {
	padding: 8px;
	background-color: #ffffff;
	border: solid 1px #d7d7d7;
	border-top-width: 0;
	min-height: 400px;
}
.footer_logo {
	display: block;
	float: right;
	font-size: 1.1em;
	margin-bottom: 0;
	margin-right: 5px;
	position: relative;
	width: auto;
}
.footer_logo img {
	float: left;
}
.footer_logo p {
	margin: 0;
	padding: 5px;
}
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/
/* Surrounds the calendar */
.eventmonth {
	border: 1px solid #DBDB79;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: center;
}
/* used as the cssclass of the actual calendar */
.eventmonthtable {
	border: 1px solid #0b3350;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.dayNumber {
	float: right;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	padding: 2px;
}
.calcurrentmonth {
}
.calothermonth {
	background: transparent url("/images/backs/grey-trans-back.png") repeat-x left top;
	font-style: italic;
}
.calcurrentday {
	background-color: #FFFFC1;
}
.calweekend {
}
.calcurrentmonth, .calcurrentmonth, .calothermonth, .calcurrentday, .calweekend {
	text-align: left;
	border: 1px solid #dcdcdc;
	height: 80px;
	vertical-align: top; /* needed for positioning the dayNumber part */;
	position: relative;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 10px;
}
a.callink {
	padding: 3px;
	font-size: 110%;
	display: block;
}
/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/
div#event-details {
	width: 470px;
}
div#event-details .description,
div#details
 {
	display: block;
	line-height: 1.5em;
}
/* JOBS */
.loch_jobs_apply {
	display: block;
	margin-bottom: 10px;
}
/* Ads */
.adsense {
	margin: 10px;
	text-align: center;
	clear: both;
}
.ads_footer
{
    margin: 10px 0;
}
/* FBML */
.fbmlcode {
	margin: 10px;
	float: left;
	text-align: center;
	clear: both;
	width: 230px;
	background-color: #ffffff;
}
.fb {
	background-color: #ffffff;
}
/* Whats On */
.whatson {
}
.whatson ul li {
	margin-bottom: 10px;
}
/* Search */
#search-tools {
	margin-left: 10px;
	margin: 10px 0 0 5px;
	padding: 5px 10px 10px 10px;
	width: 200px;
	float: right;
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#search-tools h3 {
	margin-top: 10px;
}
#search-tools h4 {
	margin: 10px 0;
}
#search-tools ul li {
	margin: 3px 0;
}
#search-tools a.active-filter{
	font-weight: bold;
}

li.filter, p.filter {
	background-color: #4ba1d5;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}
li.filter {
	margin: 3px 0;
}
li.filter a, p.filter a {
	color: #fff;
	float: right;
}
li.filter a:hover, p.filter a:hover {
	color: #f0f0f0;
}
#mapview {
	margin-right: 10px;
}
.search-results {
	width: 460px;
}
.mapsearch-resultbox {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 440px;
		-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cfcfcf;
}

.mapsearch-resultbox h3
{
    margin: 0;
    display: inline;
}

.mapsearch-availability{
	margin: 0 0 5px 0;
	padding: 10px;
	width: 440px;
	border: solid 1px #cfcfcf;
	border-top: none;
		-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #EEEEEE;


}

#availability-search-sidebar{
	
}

#availability-search-sidebar p{
	margin: 5px 0;
}

#availability-search {
	width: 330px;
	height: 250px;
	margin: 6px;
	float: left;
	border: 1px solid #cccccc;
	border-radius: 5px; /* Mozilla */;
	-moz-border-radius: 5px; /* Webkit */;
	-webkit-border-radius: 5px;
	position: relative;
}
#availability-search.caption {
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	overflow: hidden;
	
}
#availability-search .caption p {
	margin: 5px 0;
	padding: 3px;
	background: #ffffff;
	-moz-opacity:0.85; filter:alpha(opacity=85); opacity:0.85; 
	clear: both;
}
#availability-search .caption p.subtitle {
	margin: 5px;
	font-weight: bold;
	font-size: 1.5em;
	background: #ffffff;
	-moz-opacity:0.85; filter:alpha(opacity=85); opacity:0.85; 
	padding: 5px;
	float: left;
}


#availability-search.small{
	width: 255px;
		height: 235px;
			margin: 6px 0;
}

#availability-search.small input,
#availability-search.small select{
	font-size: 1.1em;
}


#availability-search fieldset {  margin: 10px 5px;  	background: #ffffff;	-moz-opacity:0.85; filter:alpha(opacity=85); opacity:0.85; width: 320px; }
#availability-search.small fieldset{margin: 5px; width: 245px}
#availability-search legend {  padding: 0 2px;  font-weight: bold;}
#availability-search label {  display: inline-block;  line-height: 2.1;  vertical-align: top;}
#availability-search.small label {  display: inline-block;  line-height: 1.5;  vertical-align: top;}
#availability-search fieldset ol {  margin: 0;  padding: 0;}
#availability-search fieldset li {  list-style: none;  padding: 4px;  margin: 0;}
#availability-search.small fieldset li { padding: 3px;}
#availability-search fieldset fieldset {  border: none;  margin: 3px 0 0;}
#availability-search fieldset fieldset legend {  padding: 0 0 5px;  font-weight: normal;}
#availability-search fieldset fieldset label {  display: block;  width: auto;}
#availability-search label {  width: 80px; /* Width of labels */}
#availability-search.small label { width: 48px;}
#availability-search fieldset fieldset label {  margin-left: 85px; /* Width plus 3 (html space) */}

#availability-search input.button,
#availability-search-sidebar input.button{	padding: 5px;background-color: #4BA1D5;	color: #fff;font-weight: bold;}

#availability-search input.button:hover,
#availability-search-sidebar input.button:hover{background-color: #fff;	color: #4BA1D5;}

.mapsearch-availability p{
	margin: 0;
}

.mapsearch-availability table{
	width: 430px;
	margin-top: 5px;
			padding: 2px;
	
}

.mapsearch-availability td.avail,
.mapsearch-availability span.avail{
	font-size: 1.1em;
	font-weight: bold;
	color: #336699;
}

.mapsearch-availability td.full{
 	font-weight: bold;
 	font-size: 1.1em;
}
.mapsearch-availability td.night{
	font-size: 1.1em;
}

.mapsearch-availability td.off,
.mapsearch-availability td.full.off,
.mapsearch-availability td.avail.off{
	font-style: italic;
	color: gray;
	font-size: 1.0em;
	font-weight: normal;
}

.mapsearch-availability span.room{
	
}

.mapsearch-availability span.board{
	color: gray;
  font-style: italic;
}

.mapsearch-availability span.provider{
 display: block;
	color: gray;
	font-size: 10px;
}


.mapsearch-availability p.book-online{
	line-height: 100%;
	margin: 1em 0;
}

.mapsearch-availability p.book-online a{
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px;
    border: 1px solid #4BA1D5;
	background-color: #ffffff;
	color: #4BA1D5;
	margin-right: 2px;
}
.mapsearch-availability p.book-online a:hover {
	background-color: #4BA1D5;
	color: #ffffff;
	border: 1px solid #ffffff;
}



.featured {
	border: solid 1px #999999;
	background-color: #4ba1d5;
}
.mapsearch-resultbox img {
	width: 75px;
	height: 75px;
}
.search-resultbox {
	margin-bottom: 2.5em;
}
.search-resultbox p {
	margin: 0px;
}
.search-resultbox p.title {
	font-size: 1.2em;
	font-weight: bold;
}
.search-resultbox span.by {
	color: #808185;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
}
.search-resultbox.featured p.title a, .featured a, .featured strong, .featured p.address {
	color: #ffffff;
	font-weight: bold;
}
.featured p {
	color: #f0f0f0;
	margin: 0.5em 0;
}
.search-resultbox p.title span.relevance {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: #6D7C9A;
}
.search-resultbox .right {
	float: right;
	margin: 10px;
}
.search-resultbox .left {
	float: left;
}
.avatar {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
input.bigsearch {
	line-height: 1.1em;
	font-size: 1.5em;
	background: #c7e4f4;
	border: 2px solid #cfcfcf;
}
.mapsearch-resultbox .right {
	float: right;
	margin: 5px 0 5px 5px;
	width: 80px;
}
.mapsearch-resultbox .price {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0.5em 0;
	line-height: 100%;
}
.mapsearch-resultbox .distance {
	margin: 0 5px;
	font-style: italic;
	color: #808080;
	font-size: 0.9em;
}
.mapsearch-resultbox.featured p.price {
	color: #fdeeb0;
	font-style: italic;
}
.mapsearch-resultbox.featured .jobdetail {
	margin-top: 5px;
	color: #ffffff;
	font-weight: bold;
}
.mapsearch-resultbox .jobdetail {
	margin-top: 5px;
	color: #000000;
	font-weight: bold;
}
.mapsearch-resultbox .booklinks {
	font-size: 0.9em;
}
.mapsearch-resultbox p.booklinks {
	line-height: 100%;
	margin: 1em 0;
}
.mapsearch-resultbox p.booklinks a.contact, .mapsearch-resultbox p.booklinks a.book {
	background: transparent;
}
.mapsearch-resultbox.featured p.booklinks a.contact, .mapsearch-resultbox.featured p.booklinks a.book {
	font-weight: bold;
	padding: 4px;
	border: solid 1px #999999;
}
.mapsearch-resultbox.featured p.booklinks a.contact {
	border: 1px solid #ffffff;
}
.mapsearch-resultbox.featured p.booklinks a.book {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #4BA1D5;
}
.mapsearch-resultbox.featured p.booklinks a.book:hover {
	background-color: #ffffff;
	color: #4BA1D5;
}
.mapsearch-resultbox.featured span.distance {
	color: #dadada;
}
.rating {
	width: 75px;
	margin: 2px;
	background: url('/images/icons/gold-stars.png') no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	height: 25px;
}
.rating.star1 {
	background-position: 62px 0;
}
.rating.star2 {
	background-position: 47px 0;
}
.rating.star3 {
	background-position: 32px 0;
}
.rating.star4 {
	background-position: 17px 0;
}
.rating.star5 {
}
.rating.none {
	visibility: hidden;
	height: 0px;
	width: 0px;
}
.home-feature {
	width: 310px;
	height: 150px;
	display: block;
	margin: 5px;
}

.home-feature .subtitle{
	font-weight: bold;
    margin-bottom: 0;
}

#biz_carousel_container {
	margin-right: auto;
	float: left;
	height: 100%;
}


#homecontainer #biz_carousel_container {
	margin-left: 10px;
}

biz_carousel_container p{
	line-height: 130%;
}

a.biz-carousel_prev {
	width: 15px;
	float: left;
	height: 300px;
	display: block;
	text-indent: -9999px;
	margin-right: 2px;
	background: url(/images/buttons/car_left_blue.png) top right no-repeat;
	cursor: pointer;
}
a.biz-carousel_next {
	width: 15px;
	float: left;
	height: 300px;
	display: block;
	margin-left: 2px;
	text-indent: -9999px;
	background: url(/images/buttons/car_right_blue.png) top right no-repeat;
	cursor: pointer;
}
div.biz-carousel {
	float: left;}

div.biz-carousel ul li{width: 320px;}

/* -------------------------------------------- */
/* ------------- Pagination-----------	*/
/* -------------------------------------------- */
div.searchbox {
}
ul#pagination {
	margin: 5px 0 10px 0;
	height: 25px;
}
#pagination li {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
/* savers */float: left;
}
#pagination li.empty {
	padding: 3px 4px;
}
#pagination a {
	border: solid 1px #DDDDDD;
	margin-right: 2px;
}
#pagination .previous-off, #pagination .next-off {
	color: #666666;
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 4px;
}
#pagination .next a, #pagination .previous a {
	font-weight: bold;
	border: solid 1px #FFFFFF;
}
#pagination .active {
	color: #cfcfcf;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px 6px;
}
#pagination a:link, #pagination a:visited {
	display: block;
	float: left;
	padding: 3px 6px;
	text-decoration: none;
}
#pagination a:hover {
	border: solid 1px #666666;
}
/* -------------------------------------------- */
/* ------------- CAlendar           -----------	*/
/* -------------------------------------------- */
div#datepicker {
	display: inline;
}
#datepicker IMG {
	border: 0;
	padding: 0;
	margin-top: 2px;
}
.calendar * {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	color: #000;
}
.calendar .invalidday a, .calendar .invalidday a:hover {
	color: #ccc;
	background: #fff;
	cursor: default;
}
.calendar .selectedday {
	background: #ddd;
}
.calendar .today {
	font-weight: bold;
	color: #f00;
}
.calendar a {
	padding: 0 2px;
	color: #000;
	text-decoration: none;
}
.calendar a:hover {
	background: #bbb;
}
.calendar table {
	border-collapse: collapse;
	font-size: 90%;
}
.calendar tbody td {
	width: 20px;
}
.calendar td {
	padding: 1px;
	text-align: center;
}
.calendar thead tr td {
	border-bottom: 1px solid #aaa;
	font-weight: bold;
}
.calendar thead tr.dclinks td a {
	font-size: 95%;
	font-weight: bold;
}
.calendar thead tr.dclinks td {
	padding: 2px 0;
	vertical-align: middle;
	background: #ddd;
	border: 0;
}
.calendar {
	padding-bottom: 2px;
	border: 1px solid #aaa;
	font-size: small;
	background: #fff;
}
.calendaricon, #content img.calendaricon {
	cursor: pointer;
	border: 0 !important;
	padding: 0 !important;
	margin-right: 3px;
}
.calendarlink, .calendaricon {
	margin: 0 3px;
}
/* -------------------------------------------- */
/* ------------- Tabs           -----------	*/
/* -------------------------------------------- */
div#tablayout {
	margin: 0 0 20px 0;
	width: 470px;
}
ul.businesstabs,
ul.tabs {
	list-style-type: none;
	width: 460px;
	float: left;
	background: url(pixel.gif) bottom left repeat-x;
	margin-bottom: 5px;
}
ul.tabs{
	width: 100%;
}

ul.businesstabs li,
ul.tabs li {
	margin: 3px 2px 0 0;
	float: left;
    border-bottom: 1px solid #cfcfcf;
}


ul.businesstabs a,
ul.tabs a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
ul.businesstabs li.active a,
ul.tabs li.active a {
	background-color: #fff;
}
ul.businesstabs li.highlight a,
ul.tabs li.highlight a{
	background-color: #4BA1D5;
	color: #fff;
}
a.highlight{
    background-color: #4BA1D5;
	color: #fff;
    border: 1px solid #fff;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

ul.businesstabs li.highlight a:hover,
ul.tabs li.highlight a:hover{
	color: #666;
	background: #fff;
}
a.highlight:hover
{
	color: #666;
	background: #fff;
}

ul.businesstabs a:hover,
ul.tabs a:hover {
	background-color: #fff;
}
div#tablayout .fix {
	clear: left;
}
div#share {
	padding: 5px 0;
	margin: 10px auto;
	width: 200px;
	background-color: #fff;
	border: 1px #336699 solid;
	text-align: center;
}
/* Footer */
#footer_links {
	display: inline;
	width: 960px;
	float: left;
}
#footer_legals {
	display: inline;
	float: left;
	width: 958px;
	padding: 2em 0 1em 0;
}
#footer .col1 {
	margin-left: 8px;
	float: left;
	width: 400px;
	padding-right: 9px;
}
#footer .col2 {
	float: left;
	margin: 0 11px;
	width: 250px;
}
#footer .col3 {
	margin-right: 8px;
	float: right;
	width: 250px;
}
#footer_legals a {
	color: #414141;
}
/* NEw Top Menu /*

        /* menu */
#topmenucontainer {
	position: relative;
	z-index: 1000;
	display: table;
	margin: 0 auto;
	text-align: center;
}
#topmenu {
	padding: 0px;
	list-style: none;
	color: #fff;
	line-height: 45px;
	display: table-row;
	float: left;
}
#topmenu div {
	padding: 0;
}
#topmenu a {
	color: #fff;
	text-decoration: none;
}
#topmenu > li {
	background-color: #000000;
	cursor: pointer;
	float: left;
	position: relative;
	padding: 0px 10px;
}
#topmenu > li a:hover {
	color: #c0c0c0;
}
#topmenu .logo {
	background: none;
	padding: 0px;
}
/* sub-menus*/
#topmenu ul {
	padding: 0px;
	margin: 0px;
	display: block;
	display: inline;
}
#topmenu li ul {
	position: absolute;
	left: -10px;
	top: 0px;
	margin-top: 45px;
	width: 200px;
	line-height: 16px;
	z-index: 100;
	background-color: #000000; /* for IE */;
	display: none;
}
#topmenu li:hover ul {
	display: block;
}
#topmenu li ul li {
	display: block;
	margin: 5px 10px;
	padding: 2px 0px;
	border-top: dotted 1px #606060;
	list-style-type: none;
	text-align: left;
}
#topmenu li ul li:first-child {
	border-top: none;
}
#topmenu li ul li a {
	display: block;
	color: #ffffff;
}
#topmenu li ul li a:hover {
	color: #7FCDFE;
}
/* main submenu */
#topmenu #main {
	left: 0px;
	top: -20px;
	padding-top: 20px;
	color: #fff;
	z-index: 999;
}
/* search */
#topmenu form {
	float: left;
}
#topmenu input.newsearch {
	padding: 5px;
	margin: 0;
	width: 150px;
}
html:first-child #topmenu input.newsearch {
	margin: 8px 0;
}

#topmenu input.searchimg {
	vertical-align: middle;
}
#topmenu span.radio {
	margin-left: 10px;
}
.searchContainer {
	margin-right: 0;
}
.searchContainer div {
	display: inline;
	padding: 5px;
}
.searchContainer input {
	border: none;
}
.searchContainer img {
	vertical-align: middle;
}
/* corners*/
#topmenu .corner_inset_left {
	position: absolute;
	top: 0px;
	left: -12px;
}
#topmenu .corner_inset_right {
	position: absolute;
	top: 0px;
	left: 200px;
}
#topmenu .last {
	background: transparent none repeat scroll 0% 0%;
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;
	border: none;
	height: 0px;
}
#topmenu .corner_left {
	position: absolute;
	left: 0px;
	top: 0px;
}
#topmenu .corner_right {
	position: absolute;
	left: 182px;
	top: 0px;
}
#topmenu .middle {
	position: absolute;
	left: 18px;
	overflow: hidden;
	height: 20px;
	background-color: #000000;
	width: 164px;
	top: 0px;
}
#topmenu li.end {
	background: transparent url('/images/topmenu/menu_right.png') no-repeat top left;
	width: 18px;
	height: 45px;
	padding: 0;
	margin: 0;
}
div.favourites {
	width: 230px;
	padding: 10px 10px 15px;
	border-top: 1px solid #cccccc;
	background: #ffffff;
}
div.favourites p {
	margin: 8px 0;
}
div.favourites img {
	vertical-align: middle;
	margin: 3px;
}
div.favourites span.subtitle a {
	font-weight: bold;
}
div.favourites .favremove-button {
	font-weight: bold;
	cursor: pointer;
	float: right;
	margin-right: 5px;
}
div.favourites img#favloader {
	float: right;
	width: 16px;
	padding: 10px;
}
.favourites-wrapper .search-resultbox, .favourites-library .search-resultbox {
	margin-bottom: 1.0em;
}
.search-resultbox {
	width: 99%;
}
.favourites-library .search-resultbox p {
	margin-left: 60px;
}
.search-resultbox .vote {
	float: left;
	width: 60px;
	display: inline;
}
.search-resultbox.featured .vote {
	margin-top: 5px;
}
.search-resultbox .vote span {
	display: block;
	text-indent: -9999px;
	height: 25px;
	width: 60px;
}
.search-resultbox .vote span.vote-up {
	background: url('/images/favourites/thumb_up_on.png') no-repeat center center;
	cursor: pointer;
}
.search-resultbox .vote span.vote-up-off {
	background: url('/images/favourites/thumb_up_off.png') no-repeat center center;
}
.search-resultbox .vote span.vote-count {
	color: #808185;
	font-weight: bold;
	font-size: 1.5em;
	display: block;
	text-indent: 0;
	text-align: center;
}
.favourites-library .search-resultbox .vote span.vote-down {
	background: url('/images/favourites/thumb_down_on.png') no-repeat center center;
	cursor: pointer;
}
.favourites-library .search-resultbox .vote span.vote-down-off {
	background: url('/images/favourites/thumb_down_off.png') no-repeat center center;
}
#favourites-view {
	max-height: 250px;
	overflow: auto;
}
#favourites-view p.title {
	font-weight: bold;
	line-height: 100%;
}
.fav-by {
	font-size: 1.2em;
	margin-top: 0;
	color: #808185;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fav-info {
	font-size: 1.2em;
}
.search-resultbox.featured span.by, .search-resultbox.featured span.vote-count {
	color: #cccccc;
}
.inputholder {
	display: block;
}
.inputholder .hint {
	font-size: 0.9em;
	font-style: italic;
	display: block;
}
div.blockbox {
	width: 330px;
	height: 250px;
	margin: 6px;
	float: left;
	border: 1px solid #cccccc;
	border-radius: 5px; /* Mozilla */;
	-moz-border-radius: 5px; /* Webkit */;
	-webkit-border-radius: 5px;
	position: relative;
}
div.blockbox .caption {
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	overflow: hidden;
	
}
div.blockbox .caption p {
	margin: 5px 0;
	padding: 3px;
	background: #ffffff;
	-moz-opacity:0.85; filter:alpha(opacity=85); opacity:0.85; 
	clear: both;
}
div.blockbox .caption p.subtitle {
	margin-top: 0;
	font-weight: bold;
	font-size: 1.5em;
	background: #ffffff;
	-moz-opacity:0.85; filter:alpha(opacity=85); opacity:0.85; 
	padding: 5px;
	float: left;
}
.big {
	font-size: 1.8em;
}
div.blockbox.wide {
	width: 675px;
	clear: both;
}
div.blockbox.small {
	height: 200px;
}
div.blockbox.tall {
	height: 330px;
}
/* ICON Links */
#links a {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 22px;
	background: url(/images/icons/icons.png);
	margin: 0 2px 10px 0;
	background-position: 0 -22px;
}
#links a:hover {
	background-position: 0 0;
}
#links a.facebook {
	background-position: -22px -22px;
}
#links a.facebook:hover {
	background-position: -22px 0;
}
#links a.twitter {
	background-position: -44px -22px;
}
#links a.twitter:hover {
	background-position: -44px 0;
}
#links a.delicious {
	background-position: -66px -22px;
}
#links a.delicious:hover {
	background-position: -66px 0;
}
#links a.youtube {
	background-position: -88px -22px;
}
#links a.youtube:hover {
	background-position: -88px 0;
}
#links a.tripadvisor {
	background-position: -124px -22px;
}
#links a.tripadvisor:hover {
	background-position: -124px 0;
}
/* Map */
div#map-small {
	width: 190px;
	margin: 0 auto;
}
div.extras ul li {
	font-weight: bold;
}
/* Languages */
div#translate {
	display: block;
	float: right;
	width: 240px;
	margin-right: 20px;
}
div#translate img {
	vertical-align: middle;
}
div#translate span {
	font-weight: bold;
	float: left;
}
div#translate ul li {
	float: right;
	margin-left: 5px;
}

/* Twitter */
#twitter_results{
	
}


#twitter_results li{
	display: block;
	margin-bottom: 10px;
}


#twitter_results li div.icon{
	float: left;
	margin-right: 5px;
}

#twitter_results li p{
	margin-left: 60px;
}
#twitter_results li .date{
 font-size: 0.9em;
 font-style: italic;
 color: #5c5c5c;
 margin-left: 5px;
}


#loader{
	display: none;
}

div.store-item{
	float:left;
	width: 200px;
	margin:0 5px 5px;
	border: 1px solid #cfcfcf;
	padding: 5px;
}
div.store-item span.price{
	font-size: 1.1em;
	font-weight: bold;
}
div.store-item span.reduced{
	font-style: italic;
	color: #5c5c5c;
	font-size: 1.0em;
	font-weight: normal;
}

/*/ Mailchimp /*/

form#mc-embedded-subscribe-form{
	font-weight: normal;
}
div#mc_embed_signup {
	margin-bottom: 10px;
}
div.mc-field-group {
}
div.mc-field-group li{
	margin: 6px 2px 4px 0;
}

input.btn{
	margin: 4px 0;
	text-align: center;
}

div.mc-field-group label {
font-weight: normal;
}
input#mce-EMAIL {
	width: 155px;
}
div.mce_inline_error,
div.mce-error-response{
	color:red;
	font-weight: bold;
}
img.searchhint{
	display: block;
	float:right;
	margin-top: 30px;}

div.industrylinks{
	
}
div.categorylinks{
	font-size: 1.2em;
	display: block;
}
div.categorylinks li{
	float: left;
	margin-right: 10px;
}

div#textlinks{
	margin-bottom: 10px;
}

div.framed{
	width: 470px;
}
