html{
  margin:0;
	padding:0;
	background:white;
}

body{
  margin:0;
	padding:0;
	font-family: Times New Roman, Times;
}

a{
  color:#1a60ad;
	text-decoration:none;
}

img.right{
  float: right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #888;
	clear:right;
}

img.left{
  float: left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #888;
	clear:left;
}

h1,h2,h3,h4,h5,h6{
  color:#1a60ad;
	font-weight: normal;
	margin:0;
	margin-bottom:10px;
}

#container{
	width:960px;
  margin:0 auto;
	background:#f9fbed;
	/* background-image: url(../images/layout.jpg); */
}

/*
 * Header
 */
#header{
	background: url(../images/header.jpg) top center no-repeat;
	height: 153px;
}

#header h1{
	text-align: center;
}

#header h1 a{
  color:#58585a;
	font-size: 17px;
  display:block;
	padding-top:120px;
}


/*
 * Page Content
 */
#content{
  overflow: auto;
}

#bgimages{
	position: absolute;
	z-index: -1;
	height: 554px;
	width:500px;
	padding:25px;
	background: url(../images/centerpics/farmhouse.jpg) 50% 25px no-repeat;
}

#bgimages img{
	position: absolute;
	opacity:0;
	left:auto;
	right:auto;
}

#innercontent{
	padding:10px;
	padding-bottom:0;
}

#pagecontent{
	float:left;
	width:550px;
	overflow: hidden;
	color:#444;
}

#pagecontent strong{
  color:#1A60AD;
}

#pagecontent p{
  margin:0;
	margin-bottom:10px;
	line-height: 1.4em;
}

#pagecontent h1{
  margin-right:160px;
	margin-bottom:18px;
}

#pagecontent #home h1{
  margin:0;
	margin-top:-8px;
	text-align: center;
	font-weight: normal;
	font-size:2.8em;
}

#pagecontent #home h2{
	text-align:center;
	font-size: 1.9em;
}

#pagecontent #home h3{
	text-align:center;
	font-weight: normal;
	margin:0;
	margin-top:-5px;
	font-size: 1.4em;
}
/* End Page Content Styles */


/* Cottage Styles */
#cottage{

}

#cottage p img{
	margin-left:10px;
	border:none;
}

#cottage p img:first-child{
	margin-left:0;
}

#cottage h2.cottage{
  margin:0;
	text-align: center;
	margin-right:160px;
}

#cottage p.cottage{
  text-align: center;
	font-size: 1.2em;
	margin-right:160px;
	margin-bottom:0;
}

#cottage .main-image img{
	border:none;
	margin:0;
}

#cottagelist{
  text-align: center;
}

#cottagelist a{
	display: block;
	float: left;
	border:1px solid #1A60AD;
	margin-right:4px;
	margin-bottom:4px;
}

#cottagelist a span{
  display: block;
	height: 30px;
	text-align:center;
	width:188px;
	font-weight: bold;
	line-height: 30px;
	color:#1A60AD;
	border-top:1px solid #1A60AD;
}

#cottagelist a:hover span{
	background:#1A60AD;
	color:white;
}

#cottagelist a img{
  display: block;
	width:188px;
	border:none;
}

#cottagelist a.bottom{
  margin-right: 3px;
}

#cottagelist a.bottom img, #cottagelist a.bottom span{
  width:253px;
}

#cottagelist a.bottom img{
	height: 130px;
}

ul.flower{
  list-style:none;
	margin:10px 0;
	margin-top:0;
	padding:0;
	min-height: 0;
	width:250px;
}

ul.flower li{
	margin-bottom:4px;
}

ul.flower li a{
	padding-left:15px;
  display: block;
	background: transparent url(../images/li.jpg) 0 8px no-repeat;
	color:#6481C0;
  display:block;
	font-size:1.25em;
}

ul.flower li a:hover, ul.flower li.selected a{
	background: transparent url(../images/li_hover.jpg) 0 8px no-repeat;
	color:#1a60ad;
}

/* End Cottages Styles */


/* Contact Form Styles */
#contact{

}

#contactform{

}

#contact p{
  margin-left:120px;
	margin-top:4px;
	margin-bottom:4px;
}

#contact p label{
  float: left;
	margin-left: -120px;
	font-weight: bold;
}

#contact p input[type=text]{
  width:300px;
	border:1px solid #1A60AD;
	padding:2px;
	border-radius:3px;
	-moz-border-radius:3px;
  -webkit-border-radius:3px;
	background: url(../images/form_bg.jpg);
	font-family: Arial;
	font-size: 13px;
}

#contact p textarea{
	padding:2px;
  width:300px;
	height: 100px;
	border:1px solid #1A60AD;
	border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
	background: url(../images/form_bg.jpg);
	font-family: Arial;
	font-size: 13px;
}

#contact p input[type=submit]{
  border:1px solid #1A60AD;
	border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
	color: #1A60AD;
	font-weight: bold;
	font-family:Times New Roman, Times;
	cursor: pointer;
	padding:1px 10px;
	font-size: 0.85em;
}

#contact p input[type=submit]:hover{
  background: #1A60AD;
	color: white;
}

#contact p span.required{
  color: #1A60AD;
}

#contact p input.missing, #contact p textarea.missing{
  color:black;
	border:1px solid #e32825;
	background: #eee;
}

div.formerror{
  margin-bottom: 10px;
	color:#1A60AD;
	font-weight: bold;
}
/* End Contact Styles */


/* Prices Styles */
table.pricetable{
  font-size: 0.9em;
	text-align: center;
}

table.pricetable .odd{
	background:#eee;
}
/* End Prices Styles */


/* Comments Styles */
#comments{

}

#comments div.comment{
	margin-bottom:25px;
}

#comments p.comment{
	margin-top:0;
	margin-bottom:2px;
	padding-left:15px;
	font-style: italic;
}

#comments p.where{
  margin:0;
	margin-bottom:2px;
	color:#1A60AD;
	font-weight: bold;
}

#comments p.who{
	color:#1A60AD;
	margin:0;
	margin-left:50px;
}
/* End Comments Styles */


/* Gallery Styles */
#gallery{

}

#gallery ul.galmenu{
	margin:0;
	padding:0;
	list-style: none;
	margin-bottom:15px;
}

#gallery ul.galmenu li{
	float: left;
	margin-bottom:10px;
	height: 178px;
	margin-right:15px;
}

#gallery ul.galmenu li a{
	display:block;
	text-align: center;
	font-weight: bold;
	color: #6481C0;
}

#gallery ul.galmenu li a span{
  display: block;
}

#gallery ul.galmenu li a img{
  display: block;
	border:1px solid #6481c0;
  margin:0px auto;
}

#gallery ul.galmenu li a div{
  background: url(../images/img-bot.png) bottom left no-repeat;
}

#gallery ul.galmenu li a div p{
  background: url(../images/img-right.png) top right no-repeat;
	margin:0;
}

#gallery ul.galmenu li a div span{
	background: url(../images/img-corner.png) bottom right no-repeat;
  padding-bottom:6px;
	padding-right:6px;
}

#gallery ul.galmenu li a:hover{
  color: #1A60AD;
}

#gallery ul.galmenu li a:hover img{
	border-color:black;
}

#gallery #breadcrumbs{
  font-size: 0.9em;
	margin-bottom:10px;
}

#gallery #breadcrumbs a{
  font-weight: bold;
}

#gallery #breadcrumbs span{

}

#gallery ul.gallery{
	padding:0;
	margin:0;
	list-style: none;
}

#gallery ul.gallery li{
  float: left;
	margin-right:8px;
	margin-bottom:8px;
	text-align: center;
	height: 190px;
	width: 170px;
	line-height: 1.1em;
	font-size:0.8em;
}

#gallery ul.gallery li a img{
	border:1px solid #1A60AD;
	padding:3px;
	display:block;
  margin:0px auto;
}

#gallery ul.gallery li a:hover img{
	border-color:black;
}

#gallery ul.gallery li span{
	color: #1A60AD;
}
/* End Gallery Styles */


/* News Styles */
ul.news{
	margin-top:15px;
	font-size: 0.9em;
	width:auto;
	padding:10px 0;
}

ul.news li{
	width:auto;
}

ul.news li span.title{
	float:left;
	background: transparent;
}

ul.news li span.date{
  width:auto;
	float: right;
	color:#444444;
	font-size: 0.8em;
	background: transparent;
}

ul.news li a{
  width:auto;
	overflow: auto;
}
/* End News Styles */


/* Footer Styles */
#footer{
  clear:both;
	text-align:center;
}

#upperfooter{
  text-align: left;
}

span.access{
	display: block;
  line-height:40px;
	font-size: 18px;
	font-weight: bold;
	width:400px;
	margin:0px auto;
	color:#1a60ad;
	text-align:center;
	clear:both;
	padding-right:160px;
}

span.access img{
  vertical-align: middle;
	border: none;
}

#cottage span.access img{
  border:none;
	margin:0;
}

span.links{
	position: absolute;
	margin-top: 45px;
	margin-left:800px;
	font-family: Arial;
	font-size: 0.75em;
}

span.links a{
  color: black;
}

#lowerfooter{
	font-family: Arial;
	font-size: 0.75em;
  height: 170px;
	border-top: 1px solid #1A60AD;
	border-bottom: 1px solid #1A60AD;
	text-align: center;
	padding:5px 0;
	color:white;
	background: url(../images/footer_bg.jpg) 50% 50% no-repeat;
}

#lowerfooter p{
  margin:0;
	margin-bottom:4px;
}

#footer p a{
  color:white;
  font-weight:bold;
}

#lowerfooter span.gold{
	font-weight: bold;
}

#lowerfooter span.silver{
	font-weight: bold;
}

#lowerfooter span.bronze{
	font-weight: bold;
}

#lowerfooter span.award{
	font-weight: bold;
}

#orphans{
  text-align:left;
  font-size:12px;
  padding:10px 0;
  margin:0px auto;
  width:960px;
}


.mceContentBody{
  font-size: 1em;
	background: #f9fbed;
}

div.clear{
  clear:both;
}