@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Droidserifbd';
    src:  url('../font/Droidserifbd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Droidsans';
    src:  url('../font/Droidsans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body{background: #000 url(../image/bg.jpg) top center no-repeat;}

.container{  padding: 0px 26px 10px;}

.logo{
  text-align: center;
  padding: 18px 0px 9px;
}

.headlinefont
{color: #fff;
text-align: center;
font-weight: bold;
font-family: 'Arial';
font-size: 50px;
padding-bottom: 13px;
}

.subheadlinefont
{
  color: #fff;
  text-align: center;
  font-family: 'Arial';
  font-size: 21px;
  margin-top: -7px;
}

.vid{text-align:center;}
   .vid img{  /*width: 100%;*/
  max-width: 960px;
  max-height: 540px;}

iframe{
  max-width: 960px;
  max-height: 540px;
}

embed{
 max-width: 960px;
  max-height: 540px;
}

.video-plugin-new {
  background: url("../image/bluestreamingbar.gif") no-repeat bottom center transparent;
  max-width: 100%;
  width: 718px;
  height: 440px;
  border: 1px solid #0f161f;
  margin:auto;
  }

.video-plugin-new .fp-engine{
  height: 420px;
}

.formrow{background: url("../image/formbg.jpg") no-repeat top center;background-size: 100% 100%;  padding-top: 19px;  margin-bottom: -10px;}

.form1
{
  margin: auto;
  width: 68%;
  text-align: center;
  margin-top: 19px;
}

input[type="text"]
{
    width: 66%;
  padding: 18px 12px;
  border-radius: 4px;
  border: 1px solid #8B8A8A;
  margin-bottom: 3px;
  float: left;
}

input[type="image"]
{
	margin:auto;
}

.calltoaction
{
   text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 32px;
  font-family: 'Droidsans';
}

.calltoaction img{
  width: 19px;
  margin-top: -7px;
}

.calltoaction a {color:#fff;}

.smalllink
{
  clear: both;
  text-align: center;
  margin-top: 28px;
}

.smalllinkli
{
    list-style-type: none;
  display: inline;
  color: #fff;
  font-size: 15px;
  border-right: 1px solid #D8D8D8;
  padding-right: 15px;
  padding-left: 15px;
}

.smalllinkli a
{
	color: #fff;
}

.smalllinkli a:hover {
  color: #fff !important;
  
}

.lastlink{border:none;}