@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	/* [disabled]float: left; */
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

h1, h2, h3 {color: #00531F;}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.9318%;
	padding-left: 1.034%;
	padding-right: 1.034%;
	clear: none;
	float: none;
}

#div1 {
display: none;
}

.contentArea {width: 100%; margin: 0; padding:0;}
.pagetopline { border-top: 5px solid #00531F } 
.topline {border-top: 1px solid #777777;}
.botline {border-bottom: 1px solid #777777;}

#header {	
}
#topNav {
}

#topSlider { display: none;}

#header #strapline {
	margin-bottom: 25px;
	display: block;
	color: #666666;
}
#topMenu {
	margin-top: 20px;
	float: left;
}
.navItem {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	clear: both;
	margin-left: 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom-color: #FAFBE7;
	border-style: none none solid;
	border-bottom-width: 1px;
	font-size: 0.86em;
}
.navItem a, .navItem a:link, .navItem a:visited, .navItem a:hover, .navItem a:active { text-decoration: none; padding-bottom: 10px;}
.navItem a:hover, .navItem a:active, .navItem.active a { color: #00531F; border-bottom: 1px solid #00531F; }

.subnavItem {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	clear: both;
	margin-left: 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	font-size: 0.9em;
}
.subnavItem a, .subnavItem a:link, .subnavItem a:visited, .subnavItem a:hover, .subnavItem a:active { text-decoration: none; padding-bottom: 10px;}
.subnavItem a:hover, .subnavItem a:active, .subnavItem.active a { color: #00531F; border-bottom: none;  }

#breadcrumbNav { float: left; font-size: 0.8em; font-style: italic; width: 100%; padding-bottom: 10px; }

ul#breadcrumb li {display: block; float: left;  width: auto; }
	
#breadcrumb li + li:before{
  content:  '>';
  margin:   0 2px;
}


#header img {
	float: left;
}

#slider-wrapper {
 padding: 20px 20px 0 20px !important;	
}
#headLogo {
	width: 100%;
	
}
#mainContent {
width: 100%;
position: static;
height: auto;
margin-left: 0;
}
#footer { color: #666;}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.one_third {
	width: 31%;
	margin: 1.16%;
	float: left;
	min-width: 210px;
	
}

.two_third {
	width: 63.16%;
	margin: 1.16%;
	min-width: 400px;
	float: left;	
}


.one_quarter {
	width: 23%;
	margin: 1%;
	float: left;
	min-width: 210px;
}

.one_half {
	width: 48%;
	margin: 1%;
	float: left;
	min-width: 410px;
}

.three_quarter {
	width: 73%;
	margin: 1%;
	float: left;
	min-width: 410px;	
}

.background1 {
	background-color: #FAFBE7;
}

.background2 {
	background-color: #EBF2E3;
}

.background3 {
	background-color: #fff;
}

div.galleriffic div.gal_main { 
float: left !important; 
background: #EBF2E3;
 }
 
 
div.galleriffic div.slideshow a.advance-link {
    height: 460px !important;
    line-height: 460px !important;
    width: 550px;
} 

/* thumb boxes for room summary page */

.thumbbox {
float: left; width: 187px; height: 250px; margin: 5px;  
}

.thumbimage { width: 187px; height: 152px;}
.thumbtitle {padding-top: 10px; padding-bottom: 5px;font-weight: normal; color: #00531F; font-weight: bold;}
.thumbtitle a { color: #00531F;}

.summarybox { width: 90%; padding: 10px 0 10px 0; border-bottom: 1px solid #777777;}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	width: 91.9431%;
	padding-left: 0.5284%;
	padding-right: 0.5284%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
display: block;
}
#topline {
}
#header {
}
#topNav {
}
#topMenu {
}

#topSlider { display: inline;}

.navItem {
clear: both;
margin-left: 0;
width: 100%;
}
#headLogo {
width: 100%;
}
#mainContent {
width: 100%;
position: static;
height: auto;
margin-left: 0;
}
#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.gridContainer {
	width: 89.3181%;
	max-width: 1000px;
	padding-left: 0.3409%;
	padding-right: 0.3409%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
display: block;
background: #E81619;
}
#topline {
	height: 5px;
	max-height: 5px;
	background-color: #00531F;
}
#header {
}
#topNav {
	float: right;
	width: 60%;
	margin-top: 12px;
}

#subNav {
	float: left;
	width: 90%;
	margin-top: 10px;
}


#topSlider { display: inline;}

#topMenu {
	width: 100%;
	float: right;
	display: block;
}

#subMenu {
	width: 100%;
	float: left;
	display: block;
}

.navItem, .subnavItem {
	margin-left: 1.6949%;
	clear: none;
	width: auto;
}
#headLogo {
	width: auto;
	max-width: 400px;
	float: left;
	
}


#mainContent {
width: 100%;
margin-left: 0;
position: static;
height: auto;
}
#footer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}
