@charset "utf-8";

@font-face {
  font-family: Alex Brush;
  src: url(/_fonts/AlexBrush-Regular.ttf) format("opentype");
}

body {
	margin: 0;
	padding: 0;
	color: #fefefe;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #000 url(../_images/bg-main.jpg) no-repeat center top;
}
.container {
	width: 980px;
	margin: 0 auto;
}
.header {
	width: 960px;
	height: 145px;
	margin: 0 auto;
	margin-top: 40px;
	background: rgba(0,0,0,.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.header_locations {
	width: 290px;
	margin:5px 20px 0 0;
	float: right;
	text-align: right;
	font-weight: normal;
}
.header_locations a:link {
	text-decoration: none;
	color: #fff;
}
.header_locations a:hover {
	text-decoration: underline;
	color: #fff;
}
.header_locations_spacer {
	width: 30px;
	height: 10px;	
}
.navContainer {
	width: 980px;
	height: 60px;
	margin: 5px 0 10px 0;
	background: #3f1601; /* Old browsers */
	background: -moz-linear-gradient(top, #3f1601 0%, #c66736 50%, #3f1601 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f1601), color-stop(50%, #c66736), color-stop(100%, #3f1601)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f1601 0%, #c66736 50%, #3f1601 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f1601 0%, #c66736 50%, #3f1601 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3f1601 0%, #c66736 50%, #3f1601 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3f1601 0%, #c66736 50%, #3f1601 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f1601', endColorstr='#3f1601', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 20px 0px #000;
	-webkit-box-shadow: 0px 0px 20px 0px #000;
	box-shadow: 0px 0px 20px 0px #000;
}

ul.nav {
	list-style-type: none;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 0 7px;
	width: 980px;
}
ul.nav li {
	display: inline;
}
ul.nav .pipe {
	font-family: "Alex Brush", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	color: #fff;
}
ul.nav a {
	font-family: "Alex Brush", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 24px;
	padding: 5px 4px;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
ul.nav a:hover {
	color: #000;
	text-shadow: 1px 1px 2px #efefef;
}

#fadeshow1 {
	width: 960px;
	height: 334px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 20px 0px #000;
	-webkit-box-shadow: 0px 0px 20px 0px #000;
	box-shadow: 0px 0px 20px 0px #000;
}
.content {
	width: 920px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px;
	background: rgba(0,0,0,.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0px 0px 20px 0px #000;
	-webkit-box-shadow: 0px 0px 20px 0px #000;
	box-shadow: 0px 0px 20px 0px #000;
	border: 1px solid #7d560c;
}

h1 {
	font-family: "Alex Brush", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 44px;
	color: #deb877;
	line-height: 33px;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	background: url(../_images/gr_tile_h1.png) no-repeat left center;
	text-indent: 50px;
}
h2 {
	font-size: 16px;
	color: #deb877;
	line-height: 16px;
	margin: 0;
	margin-bottom: 5px;
	font-weight: normal;
}
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 20px;
}

.box_left {
	width: 300px;
	height: 174px;
	float: left;
	margin-left:20px;
}
.box_middle {
	width: 300px;
	height: 174px;
	float: left;
	margin-left:20px;
}
.box_right {
	width: 300px;
	height: 174px;
	float: left;
	margin-left:20px;
}

a img {
	border: none;
}
a:link {
	color: #deb877;
	text-decoration: underline;
}
a:visited {
	color: #deb877;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: none;
}

.menuslinks a:link {
	color: #deb877;
	text-decoration: underline;
	font-size: 15px;
	line-height: 28px;
}
.menuslinks a:visited {
	color: #deb877;
	text-decoration: underline;
}
.menuslinks a:hover, .menuslinks a:active, .menuslinks a:focus {
	color: #fff;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.box_location_cumberland {
	width: 275px;
	height: 275px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	background: url(../_images/location-boxes-cumberland2.png) no-repeat center top;
}
.box_location_main {
	width: 275px;
	height: 275px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	background: url(../_images/location-boxes-main2.png) no-repeat center top;
}
.box_location_mtjuliet{
	width: 275px;
	height: 275px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	background: url(../_images/location-boxes-mtjuliet2.png) no-repeat center top;
}
.box_location_text {
	width: 265px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
input#SubmitFormContact {
	background-color: #760A0F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #EEEEEE;
	margin: 0;
	border: 1px solid #B7B7B7;
	width: 120px;
	padding: 5px 0;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 7px 0px #1b110c;
	-webkit-box-shadow: 0px 0px 7px 0px #1b110c;
	box-shadow: 0px 0px 7px 0px #1b110c;
}
.Asterisk {
	font-size: 22px;
	color: #ed0000;
}
.text_color_tan {
	color: #deb877;
}
.text_color_red {
	color: #a52a1b;
}
.form_field_names {
	color: #deb877;
}
.pic_shadow {
	-moz-box-shadow: 0px 0px 20px 0px #000;
	-webkit-box-shadow: 0px 0px 20px 0px #000;
	box-shadow: 0px 0px 20px 0px #000;	
}
.float_right {
	float: right;
	margin-left: 12px;
}
.float_left {
	float: left;
	margin-right: 12px;
}
.pic_border {
	border: 1px solid #7d560c;	
}
.download_form {
	font-size: 24px;
	vertical-align: middle;
	float: left;
	width: 290px;
	margin-top: 20px;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid green;
	display: inline-block;
	margin-left: 5px;
}
.pcs_ad {
	width: 920px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px;
	background: rgba(0,0,0,.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0px 0px 20px 0px #000;
	-webkit-box-shadow: 0px 0px 20px 0px #000;
	box-shadow: 0px 0px 20px 0px #000;
	border: 1px solid #7d560c;
	text-align:right;
	color: #deb877;
}
.pcs_ad a:link {
	color: #deb877;
}
.pcs_ad a:hover {
	color: #fff;
}




/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}