/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	padding: 0px;
	width: 960px;
	margin: 20px auto;
}
#header {
background-image:url(https://tennesseefix.com/site/images/vblank2.jpg);
	height: 180px;
}
#content {
	width: 700px;
	padding:15px;
	float:right;
}
#sidebar {
	width: 200px;
	padding:15px;
	float:left;
}
#footer {
        font-size:.7em;
        text-align:center;
	clear: both;
}
.benefit{
 font-family: "Great Vibes",  cursive;
  color: #000000; text-shadow:2px 2px 2px #cc99ff
  font-style: italic;
  font-size: 30px;
  font-weight: bold; 
}

.benefit2{
 font-family: Arial,  sans-serif;
  color: #000000; text-shadow:2px 2px 2px #cc99ff
  font-style: italic;
  font-size:1em;
  font-weight: bold; 
}
h1{
font-family:"Great Vibes",cursive;
color:#7070FF; text-shadow:3px 3px 3px #000000;
font-style:italic;
font-size:4em;
font-weight:bold;
text-align:center;}
h2
{
font-family:"lucida calligraphy",arial,'sans serif';
color:#EF7866; text-shadow:2px 2px 2px #000000;
font-style:italic;
font-size:2.5em;
font-weight:bold;
text-align:center;}
h3
{
font-family:"lucida calligraphy",arial,'sans serif';
color:#A9A9FF; text-shadow:3px 3px 3px #000000;
font-size:2.0em;
font-weight:bold;
text-align:center;}
p {text-align: justify;}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {	       
		width: 94%;
	}
	#content {
		width: 65%;
	}
	#sidebar {
		width: 30%;
	}

}

/* for 700px or less */
@media screen and (max-width: 700px) {

	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	#sidebar {
		display: none;
	}

}

/* border & guideline (you can ignore these) */
#content {
	background: transparent;
}
#sidebar {
	background: transparent;
}
#header, #content, #sidebar {
	margin-bottom: 5px;
}
#pagewrap, #header, #content, #sidebar, #footer {background-color:rgba(255,255,255,0.3);
	border: solid 0px #ccc;
}
.legal{background: transparent;height:30px;width:175px;display: inline-block;vertical-align: top;margin: .1em .1em .1em .1em;text-align:center;}        

/************************************************************************************
NAV
*************************************************************************************/
#nav-wrap {
	margin-top: 80px;
}

/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}

#nav, 
#nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: right;
	margin-right: 5px;
}

/* nav link */
#nav a {
	padding: 4px 15px;
	display: block;
	color: #000;
	background: transparent;
}
#nav a:hover {
	background: #f8f8f8;
}

/* nav dropdown */
#nav ul {
	background: #fff;
	padding: 2px;
	position: absolute;
	border: solid 1px #ccc;
	display: none; /* hide dropdown */
	width: 200px;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav li:hover > ul {
	display: block; /* show dropdown on hover */
}

/************************************************************************************
MOBILE
*************************************************************************************/
@media screen and (max-width: 600px) {

	/* nav-wrap */
	#nav-wrap {
		position: relative;
	}

	/* menu icon */
	#menu-icon {
		color: #000;
		width: 42px;
		height: 30px;
		background: #ecebeb url(/web/20190131025717im_/http://www.tennesseefix.com/site/images/menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #666;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #f8f8f8;
	}
	#menu-icon.active {
		background-color: #bbb;
	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 38px;
		width: 160px;
		z-index: 10000;
		padding: 5px;
		background: #f8f8f8;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 10px;
	}
	#nav a, 
	#nav ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		color: #666;
		border: none;
	}
	#nav a:hover, 
	#nav ul a:hover {
		background: none;
		color: #000;
	}
	
	/* dropdown */
	#nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#nav ul li {
		margin: 3px 0 3px 15px;
	}

}

@media screen and (min-width: 600px) {

	/* ensure #nav is visible on desktop version */
	#nav {
		display: block;
	}

}
/*
     FILE ARCHIVED ON 02:57:17 Jan 31, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:02:01 Feb 18, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.393
  captures_list: 246.172
  esindex: 0.018
  CDXLines.iter: 19.447 (3)
  PetaboxLoader3.resolve: 67.813 (2)
  LoadShardBlock: 213.631 (3)
  load_resource: 147.473 (2)
  exclusion.robots.policy: 0.376
  PetaboxLoader3.datanode: 245.882 (5)
  RedisCDXSource: 8.807
*/