html, body {
    font-size: 14px;
    color: black;
    margin: 0px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table
}



.background {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: auto;
    background-color: transparent;  
    text-align: center;
    line-height: 180px;
}

.header.active {
    background: #000000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}


.center-div
{
  position: absolute;
  margin: auto;
  overflow:hidden;
  white-space:nowrap; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 900px;
  height: 1000px;
  background-color: #000000;
  border-radius: 0px;
  background-repeat: repeat;
}


.pgcontent{
	width:270px;
	height:150px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-75px 0 0 -135px;
}





h1 {
    color: #E5710F;
    background-color: white;
}


p
      {
        font-family: Futura,Trebuchet MS,Arial,sans-serif;
        font-size:14px;
        color: #535062;
        text-align: left;
      }

p2
      {
        font-family: Futura,Trebuchet MS,Arial,sans-serif;
        font-size:12px;
        color: #5B5B5B;
        text-align: center;
      }
p3
      {
        font-family: Futura,Trebuchet MS,Arial,sans-serif;
        font-size:12px;
        color: #3B94D9;
        text-align: left;
      }

p5
      {
        font-family: Futura,Trebuchet MS,Arial,sans-serif;
        font-size:14px;
        color: #535062;
        text-align: left;
      }
      
p6
      {
        font-family: Futura,Trebuchet MS,Arial,sans-serif;
        font-size:12px;
        color: #6A6A72;
        text-align: center;
      }

p9
      {
        font-family: Futura,Trebuchet MS,Arial,sans-serif;
        font-size:14px;
        color: #535062;
        text-align: center;
      }
      
p10
      {
        font-family: Futura,Trebuchet MS,Arial,sans-serif;
        font-size:10px;
        color: #535062;
        text-align: center;
      }
      
p11
      {
        font-family: Futura,Trebuchet MS,Arial,sans-serif;
        font-size:20px;
        color: #535062;
        text-align: center;
      }

a {
    color: #808080;
}

v {
    color: #808080;
}



  
.footerholder {
    background: transparent;
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 3000;
}

.footer {
    background: transparent;
    height: 42px;
    margin: auto;
    width: 100%;
    z-index: 3000;
}
    




.home-slider-wrapper {
	width: 100%;
	top: -14px;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
	overflow: hidden;
}


.bxslider, .bxslider li{
    height: 100% !important;
    overflow: hidden;
    background-color: #00000;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    background-color: #00000
}
.bx-wrapper .bx-viewport{
    border: none !important;
    overflow: hidden;
    background-color: #00000
}


.panel { 
        position: relative;
	 font-family: Futura,Trebuchet MS,Arial,sans-serif;
	 font-size:14px;
	 color: #535062;
    }



