@charset "utf-8";
/* CSS Document */

body  {
	background: #79A0BE url(https://www.jamtime.com/images/dotsbg.gif);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	letter-spacing: 0.5px;
	font-style: italic;
	font-weight:normal;
}
.twoColFixLtHdr #container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background-image: url(https://www.jamtime.com/images/BackgroundWaveWC.png);
	background-repeat: repeat-y;
	background-position: center top;
} 


/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #68a7d3;
  margin-left:30px;
  width: 1000px;
  margin-bottom: 10px;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-style: normal;
   font-weight: normal;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #68a7d3;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #e55903;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}



.twoColFixLtHdr #footer {
	padding-top: 20px;
	background: url(https://www.jamtime.com/images/FooterDivider.gif) no-repeat center top;
	height: 25em;
	text-align: center;
	font-size: 0.75em;
	position: relative;
	font-style: normal;
} 

.twoColFixLtHdr #footer #links{
	float:left;
	padding-top: 15px;
	align-content: center;
	margin-left: 250px;
}
	

.twoColFixLtHdr #footer #awards{
	padding-left: 10 px;
	margin-right: 100px;
	
}
#yelp-biz-badge-rrc-nqRhkyRdW4Tfo8cdsML_dw{
	position: relative;
	margin-top: -100px;
	margin-left:825px;
	
	
}

.twoColFixLtHdr #container #footer ul {
	text-align: center;
	display: block;
	position: relative;
	right: 35px;
	margin-top:0;
}
.twoColFixLtHdr #container #footer li {
	list-style: none;
	display: inline;
	padding: 0px 6px 0px 0px;
}
.twoColFixLtHdr #container #footer a   {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer ul li #orangeaccent a {
	color: #FC9425;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#contpics {
	width:700px;
	margin:0 auto;
	text-align:center;
	padding:10px
}
.pics{
	padding:16px;
	margin:10px 0
}

.sample{
	padding:20px 30px;
	margin:4px 0 25px 0
}
.mask6{
	position:absolute;
	left:50%;
	margin-left:-300px;
	width:600px;
	height:450px;
	overflow:hidden;
	margin-top: -30px;
}
#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:486px;
	clear:both;
	height:41px;
	overflow:hidden;
	margin-top:450px;
	margin-left: 70px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:54px;
	float:right;
}
#thumbs_handles7 span{
	background:url(images/gallery/thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(images/gallery/thumbs_mask.gif) no-repeat center top;
}

.astext {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
	font-size: 16px; 
  	border: none;
 	outline: none;
  	color: white;
  	padding: 14px 16px;
  	background-color: inherit;
  	font-family: inherit; /* Important for vertical align on mobile phones */
}