/* CSS Document */

/* layout.css CSS file*/
*{
	margin:0;
	padding:0;
}
p, h1, h2, h3, h4, h5, h6 {
padding: 5px 0 10px;
}

body {
	margin:10px 0;
	background-color: #51777e;
	color: #5C5C5C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#wrap {
	width:960px;
	margin:0 auto; /*center hack*/
	background-image: url(../images/wrapbg.gif);
	background-repeat: repeat-y;
}
#header {
	width:960px;
	margin:0 auto;
	height:130px;
	background-color:#3d6f41;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#topnav{
	width:960px;
	margin:0 auto;
	height:30px;
	background-color:#d4ad58;
}
#main{
	width:960px;
	margin:0 auto;
}
#leftsidebar {
	float:left;
	width:260px;
	background-color: #aecbb5;
	background-position: right top;
	color: #203C22;
}
#content {
	float:left;
	width:700px;
	min-height: 450px;
	padding-bottom: 20px;
}
#content ul li{
margin-left: 10px;
}
.contentleft{
width:65%;
float: left;}
.contentright{
	width:32%;
	min-height: 300px;
	float:right;
	border-left: solid 1px #aecbb5;
}
.rtcontent{
width:40%;
float:right;}
.rtcontent img{
border: 1px solid #666;
}
.ltcontent{
	width:60%;
	float:left;
}
.insideright{
	padding: 0 10px;
}
#footer {
	width:960px;
	margin:0 auto;
	clear:both;
	background-color: #3D6F41;
	/*text-align: center;*/
}
.inside {
	padding:10px;
}
.insidecontent {
	padding:20px;
}
.insideres{
	padding: 10px 10px 10px 50px;
}
.fltrt{
	float:right;
	margin-left:20px;
}
.fltrt img{
	border:none;
}
.fltlt img{
	border:none;
}
.fltlt{
	float:left;
}

.clrflt{
	clear:both;
}
.center{
	text-align: center;
}
.imgright img {
	float:right;
	margin: 0 10px 10px;
}
.imgleft img {
	float:left;
	margin: 0 10px 10px 0;
}
.sbintro{
	width: 240px;
}

/*#leftsidebar p{	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	}*/
	
.sbad{
	width:240px;
	background-color: #CADDCF;
	margin: 10px auto;
}


/*FONT AND LINK STYLING*/
.sbintro p{
	font-size: 14px;
	font-weight:bold;
	color: #3C575B;
	margin-left: 5px;
}
#header p{
	color:#FFFFFF;
	letter-spacing:.05em;
	margin-right: 10px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 110%;
}
.head{
	font-size:17px;
	font-weight:bold;
}
#leftsidebar p.subhead{
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:18px;
	font-weight:bold;
	line-height: 18px;
	color: #3C575B;
	text-align: center;
	margin: 0;
	margin-top: 10px;
}
#main a:link, #main a:visited {
	font-weight: bold;
	color: #51777E;
	text-decoration: none;
	
}
#main h3 a:link, #main h3 a:visited {
	font-weight: bold;
	color: #3C575B;
	text-decoration: none;
	
}

#main a:hover, #main h3 a:hover {
	color: #549C49;
	
}
h3.link{
font-size: 16px;
}
h2{
	font-size: 20px;
}
.contentright h2{
	font-size: 18px;
	color: #416065;
}
ul.content li{
	margin-bottom: 5px;
	margin-left: 20px;
	
	list-style-type: square;
}
#content ul.amenities li{
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 40px;
	list-style-type: square;
}

span.normal{
font-size:12px;
}
p.announce span.normal{
font-size:12px;
font-weight:normal;
}
p.announce{
font-size:14px;
font-weight:bold;}
/*END FONT AND LINK STYLING*/
/*RATE TABLE STYLES*/
table.ratetable td{
	padding:5px;
	border-right: 1px solid #3D6F41;
	border-bottom: 1px solid #3D6F41;
}
table.ratetable{
	border: 1px solid #3D6F41;
	margin-bottom: 10px;
}
table.ratetable td.head{
	font-weight:bold;
}
table.reservation td{
	padding: 2px 0;
	line-height: 20px;
}
table.reservation td.left{
	width:110px;
}
/*END RATE TABLE STYLES*/
ul.lsb{
list-style-type:none;}
ul.lsb li{
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 0%;
	padding:0 0 0 25px;
	margin: 10px;
}
#main div.panel-title{
	font-size:14px;
	margin:0.3em 0;
}
.galleybox{
	width:705px;
	margin: 0 auto;
}
div.weather{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:240px;
	margin: 10px auto;
	border: 1px solid #CADDCF;
	background-color: #FFFFFF;}
table.weather{

	background-color: #FFFFFF;
}
table.weather td{
	font-size: 11px;
	padding:3px;
	background-color: #FFFFFF;
}
table.weather td.current{
	text-align:center;
	width: 50px;
	background-color: #DFEBEC;
}
table.weather td.location{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-bottom: dotted 1px #DFEBEC;
}
table.weather td.conditions{
	padding-left:5px;
}
table.forecast{

}
table.forecast td{
	text-align:center;
	padding:3px 0;
}
hr {
	width: 95%;
	height: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color:#006600;
}
p.weather{
text-align:center;
line-height: 18px;
}
.contact {
	width: 425px;
	margin: 20px auto;
	/*border: 1px solid #51777E;*/
}
.contact table{
/*margin: 10px;*/
}
