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


/* teal - 9BC6B3 */



a img{border:none;}


a:link {color:#72A292;text-decoration:underline;}
a:visited {color:#72A292;text-decoration:underline;}
a:hover {color:#9BC6B3;text-decoration:underline;}
a:active {color:#72A292;text-decoration:underline;}


body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #6c6f70;
	/* background: #ADAA9C; */
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#6D5C50;
}

h1{
	font-size:18px;
	font-weight:bold;
	padding-left: 10px;
	line-height: 30px;
}

h2{
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding-left: 10px;
	font-weight: bold;
}


h3{
	font-size:14px;
	font-weight:bold;
	padding: 0;
	margin:0;
	color:#72A292;	
}


p{
	padding-left:10px;
}


a:link {
	text-decoration: underline;
	color: #78A495;
}

.room{
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}


#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(Images/Template/bg.jpg) #F7F4E7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #73A693;
	text-align: left;
	font-size: 12px;
	 /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #9BC6B3; 
	padding: 0;
	height:338;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#hero { 
	background: #9BC6B3; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #70a489; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background: #9BC6B3;*/
	padding: 15px 0 15px 0;
}

.contact{
	font-size: 11px;
	line-height: 16px;
	padding: 0 20px 0 15px;
	width: 200px;
	color:#666;
	}


#sidebar1 ul{
	display: block;
	padding: 0;
	margin: 0 0 40px 0;
}


#sidebar1 li{
	padding: 8px 0 0 0;
	display: block;
}

#sidebar1 ul li ul{
	display: block;
	margin: 5px 0 0 40px;
	}


#sidebar1 ul li ul li{
	padding: 0 0 5px 15px;
	text-transform: uppercase;
	display: block;
	background: url(Images/Template/bullet.jpg) 1px no-repeat;
	list-style:none;
	color: #CEBD92;
}

#sidebar1 ul li ul li a:link {text-decoration:none; color:#F7F4E7;}
#sidebar1 ul li ul li a:visited {text-decoration:none; color:#F7F4E7;}
#sidebar1 ul li ul li a:hover {text-decoration:none; color:#cebd92;}
#sidebar1 ul li ul li a:active {text-decoration:none; color:#F7F4E7;}



#mainContent { 
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 20px;
	border-top: solid 5px #CEBD92;
	}


#map{
	margin: -20px -20px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	 
	border-bottom: solid 2px #ccc; 
	overflow: hidden;
	
}
 
#footer { 
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F7F4E7; 
	font-size: 10px;
	text-align:right;
	color: #72A292;
	line-height: 20px;
	height: 86px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer a:link {text-decoration:none; color:#72A292;}
#footer a:visited {text-decoration:none; color:#72A292;}
#footer a:hover {text-decoration:none; color:#9BC6B3;}
#footer a:active {text-decoration:none; color:#72A292;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-left: 10px;
	padding-right: 15px;
}

.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.upperright{
	float: right;
	}