/* Space out content a bit */
body {
  background-color: #fbf8eb;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {

  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 960px;
	padding: 0px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {

  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
.tab-content .tab-pane {    
    position: relative;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	}

a.greenbtn {
	text-decoration: none;
	color: #69764b;
	font-size: 8pt;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 7px;
	border: #69764b solid 4px;
}
a.greenbtn:hover {
	color: #FFF;
	background-color:  #69764b;
}
	
	
	
.tool {
	padding: 10px;
	float: left;
	width: 480px;
	padding-right: 40px;
	min-height: 270px;
}
.tool img{
	margin-right: 20px;
	float: left;
	border: #CCC 1px solid;
	padding: 10px;
	background-color: white;
	
	}
	
	
#toollinks {
	width: 960px;
	margin: 0 auto;
}
#footer {
	min-height: 320px;
	clear: both;
	background: url(http://www.longaberger.com/test/template/images/footerloop.jpg);
	background-color: #77d;
}
#footerlive {
	padding-top: 50px;
	height: 294px;
	width: 960px;
	margin: 0 auto;
	border-bottom: #a9ae93 solid 3px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 5px 0 0 0;
	padding: 0;
}
#footer a {
	font-family: 'Montserrat', sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: black;
}

#footer a:hover {
	color: #69764b;
}
.footerlinks {
	width: 210px;
	float: left;
}
.footersocial {
	width: 330px;
	float: left;
}
.footersocial li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.footersocial a img{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.footersocial a:hover  img{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.copyright {
	margin-top: 35px;
	color: #444;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


#leftbox {
	float: left;
	width: 710px;
	background-color: #FFF;
	display: inline-block;
	min-height: 870px;
	padding: 12px;
}
#rightbox {
	float: left;
	width:250px;
	background-color: #f1ecd6;
	padding: 18px 30px;
	display: inline-block;
}
#rightbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#rightbox li {
	list-style: none;
	padding: 10px 0px;
	border-bottom: 1px solid #9a926d;
}
a.rightbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
	cursor: default;
}
a:hover.rightbox {
	color: #69764b;
}
#heroshot_company {
	position: relative;
    background-image: url(http://www.longaberger.com/images/hero1.png);
	background-position: center;
	background-repeat: no-repeat; 
	margin-top: 3px;
	overflow: hidden;
	max-width: 100%;
	min-height: 200px;
	z-index: 1;
}
.featured {
	margin-top: 20px;
	padding: 20px 10px;
	text-align: center;
	background-image: url(http://www.longaberger.com/images/featured_bg.jpg);
	min-height: 400px;
}
