/* Home Index */
.panelScreenshot
{
  background: url('/Content/Mining/Images/BackgroundScreenshot.png') no-repeat 275px -305px;
}

.panelIndexContent
{
}

.panelBanner
{
  height: 375px;
  margin: 22px 10px;
}

.panelHeadline
{
  padding: 0px;
  margin-top: 60px;
}

.panelHeadline h1
{
  font-size: 200%;
  margin-top: 10px;
}

.panelTagline
{
  width: 38%;
  margin: 50px 0px;
}

.panelTagline p
{
  font-size: 120%;
  margin-bottom: 50px;
}

.panelTagline p a
{
  border-bottom: 4px solid #04A;
  color: #CCC;
  text-decoration: none;
}

.panelTagline p a:hover
{
  color: #FFF;
}

.panelSections
{
  background: url('/Content/Workplace/Images/BackgroundOverlay.png') repeat;
  height: 275px;
  margin: 0px 0px;
  text-align: center;
}

.panelSection
{
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 10px;
  width: 20%;
  height: 225px;
  margin: 0px 18px;
  text-align: left;
}

.panelSection h3
{
  margin: 30px 0px 20px 0px;
}

.panelSection img
{
  /*border: 1px dashed #ccc;*/
  height: 80px;
  width: 100%;
}

.panelSection p
{
  font-size: 80%;
  margin: 20px 0px;
}

