@charset "UTF-8";
/* CSS Document */

/*

Green #85a312
Dark Green #356239
Orange #f28c00

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.5);

font-family: 'Ubuntu', sans-serif;
*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Ubuntu', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #356239;	
	margin: 20px 0 20px 0;
}

#headerOuter {
	float: left;
	width: 100%;
	background-color: #356239;
	border-bottom: 5px solid #85a312;	
	padding: 5px 0 10px 0;
}

header {
	margin: 0 auto;
	width: 960px;	
}

#logo { 
	float: left;
	margin: 0;
}

#logo:hover {
	cursor: pointer;	
}

#contact {
	float: right;	
	margin: 50px 0 0 0;
}

#contact ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;	
	text-align: right;
}

#contact li {
	display: block;
	color: white;
	font-size: 110%;
	text-align: right;
	line-height: 40px;
}

#contact li a {
	color: white;
	text-decoration: none;
}

#contact li a:hover {
	color: white;
	text-decoration: underline;
}

/*										Nav								*/

#navOuter {
	float: left;
	width: 100%;	
	background-color: #85a312;
}

nav {
	margin: 0 auto;
	width: 960px;
}

nav ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav li {
	float: left;
	display: inline;
	color: white;
	font-size: 110%;
	margin: 0;
	padding: 5px 15px 0 15px;
	position: relative;
}

nav li a {
	float: left;
	color: white;
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom: 3px solid #85a312;
}

nav li a:hover {
	color:#356239;
	text-decoration: none;
	border-bottom: 3px solid#356239;
}

nav li a.active {
	color:#356239;
	text-decoration: none;
	border-bottom: 3px solid#356239;
}


nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: 5px; 
	left: 0; 
	text-align: left;
	background-color: #f28c00;
	padding-left: 0;
	min-width: 350px;
	padding: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin: 0;
	z-index: 1000;
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 7px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	font-size: 80%;
}

nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white;
}

nav ul.dropdown ul li a:hover {
	color: #356239;
	text-decoration: underline;
}

/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 5px 0 5px 0;
	border-bottom: 2px solid white;
}

.accordionButton h4 {
	color: white;	
	margin: 0;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	font-size: 100%;
}

.accordionContent {
	float: left;
	padding: 5px;
	margin-bottom: 5px;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li a {
	margin: 0;
	padding: 5px;
	float: none;
	color: white;
}

#accordionSection .accordionContent li a:hover {
	color:#356239;
	text-decoration: none;
	border-bottom: 3px solid#356239;
}

#accordionSection .accordionContent li a.active {
	color:#356239;
	text-decoration: none;
	border-bottom: 3px solid#356239;
}


/*										Footer								*/

#footerOuter {
	float: left;
	width: 100%;
	background-color: #85a312;
	padding-bottom: 10px;	
}

footer {
	width: 960px;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

footer ul {
	float: left;
	list-style-type: none;	
	padding: 0;
	margin: 0;
}

footer li {
	color: white;
	font-size: 75%;
	line-height: 25px;
}

footer li a {
	color: white;
	text-decoration: none;
}

footer li a:hover {
	color: white;
	text-decoration: underline;
}

footer p {
	color: white;
	float: left;
	font-size: 75%;
	margin: 0;
}

footer img {
	float: right;
	margin-left: 10px;
}

#copyrightOuter {
	float: left;
	width: 100%;	
	background-color: #356239;
}

#copyright {
	margin: 0 auto;
	width: 960px;
	color: white;
	font-size: 75%;
	text-transform: uppercase;
}

#copyright a {
	color: white;	
	text-decoration: none;
}

#copyright a:hover {
	color: white;	
	text-decoration: underline;
}

p.copyLeft {
	float: left;	
}

p.copyRight {
	float: right;	
}

/*									Banner   */

#bannerOuter {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#banner {
	margin: 0 auto;
	width: 960px;	
}

#banner img {
	width: 100%;
	height: auto;
}
/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	margin-bottom: 10px;
}

#mainBody {
	margin: 0 auto;
	width: 960px;	
}

#mainBody h1 {
	font-size: 105%;
	color: #356239;	
	font-weight: bold;
}

#mainBody h2 {
	font-size: 100%;
	color: #85a312;	
}

#mainBody p {
	font-size: 80%;
	line-height: 25px;
	color: black;
}

#mainBody p span {
	font-style: italic;
	color: #356239;	
}


#mainBody p a {
	color: #85a312;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #85a312;
	text-decoration: none;
}

#mainBody p a.more {
	color: #356239;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	border-radius: 5px;
	background-color: #f28c00;
}

#mainBody p a.more:hover {
	color: #f28c00;
	text-decoration: none;
	background-color: #356239;
}

#mainBody li {
	font-size: 80%;
	line-height: 30px;
	color: black;
}

#mainBody li a {
	color: #85a312;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #85a312;
	text-decoration: underline;
}

#mainBody h3 {
	width: 100%;
	background-color: #f28c00;
	padding: 5px;
	color: white;	
	font-size: 100%;
}

#locationTop {
	float: left;
	width: 960px;	
	border-bottom: 1px dotted #356239;	
	margin-bottom: 20px;
}

.locationInterest {
	float: left;
	margin-right: 120px;
}


#homeLeft {
	width: 550px;
	float: left;	
}

#mainBody img.imageRight {
	float: right; 
	margin: 10px 0 20px 20px;	
}

/*						Home Boxes        */

#bottomHome {
	float: left;
	width: 960px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottomBox {
	float: left;
	width: 300px;
	margin-right: 30px;
	height: 195px;
}

.bottomBox.Last {
	float: right;
	margin-right: 0;	
}

.bottomBox h4 {
	margin: -4px 0 0 0;
	padding: 5px;
	font-size: 90%;	
	color: white;
	background-color: #356239;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}

.bottomBox:hover {
	cursor: pointer;	
}

.bottomBox:hover h4{
	background-color: #85a312;	
}


/*											Tables 									*/

table {	
	overflow: auto;
}

table.sale {	
	margin: 15px 0 10px 0;
}

table.sale th {
	background-color: #356239;
	color: white;
	padding: 7px;
	font-weight: normal;
	font-size: 90%;
} 

table.sale td.headings {
	background-color: #85a312;
	color: white;
	border: 1px solid #85a312;
} 

table.sale td.date {
	background-color: #f28c00;
	color: black;
	border: 1px solid #f28c00;
}

table.sale td {
	border: 1px solid #efefef;
	background-color: #efefef;
	font-size: 90%;
	padding: 7px;
	max-width: 350px;
	text-align:center;
} 

table.sale td a {
	color: #85a312;
} 


table.sale td a:hover {
	color: #85a312;
	text-decoration: none;
} 



#locationImages {
	float: left;
	width: 960px;
}

#locationImages img {
	width: 32%;
	height: auto;
	margin-right: 2%;
	float: left;
	margin-bottom: 3%;
}

#locationImages img.lastLocation {
	margin-right: 0;	
	float: right;
}

#findUsArea {
	float: left;
	width: 960px;	
}



/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 140px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #356239;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: #85a312;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #010000;
	font-weight: bold;
}	

#contactFormArea input {
	color: #010000;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #010000;
}

#contactFormArea textarea {
	color: #010000;	
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #010000;
}

/*Lodge*/


.lodge {
	float: left;
	width: 960px;
	border-top: 2px dotted #85a312;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}	

#mainBody .lodge h2 {
	float: right;	
	font-size: 120%;
	margin-top: -25px;
}

#mainBody .lodge p span {
	font-weight: bold;	
	font-size: 110%;
	color: #f28c00;
}


.fb-page {
	float: right;
	margin: 10px 0 20px 20px;	
}


#localBox {
	float: right;
	padding: 10px 30px 10px 30px;
	background-color: #f28c00;
}	

#localBox ul {
	padding: 0;
	margin: 0;	
}

#localBox li {
	color:white;	
	font-size: 100%;
}


#mainBody h2.special {
	font-size: 100%;
	color: white;	
	padding: 5px;
	background-color: #f28c00;
}






#video {
	background-color:#efefef; 
	padding: 10px 0 10px 0; 
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}
	


/* 959*/
@media only screen 
and (max-width : 959px) 
				 {


header {
	width: 100%;
}	
					
#accordionSection {
	display: block;
	margin-left: 10px;
}

nav ul.mainNav {
	display: none;
}	

nav {
	float: left;
	width: 100%;
}	

#contact {
	margin-right: 10px;	
}
		
#banner {
	float: left;
	width: 100%;	
	height: auto;
	box-sizing: border-box;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}


#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

footer {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

#bottomHome {
	width: 100%;	
}

.bottomBox {
	float: left;
	width: 30%;
	margin-right: 3%;
	height: auto;
}

.bottomBox img {
	width:100%;
	height: auto;	
}

.bottomBox.Last {
	float: right;
	margin-right: 0;	
}

#locationTop {
	width: 100%;	
}


#locationImages {
	width: 100%;	
}

#findUsArea {
	width: 100%;	
}

.lodge {
width: 100%;	
}
					 
}




 /* 760*/
@media only screen 
and (max-width : 760px) 
				 {
					


#logo { 
	float: left;
	margin: 10px 0 5px 0;
	width: 100%;
}
	
#logo img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 95%;
	height: auto;
}

#contact {
	float:left;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}

#contact p {
	float: left;
	width: 100%;	
}

#contact a {
	float: left;
	width: 100%;	
}

#contact ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#contact li {
	text-align: center;
}				
		
#contactFormArea fieldset {
	width: 95%;
}

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 95%;
}

#contactFormArea input {
	float: left;
	width: 95%;
}

#contactFormArea textarea {
	float: left;
	width: 95%;
}


#mainBody img.imageRight {
	float: none;
	clear: both;
	margin-left: 0;
}	

p.copyRight {
	float: left;	
}

.bottomBox {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

.bottomBox.Last {
	float: left;
	width: 100%;
	margin-right: 0;
}

h1.findUsPage {
	margin-top: 10px;	
}
				
 }
 
 

/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
		
 #locationImages img {
	width: 90%;
	height: auto;
	margin-right: 0;
	float: left;
	margin-bottom: 3%;
}

#locationImages img.lastLocation {
	margin-right: 0;	
	float: left;
}


.fb-page {
	float: none;
	margin: 10px 0 20px 0;	
	clear: both;
}

#localBox {
	float: none;
	margin: 10px 0 20px 0;	
	clear: both;
}	
					 
#video iframe {
	max-width: 100%;
	height: auto;
}

					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

		
	
}





.iris {
	width: 100% !important;
	border: none !important;
	font-family: 'Ubuntu', sans-serif;
	color: #282728  !important;
	padding: 0 !important;
	margin-top: 20px !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box;
	border: none !important;
	color: #282728  !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
}

.iris .g-recaptcha {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
	clear: both;
}

.iris .iris-row button {
	float: none;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background-color: #356239;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #000000 !important;
	color: white  !important;
	cursor: pointer;
}

.iris .iris-row .label {
	font-size: 100%;
	color: #282728 ;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

.iris .iris-row input {
	color: #282728 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid black !important;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}


.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #282728 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid black;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #282728 ;	
	float: left;
	width: 100%;
	height: 340px;
	background-color: white;
	font-size: 80%;
	border: 1px solid black;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #efefef;
	padding: 7px;
	font-size: 95% !important;
	color: black !important;
	box-sizing: border-box;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #282728  !important;
	border: #282728  1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}


				 