
/*
REMOVES DOTTED LINES FROM LINKS AND BUTTONS
!!! This has been removed.  It Breaks Check Boxes and Radio Buttons on Forms when Using Google Chrome.
*{outline:0px !important;-webkit-appearance:none;}
*/


/* KEY FOR DISPLAYING ALTERNATE CONTENT
---------------------------------------------------------------------------------------------
.visible-xs     Visible	Hidden	Hidden	Hidden
.visible-sm     Hidden	Visible	Hidden  Hidden
.visible-md     Hidden	Hidden	Visible	Hidden
.visible-lg     Hidden	Hidden  Hidden	Visible
.hidden-xs	Hidden	Visible	Visible	Visible
.hidden-sm	Visible	Hidden  Visible	Visible
.hidden-md	Visible	Visible	Hidden	Visible
.hidden-lg	Visible	Visible	Visible	Hidden
*/



/* USE TO FIX GOOGLE SEARCH DISPLAY ISSUES IN BOOTSTRAP 3
--------------------------------------------------------------------------------------------- */

.reset-box-sizing,
.reset-box-sizing * {
  margin: auto;
  width: 90%;                       /* SEE @media VARIATIONS */
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}



/* USE TO REPOSITION ELEMENTS TO CENTER ON MOBILE VIEWS / SEE @media VARIATIONS
--------------------------------------------------------------------------------------------- */
.reAlignLeft{
	text-align: center;
}

.reAlignRight{
	text-align: center;
}


/* SETS AN IMAGE TO FILL THE SCREEN AT THE XS SIZE AND 400PX WIDE FOR LARGER MONITORS (see also 768 media)
-------------------------------------------------------------------------------------------------------------- */

.img-scale-left{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px auto 10px auto;
}

.img-scale-right{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px auto 10px auto;
}

.img-scale-center{
	display: block;
	width: 100%;
	text-align: center;
	text-align: center;
	margin:0px auto 10px auto;
}

/* GLOBAL STYLES
--------------------------------------------------------------------------------------------- */

.clearFix {clear: both;}


body {
	margin: 0px auto 0px auto;
  padding-bottom: 0px;
  color: #b6b299;
  background: url(../images/BackgroundRepeater1.jpg) #505050;
}

.mainWrapper{
  background: rgba(40, 34, 25, 0.63);
  margin-top: 0px;
  border: solid 1px #c0b096;

	-webkit-border-radius:	0px 0px 0px 0px;
	   -moz-border-radius:	0px 0px 0px 0px;
		      border-radius:	0px 0px 0px 0px;
		-webkit-box-shadow:			0px 3px 8px rgba(0, 0, 0, 0.2);
		   -moz-box-shadow:			0px 3px 8px rgba(0, 0, 0, 0.2);
		        box-shadow:			0px 3px 8px rgba(0, 0, 0, 0.2);
}

.bannerRow{
	border: solid 0px red;
	margin: 58px -15px 4px -15px;
	padding-top: 0px;
}

#logoCell{
	border: solid 0px blue;
	padding: 0px;
	margin: 0px auto 10px auto;
}

#logoCell a{
	border: solid 0px green;
	display: block;
	width: 100%;
	max-width: 700px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#logoCell img{
	width: 94%;
	max-width: 600px;
	display: block;
	margin: 0px auto 0px auto;
}

#bannerContact{
	color: #343434;
	border: solid 0px red;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
		#bannerContact #phone,
		#bannerContact #phone:link,
		#bannerContact #phone:visited,
		#bannerContact #phone:hover{
			color: #343434;
			font-weight: bold;
			font-size: 28px;
			padding: 0px 0px 0px 0px;
			text-align: center;
			vertical-align: top;
			text-decoration: none;
		}

#bannerContactInner{
	border: solid 0px orange;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

.fbLikes{
	margin: 10px 0px 0px 156px;
	padding-top: 7px;
	text-align: left;
	border: solid 0px green;
}



/* SPECIAL BANNER AREA BUTTONS / LINKS
--------------------------------------------------------------------------------------------- */

.bannerLocation{
	font-size: 16px;
	padding: 0px 0px 12px 0px;
	height: 36px;
	text-align: center;
	margin-top: 0px;
	border: solid 0px green;
}

.bannerLocationInner{
	border: solid 0px red;
	max-width: 150px;
	margin: 0px auto 0px auto;
}

.bannerLocation a:link, .bannerLocation a:active,	.bannerLocation a:visited{
	 display: block;
	 border: solid 0px rgba(40, 120, 255, .3); /* BLUE */
	 color: #dfc063;
	 text-decoration: none;
	 margin-left: 0px;
	 margin-right: 0px;
	 padding: 3px 4px 4px 4px;
	 line-height: 100%;
	 background: rgba(255, 244, 173, .2); /* BEIGE */
	 border: solid 1px rgba(255, 244, 173, .6); /* BEIGE */
	-webkit-text-shadow:	2px 2px 3px rgba(0, 0, 0, 0.8);
	   -moz-text-shadow:	2px 2px 3px rgba(0, 0, 0, 0.8);
		      text-shadow:	2px 2px 3px rgba(0, 0, 0, 0.8);
	-webkit-border-radius:	5px;
	   -moz-border-radius:	5px;
		      border-radius:	5px;
}

.bannerLocation a:hover{
	 background: rgba(255, 244, 173, .5); /* BEIGE */
	 border: solid 1px rgba(255, 244, 173, .6); /* BEIGE */
	 color: #dfc063;
	 text-decoration: none;
}



/* ********* TAGLINE ****************** */

#tagline{
	color: #343434;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 100%;
}


/* ********* SOCIAL BUTTONS ****************** */
#socialCell{
	background: none;
	border: solid 0px red;
	text-align: center;
	padding: 0px 4px 0px 0px;
	margin: 0px auto 12px auto;
	width: 276px;
	color: #a1a1a1;
	font-size: 11px;
}

#socialText{
	white-space: nowrap;
}


#socialCell table{
	background: none;
	border-collapse: collapse;
	margin: 0px 0px0px 0px;
	border-spacing:0px 0px;
	border: solid 0px green;
}

#socialCell table td{
	background: none;
	text-align: center;
	align: center;
	padding: 0px 2px 0px 0px;
}

#socialCell table td a:link, #socialCell table td a:visited{
	width: 90px;
	height: 80px;
	display: block;
	background: url(../images/SocialIconSprite.png) no-repeat;
	margin: 0px 0px 0px 0px;
	color: #a1a1a1;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
	padding: 50px 0px 0px 0px;
}


#socialCell table td a:hover{
	color: #ffffff;
	text-decoration: none;
}


	#socialCell table td a#fb:link, #socialCell table td a#fb:visited{
		background-position: 20px 0px;
		text-decoration: none;
	}

	#socialCell table td a#fb:hover{
		background-position: 20px -80px;
		text-decoration: none;
	}

	#socialCell table td a#yt:link, #socialCell table td a#yt:visited{
		background-position: -59px 0px;
		text-decoration: none;
	}

	#socialCell table td a#yt:hover{
		background-position: -59px -80px;
		text-decoration: none;
	}

	#socialCell table td a#inst:link, #socialCell table td a#inst:visited{
		background-position: -118px 0px;
		text-decoration: none;
	}

	#socialCell table td a#inst:hover{
		background-position: -118px -80px;
		text-decoration: none;
	}


/* ********* HEADING STYLES ****************** */
#h1HeadingCell{
	text-align: center;
	line-height: 100%;
	margin: 10px 0px 13px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 0px #ffffff;
}

#h1HeadingCell h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	-webkit-text-shadow:	1px 1px 2px rgba(0, 0, 0, 0.8);
	   -moz-text-shadow:	1px 1px 2px rgba(0, 0, 0, 0.8);
		      text-shadow:	1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* CONTENT
-------------------------------------------------- */

#contentWrapper{
	margin-bottom: 40px;
	border: solid 0px green;
}

#contentBound{
	font-size: 16px;
	padding-left: -15px;
	padding-right: -15px;
}

#contentBound a:link, #contentBound a:active, #contentBound a:visited{
	color: #c0a551;
	text-decoration: underline;
}

#contentBound a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.homeWelcomeHeading{
 	font-family: arial, helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	color: #84a8e4;
	line-height: 100%;
	padding: 24px 0px 12px 0px;
}

#homeWelcomeText{
 	font-family: arial, helvetica, sans-serif;
	color: #84a8e4;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin-top: 42px;
	line-height: 130%;
	padding: 30px 30px 0px 30px;
	border-top: solid 1px #d2d2d2;
}

h1, h2, h3, h4, h5, h6{
 	font-family: arial, helvetica, sans-serif;
 	font-weight: bold;
 	line-height: 100%;
 	margin: 0px 0px 3px 0px;
 	color: #ffffff;
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	   -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
 }

h1{font-size: 24px;}

h2{font-size: 22px;}

h3{font-size: 20px;}

h4{font-size: 18px;}

h5{font-size: 16px;}

h6{font-size: 14px;}


.miniButtonLink:link,  .miniButtonLink:active, .miniButtonLink:visited{
	display: block;
	text-align: center;
	font-weight: bold;
	width: 170px;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 4px;
	background: #0152d7;
		    border-radius:	12px;
	 -moz-border-radius:	12px;
-webkit-border-radius:	12px;
 margin: 0px 0px 10px 0px;
 }

.miniButtonLink:hover{
	background: #f66100;
 }

/* FOOTER
-------------------------------------------------- */
.footerRow{
	padding: 0px 0px 0px 0px;
	margin: 0px -15px 0px -15px;
	border: solid 0px blue;
}

#footerBound{
	font-size: 16px;
	color: #cacaca;
	background: none;
	border: solid 0px red;
}

.footerBlock{
	border: solid 1px rgba(202, 202, 202, 0.4);
	border-width: 0px 0px 0px 0px;
	margin-bottom: 14px;
	padding: 0px 15px 20px 15px;
	text-align: center;
	height: none;
}

.footerCenter{

}


.footerTowns{
	color: #fff68d;
	padding: 12px 16px 12px 16px;
	margin: 0px 0px 14px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 110%;
}

#footerBound h1, #footerBound h2, #footerBound h3{
	font-family: arial,helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	line-height: 110%;
	margin: 0px;
}


#footerBound h1{
	font-size: 22px
}

#footerBound h2{
	font-size: 20px
}

#footerBound h3{
	font-weight: normal;
	font-size: 18px
}


#footerBound a:link, #footerBound a:visited{
	line-height: 190%;
	color: #cacaca;
	text-decoration: underline;
}

#footerBound a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.copyright{
	font-size: 12px;
}



/* WEBFODDER LINK
---------------------------------------------------------- */


/* ****** WEBFODDER LOGO ******** */
#webfodderCell{
	margin: 10px auto;
	width: 122px;
	border: solid 0px red;
}

#webfodderCell a:link, #webfodderCell a:active, #webfodderCell a:visited{
	text-align: left;
	display: block;
	background: url(../images/WebfodderLogo20.png) no-repeat;
	background-position: left 0px;
	padding: 0px 0px 0px 25px;
	color: #1b1b1b;
	text-decoration: none;
	font-size: 11px;
	line-height: 100%;
}

#webfodderCell a:hover{
	color: #1b1b1b;
	text-decoration: underline;
	font-size: 11px;
	line-height: 100%;
}


/*
IFRAME STYLES
----------------------------------------------------------- */

.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* *************** FORM STYLES ********************* */

input {
	border: 1px solid black; margin-bottom: .5em;
}

input.error {
border: 1px solid red;
}


label {
	text-align: right;
	color: #000;
	font-size: 1em;
}

label.error {
	color: #A60400;
	padding-left: 16px;
	margin-left: .3em;
}

span.requiredStar {
	color: #A60400;
}

.my-border {
    border: 1px solid #ddd;
}

.captcha-border {
    border: 1px solid #ddd;
}






/* HOLE TOUR --------------------------------------------------- */



.holePages{
	margin: 0px auto;
	padding: 0px;
	border: solid 0px yellow;
}



.holeLinks{               /* XS version --------------------------------------------------- */
	margin: 0px auto;
	padding: 0px;
	border: solid 0px blue;
	max-width: 370px;
}

.holeLinks div{
	font-size: 12px;
	font-weight: bold;
	font-family: times, times-new-roman;
	text-decoration: none !important;
	text-align: center;
	line-height: 0px;
	margin: 4px;
	padding-top: 8px;
	color: #f8e89c !important;
	display: block;
	width: 22px;
	height: 22px;
	text-decoration: none;
	cursor: pointer;
	background-color: #191515;
	border: solid 3px rgba(66,255,0,0.5);
		-moz-border-radius:			11px;
		-webkit-border-radius:	11px;
		 border-radius:					11px;

		-webkit-box-shadow:			1px 1px 4px rgba(0, 0, 0, 0.9);
		   -moz-box-shadow:			1px 1px 4px rgba(0, 0, 0, 0.9);
		        box-shadow:			1px 1px 4px rgba(0, 0, 0, 0.9);

	float: left;
}


.holeMap{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 370px;
	height: 565px;
	background: url(/images/HoleTour/OverView.png);
	left: 0px;
	top: 0px;
	border: solid 0px blue;
}

.holeMap div{
	font-size: 12px;
	font-weight: bold;
	font-family: times, times-new-roman;
	text-align: center;
	position: absolute;
	background-position: 0px 0px;
	line-height: 0px;
	padding-top: 8px;
	color: #f8e89c !important;
	display: block;
	width: 22px;
	height: 22px;
	left: 0px;
	top: 0px;
	text-decoration: none;
	cursor: pointer;
	background-color: #191515;
	border: solid 3px rgba(66,255,0,0.5);
		-moz-border-radius:			11px;
		-webkit-border-radius:	11px;
		 border-radius:					11px;

		-webkit-box-shadow:			1px 1px 4px rgba(0, 0, 0, 0.9);
		   -moz-box-shadow:			1px 1px 4px rgba(0, 0, 0, 0.9);
		        box-shadow:			1px 1px 4px rgba(0, 0, 0, 0.9);

}





.holeMap div:hover{
	border-color: rgba(66,255,0,1.0);
	background: #4c9e00;
}



/*
#hole1-info, #hole2-info, #hole3-info, #hole4-info,
#hole5-info, #hole6-info, #hole7-info, #hole8-info,
#hole9-info, #hole10-info, #hole11-info, #hole12-info,
#hole13-info, #hole14-info, #hole15-info, #hole16-info,
#hole17-info, #hole18-info, {
    display: none;
}
*/



/* ------------------------------------------------------------------------------- */
/* RESPONSIVE CSS  768 px (SM) --------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

@media (min-width: 768px) {

	.reAlignLeft{
		text-align: left;
	}

	.reAlignRight{
		text-align: right;
	}


	/* ========================================================================================== */
	/* SETS AN IMAGE TO FILL THE SCREEN AT THE XS SIZE AND BE 400PX WIDE FOR LARGER MONITORS ---- */
	/* ========================================================================================== */

	.img-scale-left{
		max-width: 400px;
		float: left;
		margin:0px 10px 10px 0px;
	}

	.img-scale-right{
		max-width: 400px;
		float: right;
		margin: 0px 0px 10px 10px;
	}

	.img-scale-center{
		max-width: 400px;
		margin: 0px auto 10px auto;
	}

	/* ========================================================================================== */
	/* ------------------------------------------------------------------------------------------ */
	/* ========================================================================================== */

	.mainWrapper{
		margin-top: 86px;
		-moz-border-radius:			0px 0px 0px 0px;
		-webkit-border-radius:	0px 0px 0px 0px;
		 border-radius:					0px 0px 0px 0px;
	}

	.bannerRow{
		padding-top: 0px;
		margin-top: -83px;
	}

	#logoCell{
		padding: 0px 0px 0px 0px;
		margin: 0px;
		text-align: left;
	}

	#logoCell a{
		max-width: 430px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px  0px;
	}

	#logoCell img{
		max-width: 430px;
		margin: 0px auto 0px  0px;
	}

	#h1HeadingCell{
		margin: 66px 5px 16px 5px;
		padding: 0px 0px 0px 0px;
	}


	#h1HeadingCell h1{
		font-size: 24px;
		margin: 0px 0px 0px 0px;
	}



	h1{font-size: 30px;}

	h2{font-size: 28px;}

	h3{font-size: 26px;}

	h4{font-size: 24px;}

	h5{font-size: 20px;}

	h6{font-size: 18px;}


	#tagline{
		padding-left: 8px;
		padding-top: 10px;
		font-size: 18px;
	}

	#bannerContact{
		padding-top: 0px;
		text-align: center;
	}

	#bannerContactInner{
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto
	}

	.bannerLocation{
		font-size: 15px;
		padding: 0px 0px 0px 0px;
		height: 26px;
	}

	.bannerLocationInner{
		max-width: 130px;
	}

	.bannerLocation a:link, .bannerLocation a:active,	.bannerLocation a:visited{
		 color: #dfc063;
		 text-decoration: underline;
		 margin-left: 0px;
		 margin-right: 0px;
		 padding: 3px 4px 4px 4px;
		 line-height: 100%;
		 background: none;
		 border: none;
	}

	.bannerLocation a:hover{
		 background: none;
		 border: none;
		 color: #fff9d3;
		 text-decoration: nunderline;
	}

	#bannerContact #phone,
	#bannerContact #phone:link,
	#bannerContact #phone:visited,
	#bannerContact #phone:hover{
		color: #ffffff;
		display: block;
		background: #463f33;
		font-size: 18px;
		padding: 3px 8px 3px 8px;
		text-align: center;
		margin: 6px auto 0px auto;
		border: solid 1px #c0b096;
		-webkit-box-shadow:			0px 3px 8px rgba(0, 0, 0, 0.2);
		   -moz-box-shadow:			0px 3px 8px rgba(0, 0, 0, 0.2);
		        box-shadow:			0px 3px 8px rgba(0, 0, 0, 0.2);
		-webkit-border-radius:	0px;
		   -moz-border-radius:	0px;
		        border-radius:	0px;
	}



	#contentWrapper{
		min-height: 450px;
		margin-bottom: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.homeWelcomeHeading{
		font-size: 48px;
		padding: 24px 0px 10px 50px;
	}



	.bigButtonLink:link, .bigButtonLink:active, .bigButtonLink:visited{
		font-size: 17px;
		width: 260px;
		padding: 8px;
	 }

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

	.footerBlock{
		border-width: 0px 0px 0px 0px;
		height: none;
	}


	.footerCenter{
		padding-left: 60px;
	}

	.footerTowns{
		padding: 20px 25px 20px 25px;
		margin: 0px 0px 14px 0px;
		font-size: 16px;
		line-height: 120%;
	}

	.addBorderSm{
		border-width: 0px 1px 0px 0px;
	}
}


/* ----------------------------------------------------------------------------- */
/* RESPONSIVE CSS  992 px (MD) ------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
@media (min-width: 992px) {

	.mainWrapper{
		margin-top: 118px;
		-moz-border-radius:			0px 0px 0px 0px;
		-webkit-border-radius:	0px 0px 0px 0px;
		 border-radius:					0px 0px 0px 0px;
	}

	.bannerRow{
		margin-top: -110px;
		padding-top: 0px;
	}

	.addBorderMd{
		border-width: 0px 1px 0px 0px;
	}

	#h1HeadingCell{
		margin: 66px 15px 20px 15px;
		padding: 0px 0px 0px 0px;
	}

	#h1HeadingCell h1{
		font-size: 26px;
	}

	#contentWrapper{
		margin-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#logoCell a{
		max-width: 580px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px  0px;
	}

	#logoCell img{
		max-width: 580px;
		margin: 0px auto 0px  0px;
	}

	#bannerContact{
		padding-top: 0px;
		padding-left: 40px;
	}

	#bannerContactInner{
		padding: 11px 0px 0px 0px;
		margin: 0px auto 0px auto
	}

	.bannerLocation{
		font-size: 15px;
		padding: 0px 0px 0px 0px;
	}

	.bannerLocationInner{
		max-width: 130px;
	}

	#bannerContact #phone,
	#bannerContact #phone:link,
	#bannerContact #phone:visited,
	#bannerContact #phone:hover{
		font-size: 22px;
	}


	#footerBound .footerBlock{
		font-size: 16px;
	}
	#footerBound .footerBlock h3{
		font-size: 18px;
	}

	.footerBlock{
		padding: 0px 15px 0px 15px;
		text-align: left;
		height: 250px;
	}


	.footerCenter{
		padding-left: 118px !important;
	}


	#footerBound h1{
		font-size: 20px
	}


	#webfodderCell{
		margin: 10px 0px;
	}


	#socialCell{
		margin: 0px 0px 12px 0px;
	}

}


/* ------------------------------------------------------------------------------ */
/* RESPONSIVE CSS  1200 px (LG) ------------------------------------------------- */
/* ------------------------------------------------------------------------------ */
@media (min-width: 1200px) {


	.mainWrapper{
		margin-top: 150px;
		-moz-border-radius:			0px 0px 0px 0px;
		-webkit-border-radius:	0px 0px 0px 0px;
		 border-radius:					0px 0px 0px 0px;
	}

	.bannerRow{
		margin-top: -140px;
		padding-top: 0px;
	}


	#tagline{
		padding-top: 54px;
		font-size: 20px;
	}

	#contentWrapper{
		margin-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#logoCell a{
		max-width: 687px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px  0px;
	}

	#logoCell img{
		width: 100%;
		max-width: 687px;
		margin: 0px auto 0px  0px;
	}

	#bannerContact{
		padding-top: 10px;
		padding-left: 70px;
	}

	#bannerContactInner{
		padding: 17px 0px 0px 0px;
		margin: 0px auto 0px auto
	}

	.bannerLocation{
		font-size: 15px;
		padding: 0px 0px 0px 0px;
	}

	#h1HeadingCell{
		margin: 66px 25px 30px 25px;
		padding: 0px 0px 0px 0px;
	}

	#h1HeadingCell h1{
		font-size: 26px;
	}



	#footerBound .footerBlock{
		font-size: 18px;
	}


	#footerBound h1{
		font-size: 22px
	}


	#footerBound .footerBlock h3{
		font-size: 16px;
	}

	.footerBlock{
		padding: 0px 25px 0px 25px;
		text-align: left;
		height: 290px;
	}

	.footerCenter{
		padding-left: 154px !important;
	}



}




/*
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------

NAVIGATION - STANDARD STYLES

---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------- */

.navbar-wrapper{
	border: solid 0px red;
	padding: 0px;
	font-size: 18px;
	background: none;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar{
	border: solid 0px yellow;
  min-height: 48px;
  color: #ffffff;
	padding: 0px;
	margin: 0px auto;
}

.navbar-fixed-top{
	background: url(../images/MenuBG.jpg) repeat-x;
	border: none;
  color: #ffffff !important;
	-webkit-box-shadow:	0px 3px 5px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow:	0px 3px 5px rgba(0, 0, 0, 0.2);
	        box-shadow:	0px 3px 5px rgba(0, 0, 0, 0.2);
}

.navbar-header{
}

/* HOME and PHONE ICON IS STYLED HERE */

.navbar-default .navbar-brand{
  color: #a79b89;
	height: 48px;
	padding-right: 11px;
	padding-top: 12px;
	padding-bottom: 0px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	background: none;
	color: #ffffff;
}


.navbar-default .navPhone {
    padding-left: 0px;
    padding-right: 20px;
}

.navbar-default .navPhone .navPhoneNumber {
    font-size: 22px;
    font-weight: bold;
}



.navbar-default .navbar-nav > li > a {
	cursor: pointer;
	padding-top: 12px;
	padding-bottom: 4px;
  color: #a79b89 !important;
	height: 48px;
	border-right: solid 1px rgba(0, 0, 0, 0.7);
	border-left:  solid 1px rgba(65, 56, 42, 0.7);
	        text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.8);
	   -moz-text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.8);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:active
{
		background: url(../images/MenuBG-over.jpg);
	border-right: solid 1px rgba(0, 0, 0, 0.3);
	border-left:  solid 1px rgba(65, 56, 42, 0.7);
		color: #ffffff !important;
	 	        text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.8);
		   -moz-text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.8);
		-webkit-text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.8);
}


/*  THIS IS FOR THE LITTLE ICON THAT INVOKES THE SMALL SM SIZE MENU DROPDOWN FOR THE SM SIZE ========= */
.navbar-default .navbar-toggle { /* NAV ICON - OFF-STATE STYLES*/
		background-color: #cccccc;
		border-color: #060815;
		margin-top: 7px;
		margin-bottom: 4px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
		background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar{  /* COLOR OF THE BARS ON THE LITTLE NAV ICON */
		background-color: #3d3d3d;
}
/* /END LITTLE ICON STYLES  ========= */



/* DROPDOWN STYLES
--------------------------------------------------------------------------------------------- */

.dropdown-header{
	margin-left: 0px;
  padding-bottom: 6px;
  padding-top: 16px;
  padding-left: 6px;
	font-size: 16px;
	border-bottom: 1px dashed white;
}


.navbar-default .navbar-nav .dropdown-menu,
.navbar-default .navbar-nav .open .dropdown-menu
{
  margin: 0px;
  padding-top: 0px;
	background-color: rgba(20, 20, 20, 0.9);
	width: 300px;
}

.navbar-default .navbar-nav .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a
{
  margin-top: 0px;
  padding: 7px 6px 7px 6px;
	font-weight: normal;
  line-height: 100%;
  color: #ffffff;
  white-space: nowrap;
	border-bottom: solid 1px #cccccc;
  background: none;
	        text-shadow: -1px -1px 1px rgba(0, 0, 0, 1.0);
	   -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 1.0);
	-webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 1.0);
  }
  
  
.twoLine{
  padding: 7px 6px 7px 6px; !important;
  text-align: left;
  line-height: 100%;
}
  
  

.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .dropdown-menu > li > a:active,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:active
{
 	background: #000000;
 	color:#ffffff;
  }



/* SPECIAL MENU STYLES TO REPOSITION TO TOP FOR MOBILE
----------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
	/* Special class on .container surrounding .navbar, used for positioning it into place. */
	.navbar-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 100;
		height: none;
		border-radius: 0px;
	}

	/* ================ TOGGLE xs DROPDOWN  =========================== */

	.navbar-default{
		height: 48px;
		border-bottom: solid 1px #000000;
	}

	.navbar-nav{
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-collapse{
		padding-top: 0px;
		margin-top: 0px;
		border-top: solid 0px red !important;           /* ADDS A 1-PIXEL SPACE TO TOP OF MOBIL VIEW DROPDOWN BOX */
	}

	.dropdown-menu{
		border-radius: 0px;
		margin: 0px;
		padding: 0px;
		width: 100% !important;
	}

	.navbar-default .navbar-nav > li > a,                         /* MOBILE VIEW MAIN MENU ELEMENTS */
	.navbar-default .navbar-nav .open > li > a
	{
		border: solid 0px red;
		background: rgba(0, 0, 0, .9);
		height: 48px;
		padding: 10px 9px 12px 20px;
	}

	.navbar-default .navbar-nav > li > a:hover,                     /* MOBILE VIEW MAIN MENU HOVER ELEMENTS */
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:active,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .open > a:active
	{
			background: #000000;
			border: none;;
			color: #ffffff;
	}

	.navbar-default .navbar-nav .dropdown-menu > li > a,            /* MOBILE VIEW EXPANDED DROPDOWN ELEMENTS */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a
	{
		font-size: 16px;
		padding: 14px 9px 14px 29px;
		}

	.navbar-default .navbar-nav .dropdown-menu > li > a:hover,      /* MOBILE VIEW EXPANDED DROPDOWN HOVER ELEMENTS */
	.navbar-default .navbar-nav .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .dropdown-menu > li > a:active,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
			background: #0000ff;
			color:#ffffff;
		}

}



/* ========================== NAVIGATION - MEDIA BREAK 768PX ============================= */

/* MAKE NAVIGATION TOGGLE ON DESKTOP HOVER */

@media only screen and (min-width : 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (min-width: 768px) {


  .navbar-fixed-top{
		position: absolute;
		border-radius: 0;
		margin: 104px auto 0px auto;
		width: 748px;
	}

	.navbar-default .navbar-nav {
		font-weight: bold;
		font-size: 12px;
	}

	.navbar-default .navbar-nav > li > a{
  	color: #ffffff; !important;
		background: none;
		padding: 12px 7px 10px 7px;
	}
	
	

	
	.navbar-default .navbar-nav > li > a.twoLine {
	  padding-top: 9px !important;
	  text-align: center;
	  line-height: 110% !important;
	}


	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:active,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .open > a:active
	{
			color: #ffffff !important;
	}


	.navbar-default .navbar-brand{
		padding: 11px 12px 4px 11px;
	}


	.barEnd{
		border-left:  solid 1px rgba(65, 56, 42, 0.7);
		height: 48px;
	}



	.dropdown-menu{
		width: 220px !important;
	}


	#DD-philanthropy{
		width: 220px !important;
		margin-left: -120px !important;
	}
}




/* ========================== NAVIGATION - MEDIA BREAK 992PX ============================= */

@media (min-width: 992px) {

  .navbar-fixed-top{
		width: 968px;
		margin: 144px auto 0px auto;
	}

	.navbar-default .navbar-nav {
		font-weight: bold;
		font-size: 14px;
	}

	.navbar-default .nav > li > a {
		background: none;
		padding: 12px 15px 10px 14px;
	}
	
	
	.navbar-default .navbar-nav > li > a.twoLine {
	  padding-top: 8px !important;
	}

	.navbar-default .navbar-brand{
		padding: 12px 16px 4px 16px;
	}


	#DD-philanthropy{
		width: 220px !important;
		margin-left: -90px !important;
	}


}



/* ========================== NAVIGATION - MEDIA BREAK 1200PX ============================= */

@media (min-width: 1200px) {

  .navbar-fixed-top{
		width: 1168px;
		margin: 174px auto 0px auto;
	}

	.navbar-default .navbar-nav {
		font-weight: bold;
		font-size: 16px;
	}

	.navbar-default .nav > li > a {
		background: none;
		padding: 14px 23px 10px 24px;
	}
	
	.navbar-default .navbar-nav > li > a.twoLine {
	  padding-top: 7px !important;
	}

	.navbar-default .navbar-brand{
		padding: 12px 20px 4px 20px;
	}

	#DD-philanthropy{
		width: 220px !important;
		margin-left: -61px !important;
	}
}




/* ********************* END NAVBAR CUSTOMIZATION ********************** */

/*
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------

PLEASE ADD NOTHING AFTER HERE

---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------- */