<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------------
                     COLOR GUIDE
GOLD:	rgb(172, 140, 71)	HEX #ac8c47
WHITE:	rgb(226, 226, 226)	HEX #ffffff
GREY:	rgb(128,128,128)	HEX #808080
BLACK:	rgb(15,15,15)     	HEX #0f0f0f
		rgba(15,15,15,0.74)
ORANGE: rgb(255,140,0)		HEX #FF8C00
----------------------------------------------------*/

/* ---------------------------------------------------
                      GLOBAL STYLES
----------------------------------------------------*/
body {
  font-size: 19px;
  /* font-family: "cronos-pro", calibri, Verdana, sans-serif; */
  font-family: "cronos-pro", calibri, candara, "segoe UI", Optima, Arial, sans-serif;
  
  /* color: rgb(226,226,226); */
  color: rgb(15,15,15);
  
  /* background: #0f0f0f;		/* BLACK */
  background: #ffffff;		/* WHITE */
  /*background-image: url(../images/landing_background.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  
  /*background: rgba(15,15,15,0.74);*/
  /* background: rgb(15,15,15); */ /* IE8 */
  /*background: black; */
  
  background: rgb(226, 226, 226) /* WHITE */
  
  padding: 2% 6% 6% 6%;
}

.container {
  /*background: rgba(15,15,15,0.74);*/
  /* background: rgb(15,15,15); */ /* IE8 */
  /*background: black; */
  
  background: rgb(226, 226, 226) /* WHITE */
  padding: 30px;
}

h1, h2, h3 {
  font-family: "double-pica-sc", Garamond, "Baskerville Old Face", "Times New Roman", serif;
  font-weight: normal;
}

h1 {
  font-size: 3em;  /* was set to 3.3684em; */
  line-height: 1.2656em;
  margin-top: 0.4219em;
  margin-bottom: 0;
  color: rgb(255,140,0); /* ORANGE */
}

h2 {
  font-size: 1.5em;
  line-height: 1.2558em;
  margin: 0.4219em auto 0.4219em auto;
  color: rgb(255,140,0); /* ORANGE */
}

h3 {
  font-size: 1.5263em;
  font-weight: normal;
  line-height: 1.8621em;
  margin-top: 0.9310em;
  margin-bottom: 0;
}

p {
  font-size: 1em;
  line-height: 1.4211em;
  margin-top: 1.4211em;
  margin-bottom: 0;
  font-weight: 100;
  /* max-width: 700px; */
}

li {
  font-weight: 100;
}

img {
  width: 100%;
}

captcha_image {
	height: 50px;
	width: 40%;
}

a:link {
  color: rgb(172,140,71);
}

  a:visited {
    color: rgb(100, 81, 41);
  }

  a:hover {
    color: rgb(224, 182, 90);
  }

  a:active {
    color: rgb(252, 217, 142);
  }

.button {
  background-color: rgb(255,140,0);		/* was rgb(172,140,71); */
  border-radius: 8px;
  max-width: 175px;
  font-weight: bold;
}

  .button a {
    color: rgb(226, 226, 226);
    text-decoration: none;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 10px 0;
  }

  .button a:hover {
    background-color: rgb(119, 97, 48);
    border-radius: 8px;
  }

/* ==================================================== COLUMN LAYOUT SECTION */
.featured-info {
  float: left;
  width: 10%;
  
  height:auto;
}


.featured-info h3 {
  font-size: 1em;
  border-bottom: 1px solid rgb(128,128,128);
}

.featured-info p {
  font-style: italic;
  padding: 3%
  
}

.featured-info ul {
  list-style: none;
  padding-left: 0;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.bigonly  {
    display: block;
}

.smallonly  {
    display: none;
}

.collapsemenu {
	display: none;
}

/* ====================================================  COLUMN LAYOUT SECTION */

.row-text {
	margin-left: 10%;
	margin-right: 10%;

	/*background-image: url(../images/about_background.gif);*/
	background-position: center center;
	background-size: 15% auto;
	background-repeat: no-repeat;
	
}

.FullRowImage {
	width: 80%

}

.row-img (
	margin-left: 10%;
	margin-right: 10%;
	width: 100%;
)

.gallery {
  margin-top: 30px;
}

  .gallery img {
    width: 500px;
  }




  .featured-info {
    float: left;
    width: 20%;
    margin-left: 3%;
  }



  
  .gallery {
    width: 567px;
    margin-left: auto;
    margin-right: auto;
  }
  
    .gallery img {
      max-width: 280px;
    }
  

  
  .landing {
    text-align: center;
	background-image: url(../images/landing_background.gif);
  }
  
    .landing p {
      margin-left: auto;
      margin-right: auto;
	  background-image: url(../images/landing_background.gif);
    }



/* ---------------------------------------------------
                      LOGO STYLES
----------------------------------------------------*/
.logo {
  display: block;
  margin: 0 auto;
  width: 70%;
}

  .logo img {
    width: 70%;
  }

  .minilogo {
  display: block;
  margin: 0 auto;
  width: 40%;
}

  .minilogo img {
    width: 40%;
  }
  
/* ---------------------------------------------------
                MAIN NAVIGATION STYLES
----------------------------------------------------*/



.main-navigation ul {
  padding-left: 0;
}

.main-navigation li {
  list-style: none;
  text-align: center;
  margin: 1% 0%;			/* CHANGE SPACING HERE */
}

.main-navigation a {
  display: block;
  text-align: center;
  padding: 1% 1%;			/* CHANGE SPACING HERE */
  text-decoration: none;
  text-transform: uppercase;
  /* background: rgba(67,67,67,0.17); */
  background: rgb(226, 226, 226);
  color: rgb(255,140,0);     /* was rgb(180,180,180); */
  margin-left: 1%;
  margin-right: 1%;
}

  .main-navigation a:visited {
    color: rgb(255,140,0)	/* was rgb(106,106,106); */
  }

  .main-navigation a:hover {
    color: rgb(255,255,255);
    transition: .5s color;
    background: rgba(62, 61, 61, 0.51);
  }

  .main-navigation a:active {
    color: rgb(172,140,71);
  }

  
  .main-navigation {
    min-height: 100px;
    border-top: 1px solid rgb(36,36,36);
    border-bottom: 1px solid rgb(36,36,36);
  } /* media query for 750px  */
  
  .main-navigation ul {
    /* max-width: 1024px; */
	width: 100%;
    margin: 0 auto;
	position: relative;
    /* right: -90px ; */
  }
  
    .main-navigation li {
      float: left;
      margin-left: 0%;			/* CHANGE SPACING HERE */
	  margin-right: 0%;
      width: 10%;				/* CHANGE SPACING HERE */
    }
  
    .main-navigation a {
      background: none;
    }
  
    .main-navigation a:hover {
      background: none;
    }


 
/* ---------------------------------------------------
                   MENU PAGE STYLES
----------------------------------------------------*/
.menu-page .featured-info ul {
   font-style: italic;
}

.menu-page .featured-info {
  float: none;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

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

footer {
  padding: 10px 0;
  clear: both;
}

  footer h4 {
    text-transform: uppercase;
  }

  footer p {
    margin: 0;
  }</pre></body></html>