@charset "UTF-8";
[data-loader="circle-side-2"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loader_form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999999 !important;
  display: none;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

a.terms-link:link, a.terms-link:visited {
	text-decoration: none;
	color: #599018;
	border-bottom: 1px solid #599018;
}

a.terms-link:hover, a.terms-link:active {
	color: #222;
	border-bottom: 1px solid #222;
}

html, body, h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li {
	margin: 0px;
	padding: 0px;
}	
html, body {
  	height: 100%;
}
html {
	background-repeat: no-repeat;
	background-position: center 0px;
	background-image: url(../_images/background/golf_back_1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#push {
	height: 100px;
	clear: both !important;
}
#footer {
	width: 100%;
	min-width: 1074px;
	height: 100px;
	background-color: #599018;
	-webkit-box-shadow: 5px 0px 5px #09133D;
	box-shadow: 10px 0px 10px #09133D;
	float: left;
	position: relative;
}
#footGuts {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#wrapper {
    width: 1024px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    height: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -100px;
}
@media screen and (max-width: 991px) {
	#wrapper {
	height: 1850px !important;
	margin-bottom: 0px !important;
}
}
#mainContent   {
	width: 974px;
	font-family: 'PT Serif', serif;
	margin-top: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: rgba(255,255,255,0.45);
	border: 1px solid rgba(255,255,255,1.00);
	margin-bottom: 50px;
	position: relative;
	float: left;
}
#header{
	text-align: center;
	width: 974px;
	border-bottom: 1px dotted #000000;
	padding-bottom: 15px;
	float: left;
	border-top: 1px dotted #000000;
	padding-top: 15px;
}
#headerSponsors{
    text-align: center;
    width: 974px;
    border-bottom: 1px dotted #000000;
    padding-bottom: 15px;
    float: left;
    border-top: 1px dotted #000000;
    padding-top: 15px;
    background-color: rgba(255,255,255,0.45);
    border: 1px solid rgba(255,255,255,1.00);
}
#header h2,
#headerSponsors h2{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 3em;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #599018;
	border: 3px dotted #599018;
}
#header h3{
	font-size: 1.75em;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
#headerSponsors h3{
	text-decoration: none;
	font-size: 1.25em;
	border-bottom: 3px solid #000;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	color: #000000;
	font-weight: normal;
	width: 460px;
	text-align: left;
	display: inline-block;
}
#captcha {
	clear: left;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 25px;
}

#foursomeInfo,
#foursome2Info,
#foursome3Info {
	display: none;
}
.red-flag {
	background-color: #DF262A;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 18px 12px;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -20px;
}

.red-flag-2 {
	background-color: #DF262A;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 15px;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	top: -20px;
	left: -30px;
}

.g-recaptcha {
	margin-top: 20px !important;
	width: 304px;
}
.register-heading {
	display: block !important;
	background: #999 !important;
	color: #fff !important;
	margin-top: -30px !important;
	padding-top: 5px;
	padding-bottom:	5px;
	padding-left: 5px;
	margin-bottom: 22px;
}
.sponsorLink a:link, .sponsorLink a:visited{
	text-decoration: none;
	color: #000000;
}
.sponsorLink a:active, .sponsorLink a:hover{
	color: #000;
	width: 460px;
	text-align: left;
	display: inline-block;
	border-bottom: none !important;
	background-color: #FCD21A;
}

a.sponsorImg:link img, a.sponsorImg:visited img{
    display: inline-block !important;
    width: 18.24% !important;
    height: auto !important;
    margin-left: 1.5px !important;
    margin-right: 1.5px !important;
    cursor: pointer !important;
    border: 3px solid #000 !important;
}
a.sponsorImg:active img, a.sponsorImg:hover img{
	border: 3px solid #FCD21A !important;
}

a.sponsorImgPatio:link img, a.sponsorImgPatio:visited img{
    display: inline-block !important;
    width: 18.24% !important;
    height: auto !important;
    margin-left: 1.5px !important;
    margin-right: 1.5px !important;
    cursor: pointer !important;
    border: 3px solid #EEE !important;
}
a.sponsorImgPatio:active img, a.sponsorImgPatio:hover img{
	border: 3px solid #FCD21A !important;
}

#contLeft {
	width: 450px;
	height: 50px;
	margin-top: 17px;
	float: left;
	padding-top: 15px;
	border-style: none;
}
.socialBtn {
	float: left;
	margin-right: 8px;
}
#navBar {
	float: left;
	width: 974px;
	margin-bottom: 6px;
}
#navBar ul {
	text-align: center;
	margin-bottom: 25px;
}
#navBar li {
	display: inline;
}
#navBar ul li a:link , #navBar ul li a:visited{
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	display: inline-block;
	width: 150px;
	border: 2px solid #000000;
	font-weight: bold;
	background-color: rgba(255,255,255,0.65);
}
#navBar ul li a:hover, #navBar ul li a:active {
	color: #000000;
	background-color: #FCD21A;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}
#toggleText:link, #toggleText:visited,
#toggleText1:link, #toggleText1:visited,
#toggleText2:link, #toggleText2:visited,
#toggleText3:link, #toggleText3:visited,
#toggleText4:link, #toggleText4:visited,
#toggleText5:link, #toggleText5:visited,
#toggleText6:link, #toggleText6:visited{
	color: #000000 !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	display: inline-block;
	width: 150px;
	border: 2px solid #000000 !important;
	font-weight: bold;
	background-color: rgba(255,255,255,0.65);
	margin-top: 5px !important;
}
#toggleText:hover, #toggleText:active,
#toggleText1:hover, #toggleText1:active,
#toggleText2:hover, #toggleText2:active,
#toggleText3:hover, #toggleText3:active,
#toggleText4:hover, #toggleText4:active,
#toggleText5:hover, #toggleText5:active,
#toggleText6:hover, #toggleText6:active{
	color: #000000;
	background-color: #FCD21A;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}
#contRight {
	width: 450px;
	height: 65px;
	margin-top: 10px;
	float: right;
	font-family: 'PT Serif', serif;
	color: #FFFFFF;
	padding-top: 8px;
}
#contRight p {
	font-size: 0.8em;
	text-align: right;
	color: #000000;
	line-height: 1.5em;
}
#contRight a:link, #contRight a:visited {
	color: #000000;
	text-decoration: none;
	text-align: right;
	border-bottom: 1px dotted #000000;
}
#contRight a:hover, #contRight a:active {
	color: #FCD21A;
	border-bottom-color: #FCD21A;
}
.floatLeft {
	border-style: none;
	display: block;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#detailHouse {
}
#mainForm {
	width: 570px;
	font-family: 'PT Serif', serif;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #FFFFFF;
	float: left;
	height: auto;
}
#mainForm h1 {
	color: #599018;
	margin-bottom: 15px;
	font-size: 1.7em;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #599018;
}
#registration_form , #sponsorship_form{
	float: left;
}
#formAreaA {
	float: left;
	width: 569px;
}
#formAreaB {
	float: left;
	width: 569px;
	margin-top: 10px;
	text-align: center;
}
#formAreaA label {
    width: 200px;
    float: left;
    clear: left;
    font-size: 1.1em;
    padding-left: 25px;
}
#formAreaA input {
	float: left;
	width: 300px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 15px;
	border: 1px solid #599018;
	font-size: 1em;
}
#formAreaA input.addWidth {
	width: 300px;
}
#formAreaA textarea {
	float: left;
	width: 300px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 15px;
	border: 1px solid #599018;
	font-size: 1em;
	height: 150px;
}
#formAreaA h5 {
	margin-top: -10px;
	float: left;
	margin-bottom: 15px;
	width: 285px;
	margin-left: 225px;
	color: #599018;
	font-style: italic;
	font-variant: normal;
	text-align: justify;
}
#grayBack .labelText {
	width: 175px;
    float: left;
    clear: left;
	margin-top: 8px;
	padding-left: 25px;
	margin-right: 25px;
	font-size: .8em;
	color: #999;
	font-style: italic;
	font-variant: normal;
}
#orderTotal {
	background-color: #599018;
	float: left;
	height: 40px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#styled-select {
	width: 315px;
	height: 36px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../_images/site_wide/select_arrow.png);
	background-color: #FFFFFF;
	border: 1px solid #599018;
	float: left;
	margin-bottom: 15px;
   }
#styled-select select {
	background: transparent;
	width: 315px;
	padding: 8px;
	height: 36px;
	border: 0;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: window;
	appearance: none;
	font-size: 0.9em;
   }
#theDetails {
	background-color: #FFFFFF;
	width: 422px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	float: left;
	height: auto;
}
#sponsorPack {
	background-color: gold;
	width: 422px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	float: left;
	height: auto;
}
#thePictures {
	margin-top: 25px;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#theSponsors {
	margin-top: 25px;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#navHead {
	float: left;
	width: 974px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	text-align: center;
}
#navHead h1 {
	text-align: center;
	font-size: 3em;
	margin-top: 35px;
	line-height: 1em;
}
#navHead h2 {
	text-align: center;
	font-size: 1.8em;
	margin-top: 10px;
}
#dateBan {
	width: 685px;
	height: 80px;
	background-image: url(../_images/site_wide/date_banner.png);
	margin-left: 35px;
	float: left;
}
#dateBan h1 {
	text-align: center;
	font-size: 2.3em;
	color: #FFFFFF;
	font-style: italic;
	line-height: 15px;
}
#theDetails h1 {
	color: #599018;
	margin-bottom: 15px;
	font-size: 1.7em;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #599018;
}
#theDetails h2 {
	color: #000000;
	font-size: 1.8em;
}
#theDetails p {
	font-size: 1.2em;
}
#theDetails ul {
	font-size: 1.2em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}
#theDetails li {
	background-image: url(../_images/site_wide/list_item_check.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	list-style-type: none;
	list-style-position: inside;
}
#theDetails ul li {
	background-color: #F1F1F1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 4px;
	padding-left: 50px;
}
#sponsorPack h1 {
	color: white;
	background-color: black;
	padding: 15px;
	margin-top: -25px;
	margin-left: -25px;
	margin-bottom: 15px;
	width: 442px;
	font-size: 1.7em;
}
.btnRegisterBtm {
	border-style: none;
	margin-top: 10px;
	margin-bottom: 25px;
}
#formAreaA #total {
	border: 5px solid #599018;
	width: 292px;
}
.picRegister {
	float: left;
	border-style: none;
}
#sponsorInfo {
	height: 100%;
	background-color: #F1F1F1;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sponsorInfo h1 {
	font-size: 1.4em;
	border-top: 3px solid #599018;
	padding-top: 5px;
	background-color: #E0E0E0;
	color: #000000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	text-align: center;
}
#sponsorInfo h2 {
	color: #FFFFFF;
	background-color: #599018;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	width: 85px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 4px;
}
#sponsorInfo h5 {
	text-align: center;
	border-top: 3px solid #599018;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	padding-top: 20px;
}
.sponsor-sub {
	display: block;
	font-size: 16px;
	color: #599018;
}
#sponsorInfo ul  {
	margin-left: 20px;
	color: #666666;
}
#sponsorInfo li {
	background-image: url(../_images/sponsor/sm_list_item_check.png);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 5px;
	list-style-position: inside;
	padding-left: 20px;
	margin-top: 5px;
}
.btnDownload {
	border-style: none;
	margin-top: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#payIcons {
	width: 200px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #F1F1F1;
	vertical-align: middle;
}
#payOption {
	float: left;
	width: 674px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	height: auto;
}
.picPayment {
	float: left;
	border-style: none;
}
#payOption h2 {
	border-bottom: 1px dotted #000000;
	padding-bottom: 15px;
}
#payOption h3 {
	margin-top: 20px;
	color: #599018;
}
#payOption p {
	width: 325px;
	float: left;
	text-align: justify;
}
#payInset {
	width: 286px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	margin-top: -20px;
	margin-left: 25px;
	border: 3px dotted #599018;
	text-align: center;
}
#payInset h1 {
	font-size: 1.5em;
}
#payInset h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #599018;
	margin-top: 2px;
}
#payInset p {
	text-align: center;
	width: 285px;
}
#payMethod {
	float: left;
	width: 968px;
	background-color: #FFFFFF;
	margin-top: 25px;
	border: 3px solid #599018;
	text-align: center;
}
#payMethod h1 {
	color: #599018;
	font-size: 4em;
	margin-bottom: -10px;
	margin-top: 15px;
}
#payMethod h2 {
}
#payMethod h3 {
	background-color: #599018;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#payMethod p {
	margin-bottom: 25px;
}
#payMethod a:link, #payMethod a:visited,
#payInset a:link, #payInset a:visited,
#theDetails p a:link, #theDetails p a:visited {
	color: #599018;
	border-bottom: 1px dotted #599018;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#payMethod a:hover, #payMethod a:active,
#payInset a:hover, #payInset a:active,
#theDetails p a:hover, #theDetails p a:active {
	border-bottom-color: #000000;
	color: #000000;
}
.yellowLink:link, .yellowLink:visited {
	color: #000 !important;
	border-bottom: 1px dotted #000 !important;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.yellowLink:hover, .yellowLink:active{
	border-bottom-color: #FCD21A !important;
	color: #FCD21A !important;
}
.boldItalicText {
	font-weight: bold;
	font-style: italic;
}
.boldText {
	font-weight: bold;
}
#errors {
	float: left;
	width: 920px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 2px solid #CC0003;
	background-color: #FFD0D1;
	text-align: center;
}
#errors h2 {
	color: #CC0003;
	margin-bottom: 15px;
}
#errors p {
	color: #CC0003;
}
#payInset form table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fbBox {
	height: 345px;
	margin-top: 30px;
	margin-left: 30px;
}
.bbqBash {
	height: 875px;
	margin-right: 30px;
}
.beerPrizes {
	height: 450px;
	margin-bottom: 30px;
}
.golfDeets {
	float: left;
	margin-left: 30px;
}
.raffleItem {
}
.lineSeperate {
	border-top: 1px dotted #000000;
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#detailHouse table {
	float: left;
}
td {
	vertical-align: top;
}
input[type=submit],
button[type=submit]{
	font-family: 'PT Serif', serif;
	color: #000;
	background-color: rgba(252,210,26,0.25);
	font-size: 1.0em;
	text-decoration: none;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	text-align: center;
	border-radius: 2px;
	border: 3px solid #FCD21A;
	cursor: pointer;
	padding-top: 12px !important;
	padding-right: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 12px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-weight: bold;
	width: auto !important;
	min-width: 175px !important;
}
input[type=submit]:hover,
button[type=submit]:hover{
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	background-color: rgba(252,210,26,1.00);
}
#mainTable {
	width: 974px;
	float: left;
	margin-top: 25px;
	background-color: #FFFFFF;
}
.picCK {
	vertical-align: bottom;
}
#stretchMe {
	background-color: #F1F1F1;
	vertical-align: bottom;
	height: 100%;
	width: 100%;
}
#grayBack {
	background-color: #F1F1F1;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: -20px;
	width: 569px;
}
.addGray {
	background-color: #F1F1F1;
}
td #theDetails form {
	margin-bottom: 0px;
	margin-top: 20px;
}
a.mainButton:link, a.mainButton:visited {
	margin-top: 15px;
	color: #000;
	background-color: rgba(252,210,26,0.25);
	font-size: 1.0em;
	text-decoration: none;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	text-align: center;
	border-radius: 2px;
	width: 150px;
	border: 3px solid #FCD21A;
	cursor: pointer;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	display: block;
	font-weight: bold;
	height: auto;
	margin-bottom: 20px;
}
a.mainButton:hover, a.mainButton:active {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	background-color: rgba(252,210,26,1.00);
	color: #000000;
}
a.mainButton1:link, a.mainButton1:visited {
	margin-top: 15px;
	color: #000;
	background-color: rgba(255,255,255,0.5);
	font-size: 1.0em;
	text-decoration: none;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	text-align: center;
	border-radius: 2px;
	width: 150px;
	border: 3px solid #FFF;
	cursor: pointer;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	display: block;
	font-weight: bold;
	height: auto;
	margin-bottom: 20px;
}
a.mainButton1:hover, a.mainButton1:active {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	background-color: rgba(255,255,255,1.00);
	color: #000000;
}
#deetsGrayBox {
	background-color: #F1F1F1;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-top: 10px;
	float: left;
}
#sponsorInfo h6,
.sub-heading {
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}
.whiteBackCell {
	height: 5px;
	background-color: #FFFFFF;
}
.bobPic {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}
#bobInfo p {
	text-align: justify;
	line-height: 30px;
	font-size: 1.25em;
}
#bobInfo {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	float: left;
}
#mainHistory {
	width: 914px;
	height: auto;
	float: left;
	margin-top: 30px;
	background-color: #EAEAEA;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
h1.topFormat {
	text-align: center;
	background-color: rgba(255,255,255,0.75);
	margin-top: -30px;
	margin-left: -30px;
	width: 974px;
	padding-top: 30px;
}
#archPicFormat {
	text-align: center;
	background-color: #599018;
	padding-top: 30px;
	padding-bottom: 30px;
}
h2.topFormat {
	text-align: center;
	margin-bottom: 50px;
	color: #599018;
	width: 974px;
	margin-left: -30px;
	background-color: rgba(255,255,255,0.75);
	padding-bottom: 30px;
}
#winnerNames   {
	width: 853px;
	height: 405px;
	background-image: url(../_images/history/outing_winners.png);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCC;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#winnerNames h1 {
	color: #000000;
	font-size: 8em;
	text-align: left;
	background-color: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 110px;
}
#winnerNames h2 {
	color: #999999;
	font-size: 2em;
	background-color: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#winnerNames h3 {
	margin-top: 40px;
	font-weight: normal;
	font-style: italic;
	font-size: 0.65em;
	color: #999999;
	line-height: 14px;
}
#winnerNames ul {
    margin-top: 25px;
}
#winnerNames li {
	list-style-type: none;
	background-image: url(../_images/site_wide/list_item_check.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 4px;
	font-size: 2em;
	background-position: 0% 6px;
}
#winnerTable {
	width: 853px;
	margin-left: 30px;
	background-color: rgba(255,255,255,0.50);
	margin-bottom: 30px;
	border: 8px solid #FCFCFC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#winnerTable tr:nth-child(even) {
	background-color: rgba(1,1,1,0.05);
}
#winnerTable tr td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.grayMatch {
	background-color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.blackBack {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

.goldBack,
.goldBack a:link, .goldBack a:visited {
	background-color: gold !important;
	color: #000 !important;
	text-decoration: none !important;
	padding: 1px 5px !important;
	font-weight: bold !important;
	font-size: 1em !important;
	text-align: center;
}
.goldBack a:hover, .goldBack a:active {
	background-color: #599018;
	color: #fff;
}
#thePictures h6 a:link , #thePictures h6 a:visited{
	background-color: #599018;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	font-style: italic;
	margin-top: -25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	display: block;
	text-decoration: none;
	padding-top: 5px;
}
#thePictures h6 a:hover , #thePictures h6 a:active{
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	background-color: #000000;
}
#headerSponsors h6 , #headerSponsors h6{
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.25em;
    font-style: italic;
    margin-bottom: 10px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    text-decoration: none;
    padding-top: 6px;
    margin-top: -15px;
}
#headerSponsors h6 a:hover , #headerSponsors h6 a:active{
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	background-color: #000000;
}
#score {
    float: right;
    width: 150px;
    height: 150px;
    margin-top: 50px;
    margin-right: 5px;
}
#score h3 {
	color: #666;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	background-color: #ADADAD;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}
#score h4 {
	text-align: center;
	color: #FFFFFF;
	font-size: 3em;
}
#headingHome {
	width: auto;
	margin-top: 5px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: rgba(90,144,24,0.70);
}
#grayBack .paymentDetails {
	color: #999;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
