	@charset "utf-8";
	/* CSS Document */
	body {
	background-image: url(bg.jpg);
	width: 100%;
	overflow-x: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	}
#header-background {
	width: 100%;
	float: left;
	background-repeat: repeat;
	background-position: center center;
	background-color: #FFF;
	background-image: url(2016-green-bg.png);
}
	
	#header {
	background-repeat: no-repeat;
	position: relative;
	
	}
	

#newssignup {
	width: 200px;
	float: right;
	display: inline-block;
	position: fixed;
	visibility: visible;
	z-index: 999;
	bottom: 0px;
	text-align: center;
	background: #FFF;
	border-radius: 1px;
}

#wrapper {
	background-color: #FCF0D6;
	}
	#icons {
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: auto;
	clear: both;
	}

	#newsletter {
	width: 100%;
	height: 100px;
	margin-right: auto;
	background-color: #999;
	margin-top: 20%;
	text-align: center;
	max-width: 250px;
	margin-left: auto;
	}
#newsletter-t1 {
	display:block;
	z-index: 101;
	display: block;
	float: left;
	left: 80%;
	top: 8px;
	width: 199px;
	height: 34px;
	position: absolute;
	}
	
#newsletter-mobile {
	display:none;
	position: absolute;
	z-index: 101;
	display: none;
	float: left;
	left: 85%;
	top: 908px;

	}
	#slideshow {
	height: 400px;
	margin-right: 0%;
	margin-left: 3%;
	width: 950px;
	overflow: hidden;
	float: left;
	}
	#footer {
	background-color: #362a1e;
	padding-right: auto;
	padding-left: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	color: #FFC;
	}
	#footer-background {
		background-color: #362a1e;
		width: 100%;
		float: left;
	}
	#content-background {
	background-color: #FFFFFF;
	float:left;
	width: 100%;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #222E44;
	position: relative;
}
	#content {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10%;
	color: #000;
	padding-top: 1px;
	padding-right: 7%;
	float: left;
	width: 60%;
	}
	#newscontent {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-left: 6%;
	color: #000;
	padding-top: 1px;
	padding-right: 5%;
	width: 89%;
	}
		#menu-background {
	width:100%;
	float:left;
	height: 2px;
	background-color: #999;
}
	#menudiv {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	z-index: 100;
	width: 90%;
	top: -55px;
	display: block;
	}

@media screen and (min-width: 701px) and (max-width:1000px) {
	
		#newsletter-t1 {
	display:block;
	z-index: 101;
	display: block;
	float: left;
	left: 70%;
	top: 34px;
	width: 173px;
	height: 34px;
	position: absolute;
}

 }


	
	#socialmedia {
		width: 100px;
		position: fixed;
		top: 150px;
		left: 0px;
	}
	
	
	
	
	p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#searchbox {
	width: 100%;
	height: 100px;
	margin-right: auto;
	background-color: #666;
	margin-top: 20%;
	text-align: center;
	max-width: 250px;
	margin-left: auto;
}
.searchbox {
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 4em;
}
.newsletter {
	font-size: 24px;
	text-align: center;
	line-height: 2em;
}
.footer-link a {
	color: #FFF !important;
	text-decoration: none !important;
}
#content p a {
	color: #600;
	text-decoration: none;
}

#content a {
	color: #81003A;
	text-decoration: none;
	font-weight:bold;
}
#content a: hover {
	color: #81003A;
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 18%;
	border-left-width: medium;
	border-left-style: groove;
	border-left-color: #999;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#557777+0,ffffff+100 */
background: rgb(85,119,119); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(85,119,119,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(85,119,119,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(85,119,119,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#557777', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	display:block;


}

#sidebar a {text-decoration:none;
color:#303C3C !important;
font-weight:bold;}
#sidebar a:hover {text-decoration:underline;
}


#content li a {
	text-decoration: none;
	color: #600;
	list-style: circle !important;
	list-style-type: circle;
	line-height: 30px;
}

.header-title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#557777+0,ffffff+75 */
background: rgb(85,119,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(85,119,119,1) 0%, rgba(255,255,255,1) 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(85,119,119,1) 0%,rgba(255,255,255,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(85,119,119,1) 0%,rgba(255,255,255,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */






filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#557777', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	background-color: #303C3C;
	color: #000;
	margin-left: -50px;
	line-height: normal;
	vertical-align: middle;
	margin-top: 40px;

	}
	
	#mobile_menu {
		display:none;}
#mobile-header {
	display:none;}
.footer-text {
	display: inherit;}
.robotic {
	display: none;
	visibility: hidden;
}

.searchicon {
	margin-top: 0px;
	margin-left: -7px;
	position: relative;
	z-index: 200;
}


/*newsletter box */
.arrow {
	position: fixed;
	bottom: 0;
	left: 85%;
	width: 200px;
	height: 40px;
	background-size: contain;
	background-color:#222E44;
	color:#FFFFFF;
	border-radius:10px;
	text-align:center;
	line-height:1.5;
	font-size:24px;
}

.arrow a {
	color:#FFFFFF !important;
	text-decoration:none;}


.bounce {
    -webkit-animation: bounce;
    animation: bounce;
	animation-delay:3s;
	animation-iteration-count:2;
	animation-duration:2s;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100%{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } 
	
	}
	
.news-title {
	text-align: center;
	padding: 7px;
	width: 99%;
	background-color: #8C6940;
	font-weight: bolder;
}
.news-topwrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.news-topwrapper a {
	text-decoration:none;
	color: #303;
	font-weight:700;}
	
	.news-topwrapper a:hover {
	text-decoration:underline;
}
.news-sidebar {
	width: 100%;

}
.news-topcontent {
	float: left;
	width: 20%;
	clear: both;
}
.news-bottomwrapper {
	float: left;
	clear: both;
	width: 60%;
}
.news-bottomcontent {
	float: left;
	width: 20%;
	clear: both;
}

.outside-nav-wrap {
	background-color: #BBCECC;
	float: left;
	width: 99%;
	padding: 0px 5px 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
.inner-nav-wrap {
	background-color: #BBCECC;
	border-color: #666666;
	padding: 1%;
	margin: 1%;
	width: 19%;
	float: left;
}
.sidebar-title-red {
	background-color: #D28C59;
	width: 95%;
	display: block;
	padding: 1%;
	margin: 2%;
}
.sidebar-title-white {
		background-color:;
	width: 95%;
	display: block;
	padding: 1%;
	margin: 2%;
	background-color: #F0F1E9;
}

.outisde-sidebar-content{
	
}
.inner-sidebar-content {

}
.sidebar-content-title {

}

.outside-top-info{
	width: 100%;
	float: left;
	background-color: #E8E3D7;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.inner-top-info {
	background-color: #F0F1E9;
	padding: 10px;
	margin: 20px;
}
.top-info-title {}

.outside-top-wrapper {
	width: 77%;
	float: left;
	background-color: #FFF;







	margin: 1
$;
}
.outside-bottom-wrapper {
	width: 100%;
	float: left;
	background-color: #FFF;
}

.outside-bottom-content{
	background-color: #E8E3D7;
	float: left;
	width: 100%;
	padding-top: 5px;
}
.inner-bottom-content {
	width: 95%;
	background-color: #F0F1E9;
	margin: 5px auto;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.bottom-content-title {
	background-color: #8C6940;
	padding: 10px;
	margin: 0px 5px 5px;
}
