@import url("topMenu.css");
/*Basic items*/
body {
	background-color: #B6B6B6;
}
#LastName {display: none}
p {
	margin-right: 1em;
	margin-left: 1em;
}
h1 {
	font-weight: bold;
	line-height: 1em;
	text-shadow: 1px 1px 2px rgba(110,127,128,1.00);
	color: #3F3F20;
	text-align: center;
	font-size: 3em;
}
h2 {
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	margin-left: 0.5em;
	font-size: 1.5em;
	color: #3B4840;
	text-shadow: 1px 1px 2px #A1ADAE;
	clear: both;
}
h3 {
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	text-align: center;
	color: #020202;
	text-shadow: 1px 1px 2px #A1ADAE;
}
h4 {
	font-weight: bold;
	line-height: 1em;
	margin-left: 1em;
	font-size: 1.1em;
	color: #4D5D53;
}
input {
	border-radius: 8px;
	background-color: #B6B6B6;
	margin-bottom: 21px;
}
button {
	border-radius: 8px;
	background-color: #EFECCB;
	margin-bottom: 21px;
}
.leftAlign {
	display: block;
	float: left;
	margin: 0.5em;
}
.rightAlign {
	display: block;
	float: right;
	margin: 0.5em;
}
.shadow {
	-webkit-box-shadow: 3px 3px 10px #212121;
	box-shadow: 3px 3px 10px #212121;
}
.imgFrame {
	border-radius: 10px;
	border: medium solid #193541;
}
.clearAll {
	margin: 0;
	padding: 0;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.clearBoth {
	clear: both;
}
.hideImg {
	display: none;
}
.boxGradient {
	background-image: -webkit-linear-gradient(310deg,rgba(238,240,231,1.00) 0%,rgba(55,55,55,1.00) 100%);
	background-image: -moz-linear-gradient(310deg,rgba(238,240,231,1.00) 0%,rgba(55,55,55,1.00) 100%);
	background-image: -o-linear-gradient(310deg,rgba(238,240,231,1.00) 0%,rgba(55,55,55,1.00) 100%);
	background-image: linear-gradient(140deg,rgba(238,240,231,1.00) 0%,rgba(55,55,55,1.00) 100%);
	-webkit-box-shadow: 2px 2px 3px;
	box-shadow: 2px 2px 3px;
	background-color: #A1ADAE;
	border-radius: 10px;
}
.pageContent {
	width: 95%;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}
.pGray {
	background-color: #FFFFFF;
	text-indent: 5px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.pageContent ul {
	background-color: #B6B6B6;
	padding-left: 3em;
	padding-right: 1em;
	border-radius: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.pageContent li {
	text-indent: 0px;

}
.pageContent a {
	color: #516645;
	font-weight: bold;
}
/*Footer Items*/
.botFooter {
	background-color: #686868;
	border-radius: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.botFooter p {
	color: #000000;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.botFooter a {
	color: #FFFFFF;
}
.phoneLink {
	font-size: 0.7em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	line-height: 1em;
	color: #EEF0E7;
	text-align: center;
	margin-top: 5px;
}
.phoneLink a {
	color: #37AD73;
	padding-right: 15px;
}
/*Header Items*/
.header {
	background-color: #000000;
}
.header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.title {
	background-color: #0D3A24;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	-webkit-box-shadow: 3px 3px 5px #000000;
	box-shadow: 3px 3px 5px #000000;
	/* [disabled]border-radius: 15px; */
}
.phone {
	background-color: #000000;
	color: #FFFFFF;
}
.flexDiv {
	width: 95%;
	border-radius: 10px;
	background-color: #686868;
	padding-left: 1%;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-right: 3%;
	margin-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	margin-bottom: 10px;
}
.flexDiv h1 {
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 1.5em;
}
.flexDiv h2 {
	color: #000000;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.flexDiv h3 {
	color: #EEF0E7;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
}
.flexDiv p {
	font-size: small;
}
.flexDiv img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 15px;
	width: 106%;
}
.flexDiv select {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.flexDiv label {
	margin-bottom: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#textarea {
	background-color: #EEF0E7;
	border-radius: 5px;
	width: 90%;
	height: 10em;
	margin-top: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#reset {
	margin-left: 1em;
	font: bold 1em Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 10px;
	padding: .5em;
	background-color: #666634;
	color: #EFECCB;
}
#submit {
	margin-left: 1em;
	font: bold 1em Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 10px;
	padding: .5em;
	background-color: #666634;
	color: #EFECCB;
}
.hide {
	display: none;
}
.marginLeft-10{margin-left: 10px
}
.marginLeft-20{margin-left: 20px
}
.ncgLink {
	color: #0D3A24;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 16px;
	margin-top: 5px;
}
.ncgLink a {
	color: #1F2521;
	text-decoration: none;
}
.ncgLink a:hover {
	color: #000000;
	text-decoration: underline;
}

.banner img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.navigationLeft {
	background-image: url(../_images/fishing-rod.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
/*Table items*/
table {
	width: 96%;
	text-align: center;
	line-height: 1em;
	/* [disabled]vertical-align: middle; */
}
td a {
	color: #193541;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
}
tr td p {
	text-align: center;
}
#gallery {
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;
	text-align: center;
}
.centerAlign {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.guideLinks {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
	width: 85%;
}
.centerText {
	text-align: center;
}

