/*  960 GRID */


.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {

	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}
/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
/*	vertical-align:baseline;    */
/*	background:transparent;     */
}
body {
	line-height:1
}
ol, ul {
	list-style: disc;
        list-style-position: outside;
        padding-left: 30px;
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
body {
	height: 100%;
	margin: 0px;
	background-color: #1f2008;
	text-align: center;
	color: #3c2f17;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 16px;
	padding: 0;
	
}
.container {
    border: 0px;	
    width: 960px;
    height: auto; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.header { 
    background-image:url(/assets/images/header.png);	
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    height: 610px;
    border: 0px;
    font-family: CooperFont;
    font-size: 18px;
	
box-shadow: 0px 0px 15px #000;
-moz-box-shadow: 0px 0px 15px #000;
-webkit-box-shadow: 0px 0px 15px #000;

border-radius:0px 0px 7px 7px; 
-moz-border-radius:0px 0px 7px 7px;
-webkit-border-radius:0px 0px 7px 7px;
filter:
       progid:DXImageTransform.Microsoft.Glow(color=#000000, strength=3);
}

.trunk { 
    background-color: #868349;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    border: 0px;
    padding: 0px;
    padding-bottom: 20px;
    width: 920px;
    height: auto; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */

box-shadow: 0px 0px 15px #000;
-moz-box-shadow: 0px 0px 15px #000;
-webkit-box-shadow: 0px 0px 15px #000;

border-radius: 5px 5px 0px 0px; 
-moz-border-radius: 5px 5px 0px 0px; 
-webkit-border-radius: 5px 5px 0px 0px;
filter:
       progid:DXImageTransform.Microsoft.Glow(color=#000000, strength=3);

}
.trunk hr {
   width: 100%;
   height: 3px;
   border: 1px solid;
   background-color: #767340;
   border-top-color: #5a5831;
   border-bottom-color: #918e59;
   border-left: none;
   border-right: none;
   margin-top: 5px;
   margin-bottom: 5px;
}
.trunkHeader {
	background-color: #bfc464;
	width: 880px;
	height: 40px;
	margin: 0px;
	padding: 20px;
        padding-top: 35px;
	border: 0px;
	text-align: left;
        color: #3c2f17;
        font-family: CooperFont;
        font-size: 36px;

	text-shadow: 0px 2px 0px #919644;
       -moz-text-shadow: 0px 2px 0px #919644;
       -webkit-text-shadow: 0px 2px 0px #919644;
	
	
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	
}
.trunkIntro {
	width: 880;
	height: 100%;
	margin: 0px;
	padding: 20px;
        padding-bottom: 0px;
	border: 0px;
	text-align: left;
        color: #3c2f17;
        font-family: CooperFont;
        font-size: 26px;
 
	text-shadow: 0px -1px 0px #b4b07b;
       -moz-text-shadow: 0px -1px 0px #b4b07b;
       -webkit-text-shadow: 0px -1px 0px #b4b07b;

	
}
.trunkIntro a {

        color: #e9ef78;
        font-family: CooperFont;
        font-size: 26px;
        text-shadow: 0px 1px 0px #3c2f17;
       -moz-text-shadow: 0px 1px 0px #3c2f17;
       -webkit-text-shadow: 0px 1px 0px #3c2f17;
 
}
.trunkBody {
	border: 0px;
	width: 880px;
	height: auto; /* IE6: treaded as min-height*/
        min-height: 100%; /* real browsers */
	margin-top: 0px;
	margin-bottom: -10px;
	margin-left: auto;
	margin-right: auto;
        padding-bottom: 10px;
}
.footer { 
    background-image:url(/assets/images/footer.png);
	width: 920px;  
    height: 150px;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    bottom:0; /* stick to bottom */

box-shadow: 0px 1px 15px #000;
-moz-box-shadow: 0px 1px 15px #000;
-webkit-box-shadow: 0px 1px 15px #000;

border-radius:0px 0px 5px 5px; 
-moz-border-radius:0px 0px 5px 5px;
-webkit-border-radius:0px 0px 5px 5px;

filter:
       progid:DXImageTransform.Microsoft.Glow(color=#000000, strength=3);
}

.clearBoth {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.copyright {
       padding-top: 20px;
       padding-bottom: 10px;
       margin-left: auto;
       margin-right: auto;
       width: 800px;
       color: #706d3c;
       font-size: 10px;
       font-family: Tahoma, Geneva, sans-serif;
}
.copyright a {
       padding-top: 20px;
       padding-bottom: 10px;
       margin-left: auto;
       margin-right: auto;
       width: 800px;
       color: #fffbb2;;
       font-size: 10px;
       font-family: Tahoma, Geneva, sans-serif;
}
.pinsBG {
	background-image: url(/assets/images/pinsBG.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	background-position: top;
	z-index: -10;
	/*position: absolute;*/
        background-attachment: fixed;
}
@font-face{
  font-family: CooperFont;
  src: url(/assets/CooperBlackStd.eot); /* here you go, IE */
}
@font-face{
  font-family: CooperFont;
  src: url(/assets/CooperBlackStd.otf); /* everyone else take this */

}
.headerSlide {
	width: 920px;
	height: 435px;
	margin: 0px;
	padding: 0px;
	border: none;
	
}
.headerMenu {
	width: 920px;
	height: 135px;
	margin: 0px;
	padding: 0px;
	border: none;
	
}
.headerLogo {
	background-image: url(assets/images/logo.png);
	background-repeat: no-repeat;
	width: 240px;
	height: 135px;
	margin: 0px;
	padding-left: auto;
        padding-right: auto;
        padding-top: 30px;
        padding-bottom: 10px;
	border: none;
	float: left;

	color: #f6fb80;
	font-family: CooperFont;
	font-size: 42px;
	text-shadow: 0px 3px 20px #000;
       -moz-text-shadow: 0px 3px 20px #000;
       -webkit-text-shadow: 0px 3px 10px #000;
	
}
.headerTabs {
	background-image: url(/assets/images/tabsBG.png);
	background-repeat: no-repeat;
	width: 680px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	border: none;
	float: right;
	
}
.menu { 
        /*width: 655px;*/
        width: auto;
	height: 45px;
	border: none;
	float: right;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px;
	padding-right: 25px;

text-shadow: 0px 0px 15px #000;
-moz-text-shadow: 0px 0px 15px #000;
-webkit-text-shadow: 0px 0px 15px #000;
	
}
.menu a {
        padding-left: 16px;
}

.trunkBody a { 
    font-size: 16px;
    color: #f6fb80;
    text-decoration: none;
}


/*-----------------------------------*/

.tabAddress {
        background-image: url(/assets/images/tabAddress.png);
	width: 680px;
	height: 30px;
	margin: 0px;
	border: none;
	text-align: right;
	font-size: 12px;
        font-family: CooperFont;
	color: #debb73;
        padding: 0px;
      
}
.tabMenu {
	width: 680px;
	height: 100px;
	margin: 0px;
	border: none;
	display: inline;
}
.tabDot {
	width: 35px;
	height: 100px;
	background-image: url(/assets/images/tabDot.png);
	background-repeat: no-repeat;
	border: none;
	margin: 0px;	
}
.googleMap {
  height: 345px;
  width: 580px;
  border: none;
  padding: 0px;
  padding-bottom: 20px;
  margin: 0px;

box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;

background-color: #1f2008;
}
.googleMap a {
  font-size: 12px;
  color: #ffffff;
  padding: 10px;
 margin: 10px;
  text-align: center;

}

/* ------------------------------------------- dont touch ------------------------ */
a { 
    font-size: 20px;
    color: #f6fb80;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
}
.MainMenu {
        text-align: left; 
        color: #f6fb80;
        font-size: 20px;
}
.MainMenu a {
        text-align: left;
        font-family: CooperFont; 
        font-size: 20px; 
        color: #f6fb80;	
        text-decoration: none;
}
.separator_MainMenu { 
        border-left-style: dotted;
	border-left-width: 0px;
	border-left-color: #f6fb80;
}
.activePageMenuItem { 
        color: #f9fcb8;
}

.LiveEdit_drop_down   { 
	text-align: left; 
	color: white; 
	width: 176px; 
	border-bottom: 1px solid #b3b29e; 
	border-left: 1px solid #b3b29e; 
	padding: 0px;
	background-color: #413E35;
}
.LiveEdit_drop_down a {  
	font-size: 14px;
	color: #e7e5d9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-position: center top; 
	display: block; 
	padding: 4px 8px; 
}
.LiveEdit_drop_down a:hover {
  	background-color: #9F9F9F;
	text-decoration: none; 
}
.trunkIntro hr {
   width: 100%;
   height: 5px;
   border: 1px solid;
   background-color: #767340;
   border-top-color: #5a5831;
   border-bottom-color: #918e59;
   border-left: none;
   border-right: none;
   margin-bottom: 5px;
}
.footerMainMenu {
	float:right; 
	text-align:left; 
	display: block; 
	width: 130px; 
	color: #d9d364;
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d9d364;
}
.footerMainMenu a {
	float:right; 
	text-align:left; 
	display: block; 
	width: 130px; 
	color: #d9d364;
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d9d364;
}
.footerNavigation {
	width: 130px;
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 14px;
	color: #d6cf3f;
	margin-top: 25px;
	
}
.footerHourTitle {
	width: 210px;
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d6cf3f;
	text-align: left;
	float: right;
    margin-top: 25px;
}
.footerHour {
	width: 210px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d9d364;	
	text-align: left;
	float: right;	
}
.footerContactTitle {
	width: 190px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d6cf3f;
	text-align: left;
	float: right;
	margin-top: 25px;
}
.footerContact {
	width: 190px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d9d364;	
	text-align: left;
	float: right;	
}
.footerContact a {
	color: #fffbb2;
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
}
.footerAddresstTitle {
	width: 65px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d6cf3f;
	text-align: left;
	float: right;
}
.footerAddress {
	width: 350px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d9d364;
	text-align: left;
	float: right;
}

