:root, html { overflow-y:scroll; }
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFB300;
  background-color: #000000;
  background-image: url(images/mb_emboss.png);
  background-attachment: fixed;
  background-repeat: repeat;
  margin: 0;
}
a {
  color: #38A600;
}
a:visited {
  color: #38A600;
}
a:hover, a:active, a:focus {
  color: #4AD900;
}
a img {border: none;}
p {
  line-height: 1.4em;
}
a.external {
	background: url(../images/externalLink.png) center right no-repeat;
	padding-right: 15px; 
}
/*********/
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
}
h1 img {
  vertical-align:middle;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}
abbr {
    text-decoration: underline;
    text-decoration-style:dotted;
}
.smallerFont {
  font-size: small;
}
.P_indented {
  text-indent: 1em;
}
.xLarge {
  font-size: x-large;
}
.finePrint {
  font-size: x-small;
}
#wrapper {
  margin: 0px auto;
  width: 720px;
  min-width: 720px;
}
/*** logoHeader for main pages ***/
#logoHeader {
  background-image: URL("images/header_main.png");
  background-repeat: no-repeat;
  height: 114px;
}
#logoHeader img {
  float: left;
  margin: 20px 10px 0 10px;
}
#logoHeader h1 {
  margin-top: 0;
  position: relative;
  top: 70px;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 3px #000000;
}
/*** logoHeader for Naturism page(s) ***/
#logoHeaderNaturism {
  background-image: URL("/images/backYard_header.jpg");
  background-repeat: no-repeat;
  height: 114px;
  color: #E4B688;
  text-shadow: 1px 1px 3px #000000;
}
#logoHeaderNaturism img {
  float: left;
  margin: 20px 10px 0 10px;
}
#logoHeaderNaturism h1 {
  margin-top: 0;
  position: relative;
  top: 70px;
  text-align: center;
}
/*** logoHeader for Nakation 2017 page(s) ***/
#logoHeaderNakation2017 {
  background-image: URL("/images/header_bnb-2017.png");
  background-repeat: no-repeat;
  height: 114px;
/*  color: #E4B688;*/
  text-shadow: 1px 1px 3px #000000;
}
#logoHeaderNakation2017 img {
  float: left;
  margin: 20px 10px 0 10px;
}
#logoHeaderNakation2017 h1 {
  margin-top: 0;
  position: relative;
  top: 75px;
  text-align: center;
}
/*** logoHeader for Fishing page(s) ***/
#logoHeaderFishing {
  background-image: URL("/images/fishing_header.jpg");
  background-repeat: no-repeat;
  height: 114px;
  color: #E4B688;
  text-shadow: 1px 1px 3px #000000;
}
#logoHeaderFishing img {
  float: left;
  margin: 20px 10px 0 10px;
}
#logoHeaderFishing h1 {
  margin-top: 0;
  position: relative;
  top: 70px;
  text-align: center;
}
/*******************/
#maincontent {
  border: 1px solid #000;
  font-size: 1em;
  padding: 0px 24px;
}
#footer {
  border-right:1px solid #000;
  border-bottom:1px solid #000;
  border-left:1px solid #000;
  padding: 0px;
}
#footerNav {
  padding: 5px 0;
  font-size: .75em;
  border-bottom: 1px solid #000;
  text-align: center;
}
#learnin {
  text-align: center;
  padding: 10px;
}
.centerText {
  text-align: center;
  padding: 10px;
}
.clearIt {
  clear:both
}
.centerDiv {
	margin: auto;
}
/*******************/
table {
  margin-left:auto;
  margin-right:auto;
  background-color: #000470;
  border-collapse: collapse;
  border: 3px solid;
  width: 95%;
}
th, td {
	border: 1px solid;
	padding: 5px;
	border-spacing: 0px;
}
th {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000470+0,000144+60,000034+100 */
	background: #000470; /* Old browsers */
	background: -moz-linear-gradient(top,  #000470 0%, #000144 60%, #000034 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000470 0%,#000144 60%,#000034 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000470 0%,#000144 60%,#000034 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000470', endColorstr='#000034',GradientType=0 ); /* IE6-9 */
}

tr:nth-child(odd){background-color: #000040}
tr:nth-child(even){background-color: #000022}

/*******************/
.imageLeft {
  float: left;
  margin-right: .8em;
  margin-bottom: .2em;
  display: inline;
  clear:both
}
.imageRight {
  float: right;
  margin-left: .5em;
  margin-top: .5em;
  display: inline;
  clear:both
}
.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.imgborder {
  border: 1px solid #009;
  padding: 3px;
}
/*******************/
#contactForm {
  width: 80%;
  margin: 0 auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000470+0,000144+60,000034+100 */
	background: #000470; /* Old browsers */
	background: -moz-linear-gradient(top,  #000470 0%, #000144 60%, #000034 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000470 0%,#000144 60%,#000034 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000470 0%,#000144 60%,#000034 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000470', endColorstr='#000034',GradientType=0 ); /* IE6-9 */
}
#contactForm label {
  text-align: right;
}
#contactForm fieldset {
  border: 1px solid #994C00;
  margin-bottom: 1em;
}
#contactForm table {
  margin-left:auto;
  margin-right:auto;
	background: #000470;
}
input {
	background-color: #000034;
	color: #FFB300;
	border-width: 2px 1px 1px 2px;
	border-color: #FFB300 #CC8F00 #CC8F00 #FFB300;
}
textarea {
	background-color: #000034;
	color: #FFB300;
	border-width: 2px 1px 1px 2px;
	border-color: #FFB300 #CC8F00 #CC8F00 #FFB300;
}
/*******************/
	.mabSearchButton {
		margin: 0;
		padding: 0;
		width:24px;
		height:18px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: 0px;
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
		background: #000034 url('/images/magnifying_glass.png') no-repeat;
	}
/*******************/
.error {
  color: #900;
}
.hlColor {
	color: #00947F;
}
/*******************/
