/*Responsive CSS*/


* {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
#container {
	width: 658px;
	overflow: auto;
}
h1 {
	text-align: center;
	margin-bottom: 20px;
}
#hom {
	float: left;
	width: 658px;
	height: 700px;
	background-image: url(../images/hom.jpg);
	background-repeat: no-repeat;
}
#hom_in {
	width: 656px;
	float: left;
	height: auto !important;
}
#abt {
	float: left;
	width: 656px;
	height: 700px;
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
}
#abt_in {
	width: 656px;
	float: left;
	height: auto !important;
}
#cottage {
	float: left;
	width: 656px;
	height: 700px;
	background-image: url(../images/2.jpg);
	background-repeat: no-repeat;
}
#cottage_in {
	width: 656px;
	float: left;
	height: auto !important;
}
#activity {
	float: left;
	width: 656px;
	height: 700px;
	background-image: url(../images/3.jpg);
	background-repeat: no-repeat;
}
#activity_in {
	width: 656px;
	float: left;
	height: auto !important;
}
#food {
	float: left;
	width: 656px;
	height: 700px;
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
}
#food_in {
	width: 656px;
	float: left;
	height: auto !important;
}
#contact {
	float: left;
	width: 656px;
	height: 700px;
	background-image: url(../images/5.jpg);
	background-repeat: no-repeat;
}
#contact_in {
	width: 656px;
	float: left;
	height: auto !important;
}
.faq li {
	float: left;
	width: 658px;
	height: 700px;
}
.faq li.q {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px #ddd solid;
	cursor: pointer;
}
.faq li.a {
	display: none;
	color: #333;
	border: 1px dashed #ccc;
}
.inner_content {
	float: left;
	width: 628px;
	height: auto;
	margin-top: 30px;
	margin-left: 15px;
	margin-bottom: 30px;
}
.inner_content h3 {
	float: left;
	width: 628px;
	font-family: Tahoma;
	text-align: justify;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #1C2172;
}
.inner_content p {
	float: left;
	width: 628px;
	font-family: Tahoma;
	font-size: 16px;
	text-align: justify;
	font-weight: normal;
	line-height: 26px;
	color: #777;
}
.inner_content a {
	float: left;
	width: 628px;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #1C2172;
	text-decoration: none;
	margin-top: 20px;
}
.rotate {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (max-width:800px) {
#container {
	width: 90%;
}
}
