/* Start of CMSMS style sheet 'moffatMain' */
body {
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clearBoth {
	clear: both;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	color: #5d6741;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	margin: 15px 0 5px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 0;
}

p {
	line-height: 170%;
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #808080;
}



/* main container for the pages */
#bodyBackground {
	background: #8d966f;
}

#container {
        padding: 27px 0 0 0;
	margin: 0 auto 0 auto;
	width: 760px;
}


/* header stuff */
#header {
	width: 760px;
	height: 199px;
	background: url(uploads/images/header.jpg) no-repeat;
	position: relative;
}

#header h1 {
	left: 20px;
	top: 20px;
	position: absolute;
}

#header p#bannerSelfCatering {
	left: 20px;
	top: 51px;
	position: absolute;
}

#header p#bannerSleeps {
	left: 20px;
	top: 76px;
	position: absolute;
}

#header p#bannerAddress {
	right: 10px;
	bottom: 15px;
	position: absolute;
}


/* menu bar */
#menuBar {
	height: 28px;
	background: #5d6741;
}

#menuBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuBar li {
	float: left;
	font-size: 11px;
	margin: 7px 0 0 30px;
}

#menuBar a {
	color: #dfe1d9;
	text-decoration: none;
}

#menuBar a:hover {
	color: #fff;
	text-decoration: underline;
}


/* main content area */
#content {
	background: #fff;
	padding: 25px 12px 25px 12px;
}

#content h2 {
	font-size: 36px;
	font-weight: normal;
	color: #5d6741;
	font-family: "Times New Roman", Times, serif;
}

#content h3 {
	font-size: 24px;
	font-weight: normal;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	margin: 15px 0 5px 0;
}

#content h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 0;
}

#content p {
	line-height: 170%;
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #808080;
}

#content a {
	color: #808080;
}

#content a:hover {
	color: #333;
}

#content p.paraRight {
	margin-left: 280px;
}

#content img {
	padding: 3px;
	border: solid 1px #cacdc4;
	background: #d5d8cf;
}

#content img#calendarKey {
	padding: 0;
	border: none;
	background: #fff;
}

#content img.picRight {
	float: right;
	margin: 0 0 0 15px;
}

#content img.picLeft {
	float: left;
	margin: 0 15px 0 0;
}

#content img.picCentre {
	padding: 0;
	border: none;
	background: #fff;
}

#content p.picRight {
	float: right;
	margin: 0 0 0 15px;
        font-size: 10px;
        text-align: center;
}

#content p.picLeft {
	float: left;
	margin: 0 15px 0 0;
        font-size: 10px;
        text-align: center;
}



#content dl {
	line-height: 170%;
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #808080;
	width: 450px;
}

#content dt {
	font-size: 11px;
	background: #e8eae2;
	padding: 3px 0 0 10px;
}

#content dd {
	background: #f5f7ee;
	margin: 0 0 5px 0;
	padding: 0 0 3px 30px;
}

#content ul {
	line-height: 170%;
	margin: 0 0 10px 20px;
	font-size: 12px;
	color: #808080;
}

#content li {

}

#content #calendar {
        width: 620px;
        margin: 0 auto;
}

#firstPara {
	background: #e8eae2;
	padding: 15px;
	margin: 5px 0 15px 0px;
}

#firstPara p {
	color: #666;
}

#firstPara strong {
	color: #999;
	font-weight: bold;
}

#secondPara, #thirdPara {
	padding: 0 15px;
	margin: 5px 0 5px 0;
}

#photoPara {
	background: #e8eae2;
	padding: 15px;
	margin: 5px 0 15px 0px;
}


}


/* footer */
#footer {
	margin: 0 0 20px 0;
}

#footer ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#footer li {
	float: left;
	font-size: 11px;
	margin: 7px 0 0 30px;
}

#footer a {
	color: #e8eae2;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p {
	font-size: 11px;
	margin: 7px 0 0 30px;
	color: #c6cbb7;
        padding: 0 0 20px 0;
}

#footer p a {
	color: #c6cbb7;
}
/* End of 'moffatMain' */

