/* 416emeraldhills.com */

/* COMMON LAYOUT */
/**************************************************************/

#pageContainer {
  width: 100%;
  margin: 0;
  padding:0;
  position:relative;
  background-color: #FFF;
}
#titlebarImage {
  width: auto;
  background-color: #191919;
}

/******************* PAGE LINKS *******************************/

a {
  color: #009900;
  text-decoration: none;
}

a:hover {
  color: #33FF00;
  text-decoration: none;
}

/******************* PAGE TITLE H1 ELEMENT ***************************/
#hiddenPageTitle h1 {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  clip: rect(1px,1px,1px,1px);
}

/******************* PAGE TITLE BAR ***************************/

.pageTitleBar {
  height: 27px;
  width: auto;
  background-color: #191919;
  margin-top: 0.4em;
  text-align: center;
}
.pageTitleBar p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #33FF00;
  font-weight: normal;
  padding-top: 0.25em;
}

/******************* TEXT *************************************/

.textBackdrop {
  font-family: 'Cabin', sans-serif;
  font-size: 1.2em;
  color: #333;
  line-height: 1.2em;
  font-weight: 400;
  height: auto;
  width: auto;
  background-color: #FFF;
}
.textBackdrop h1 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.5em;
  color: #333;
  font-weight: bold;
  margin-top: -0.25em;
  margin-bottom: -0.5em;
  line-height: 1.0em;
}
.textBackdrop h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.25em;
  color: #333;
  font-weight: bold;
  line-height: 1.0em;
  margin-bottom: 0.75em;
}
.textBackdrop h3 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
  margin-top: -0.25em;
  margin-bottom: -0.5em;
  line-height: 1.0em;
}
.emeraldGreen {
  color: #009900;
}
.textGroup {
  height: auto;
  width: auto;
  background-color: #FFF;
  margin-bottom: 0.5em;
}

/******************* TITLE STYLES *************************/

.titleStyleOne {
  font-family: 'Cabin', sans-serif;
  font-size: 1.25em;
  color: #009900;
  font-weight: bold;
  line-height: 1.0em;
}
.titleStyleTwo {
  font-family: 'Cabin', sans-serif;
  font-size: 1.5em;
  color: #009900;
  font-weight: bold;
  margin-bottom: -0.5em;
  line-height: 1.0em;
}
.titleStyleThree {
  font-family: 'Cabin', sans-serif;
  font-size: 1.75em;
  color: #009900;
  font-weight: 400;
  line-height: 0.85em;
}
@media screen and (min-width: 600px) {
  .titleStyleThree {
    font-size: 2em;
    line-height: 1.0em;
  }
}

/******************* DIVIDER LINE ****************************/

.dividerLine{
  height: 2px;
  width: auto;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  margin-left: 0.10em;
  margin-right: 0.10em;
  background-color: #CCC;
}

/******************* SCREEN PICS *****************************/

.screenPicsBackdrop {
  height: auto;
  background-color: #FFF;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin-bottom: 0.5em;
}

/********************** VIDEO *********************************/

.videoBackdrop {
  height: auto;
  width: auto;
  background-color: #FFF;
  padding: 0;
  text-align: center;
}

/******************* IMAGES ***********************************/
#DesignedInMontana {
  display: block;
  background: url(../../images/DesignedInMontana-label.png) no-repeat;
  width: 70px;
  height: 70px;
  position: relative;
}
.image1Backdrop {
  height: auto;
  background-color: #FFF;
  padding: 20px 20px 15px 20px;
  text-align: center;
  margin-bottom: 0.5em;
}
.imageGroup {
  height: auto;
  width: auto;
  background-color: #FFF;
  margin-bottom: 0.5em;
}

/************** 416 EMERALD HILLS BUTTON ***************************/

.emeraldButton {
  -moz-box-shadow: 0px 1px 0px 0px #006600;
  -webkit-box-shadow: 0px 1px 0px 0px #006600;
  box-shadow: 0px 1px 0px 0px #006600;
  background-color:#009900;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #006600;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family: 'Cabin', sans-serif;
  font-size:17px;
  font-weight:bold;
  padding:7px 12px;
  text-decoration:none;
  text-shadow:0px -1px 0px #5b6178;
  z-index: 10;
}
.emeraldButton:hover {
  color:#ffffff;
  background-color:#00CC00;
}
.emeraldButton:active {
  position:relative;
  top:1px;
}

/************** CONTACT PHONE *******************************/

.phoneCard {
  background-color:#e2e2e2;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #e2e2e2;
  display:inline-block;
  text-decoration:none;
  padding: 0.5em 0.5em 0.5em 0.5em;
}