html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	padding:0px;
	margin:0px;
}
h1,h2,h3{
	color:#479744;
	font-weight:bold;
	font-size:21px;
}
p{
	font-size:14px;
	color:#414042;
	line-height:19px;

}
body{
	background-color:#F1F1D4;
	font-family:arial, helvetica, sans-serif;
}
#wrapper{
	width:940px;
	padding:40px 30px 30px 30px;
	margin:0 auto;
	margin-top:10px;
	background-color:#fff;
	border:1px solid #ddd;
}
#header{
	margin-bottom:30px;
}
#logo{
	float:left;
}
#leftCol{
	width:130px;
	float:left;
}
#social{
	position:relative;
	left:50px;
	top:22px;
}
#social img:last-child{
	margin-left:15px;
}
#contentArea{
	width:810px;
	float:left;
	overflow:hidden;
}
#nav{
	width:100%;
	position:relative;
	height:40px;
	background-color:#479744;
}
#nav li{
	display:inline-block;
	width:162px;
	text-align:center;
}
#nav li a{
	line-height:40px;
	color:#fff;
	text-decoration:none;
	display:block;
}
#nav li a:hover{
	background-color:#486D47;
	display:block;
}

#testimonial{
	text-align:center;
	margin-bottom:30px;

}
.testimonialHeader{
	margin-top:10px;
	color:#479744;
	font-size:17px;
	font-weight:bold;
	line-height:23px;
}
.testimonialName{
	font-size:9px;
	color:#6D6E71;
	display:inline-block;
	border-bottom:1px solid #ccc;
}

#contentLeftCol{
	width:465px;	
	float:left;
	position:relative;
	padding-right:30px;
	border-right:1px solid #ccc;
}
#contentLocation{
	width:100%;	
	position:relative;
}
#contentLocation ul li{
	font-size: 14px;
	color: #414042;
	line-height: 19px;
	display:block;
}
.LocationCol{
	width:350px; 
	float:left;
}
.LocationCol:last-child{
	width:400px; 
	float:left;
}
#contentLeftCol ul li{
	font-size: 14px;
	color: #414042;
	line-height: 19px;
}
#contentRightCol{
	width:280px;
	float:right;
}
#contentRightCol img{
	margin-bottom:25px;
}

.bookOnlineBtn{
	color:#fff;
	background-color:#479744;
	display:block;
	text-align:center;
	height:40px;
	line-height:40px;
	margin-bottom:25px;
	text-decoration:none;
	-webkit-border-radius:20px;
	border-radius:20px;
        font-size: 125%;
}
/*Bed and Breakfast */
#bandbtariff{
	border:1px solid #ccc;
	text-align:left;
	font-size:14px;
}
#bandbtariff th{
	color:#fff;
	background-color:#999;
	font-weight:bold;
	height:20px;
	vertical-align:middle;
}

#bandbtariff tr td,#bandbtariff th{
	border:1px solid #ccc;
	text-align:left;
	padding:5px;
}


.col1{
	width:200px;
	padding:10px 0px;
}

#footer{
	width:1002px;
	height:60px;
	margin:0 auto;
	position:relative;
	background-color:#479744;
	color:#fff;
	text-align:center;
	padding-top:20px;
}
#footer p{
	color:#fff;
	text-align:center;
	font-size:14px;
}
#footer a {
	color: #fff;
}
.clear{
	clear:both;
}