@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body {
	background-color: #19160F;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

#announcement {
	font-family: Tahoma, Geneva, sans-serif;
background: #6f5f40;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    padding: 1.5em 1em;
    line-height: 1.6em;
}

#announcement a:link, #announcement a:visited {
	    color: #ffffff;
	}
	
#announcement a:hover, #announcement a:active {
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 1px;
}

#header {
	position: relative;
	width: 960px;
	height: 269px;
	background-image:url(../images/header_bg.png);
	z-index: 9999;
}

#header #header_content {
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
}

#header #blueboar_homepage h1 a {
	display:block;
	height: 150px;
	width: 382px;
	text-indent: -9999px;
	background-image:url(../images/blueboar_logo.png);
	margin: 10px 0px 0px 20px;
	float: left;
}

#header #blueboar_homepage div a {
	display:block;
	height: 150px;
	width: 382px;
	text-indent: -9999px;
	background-image:url(../images/blueboar_logo.png);
	margin: 10px 0px 0px 20px;
	float: left;
}
	
#header #header_contact {
	float: right;
	margin: 34px 300px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#header #header_content p.phone_number {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 6px;
	color: #19160E;
	font-family: Arial, Helvetica, sans-serif;
}

#header #header_content p.view_menu {
	padding-top: 6px;
}

#header #header_content p.view_menu a:link, #header #header_content p.view_menu a:visited {
	text-decoration: none;
	color: #8AB123;
}
	
#header #header_content p.view_menu a:hover, #header #header_content p.view_menu a:active {
	text-decoration:underline;
	color: #72921D;
}

#header #header_content p {
	font-size: 15px;
	line-height: 18px;
	color: #1325A8;
	font-family: Arial, Helvetica, sans-serif;
}

#navbar {
	height: 69px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #DBD6CE;
	padding: 16px 0px 0px 10px;
}

#navbar ul li {
	float: left;
	font-size: 14px;
}

#navbar ul li a {
	display: block;
	padding: 4px 9px 6px 9px;
	font-family: Verdana, Geneva, sans-serif;
}

#navbar ul li a:link, #navbar ul li a:visited {
	text-decoration: none;
	color: #DBD6CE;
	}
	
#navbar ul li a:hover, #navbar ul li a:active {
	text-decoration: none;
	color: #FFF;
	}

#navbar ul li a.current{
	background-color: #877C7C;
	color: #FFF;
	padding: 4px 7px 16px 7px;
	border-left: 2px solid #504946;
	border-right: 2px solid #504946;
	}

#container {
	position: relative;
	width: 924px;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	margin-top: -9px;
	padding: 0 18px;
	z-index: 1;
}

#content {
	padding: 36px 40px;
	overflow: hidden;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
}

#content.feature {
    background-repeat: no-repeat;
    padding: 10px 20px;
}


#content.feature h2 {
	display: block;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3F2C27;
	line-height: 28px;
	margin-bottom: 535px;
	border: none;
}

#content.feature h2 span {
	font-size: 28px;
	font-weight: bold;
}

#contact_fade {
	width: 842px;
	background-image: url(../images/contact.jpg);
	padding: 26px 0px;
	overflow: hidden;
}

#content #contact_fade #contact {
}

#content #contact_fade #times {
}

#content h1 {
	background-color: #877B7B;
	background-image: url(../images/heading_bg.png);
	padding: 16px 16px 16px 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #eee;
	margin-bottom: 30px;
	font-weight: bold;
}

#content h1.accomm_heading {
	padding: 11px 16px 16px 16px;
}

#content .heading_block {
	display: block;
	line-height: 42px;
	margin-top: 30px;
	margin-bottom: 16px;
}

#content .heading_block1 {
	display: block;
	line-height: 42px;
	margin-top: 18px;
	margin-bottom: 16px;
}

#content h2 {
	display: inline;
	background-color: #ABA3A3;
	padding: 5px 12px 7px 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	border: 1px solid #968B8B;
}

#content h2.menu_heading {
	display: block;
	background-color: transparent;;
	padding: 0px 12px 16px 19px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	border: none;
}


#content h3 {
	display: inline;
	background-color: #ABA3A3;
	padding: 5px 12px 7px 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	border: 1px solid #968B8B;
	
}

#content .heading_home {
		background-color: #E7DFDF;
		border: 1px solid #968B8B;
	padding: 1em 1em 0 1em;
	margin-top: 2em;
	margin-bottom: 1em;
}

#content .heading_home p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #39342D;
	font-weight: normal;
	
}

#content p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #39342D;
	margin-bottom: 20px;
	line-height: 22px;
}

#content #menu_listing p {
	color: #e1d1b9;
}

#content ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #39342D;
	line-height: 24px;
	list-style: disc;
	margin-bottom: 20px;
}

#content ul li {
	margin-left: 20px;
}

#content img.main_img {
	border: 3px solid #2D2719;
	margin-bottom: 20px;
}

.border {
	border: 3px solid #2D2719;
}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #39342D
}
	
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #6a6154;
}

#map {
	border: 3px solid #2D2719;
	margin-bottom: 20px;
}

#wrapper #content #menu {
    width: 836px;
    height: 540px;
    background-image: url(../images/dining.jpg);
    border: 3px solid #2D2719;
    margin-bottom: 20px;
}

#wrapper #content #menu_listing {
	padding: 20px 10px 10px 20px;
	margin: 30px 20px 0px 0px;
	width: 210px;
	background: #19160F;
	float: right;
	border-top: 5px solid #000;
	border-bottom: 20px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#wrapper #container #content #menu #menu_listing ul img {
	float: right;
}

#wrapper #container #content #menu #menu_listing .note .fltrgt {
	margin-right: 30px;
}
#wrapper #container #content #menu #menu_listing .note {
	color: #A60000;
	font-size: 13px;
	padding-left: 20px;
}


#wrapper #content #menu_listing ul li a:link, #content #menu_listing ul li a:visited {
	color: #ddd;
	text-decoration: none;
	}
	
#wrapper #content #menu_listing ul li a:hover, #content #menu_listing ul li a:active {
	color: #fff;
	font-weight: bold;
	}
	
#content .block1 {
	width: 270px;
	float: left;
	margin-right: 5px;
}

.fltrgt {
	float: right;
	margin-left: 20px;
}

#quotation {
	position: relative;
	padding: 12px 20px 0px 30px;
	background: #19160F;
	width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	float: right;
	margin-top: -150px;
	margin-right: 2px;
	margin-left: 20px;
	margin-bottom: 10px;
	z-index: 1000;
	border-top: 5px solid #000;
}

#quotation p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #b8b7b5;
	line-height: 26px;
}

#quotation p span {
	font-size: 40px;
	
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 26px;
     margin-bottom: -50px;
	 margin-left: -18px;
     font-size: 700%;
     color: #FF0000;
 }

.bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 7px;
	 margin-right: 60px;
     font-size: 700%;
     color: #FF0000;
}

#contact_fade a:link, #contact_fade a:visited {
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
font-size: 17px;
color: #39342D;
	}
	
#contact_fade a:hover, #contact_fade a:active {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
font-size: 17px;
color: #39342D;
	}
 
/*footer-------------------------------------------------------------------*/
	
#footer {
	width: 960px;
	height: 201px;
	background-image:url(../images/footer_bg.png);
	margin-bottom: 90px;
}

#footer p.floattextleft {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ccc;
	margin: 135px 0px 0px 30px;
	float: left;
}

#footer p.floattextright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	color: #ccc;
	margin: 135px 30px 0px 0px;
	float: right;
	clear: right;
	font-weight: bold;

}

#web_design {
	float: right;
	clear: right;
	margin: 40px 30px 0px 0px;
}

#footer p.footer_link a:link, #footer p.footer_link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #8AB123;
	text-decoration: none;
}
	
#footer p.footer_link a:hover, #footer p.footer_link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #72921D;
	text-decoration: underline;
}

#footer p.footer_link {
	padding: 10px 0px 0px 60px;
	font-size: 28px;
}#wrapper #container #content .gallery {
	margin-right: 20px;
}


#wrapper #content div.attraction {
	background: #2E2B25;
	height: 180px;
	width: 822px;
	padding: 11px;
	margin-bottom: 20px;
}

#wrapper #content div.attraction h3.attr_heading {
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 2px 0;
	background: none;
	border: none;
}

#wrapper #content div.attraction img {
	float: left;
}

#wrapper #content div.attraction p.distance {
color: #F4D3B5;
font-weight: bold;
clear: both;
}

#wrapper #content div.attraction p {
	color: #B89F88;
}

#wrapper #content div.attraction div.attr_content {
	float: right;
	width: 530px;
	padding: 10px;
}

#wrapper #content div.attraction a:link, #wrapper #content div.attraction a:visited {
	text-decoration: none;
	color: #FFF;
}
	
#wrapper #content div.attraction a:hover, #wrapper #content div.attraction a:active {
	color: #FFF;
	text-decoration: underline;

}

#wrapper #content div.attraction h3 a:link, #wrapper #content div.attraction h3 a:visited {
	text-decoration: none;
	color: #FFF;
}
	
#wrapper #content div.attraction h3 a:hover, #wrapper #content div.attraction h3 a:active {
	color: #FFF;
	text-decoration: underline;

}
#notice {
	padding: 20px;
	background: #4F3C2E;
	color: #ffb940;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 17px;
	line-height: 1.2em;
}
#notice strong {
	color: #ffffff;
}
