@charset "utf-8";
/* CSS Document */
body {
	color:#000000;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/**to remove unwanted elements when printing**/
#top-nav, #main-navigation, #second, #booking, .box, #panel, .btn-slide, #footer-nav  {display:none;}

#header {
	border-bottom:2px solid #6C1921;
	height:115px;
	width:922px;
}
#content {background:#fff; border:0;}
#main {background:#fff; border:0; width:95%}

img {border:none;}

a {
	color:#333;
	text-decoration:underline;
}
/**displays the value of an anchor's href attribute, in-line, after the text, slightly smaller and flanked by parentheses**/
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

.accordion p {visibility:visible;}
