body,

	html {
	margin:0;
	padding:0;
	background:#676766;
	color:#000000;
	font-size: 10pt;
	font-family: sans-serif, Arial, tahoma , "Times New Roman";
	scrollbar-arrow-color: #FCFAF9;
	scrollbar-darkshadow-color: #000305;
	scrollbar-face-color: #676766;
	scrollbar-highlight-color: #707070;
	scrollbar-track-color: #333333;
	}

	body {
		min-width:750px;
	}

	#wrap {
	width:1000px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #676766;
	height: 569px;
	}

	#header {
	color: white;
	font-size: 25px;
	font-weight: normal;
	background-color: #333333;
	height: 70px;
	}
.header_underline {
	text-decoration: underline;
}


	#header h1 {
    	padding:5px;
	    margin:0;
    }

	#nav {
	color: white;
	font-size: 14px;
	background-color: #666665;
	font-weight: bolder;
	padding: 7px;
	height: 15px;
	}

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

	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}

	#main {
	float:left;
	width:263px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #333333;
	height: 460px;
	overflow-y:scroll;
	overflow-x:hide;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	}
	
	#main a {
	color: #FFFFFF;
	}

#mycustomscroll2 {
	float:left;
	width:263px;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #333333;
	height: 460px;
	overflow: auto;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	}
	
	#mycustomscroll2 a {
	color: #FFFFFF;
	}


	#sidebar {
	background:#FFFFFF;
	float:left;
	height: 470px;
	overflow: hidden;
	}

	#sidebar ul {
		margin-bottom:0;
    }

    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }

    .main-hscroll {
    	width: calc(100% - 275px);
    }

    .main-hscroll img {
    	width: 100%;
    	object-fit: cover;
	}

	.h-scroll {
		width: 100%;
    	border: 1px solid #ffffff;
    	float: none;
    	position: relative;
    	left: -1px;
	}

	.h-scroll ul.slider-nav {
    	padding: 0 11px;
	}

	.h-scroll .slick-track {
    	display: flex;
    	flex-wrap: wrap;
	}

	.h-scroll ul li img {
    	width: 92%;
    	display: block;
    	border: 2px solid #ffffff;
    	transition: all 0.25s ease-in;
	}

	.h-scroll .slick-track .slick-slide {
    height: inherit;
    position: relative;
}

.h-scroll .slick-track .slick-slide img {
    height: calc(100% - 3px);
    object-fit: cover;
}

.h-scroll .slick-track .slick-slide:hover img {
    filter: grayscale(1);
}

	.h-scroll ul.slider-nav .slick-arrow {
    font-size: 0;
    position: absolute;
    background: #ffffff;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    border: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    cursor: pointer;
}

.h-scroll ul.slider-nav .slick-arrow.slick-next {
    right: -15px;
    left: inherit;
}

.h-scroll ul.slider-nav .slick-arrow.slick-prev:after {
    content: "";
    position: absolute;
    border-top: 7px solid transparent;
    border-right: 11px solid #676766;
    border-left: 11px solid transparent;
    border-bottom: 7px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    left: -3px;
}

.h-scroll ul.slider-nav .slick-arrow.slick-next:after {
    content: "";
    position: absolute;
    border-top: 7px solid transparent;
    border-left: 11px solid #676766;
    border-right: 11px solid transparent;
    border-bottom: 7px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
}

	.heading1 {
		color: #1C5B9E;
		font-size: 20pt;
	}
	.heading2 A {
		color: #FFFFFF;
		font-size: 12pt;
		text-decoration: none;
	}
	.heading2 {
		color: #FFFFFF;
		font-size: 12pt;
	}
#splash {
	width:825px;
	height: 470px;
	background-color: #676766;
}
#nav a:link {
	color: white;
	text-decoration: none;
}
#nav a:visited {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_selected {
	color: #333333;
}
#main a:link {
	color: white;
	text-decoration: none;
}
#main a:visited {
	color: white;
	text-decoration: none;
}
#main a:hover {
	color: #666665;
	text-decoration: none;
}
#Hedgerows_choice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
}
.captchadatas #sub_btn {
    margin-bottom: 3px;
}

.g-recaptcha {
    clear: left;
    transform: scale(.8);
    position: absolute;
    left: -30px;
}
