/* **********************************************
	PHASE1 - BASIC STRUCTURE
	Content placement on the page.
	Placement will adjust depending on
	the screen size.
   ********************************************** */ 

/* ----------------------------------------------
	Media Defaults 
	Layouts will have these settings unless
	otherwise noted in the media queries.
*/

	.box { 
	display: block; 
	padding: 10px; 
	position: relative; 
	text-align: center; 
	}

	.desktop {
	display: block;
	width: 100%;
	}

	.mobile {
	display: none;
	}

	.wholething {
    	width: 90%;
    	overflow: hidden;
    	margin: 0 auto;
	background: #ffffff;
    	border-radius: 10px;
	display: block;
        padding: 10px;
	margin-top: 10px;
	}
	
	.columnthird {
	display: inline-block;
	width: 33%;
	height: 100%
	overflow: auto;
	margin: 1%
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 10px;
	text-align: center;
	vertical-align: bottom;
	color: #ffffff;	
	text-align: center;
	}

	.columnthird a {
	color: #fff;
	}

.accentbox {
	width: 90%;
	margin: 0px;
	padding: 5%;
	border-radius: 20px;
	color: #ccffff;

	text-align: center;


background: #085078; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #085078 , #85D8CE); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #085078 , #85D8CE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
}


/* ----------------------------------------------
	Mobile Settings Query
	We tell things do act differently
	for phones and other tiny screens.
*/

@media screen and (min-width: 321px) and (max-width: 768px) { /* Start mobile Query */

	.desktop {
	display: none;
	}

	.mobile {
	display: block;
	}


  .wholething {
    width: 96%;
    overflow: hidden;
    border-radius: 5px;
	margin-top: 2%;
	}

	.logo {	
	width: auto;
	height: auto;
	}

	.columnthird {
	display: block; 
	width: 95%; 
	height: auto;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	}


}

/* ----------------------------------------------
	Please, googlebot. Stop.
	If this doesn't satisfy you
	I don't know what will
*/

@media screen and (max-width: 320px) { /* Start other mobile Query */

	.clickme {
	display: table-cell;
	height: 50px;
	margin: 5px 0%;
	clear: both;
	padding: 0% 0%;
font-size: 125%;
	font-weight: bold;
	}

	.desktop {
	display: none;
	}

	.mobile {
	display: block;
	width: 98%;
	}


  .wholething {
    width: 98%;
    overflow: none;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: none;
	}

	.headerbox {
	background: none;
	text-align: center;
	padding: 0px;
	}

	.logo {	
	width: 250px;
	height: auto;
	}

	.toplinks {
	display: none;
	}

}

/* ----------------------------------------------
	High Definition Displays	
*/

@media screen and (min-width: 1600px) { /* Start 1080p Query */
 .wholething {
	width: 1300px;
}
} 



/* **********************************************
	PHASE2 - NAVIGATION
	This is the structure of the menu
	column on the left side of the page.
	When loaded on a mobile screen, the
	menu will collapse into a drop-down variant.
   ********************************************** */ 

	.nav {
	color:#D8C6A5;
 	font-weight:bold;
	font-size: 125%;
 	text-decoration:none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	margin-bottom: 1em;
	display: block;
	z-index: 1;
	}

	.nav ul {
	list-style-image: url(assets/images/box.gif);
	display:list-item;
	left: 50%;
	z-index: 1;
	line-height: 25px;
	}

	.nav a {
		color:#D8C6A5;
 
		font-size:14px; 
		font-weight:bold;
 
		text-decoration:none;}

	
.nav a:hover {
		color:#FFFFFF;

		background:#0270BD;
	 	background-transparancy:50%;
		font-size:14px;
 
		font-weight:bold;
 
		text-decoration:none;}



	


/* **********************************************
	PHASE3 - BUTTONS
	CSS buttons and other stylized boxes
   ********************************************** */ 

 
	.action {
	position: relative;
	display: table-cell;
	max-width: 100%;
	vertical-align: center;
	height: 50px;
	margin: 5px 0%;
	clear: both;
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	background: #0073bb;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	    text-shadow: 0 1px 1px rgba(0,0,0,.3);
	   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	   box-shadow: rgba(0,0,0,1) 0 1px 0;
 	   text-align: center;
 	   font: Arial, Helvetica, sans-serif;
 	   border-top: 1px solid #0073bb;
	   background: -webkit-gradient(linear, left top, left bottom, from(#005285), to (#0073bb));
 	  background: -webkit-linear-gradient(top, #005285, #0073bb);
 	  background: -moz-linear-gradient(top, #005285, #0073bb);
  	 background: -ms-linear-gradient(top, #005285, #0073bb);
  	 background: -o-linear-gradient(top, #005285, #0073bb);
	a: #ffffff;
	}

	.action a {
	color: #ffffff;
	}
	.action a:hover {
	text-decoration:none;
}

		.clickme a {
	color: #ffffff;
	}

	.clickme a:hover {
text-decoration:none;
}

	.clickme {
	position: relative;
	display: table-cell;
	height: 50px;
	margin: 5px 0%;
	clear: both;
	padding: 2% 1%;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
    word-break: keep-all;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
	background: #B98645;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    	text-shadow: 0 1px 1px rgba(0,0,0,.3);
   	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
   	border-top: 1px solid #b98745;
   	background: -webkit-gradient(linear, left top, left bottom, from(#8e6530), to		

(#b98745));
   	background: -webkit-linear-gradient(top, #8e6530, #b98745);
   	background: -moz-linear-gradient(top, #8e6530, #b98745);
   	background: -ms-linear-gradient(top, #8e6530, #b98745);
   	background: -o-linear-gradient(top, #8e6530, #b98745);
	}


/*  
Navigation:
Turns list into horizontal brown buttons.
Intended for bottom menu navigation on mobile site.
Can be used anywhere.
*/

.mnav {
display: block;
clear: both;
}

.mnav ul {
   list-style:none;
   margin:0;
   padding:0;
	text-align: center;
}


.mnav ul li {
	margin: 1%;
    word-break: keep-all;
   display: inline-block;
padding: 2%;
font-size: 125%;
font-weight: bold;
color: #ffffff;
background: #B98645;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
   border-top: 1px solid #b98745;
   background: -webkit-gradient(linear, left top, left bottom, from(#8e6530), to(#b98745));
   background: -webkit-linear-gradient(top, #8e6530, #b98745);
   background: -moz-linear-gradient(top, #8e6530, #b98745);
   background: -ms-linear-gradient(top, #8e6530, #b98745);
   background: -o-linear-gradient(top, #8e6530, #b98745);
}

.mnav ul li a {
color: #ffffff;
text-decoration:none;
}

.subnav {
display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.subnav ul {   clear:left;   float:left;   list-style:none;   margin:0;   padding:0;   position:relative;   left:50%;   text-align:center;}

.subnav ul li {
	margin: 1%;
    word-break: keep-all;
   display: inline-block;
   list-style:none;
   position:relative;
   right:50%;margin: 3px;
   padding: 5px 10px;
   font-size: 16px;font-weight: bold;color: #ffffff;

background: #006666;-moz-border-radius: 10px;-khtml-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;    text-shadow: 0 1px 1px rgba(0,0,0,.3);   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;   box-shadow: rgba(0,0,0,1) 0 1px 0;	

text-align: center;	
font: Arial, Helvetica, sans-serif;   

border-top: 1px solid #ccffff;   

background: #085078; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #006666 , #009999); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #006666 , #009999); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
.subnav ul li a {color: #ffffff;}


/* **********************************************
	PHASE4 - BASIC FORMAT
 	These are the colors and such of the 
	text, lines, paragraphs, and then some.
	This phase applies to all versions of the site.
   ********************************************** */ 

	body {
	font-family: arial, Helvetica, sans-serif;
	color: #003333;


background: #50C9C3; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #009999 , #ccffff); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #009999 , #ccffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        

	}

	img {
    	max-width: 100%;
   	height: auto;
   	border: 0px;
        }


	h1, .h1like { 
		font-weight: bold;
	 
		padding-left:10px;
	 
		margin:0;
		}



	h2 { 
	 
		font-weight: bold;
	 
		margin-left:10px;
	 
		margin-right:10px;
	 
		}



	h3 { 	 
		font-weight: bold;
	 
		margin-left:10px;
	 
		margin-right:10px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	 
		}




	h4 { 
	 
		font-weight: bold;
		}

	

	a { 
		font-weight: bold;
	
		text-decoration: none;
	
		color:#009999;
		}


	a:hover { text-decoration: bold;}

li { 	 
		line-height: 25px;
		color:#563D16;
		margin-left:-5px;
		margin-right:5px;
		list-style-image: url(img/box.gif);

}



.navtop {
display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.navtop ul {   clear:left;   float:left;   list-style:none;   margin:0;   padding:0;   position:relative;   left:50%;   text-align:center;}

.navtop ul li {
   margin: 1%;
    word-break: keep-all;
   display: inline-block;
   list-style:none;
   position:relative;
   right:50%;
   margin: 3px;
padding: 5px 10px;
font-size: 16px;
font-weight: bold;
}

.navtop ul li a {color: #ffffff;
width: 100%;
		}	


/* TNT Code */

	.imgborder { 
	BORDER: #5E3F20 1px solid;
	}

	.smalltext { 
	font-size: 12px;
	line-height: 14px;
	}
	
	.borderleft { 
	border-left-width: 1px;
 	border-left-style: solid;
 	border-left-color: #000000;
	}
	
	.imgright {
 	float: right;
 	margin-left: 5px;
	max-width: 50%;
	height: auto;
	}

	.imgleft { 
	float: left;
	margin-right: 5px;
	max-width: 50%;
	height: auto;
	}

	.blockcenter {
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
	}

	.clear {
 	clear: both;
	}
	
	.bluetext { 
	color: #0071BD;
	}

	hr {
	color:#000000;
 	background:#000000;
 	height:1px;
 	border:0;
	}

	q {
 	quotes: none;
	}
	
	q:before, q:after {
 	content: '';
	content: none;
	}
	
	.address {
		color:#63461A;
		font-weight:bold;}


	.bottomlinks {
		color:#33cccc;
		font-weight:normal;
 		text-decoration:none;
		font-size: 80%;
		width: 100%;
		}
	

	.bottomlinks a {
		color:#009999;
 		font-weight:bold; 
		text-decoration:none;
 		line-height:20px;
		}

	.bottomlinks a:hover {
		color:#99ffff;
 		font-weight:bold;
 		text-decoration:none;
 		line-height:20px;
		}

	.bottomlinks ul li {
	   margin: 1%;
 	   word-break: keep-all;
 	  display: inline;
 	  list-style:none;
 	  position:relative;
   right:50%;
}

.bottomlinks ul {   clear:left;   float:left;   list-style:none;   margin:0;   padding:0;   position:relative;   left:50%;   text-align:center;}


/* End TNT Code */

/* **********************************************
	PHASE5 - Other Containers
	that don't fit in other categories
   ********************************************** */ 




.autocrop {
 	display: inline-block;
	overflow: hidden;
	max-height: 350px;
	border-radius: 5px;
	margin: 0px;
	position: relative;
}

.specialoffer {
	background: #fff;
	padding: 4px;
	border-radius: 10px;
	float: left;
	position: relative;}

.coupon {
	border: 5px dashed #f00;
	background: #fff;
	padding: 2px;
	Margin:  0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navtopbar {
	color: #ffffff;
	background: #B98645;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	border-top: 1px solid #b98745;
	background: -webkit-gradient(linear, left top, left bottom, from(#8e6530), to(#b98745));   background: -webkit-linear-gradient(top, #8e6530, #b98745);   background: -moz-linear-gradient(top, #8e6530, #b98745);   background: -ms-linear-gradient(top, #8e6530, #b98745);   background: -o-linear-gradient(top, #8e6530, #b98745);}



/* **********************************************
	PHASEX - Temporary Code
	Put in right place if we plan
	on using this code officially in site
   ********************************************** */ 
	.contactbox {
		background: #009999;
		border-radius: 13px;
		font-weight: bold;
		color: #ffffff;


	}

