/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
}
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color:#709344; font-weight:bold;}
a:visited { color: #709344; }
a:hover { color: #1C3B2C; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td {
	vertical-align: top;
	text-align: left;
}


/* ==|== primary styles =====================================================
   Author: PRS7 Ideas 
   ========================================================================== */

/* Main Container Styles */
body {
  margin:0px;
  padding:0px;
  background-color: #1C3B2C;
  font-family:Arial,Helvetica,sans-serif;
}
p {
  font-family:verdana;
  font-size:12px;
  line-height:16px;
  margin-top:0px;
}
h1 {
	font-size:18px;
	margin-top:0px;
	color:#1C3B2C;
}
h1.intro {
 margin: 20px
}


h2 {
	margin-top:0;
	color:#709344;
}
h3 {
  color:#1C3B2C;
  margin-bottom:5px;
}

a, a:hover, a:visited {
text-decoration:none;
}

.reserve_now, .reserve_now:visited {
    background-color: #1C3B2C;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 5px auto;
    padding: 5px;
    width: 150px;

}

.reserve_now:hover {
  color: #1C3B2C;
  border: 1px solid #1C3B2C;
  background-color:#f9cc3f;
}


h3.reserve a {
    background-color: #1C3B2C;
    border: 1px solid #fff;
    color: #FFFFFF;
    display: block;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    width: 220px;
	margin:0px auto;
}
h3.reserve a:hover { 
  background-color:#F9CC3F;
  color:#1C3B2C;
  border:1px solid #1c3b2c;
}
.specials{
color:#FF9900;
}
#main {                        
  background:url("../img/top-body-bg.jpg") no-repeat top left #fffcc9;
  float:left;
  margin-top:15px;
  padding-top:30px;
  width:752px;
  height:100%;
}
#content-wrap {
  background-color:#FFFCC9;
}
#container {
  width:752px;
  margin:0px auto;
  padding:0px;
}
#bottom_wrapper {
  background:url("../img/bottom-body-bg.jpg") no-repeat top left transparent;
  width:752px;
  padding:30px 0px 0px 0px;
  float:left;
  background-color:#1C3B2C;
}

/* Single Column */
#one_column {
	padding:0 15px;
	text-align:center;
	height:100%;
}
#one_column p {
	padding: 0px 10px 0px 10px;
}

/* Two Column Layout */
#two_column img {
	padding:2px;
}
.two_column_top {
	text-align:center;
	padding:0 15px;
}
.two_column_left {
	float:left;
	padding:10px 10px 0;
	width:47%;
	text-align:center;
}
.two_column_left img {
	margin:10px 0;
}
.two_column_right {
	float:right;
	padding:10px 10px 0;
	width:47%;
	text-align:center;
}
.two_column_right img {
	margin:10px 0;
}
.two_column_content {
	text-align:left;
}
.two_column_content a {
	color:#709344;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}
.two_column_content ul {
	list-style-type:none;
}
.two_column_content li {
	padding:0px;
	margin:20px 0 20px -45px;
	text-align:center;
}
.two_column_content img {
	float:right;
}
.two_column_bottom {
	clear:both;
	margin-bottom:0;
	padding:0 15px;
}

/* Three Column Layout */
#main #left_column {
  float:left;
  width:145px;
  padding:0px 15px;
}
#main #right_column {
  float:right;
  width:145px;
  padding:0px 15px;
}
#main #center_column {
  float:left;
  width:400px;
}

/* Footer Styles */

#footer_nav {
  text-align:center;
  background-color:#1C3B2C;
  float:left; 
  width:100%
}

#footer_nav ul{
    list-style-type: none;
    margin: 0;
    padding: 15px 0px 0px 0px;
    text-align: center;
}
#footer_nav ul li{
  display:inline;
}

#footer_nav ul li a{
  color:#ffffff;
  padding:0px 5px 0px 7px;
  text-decoration:none;
  font-size:16px; 
  border-left:1px solid #fff;
}

#footer_nav ul li a {
  font-size:12px;
}
#footer_nav ul li a.first{
  	border-left:1px solid #fff;
}

#footer_nav ul li a:hover{
  color:#f9cc3f;
  text-decoration:none;
}
#footer_nav ul li a.active{
  text-decoration:none;
  color:#f9cc3f;
}

#footer_nav ul li a.home {
  border-left:none;
}

#footer_container {
background-color:#1c3b2c;
margin:0px 240px auto;
}

#footer_left {
text-align:center;
float:left;
}

#footer_left p {
margin: 15px auto;
padding: 0;
}

#footer_right {
float:right;
background-image:url("../img/btn_specials_ovr.jpg");
margin: 15px auto;
padding: 0;
}

div#footer_right a, div#footer_right a:link, div#footer_right a:visited {
display:block;
}

div#footer_right a:hover img {
visibility:hidden;
}

footer p {
  margin:0px;
  padding:0px;
  color:#FFFCC9;
  background-color:#1C3B2C;
  font-size:11px; 
}

/* Attractions Page */
#attractions a {
	display:block;
	width:210px;
	margin:0 auto 0 auto;
	background-color:#006633;
}
#attractions a:hover {
	background-color:#F9CC3F;
}

.attractions_left {
	float:left;
	padding:0 10px 0 15px;
	width:59%;
	text-align:center;
}
.attractions_left h1 {
	margin:0;
}
.attractions_left img {
	margin:20px 5px 20px 5px;
}
.attractions_right {
	float:right;
	padding:0 10px 0 10px;
	width:35%;
	text-align:center;
}
.attractions_right img {
	margin:10px 0;
}

/* Contact Page Text */


label{
	margin:0px;
	padding:0px;
}

textarea {
width: 300px;
height: 200px;
}

/* 
  newsletter signup form
 */
.mail-signup {
  padding:5px 20px;
}
.mail-signup label.error {
  float:left;
  clear:left;
}
.mail-signup .email {
  width:190px;
  float:left;
  padding:5px;
  color:#666;
}

.mail-signup_room {
  width:210px;
  float:left;
  padding:5px;
  color:#666;
}


.mail-signup #subscribe {
    background-color: #1C3B2C;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 2px;
    padding: 5px 5px;
    float:right;
}
.mail-signup #subscribe:hover {

background-color: #d59f00
}

/* Galley */

#gallery {
  width:700px;
  margin:0px auto;
}
.gallery_image {
width:175px;
height:115px;
float:left;
}
a.specials-side-link {
  color: #FF9900;
  font-family: Arial,Helvetica,sans-serif;
  font-style: italic;
  font-weight: bold;
  text-align:center;
  padding:15px 0px;
  font-size:16px;
  display:block;
}

/* Nav */

#nav{
	text-align:left;
	}
	
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 9px 10px 0px 21px;
    text-align: left;
	float:left;
}

#nav ul li a.active {
  text-decoration:none;
  color:#f9cc3f;
}

#nav ul li a:hover {
  color:#f9cc3f;
  text-decoration:none;
}

#nav ul li a.first {
  border-left:none;
  border-left:1px solid #fff;
}

#nav ul li a.home {
  border-left:none;
}

#nav ul li a {
  color:#ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  padding:0px 1px 0px 3px;
  text-decoration:none;
  font-size:14px; 
  border-left:1px solid #fff;
}

#nav ul li {
  display:inline;
}

/* Add This Nav */



/* Form */




label.error {
    display: none;
    padding-left: 0px;
    float:left;
    font-size: 11px;
    margin-bottom:5px;
    text-align: left;
    color:#660000; 
}


#contact_form input.text_field, #contact_form textarea {
  padding:5px; 
  background:#ededed;
  color:#666;
  margin:5px 0px;
  border:1px solid #aaaaaa;
  width:227px;
  text-align:left;
}

#contact_form input.submit_button:hover {


	background-color:#D59F00;
}

#contact_form input.submit_button {
	padding:10px 30px;
	margin:10px 2px;
	float:right;
	font-weight:bold;
	color:#fff;
	background-color:#1C3B2C;
	border:1px solid #fff;
	font-size:16px;
	height:40px;
}

.field_title {
  display:block;
  margin-top:15px;
  font-weight:bold;
  color:#D59F00;
}

#form_container{
	width:240px;
	height:100%;
	background-color:#AFCC8C;
	border:solid;
	border-color:#1c3b2c;
	padding:10px;
	margin-top:7px;
}

#form_container p{
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	font-size:12px;
	color:#1C3B2C;
	margin:0px;
	font-weight:bold;
	padding:0px;
	
}

#form_container p.small{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1C3B2C;
	margin:0px;
	font-weight:bold;
	text-align:center;
	
}

#form_container p.action{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1C3B2C;
	margin:0px;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}

.contact_form #form_container {
	width:300px;
}

.contact_form #form_container input.text_field, .contact_form #form_container textarea {
	width: 285px;
}

/* Facebook Containers */

#contactfacebook{
	width:100%;
	height:100%;
}


/* Room Website */

.email_table_border{
	border:none;
}




h2.room_page{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#1C3B2C;
}

#room_container{
	width:100%;
	height: 100%;
}



#room_photo{
	width:700px;
	height:150px;
	background-color:#009933;
	display:block;
}

#room_thumbnails{
	width:700px;
	height:90px;
	display:block;
	margin-left: 12px;
	padding:10px 0px 10px 0px;
}

#room_thumbnails img{
	padding-left:10px;
	padding-right:10px;
}

#headline_room{
	width:700px;
	height:75px;
	margin-left:12px;
	margin-bottom:0px;
	
}




#left_room_column{
width: 400px;	
height: 100%;
float:left;
margin-left: 12px;
}


#headline_room h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	margin:0px;
	padding:0px;
}



#headline_room h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;
}



#left_room_column p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	text-align:left;
	padding-left:10px;
	padding-top:5px;
}

#left_room_column h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#left_room_column h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	margin-top:30px;
	margin:0px;
	padding:0px;
}


#left_room_column li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin:0px;
	padding:0px;
	text-align:left;
	padding-left:10px;
}

#left_room_column ul {
	margin-left:100px;
}

#right_room_column{
width: 280px;
height: 100%;
float:right;
margin-right: 12px;
padding-left:15px
}

#right_room_column h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	margin:0px;
	padding:10px;
}

input{
	overflow:hidden;
}

textarea{
	width:100%;
	overflow:hidden;
}

input#submit{
	text-align: center;
}

/* Social Media */

#room_social{
 	width:300px;
	height:60px;
	margin-top:30px;
	padding-top:40px;
	padding-bottom:5px;
	margin-left:55px;
	background-image:url(../img/sharewithfriend.gif);
	background-repeat:no-repeat;
}

.mail-signup_room {
  padding:5px 20px;
}

.mail-signup_room label.error {
  float:left;
  clear:left;
}

.mail-signup_room .email {
  width:150px;
  float:left;
  padding:5px;
  color:#666;
}

.mail-signup_room #subscribe {
    background-color: #1C3B2C;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0px 2px;
    padding: 5px 30px;
    width: 150px;
    float:right;
}
.mail-signup_room #subscribe:hover {

background-color: #d59f00

}

#mail_signup_box{
	width:400px;
	height:75px;
}

#mail_signup_box p{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#006633;
	margin:0px;
	padding:10px;
}
	
#form_container h2 {
  margin-bottom:0px;
  color:#fff;
  text-align:center;
}	
#form_container h2 a {
  color:#fff;
  background-color:#AFCC8C;
  display:block;
  width:100%;
  text-decoration:underline;
}	
#form_container h2 a:hover {
  color:#1C3B2C;
  text-decoration:underline;
}	

.reserve_online {
  margin:5px auto;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
