/* Victims of the System Stylesheet */

* {
	line-height: normal;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../Assets/img/background.gif);
}

/* #navlinks {

} */

#navlinks a:hover {
	background-color: #009933;
}

#navlinks a {
	text-decoration: none;
	background-color: #026a42;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #023c1e;
	padding: 6px;
	font-size: 10px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #023c1e;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #023c1e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.start {
/* 	border-radius-topleft: 10px; */
	border-top-left-radius: 10px;
}

.end {
/* 	border-radius-topright: 10px; */
	border-top-right-radius: 10px;
}

/* div {
	
} */

#body, #bottom {
	width: 1010px;
	height: auto;
	margin: 0 auto;
}
.text {
	width: 500px;
	height: auto;
	margin: auto;
	padding: 1em;
	border: 2px solid #485d3c;
	background: #dad3c1;
	border-radius: 10px;
	/* -webkit-border-radius: 10px; */
}

.text2 {
	width: 640px;
	height: auto;
	margin: auto;
	padding: 1em;
	border: 2px solid #485d3c;
	background: #dad3c1;
	border-radius: 10px;
	/* -webkit-border-radius: 10px; */
}

.text3 {
	width: 640px;
	height: auto;
	margin: auto;
	padding: 1em;
	border: 2px solid #485d3c;
	background: #dad3c1;
	border-radius: 10px;
	text-align: center;
	/* -webkit-border-radius: 10px; */
}

.text4 {
	border: 2px solid #485d3c;
	background: #dad3c1;
	border-radius: 10px;
	height: auto;
	margin: auto;
	padding: 1em;
	text-align: center;
	width: 660px;
	/* -webkit-border-radius: 10px; */
}

.container {
	background-color: #cbcb98;
	border: 2px solid #485d3c;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #999;
	height: auto;
	margin: 1em auto;
	padding: 1em;
	width: 1010px;
}

#letter {
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0 0.5em;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0 1em;
}

#body a {
	
	color: #147113;
	
}

.top {
	border: 1px solid #ccc;
	border-radius: 15px;
	bottom: 40vh;
	display: none;
 	position: fixed;
	right: 20vw;
}

.top a {
	border: none;
	display: inline-block;
	text-decoration: none;
}

.top img {
	border: none;
}

@media (max-width: 1300px) {
	.top {
	bottom: 40vh;
	display: none;
 	left: null;
	position: fixed;
	right: 10vw;
	top: null;
	}
}

@media (min-width: 1760px) {
	.top {
	bottom: 40vh;
	display: none;
 	left: null;
	position: fixed;
	right: 25vw;
	top: null;
	}
}

@media (min-width: 2080px) {
	.top {
	bottom: 40vh;
	display: none;
 	left: null;
	position: fixed;
	right: 30vw;
	top: null;
	}
}

.case1 {
	padding: 0 20em 0 0;
	float: left;
}

.case2 {
	float: right;
	margin: 0 0 0 -7em;
	padding: 0 1em 0 0;
}

.footer {
	padding: 0 auto;
	margin: 0 auto;
}

#bottom p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 1em 0 0 1em;	
}

.address {
	padding: 0 37em 0 0;
	margin: 0 0 1em 0;
	float: left;
}

.NHPimg {
	clear: both;
}

#base {
	width: 27em;
	margin: 0 0 0 -27em;
	padding: 0 0 1em;
	float: right;
}

#bottom a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 10px;
	padding: 5px;
}

#bottom {
	padding: 5px 0 0 0;
	border-top: 1px solid #485d3c;
	margin: 1em 0 0 0;
}

/*styles for the contact form*/

#divform {
	width: 90%;
	margin: auto auto;
}

.tell {
	font: 15px sans-serif;
	list-style-type: none;
	text-align: left;
}
.tell li {
	color: #000;
	/* text-decoration: none; */
	padding: 5px 1px 2px 9px;
}

#contenttable td {
	padding: 16px; /*gives a bit of breathing space between the edge and text*/
}

label, .spacer {
width:140px;
}

/*styles the form fields*/

label{
	font: 12px sans-serif;
	font-weight: bold;
	padding: 1em;
}

.space {
	display: inline;
	font: 14px sans-serif;
	padding: .5em .25em;
}
fieldset{
	padding: 0;
	border:  1px solid #485d3c;
	/* padding: 5px; */
}

/*styles the 'contact form' text at top of contact form*/

legend {
	color: #000;
	font-weight: bold;
	font: 14px Verdana, Geneva, sans-serif;
	padding-top: 10px;  /*gives a bit of padding between the border and the text*/
}

input,textarea {
	border: 1px solid #485d3c;
	background-color: #dad3c1;
}
