@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
 
/* Mobile Layout: 480px and below. */
.gridContainer {
	width: 100%;
}
#header {
	width:100%;
	background-color:#404b38;
}
#nameplate {
	padding-top:.5em;
	width:100%;
	padding-bottom:.5em;
	background: rgba(33,42,41,1);
	background: -moz-linear-gradient(top, rgba(33,42,41,1) 0%, rgba(64,75,56,1) 82%, rgba(64,75,56,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33,42,41,1)), color-stop(82%, rgba(64,75,56,1)), color-stop(100%, rgba(64,75,56,1)));
	background: -webkit-linear-gradient(top, rgba(33,42,41,1) 0%, rgba(64,75,56,1) 82%, rgba(64,75,56,1) 100%);
	background: -o-linear-gradient(top, rgba(33,42,41,1) 0%, rgba(64,75,56,1) 82%, rgba(64,75,56,1) 100%);
	background: -ms-linear-gradient(top, rgba(33,42,41,1) 0%, rgba(64,75,56,1) 82%, rgba(64,75,56,1) 100%);
	background: linear-gradient(to bottom, rgba(33,42,41,1) 0%, rgba(64,75,56,1) 82%, rgba(64,75,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212a29', endColorstr='#404b38', GradientType=0 );
}
#nameplate img {
	display:inline-block;
	width:78%;
	padding:0;
	margin:0 0 0 1%;
}
#header-contact {
	display:none;
}
#menu-button {
	width:17%;
	display:inline-block;
	margin:0;
	padding:0 1% 0 1%;
}
#menu-button img {
	width:100%;
}
.menu-bar  {
}
.menu-bar ul {
	list-style-type: none;
	width:100%;
	padding:0;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
	background-color:#404b38;
}
.menu-bar li {
	-moz-box-shadow:inset 0px 1px 0px 0px #789c7d;
	-webkit-box-shadow:inset 0px 1px 0px 0px #789c7d;
	box-shadow:inset 0px 1px 0px 0px #789c7d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #404b38), color-stop(1, #212a29));
	background:-moz-linear-gradient(top, #404b38 5%, #212a29 100%);
	background:-webkit-linear-gradient(top, #404b38 5%, #212a29 100%);
	background:-o-linear-gradient(top, #404b38 5%, #212a29 100%);
	background:-ms-linear-gradient(top, #404b38 5%, #212a29 100%);
	background:linear-gradient(to bottom, #404b38 5%, #212a29 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#404b38', endColorstr='#212a29',GradientType=0);
	cursor:pointer;
	padding:0;
	margin:0;
}
.menu-bar li:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9f8a6f), color-stop(1, #212a29));
	background:-moz-linear-gradient(top, #9f8a6f 5%, #212a29 100%);
	background:-webkit-linear-gradient(top, #9f8a6f 5%, #212a29 100%);
	background:-o-linear-gradient(top, #9f8a6f 5%, #212a29 100%);
	background:-ms-linear-gradient(top, #9f8a6f 5%, #212a29 100%);
	background:linear-gradient(to bottom, #9f8a6f 5%, #212a29 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f8a6f', endColorstr='#212a29',GradientType=0);
	color:#fff;
	border-top:2px;
	border-color:#fff;
}
.menu-bar a {
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #AE945C;
	text-decoration: none;
	padding:1em 0 1em 0;;
	margin:0;
	height:100%;
	width:100%;
	display:block;
	text-align:center;
}
.double-line br {
	display:none;
}
#main-menu li {
	width:100%;
}
#mobile-menu ul {
	margin:0;
	padding:0;
}
#mobile-menu li {
	width:33.33333333333%;
	float:left;
	margin-bottom:0;
	padding-bottom:0;
}
#mobile-menu a {
	font-size:16px;
}
#show-button-mobile {
	color:#212a29;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9f8a6f), color-stop(1, #4f3d27));
	background:-moz-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:-webkit-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:-o-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:-ms-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:linear-gradient(to bottom, #9f8a6f 5%, #4f3d27 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f8a6f', endColorstr='#4f3d27',GradientType=0);
	background-color:#9f8a6f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 0px #3b2a15;
	display:block;
	height:100%;
	width:100%;
	display:none;
	
	
}
#show-button-mobile a {
	cursor:pointer;
	text-decoration:none;
	color:#212a29;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9f8a6f), color-stop(1, #4f3d27));
	background:-moz-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:-webkit-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:-o-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:-ms-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:linear-gradient(to bottom, #9f8a6f 5%, #4f3d27 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f8a6f', endColorstr='#4f3d27',GradientType=0);
	background-color:#9f8a6f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 0px #3b2a15;
	display:block;
	height:100%;
	width:100%;
	float:left;
}
#show-button-mobile a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4f3d27), color-stop(1, #9f8a6f));
	background:-moz-linear-gradient(top, #4f3d27 5%, #9f8a6f 100%);
	background:-webkit-linear-gradient(top, #4f3d27 5%, #9f8a6f 100%);
	background:-o-linear-gradient(top, #4f3d27 5%, #9f8a6f 100%);
	background:-ms-linear-gradient(top, #4f3d27 5%, #9f8a6f 100%);
	background:linear-gradient(to bottom, #4f3d27 5%, #9f8a6f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f3d27', endColorstr='#9f8a6f',GradientType=0);
	background-color:#4f3d27;
}

#show-button-mobile img {
	width:100%;
	float:right;
	margin:0;
	padding:0;
	
}
footer {
	clear:both;
	width:100%;
	background-color:#404b38;
	padding-bottom:2em;
	background: rgba(64,75,56,1);
	background: -moz-linear-gradient(top, rgba(64,75,56,1) 0%, rgba(33,42,41,1) 82%, rgba(33,42,41,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,75,56,1)), color-stop(82%, rgba(33,42,41,1)), color-stop(100%, rgba(33,42,41,1)));
	background: -webkit-linear-gradient(top, rgba(64,75,56,1) 0%, rgba(33,42,41,1) 82%, rgba(33,42,41,1) 100%);
	background: -o-linear-gradient(top, rgba(64,75,56,1) 0%, rgba(33,42,41,1) 82%, rgba(33,42,41,1) 100%);
	background: -ms-linear-gradient(top, rgba(64,75,56,1) 0%, rgba(33,42,41,1) 82%, rgba(33,42,41,1) 100%);
	background: linear-gradient(to bottom, rgba(64,75,56,1) 0%, rgba(33,42,41,1) 82%, rgba(33,42,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404b38', endColorstr='#212a29', GradientType=0 );	
	
}
#footer-links-container {
	clear:both;
}
.link-list {
	width:44%;
	float:left;
	margin-left:3%;
	margin-right:3%;	
}
.link-list a {
	color: #AE945C;
}

footer h3 {
	color:#9f8a6f;
	font-size:20px;
	margin-bottom:0;
	font-weight:bold;
	text-decoration:underline;
}
footer ul {
	margin-top:0;
	margin-bottom:0;
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
}
footer ul ul {
	margin-left:1em;
}
footer li {
}
footer a {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AE945C;
	margin-bottom:.5em;
}
.link-list a {
	color: #AE945C;
}
.contact-box {
	text-align:center;
}
.contact-box h2 {
	color:#9f8a6f;
	margin:0;
}
.contact-box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AE945C;
	margin:0;
}
.contact-box a {
	text-decoration:none;
	color: #AE945C;
}
.contact-box a:visited {
	color: #AE945C;
}
#find-us {
	-moz-box-shadow:inset 0px 1px 0px 0px #bdaf9f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bdaf9f;
	box-shadow:inset 0px 1px 0px 0px #bdaf9f;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9f8a6f), color-stop(1, #4f3d27));
	background:-moz-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:-webkit-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:-o-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:-ms-linear-gradient(top, #9f8a6f 5%, #4f3d27 100%);
	background:linear-gradient(to bottom, #9f8a6f 5%, #4f3d27 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f8a6f', endColorstr='#4f3d27',GradientType=0);
	background-color:#9f8a6f;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #9f8a6f;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3b2a15;
	margin-top:.5em;
}
#find-us:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4f3d27), color-stop(1, #9f8a6f));
	background:-moz-linear-gradient(top, #4f3d27 5%, #9f8a6f 100%);
	background:-webkit-linear-gradient(top, #4f3d27 5%, #9f8a6f 100%);
	background:-o-linear-gradient(top, #4f3d27 5%, #9f8a6f 100%);
	background:-ms-linear-gradient(top, #4f3d27 5%, #9f8a6f 100%);
	background:linear-gradient(to bottom, #4f3d27 5%, #9f8a6f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f3d27', endColorstr='#9f8a6f',GradientType=0);
	background-color:#4f3d27;
}
#footer-contact {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:50%;
	padding-top:1em;
	overflow:visible;
}
.fb-like {
	overflow:visible;
	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.gridContainer {
	width: 100%;
	min-width: 480px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	

.gridContainer {
	width: 100%;
    margin: 0 auto 0 auto;
}
body {
	background-color:#00000;
}
#header {
	
}
#namplate {
	
}
#nameplate img {
	display:inline-block;
	width:60%;
	margin-left:2%;
	margin-right:0;
}
.contact-box {
	
}
#header-contact {
	display:block;
	float:right;
	width:37%;
	height:100%;
	padding-top:0;
	padding-bottom:0;
}
#header-contact h2 {
	font-size:20px;
}
#header-contact p {
	font-size:16px;
}
#header-contact p a {
	font-size:16px;
}
#header-contact a {
	font-size:12px;
}
.fb-like {
	display:block;
	clear:both;
	width:100%;
}
#show-button {
	display:none;
	width:80%;
	margin-left:0;
	margin-right:0;
	margin-top:1%;
}

.photo-link {
	display:none;
}

#menu-button {
	display:none;
}
#mobile-menu {
	display:none;
}
#main-menu ul {
	
}
#main-menu ul li {
	float:left;
	width:20%;
	height:4em;
	vertical-align:middle;
}
#main-menu ul li a {
	padding:0;
}
.valigner {
height:100%;
width: 0px;
vertical-align: middle;
visibility: hidden;
}
.double-line a{
	margin-top:.5em;
}
.double-line br {
	display:inline;
}
#show-button-mobile {
	display:none;
}
footer {
	min-height:350px;
	
}
#footer-links-container {
	clear:none;
	
}
.link-list {
	width:20%;
	float:left;
	margin-left:3%;
	margin-right:3%;	
}
footer ul {
	margin-bottom:1em;
}
footer ul ul {
	margin-bottom:0;
}
#footer-contact {
	clear:none;
	margin-left:auto;
	margin-right:auto;
	width:30%;
	padding-top:1em;
	float:right;
}
#fb-like-box {
	display:inline-block;
}

