@charset "utf-8";
body {
	font: 100% Candara, Verdana, Arial, Helvetica, sans-serif;
	background: #351B00 url(images/bg2.jpg) repeat-x;
	margin: 0; /* 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: #000000;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#wrapper {
	background-color:#fff;
	}
	
.oneColFixCtrHdr #header {
	text-align:center;
	padding: 20px;  /* 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. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:left;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#673400 url(images/footerbg.jpg) repeat-x;
	height:170px;
	color: #fff;
	font-size:13px;
	line-height:18px;
}

#footer a:link,  #footer a:visited, #footer a:hover, #footer a:active{
	color: #fff;
	}
	
.oneColFixCtrHdr #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 */
}

#contactbar {
	text-align:right;
	font-size:16px;
	height:29px;
	width:100%;
	color:#fff;
	line-height: 24px;
	}

.facebooklogo {
	float:right;
	padding:2px 0 0 5px;}

h1 {
	padding: 10px 0 10px 0;
	margin: 0;
	text-transform:uppercase;
	font-size:24px;
	font-weight:normal;
	color: #3D1F00;}

h2 {
	padding: 10px 0;
	margin: 0;
	text-transform:uppercase;
	font-size:20px;
	font-weight:normal;
	color:#3D1F00;
	}

h4 {
	padding: 0;
	margin: 0;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	color:#3D1F00;
	}

h4 a:link{
	color:#3D1F00;
	}

h4 a:visited{
	color:#3D1F00;
}
	
h4 a:hover{
	color:#3D1F00;
	text-decoration:none;
	}

h4 a:active{
	color:#3D1F00;
	}


p {
	padding: 0 0 10px 0;
	margin: 0;}

#topnav {
	clear:both;
	height:44px;
	background:#663300 url(images/topnavbg.jpg) repeat-x;
	color:#fff;
	text-transform:uppercase;
	line-height:44px;}

#topnav ul {
	padding:0;
	margin:0;
	text-align:center;
	}

#topnav li {
	display: inline;
	padding: 0 38px 0 37px;}

.divider {
	background: url(images/topnav_divider.jpg) right no-repeat;}


#topnav a:link {
	color:#fff;
	text-decoration:none;}

#topnav a:visited {
	color:#fff;
	text-decoration:none;}

#topnav a:hover {
	color:#000;
	text-decoration:none;}

#topnav a:active {
	color:#fff;
	text-decoration:none;}

#features {
	background: #663300 url(images/featuresbg.jpg) repeat-x;
	height:262px;
	padding:20px;
	color:#fff;
	font-size:13px;
	line-height:18px;
	text-align:justify;
	clear:both;}

.feature1 {
	width:221px;
	margin-right:18px;
	float:left;}

.feature4 {
	width:221px;
	margin-right:0px;
	float:left;}

#features h3{
font-size: 20px;
padding:10px 0;
margin:0;
text-transform:uppercase;
}

.featureimage {
	border: 2px solid #fff;}

#footercontact {
	float:right;
	text-align:right;}

.fltrt {
	float:right;
	padding:2px;
	border: 1px solid #F97C00;
	margin: 20px 0 20px 30px;}

.fltrt_image {
	float:right;
	margin: 20px 0 20px 30px; }

.fltlt_image {
	float:left;
	margin: 20px 30px 20px 00px; }

.fltlt {
	float:left;
	padding: 2px 5px 0 0;
}

.clear {
	clear:both;}

.attractions {
	float:right;
	padding:2px;
	margin: 20px 0 20px 30px;}


.facilities {
	float:right;
	width:400px;
	padding:10px;
	background-color:#CDA67F;
	margin: 20px 0 20px 20px;
	font-size:14px;
	line-height:22px;
	color:#000;
	border: 1px dashed #9B4E00;}
	
	
	
	/* allow room for 3 columns */
  .wrapper ul
  {
    width: 900px;
  }

  /* float & allow room for the widest item */
  .wrapper ul li
  {
    float: left;
    width: 400px;
  }

  /* stop the float */
  br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 1em;
  }
 
 #map_canvas {
	 width:300px;
	 height:300px;
	float:right;
	padding:2px;
	border: 1px solid #F97C00;
	margin: 20px 0 20px 30px;}

.locationimage {
	float:left;
		padding:2px;
	border: 1px solid #F97C00;
	margin: 0px 20px 20px 0px}

#cottages ul {
	padding:0;
	margin:0;
}

.cottage_image {
	float:right;
	margin: 10px; }
	
.moiracottage {
	padding: 10px;
	border: 1px dashed #3D1F00;}
