

/* *************** HOME PAGE STYLES ********************* */



/* ============== HOME CALLOUTS ====================== */


.homeCallout{
  height: none;
  max-width: 344px;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
  line-height: 110%;
  color: #b6b299;
  font-size: 15px;
  font-weight: normal;
  border: solid 0px #000000;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  background: url(/images/CalloutBlendBG.png) repeat-x bottom;
}

.leftBox{

}

.middleBox{

}

.rightBox{

}

.homeCallout .topBar{
  height: 8px;
  background-color: #f5d05f;
  border: solid 1px #e7ae29;
  border-width: 1px 1px 0px 1px
}

.homeCallout img.photo{
  display: block;
  width: 100%;
  border: solid 1px #c0ac65;
  margin: 0px auto 8px auto;
}

.homeCallout img.calloutTitle{
  display: block;
  border-width: 0px;
  margin: 0px auto 6px auto;
}


.homeCallout h1, .homeCallout h2, .homeCallout h3, .homeCallout h4, .homeCallout h5{
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin: 0px 0px 4px 0px;
}

.homeCallout ul{
  font-weight: normal;
  list-style-type: none;
  margin: 10px 0px 0px 4px;
  padding: 0px 0px 0px 0px;
  border: solid 0px orange;
}

.homeCallout ul li{
  line-height: 100%;
  background-image: url(/images/Bullet-Star.png);
  background-repeat: no-repeat;
  background-position:0px 1px;
  padding: 0px 0px 18px 15px;
  border: solid 0px green;
}

.homeCallout ul li a{
  text-decoration: none;
}

.homeCallout .byLine{
  font-size: 12px;
  font-style: italic;
}


.newsDate{
  font-size: 12px;
  font-weight: normal;
}


.homeCallout ul li.news{
  line-height: 100%;
  background-image: url(/images/Bullet-Dot-6.png);
  background-repeat: no-repeat;
  background-position:0px 5px;
  padding: 0px 0px 18px 11px;
  border: solid 0px green;
}


.homeCenterTitle{
  width: 100%;
  max-width: 373px;
  margin: 0px 0px 0px 0px;
}


.circlePic200{
  max-width: 200px;
  display: block;
  margin: 0px auto 0px auto !important;
   border-radius:       100px;
  -moz-border-radius:   100px;
  -webkit-border-radius: 100px;
}

.homeCallout .subHeading{
  color: #1c763d;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 14px;
}

.homeCallout .text{
  font-style: italic;
  line-height: 130%;
  margin: 0px auto 0px auto;
}

.homeCallout a.viewLink:link, .homeCallout a.viewLink:visited{
  display: block;
  width: 160px;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #1c703b !important;
  text-decoration: underline !important;
  margin: 14px auto 0px auto;
}

.homeCallout a.viewLink:hover{
  color: #1bb353 !important;
  text-decoration: underline !important;
}

.rightColumn{
  padding-top: 0px;
  padding-bottom: 0px;
  border: solid 1px #cccccc;
  min-height: 120px;
  margin-left: 0px;
}


#gmap{
  max-width: 600px;
}

#youtube{
  max-width: 600px;
  display: block;
  margin: 0px auto;
}



.flyOver{

}


.flyOverHeading{
  margin-top: 30px;
  margin-bottom: 30px;
}


.flyOver div{
  text-align: center;
  margin: 0px auto 30px auto;
  padding: 0px;
}



/* ============ BIO CELLS - PUTS AN IMAGE IN LEFT COLUMN TO RIGHT, AND TEXT IN RIGHT COLUMN TO LEFT - CENTERED IN CELL PHONE VIEW ======== */
/* ============ ++ SEE DISPLAY BREAKS 768 ++ ======== */

.wrapBio div{
  text-align: center;
  padding: 0px;
  margin: 0px auto 0px auto;
}

.wrapBio img{
  display: block;
  margin: 0px auto 4px auto;
  width: 100%;
  max-width: 300px;
  border: solid 1px #000000;
}

.wrapBio div.rightBox{
  padding: 0px 0px 0px 0px;
  margin: 0px auto 40px auto;
}


/* ============ THREE COLUMN VIEW OF PHOTOS TOUCHING ONE ANOTHER - STACKS IN CELL VIEW ======== */

/* ============ ++ SEE DISPLAY BREAKS 768 ++ ======== */

.wrapThreeBox{
  padding-left: 18px;
  padding-right: 18px;
}


.wrapThreeBox div{
  text-align: center;
  padding: 0px;
  margin: 0px auto 20px auto;
}

.wrapThreeBox img{
  display: block;
  margin: 0px auto 0px auto;
  width: 100%;
  max-width: 380px;
}

.formBound{
  background-color: rgba(236, 232, 228, 0.7);
  padding: 20px;
  border-radius: 14px;
}




/* ------------------------------------------------------------------------------- */
/* RESPONSIVE CSS  768 px (SM) --------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
@media (min-width: 768px) {

  .homeCallout{
    height: none;
  }

  .wrapBio div.leftBox{
    padding: 0px;
    margin: 0px auto 40px auto;
    text-align: right
  }

  .wrapBio div.rightBox{
    padding: 0px 0px 0px 20px;
    margin: 0px auto 20px auto;
    text-align: left;
  }

  .wrapBio img{
    display: block;
    margin: 0px 0px 0px auto;
    width: 100%;
    max-width: 300px;
    border: solid 1px #000000;
  }


}


/* ----------------------------------------------------------------------------- */
/* RESPONSIVE CSS  992 px (MD) ------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
@media (min-width: 992px) {

  .homeCallout{
    height: 335px;
  }


}

/* ------------------------------------------------------------------------------ */
/* RESPONSIVE CSS  1200 px (LG) ------------------------------------------------- */
/* ------------------------------------------------------------------------------ */
@media (min-width: 1200px) {

  .homeCallout{
    height: 355px;
  }


}

