@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
 body, p, td, div, ul, li, span, a, a:hover, a:active, a:visited, a:link, nav, button, form, fieldset, label, input, textarea, h1, h2, h3, h4, h5, h6, pre, select
  {
font-family: 'Nunito', sans-serif;font-weight:400;

  }

  .linktext
  {
  color:#CC3300;
  text-decoration:none;
  font-family: 'Nunito', sans-serif;font-weight:400;

  }

  div
  {
  color:#333333;
  }
  .linktext:hover 
  {
  text-decoration:underline;
  color:#333333;
  font-family: 'Nunito', sans-serif;font-weight:400;

  }
  .logoleft
  {
  font-family: impact;font-size:36px;color:#020202;
  }
  .logoright
  {
  font-family: impact;font-size:36px;color:#CC3300;
  }
  .bodytext
  {
  font-weight:400;
  }
  a, a:hover, a:visited, a:link
  {
  color:#666666;
  }
  img
  {
  border:0px;
  }
  img:hover
  {
  opacity:0.8;
  }
  .carouselcap
  {
  opacity:0.8;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
  .carousel-control.right, .carousel-control.left {
  background-image:none;color:#020202;
}
.carousel-indicators li
{
background-color:#000;border:1px solid #020202;
}
.contentbg
{
width:100%; background-color:#102030;background-image:url('../images/content_bg.png') no-repeat top center scroll;
  height:642px;
}


h1
{
font-family: 'PT Sans Narrow', sans-serif;font-weight:400;font-size:30px;color:#666666;
}
.h1small
{
font-family: 'PT Sans Narrow', sans-serif;font-weight:400;font-size:30px;color:#666666;
}

h2
{
font-weight:600;font-size:24px;color:#333333;
}
h3
{
font-weight:600;font-size:18px;color:#CC3300;

}
h4
{
font-size:16px;font-weight:700;color:#020202;

}
h5
{
color:#020202;
font-size:14px;font-weight:700;

}
h6
{
color:#020202;
font-size:11px;
}
hr
{
display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color:#666666;
}
.imgcycler
{
border:0px solid #859642;padding:5%;margin:0px;
}
.normalwrap
{
white-space: normal;
}
.w100
{
width:100%;
}
.w90
{
width:90%;
}

.m0p0
{
margin:0;padding:0;
}
.m1pc
{
margin:1%;
}
.m2pc
{
margin:2%;
}
.m5pc
{
margin:5%;
}
.mtop1pc
{
margin-top:1%;

}
.mtop2pc
{
margin-top:2%;

}
.pright1pc
{
padding-right:1%;

}
.pleft2pc
{
padding-left:2%;
}
.h24px
{
height:24px;
}
.h6px
{
height:6px;

}
.bgwhite
{
background-color:#ffffff;
}
.white
{
color:#ffffff;
}
.textdecoration
{
text-decoration:none;
}