@charset "utf-8";
* {
	margin:0;
}
html, body {
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #006600;
	color: #FFFFFF;
}
a:link, a:visited, a:active {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#86CB23;
}
img {
	border:none;
}
input:focus, textarea:focus {
    outline: 0;
}
.wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -144px;
	background-image:url(../images/bg_centre.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.header {
	position:relative;
	height:145px;
	margin:auto;
	width:890px;
}
.logo_main {
	position:absolute;
	top:42px;
	left:0px;
	width:392px;
	height:86px;
}
.header_contact {
	position: absolute;
	top: 12px;
	right: 12px;
	text-align: right;
	font-size: 13px;
	color: #FFFFFF;
}
h1 {
	font-size:15px;
	color:#86CB23;
	font-weight: normal;
	margin-bottom:5px;
}
.price {
	color:#fff;
}
strong {
	color:#86CB23;
}
.greenbar, .greenbarsub {
	width:auto;
	background-image:url(../images/greenbar.png);
	background-position:center 25px;
	background-repeat:repeat-x;
}
.greenbar {
	height:369px;
}
.greenbarsub {
	height:415px;
}
.greenbar_glow {
	height:322px;
	width:auto;
	background-image:url(../images/greenbar_centre.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-top:25px;
}
.mainimage {
	margin:auto;
	width:866px;
	height:323px;
	background-image:url(../images/main_image_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding: 7px 12px 07px 12px;
}
.menu {
	margin:auto;
	width:866px;
	height:57px;
	text-align: center;
}
.centre, .centre_subsection {
	margin:auto;
	width:866px;
	font-size:15px;
}
.centre_subsection {
	background-image:url(../images/darkener_top.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.centre p, .centre_subsection p  {
	text-align: justify;
	padding-bottom:14px;
}
.title, .subtitle {
	padding:15px 7px 4px 0;
}
.nav_main {
	margin:auto;
	width:878px;
	height:40px;
	text-align: center;
	overflow:hidden;
	position:relative;
}
.nav_main ul {
	clear:left;
	float:left;
	list-style:none;
	display:block;
	height:40px;
	font-size:18px;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	
}
.nav_main li {
	height:40px;
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
.nav_main li a {
	display: block;
	float: left;
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 9px 28px 9px 28px;
	/*background-image:url(../images/menu_highlight.png);*/
	background-position: center bottom;
	background-repeat: no-repeat;
	text-decoration: underline;
	/*background-color: #6CA032;*/
}
.nav_main li a:hover {
	color:#FFFFFF;
	background-image:url(../images/menu_highlight.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.nav_main li.active a {
	color: #000000;
	display: inline;
	/*background-image:url(../images/menu_highlight.png);*/
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	font-weight: bold;
	background-color: #B9CB59;
}
.nav_main li.active a:hover {
	background-image:url(../images/menu_highlight.png);
}
.nav_sub_container{
	padding-top:8px;
	width:auto;
	background-image:url(../images/darkener.png);
}
.nav_sub {
	margin:auto;
	width:866px;
	height:27px;
	text-align: center;
	overflow:hidden;
	position:relative;
}
.nav_sub ul {
	clear:left;
	float:left;
	list-style:none;
	display:block;
	height:27px;
	font-size:15px;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
.nav_sub li {
	height:27px;
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
.nav_sub li a {
	display: block;
	font-size: 14px;
	float: left;
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 26px 1px 26px;
}
.nav_sub li a:hover {
	color:#FFFFFF;
	background-image:url(../images/menu_highlight.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.nav_sub li.active a {
	display:inline;
	background-image:url(../images/menu_highlight.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	float:left;
	margin:0;
}
.nav_sub li.active a:hover {
	background-image:url(../images/menu_highlight.png);
}
.darkbar {
	margin-top:5px;
	width:auto;
	background-image:url(../images/darkener.png);
}
.dark_glow, .dark_glow_content{
	width:906px;
	margin:auto;
	margin-bottom:5px;
	padding:24px 0;
	background-image:url(../images/darkener_top.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.dark_glow {
	min-height:113px;
}
.dark_title {
	padding-bottom: 10px;
}
#group-title {
	text-align:left;
}
#group-title b {
	display:block;
	margin-right:80px;
}
#group-title span {
	float:right;
}
#menu {
	position:relative;
	top:1px;
	left:0px;
	width:100px;
	display:none;
}
#menu div.jqDockWrap {
	margin:0px auto;
}
#menu div.jqDock, a.group {
	cursor:url(magnify.cur), url(magnify.cur), default;
}
.location{position:relative; padding:10px 20px;}
.locationL{float:left;width:53%;}
.locationR{float:right;width:46%;}
.clear{clear:both;}
.KGform {
	padding:10px 0 0 0;
}
.KGtextbox {
	background-color : #fff;
	border: 1px solid #dda0d8;
	width: 230px;
	color: #000;
}
.KGsubmit {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -3000px;
  background: url(../images/input_arrow.png) no-repeat 50% 50%;
  width: 35px;
  height: 20px;	
}
.t_main{	background-image:url(../images/t_bg.png); background-position:center;
padding:24px 24px 10px 24px;}
.t_top{height:9px;background-image:url(../images/testimonial_top.png);background-repeat:no-repeat;background-position:top;}
.t_quote{background-image:url(../images/testimonial_qt01.png);background-repeat:no-repeat;background-position:left top;}
.t_content{background-image:url(../images/testimonial_qt02.png);background-repeat:no-repeat;background-position:right bottom;padding:0 57px;min-height:35px;}
.t_content p {padding: 0;}
.t_content p + p { margin-top: 16px; }
.t_author{
	text-align:right;
	padding:15px 0 5px 0;
	color:#86CB23;
	font-style: italic;
}
.t_foot{background-image:url(../images/testimonial_ft.png);background-repeat:no-repeat;background-position:top;height:47px;}
.push {
	height:144px;
}
.footershad {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background-image:url(../images/footershad.png);*/
	background-position:top;
	background-repeat:repeat-x;
}
.footer {
	height: 100px;

}
.footercontent {
	
	margin: auto;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
.footercontent a:link {
	color:#FFFFF;
}
.footercontent a:hover {
	color: #6CA032;
}
.footericons {
	position: relative;
	width: 886px;
	text-align: center;
	/*left:257px;
	width:413px;*/
	height:45px;
}
/*
ul#footer_icons{width:413px;list-style:none;padding:0;}
ul#footer_icons li{display:inline;}
ul#footer_icons li a{display:block;float:left;height:69px;background-image:url(../images/ft_logos_2.gif);text-indent:-9999px;}
ul#footer_icons li a.Facebook{width:62px;background-position:0 -69px;}
ul#footer_icons li a.OwnersDirect{width:89px;background-position:-62px -69px;margin-left:40px;}
ul#footer_icons li a.YAYW{width:73px;background-position:-151px -69px;margin-left:40px;}
ul#footer_icons li a.WhichCottage{width:69px;background-position:-224px -69px;margin-left:40px;}
ul#footer_icons li a.Facebook:hover, ul#footer_icons li a.Facebook:focus{background-position:0 0px;}
ul#footer_icons li a.OwnersDirect:hover, ul#footer_icons li a.OwnersDirect:focus{background-position:-62px 0px;}
ul#footer_icons li a.YAYW:hover, ul#footer_icons li a.YAYW:focus{background-position:-151px 0px;}
ul#footer_icons li a.WhichCottage:hover, ul#footer_icons li a.WhichCottage:focus{background-position:-224px 0px;}


.footerajs {
	position:absolute;
	top:52px;
	right:0;
	width:72px;
}
a.ajs {
	display:block;
	width:72px;
	height:17px;
	text-decoration:none;
	background:url("../images/ajs.png");
}
a.ajs:hover {
	background-position:0px -17px;
}
.footerkg {
	position:absolute;
	top:46px;
	left:0;
	width:146px;
}
a.kgfoot {
	display:block;
	width:146px;
	height:29px;
	text-decoration:none;
	background:url("../images/logo_footer.png");
}
a.kgfoot:hover {
	background-position:0px -29px;
}
*/
#map_div{width:866px;height:323px;padding:auto;}

.infowindow, .infowindow strong {
	color:#333
}
