* {
	margin:0px;
	padding:0px;
}

html {
	background:#414141;	
}

img {
	border:0px;
}

body {
	font-size:9pt;
	line-height:1.7;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
}

h1,h2,h3, #top-wrapper, nav {
    font-family: galdeano, sans-serif;
}

#index_info p {
	margin-bottom:1rem;
}

h1 {
	font-size:15pt;
	font-weight:normal;
	margin-bottom:5px;
}

h2 {
	font-size:15pt;
	font-weight:normal;
	margin-bottom:5px;
}

h3 {
	font-weight:11pt;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#FFF;
}

a:hover {
	color:#ebbb27;
	transition: color .30s;
}

.clear {
	clear:both;
}

.no_margin {
	margin:0px !important;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

#top-wrapper {
	width:100%;
	background-color:#1d1d1d;
	padding:10px 0;
	position:relative;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,.6);
}

#top-content, nav, .content {
	width:900px;
	margin:0 auto;
}

#logo {
	float:left;
	margin-top:10px;
}

#logo a {
	display:block;
}

#logo img {
	vertical-align:bottom;
}

#top-info {
	float:right;
	text-align:right;
}

#top-info p {
	font-size:26pt;
}

#top-info p + p {
	font-size:18pt;
	font-weight:bold;
	letter-spacing:.3pt;
}

#top-info #top-nav {
	margin-top:2rem;
}

#top-nav ul, nav ul {
	list-style-type:none;
}

#top-nav ul li {
	float:left;
	padding-right:35px;
	line-height:.7;
	font-size:10pt;
}

#top-nav ul li + li {
	padding-left:35px;
	border-left:1px solid #FFF;
}

#top-nav ul li:last-child {
	padding-right:0px;	
	width: 100%;
}

#top-nav a {
	color:#FFF;
	font-size: 25px;
	line-height: 25px;
	color:#ebbb27;
}

#top-nav a:hover {
	color:#ebbb27;
}

#nav-wrapper {
	background-color:#414141;
	width:100%;
}

nav ul li {
	display:table-cell;
}

nav a {
	font-size:13pt;	
}

nav ul li:first-child {
	text-align:left;	
}

nav ul li {
	text-align:center;
	vertical-align:bottom;
	padding-top:20px;
	
}

nav ul li:last-child {
	text-align:right;
}

nav ul li:last-child a {
	background: #ebbb27;
    padding: 4px;
    box-sizing: border-box;
	color: #000;
	font-size: 16px;
}


nav .current {
	color:#ebbb27;
}

p a.bodyLink {
	text-decoration: underline;	
	color:#ebbb27;

}

#contentUp {
	width:100%;
	background-image:url(../images/bgUp.jpg);
	padding:20px 0 15px 0;
}

.noup {
	padding:2px 0px 15px !important;
}

#contentDown {
	width:100%;
	background-image:url(../images/bgDown.jpg);
	border-top:2px solid #444445;
	padding:30px 0 15px 0;
}

#contentSolid {
	background-color:#202426;
	padding:2rem 0 3rem;
}

#contentSolid .intro {
	text-align:center;
}

#hexa_table {
	margin-top:2rem;
}

.hexa_col {
	float:left;
	text-align:center;
}

.hexa_col a:hover img {
	opacity:.6;
}

.hexa_col + .hexa_col {
	margin-left:29px;
}

#index_info {
	margin-top:3rem;
}

#index_info img {
	float:right;
}

#index_about {
	width:625px;
	float:left;
}

#index_bottom {
	padding:1rem 3rem;
	background-image:url(../images/dark_trans.png);
}

#feedback {
	width:460px;
	float:left;
}

.fb_sig {
	text-align:right;
	margin-top:1rem;
}

#awards {
	float:right;
}

#footer {
	background-color:#414141;
	padding:2rem 0;
}

#footer .content {
	width:800px;
}

#footer_address {
	float:left;
	font-size:8pt;
	line-height:1.2;
	margin-top:5px;
}

#social {
	float:left;
	margin-right:10px;
}

.contentLeft {
	width:50%;
	padding-right:5%;
	border-right:1px solid;
	float:left;
}

.contentRight {
	width:40%;
	padding-left:4%;
	float:right;
}

.cr2 {
	width:46%;
	padding-left:2%;
}

.cl2 {
	width:46%;
	padding-right:2%
}

.cl3 {
	padding-right:4%;	
}

.cl4 {
	width:352px;
	margin-right:18px;
	border-right:0px;
	padding:0;
}

.cr3 {
	width:530px;
	padding:0;
}

.break {
	height:25px;
	clear:both;
}

.g2 {
	height:500px !important;
}

.contentLeft p, .contentRight p {
	margin-bottom:1rem;
}

.contentRight ul li + li {
	margin-top:1rem;
}

.gallery {
	background:#FFF;
	color:#202426;
	padding:20px 0 30px;
	margin-top:20px;
}

.gallery h1 {
	color:#202426;
}

.gallery .hInfo {
	font-size:12pt;
	font-style:italic;
}

.galleryContent {
	width:800px;
	position:relative;
	margin:0 auto;
}

.galleryContent a {
	width:230px;
	float:left;
	display:block;
	background-color:#000;
}

#gallery a img {
	width:230px;
	vertical-align:middle;
}

#gallery .galleryContent img:hover {
	opacity:.7;
}

.galleryContent a + a {
	margin-left:55px;
}

#gallery {
	overflow:hidden;
	height:250px;
}

.slide {
	width:800px;
}

.gc2 .slideNext, .gc2 .slidePrev {
	top:280px;
}

.slideNext {
	position:absolute;
	top:155px;
	right:-25px;
}

.slidePrev {
	position:absolute;
	top:155px;
	left:-25px;
}

.slideNext:hover, .slidePrev:hover {
	opacity:.6;
}

#slide_show {
	overflow:hidden;
	height:370px;
	width:900px;
}

.noborder {
	border-right:0px;
}

form p + p{
	margin-top:20px;
}

input[type=text], select, textarea {
	color:#2c2c2c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	border:0;
	margin:0;
	padding:3%;
	width:94%;
}

select {
	width:100%;
}

textarea {
	height:85px;	
}

input[type=submit], #contact-submit {
	background-color: #ebbb27;
    color: #000;
    width: 200px;
    height: 35px;
    border-radius: 10px;
    border: 0;
	font-weight: bold;
	cursor: pointer;
}

input[type=submit]:hover {
	transition:.40s all;
	background:#ebbb27;
	color:#312709;
}

.sent {
	color:#56AF64;
	font-size:14pt;
	text-align:center;
}

#admin-nav {
	border:1px solid #666;
	background:#555;
	float:left;
	width:170px;
	padding:15px;
}

#admin-content {
	float:right;
	width:650px;
	padding:15px;
	background:#eee;
	color:#444;
}

#admin-content select {
	width:auto;
	padding:3px;
	padding-right:6px;
	border:1px solid #333;	
}

#admin-content input[type=text], #admin-content textarea {
	border:1px solid #333;
	padding:3px;
	width:285px;
}

#admin-content label {
	display:block;	
}

.input-holder {
	margin-bottom:15px;	
}

#admin-content .sButton {
	width:90px;
	height:30px;
	line-height:30px;
}

.success {
	color:#43814e;
	margin-bottom:10px;	
}

.edit-img {
	width:25%;
	float:left;
	margin-bottom:15px;
}

.edit-img a + a {
	margin-top:5px;	
}

.edit-img img {
	width:90%;
}

#admin-content h2 {
	font-size:11pt;	
}

.edit-img a {
	display:block;
	width:90%;
	background-color:#f0caca;
	border:1px solid #922121;
	color:#922121;
	text-align:center;
	font-size:8pt;
	padding:1px 0;
}

.edit-img a:hover {
	transition:all .30s;
	background-color:#922121;
	color:#fff;	
}

.edit-img a span {
	vertical-align:middle;	
}

#admin-links .quick-link {
	margin-bottom:5px;
}

.avail img{
	width:225px;
}

.avail-img {
	float:left;
	margin-right:15px;	
}

.avail-img a {
	display:block;
    font-family: galdeano, sans-serif;
	font-size:10pt;
	color:#111;
	text-align:center;
	padding:3px 0;
	border:1px solid #a1842f;
	background: #ebbb27; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebbb27 0%, #d1ac3e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebbb27), color-stop(100%,#d1ac3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebbb27 0%,#d1ac3e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebbb27 0%,#d1ac3e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebbb27 0%,#d1ac3e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebbb27 0%,#d1ac3e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbb27', endColorstr='#d1ac3e',GradientType=0 ); /* IE6-9 */
}

.avail-img a:hover {
	background: #f0ca5a; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0ca5a 0%, #dcc16e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0ca5a), color-stop(100%,#dcc16e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0ca5a 0%,#dcc16e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0ca5a 0%,#dcc16e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0ca5a 0%,#dcc16e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0ca5a 0%,#dcc16e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ca5a', endColorstr='#dcc16e',GradientType=0 ); /* IE6-9 */
}

.avail-desc {
	float:left;	
	width:65%;
}

.avail + .avail {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #777;
}

#lot-ban {
	text-align:center;	
}

#lot-ban img {
	display:block;
	width:550px;
	margin:0 auto 15px;
}

#lot-info h1 {
	text-align:center;
	font-size:2em;
}

#lot-info h1 + p {
	text-align:center;
}

#lot-info ul {
	list-style-type:none;
	padding:0 135px;
	margin: 2em 0;
}

#lot-info li {
	margin-top:4px;
}

.center {
	text-align:center;	
}

#slide_show {
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 425px;
}
#slide_show .slider {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width: 900px;
	height: 425px;
}

#slide_show .slider.activer {
	display:block;	
}

/* MOBILE STYLE TWEAKS */
@media only screen and (max-width: 900px) {
    #index_info img {
		display: none;
	}
	#index_info #index_about {
		width: 100%;
	}
}