div#container
{
   width: 1200px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: transparent;
   color: #DCDCDC;
   font-family: Onyx;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
   overflow-x: auto;
   overflow-y: auto;
}
@-webkit-keyframes fall
{
   0% { -webkit-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -webkit-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-moz-keyframes fall
{
   0% { -moz-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -moz-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-o-keyframes fall
{
   0% { -o-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -o-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-ms-keyframes fall
{
   0% { -ms-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -ms-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-webkit-keyframes hole-in
{
   0% { -webkit-transform: rotate(180deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes hole-in
{
   0% { -moz-transform: rotate(180deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes hole-in
{
   0% { -o-transform: rotate(180deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes hole-in
{
   0% { -ms-transform: rotate(180deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes hole-in
{
   0% { transform: rotate(180deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes puff-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes puff-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes puff-in
{
   0% { -o-transform: rotate(0deg) scale(2,2) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes puff-in
{
   0% { -ms-transform: rotate(0deg) scale(2,2) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes puff-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes swash-in
{
   0% { -webkit-transform: rotate(0deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   90% { -webkit-transform: rotate(0deg) scale(0.9,0.9) ; -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes swash-in
{
   0% { -moz-transform: rotate(0deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   90% { -moz-transform: rotate(0deg) scale(0.9,0.9) ; -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes swash-in
{
   0% { -o-transform: rotate(0deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   90% { -o-transform: rotate(0deg) scale(0.9,0.9) ; -o-transform-origin: 50% 50%; opacity: 1;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes swash-in
{
   0% { -ms-transform: rotate(0deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   90% { -ms-transform: rotate(0deg) scale(0.9,0.9) ; -ms-transform-origin: 50% 50%; opacity: 1;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; -ms-transform-origin: 50% 50%;  }
}
@keyframes swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
#PageHeader
{
   background-color: #080D26;
   background: -moz-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -webkit-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -o-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -ms-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-animation: fall 500ms linear 0ms 1 normal both;
   -moz-animation: fall 500ms linear 0ms 1 normal both;
   animation: fall 500ms linear 0ms 1 normal both;
}
#MainMediaPlayer1
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-animation: puff-in 500ms linear 0ms 1 normal both;
   -moz-animation: puff-in 500ms linear 0ms 1 normal both;
   animation: puff-in 500ms linear 0ms 1 normal both;
}
#wb_MainMediaPlayer1
{
   overflow: hidden !important;
   position: fixed !important;
   left: 0 !important;
   top: 0 !important;
   width: 100% !important;
   height: 100% !important;
}
#MainBanner1
{
   background-color: transparent;
   background-image: none;
   border: 0px transparent solid;
   color: #D3D3D3;
   font-family: "Yu Gothic Light";
   font-weight: normal;
   font-size: 29px;
   text-align: center;
}
#MainBanner1 span
{
   display: block;
   height: 29px;
   margin: 1px 0px 1px 0px;
}
#MainBanner1 span:before, #MainBanner1 span:after 
{
   display: block;
   position: absolute;
   top: 45px;
   left: 0;
   right: 0;
}
#MainBanner1 span:before 
{
   content: "NewDownrigger.com";
   opacity: .3;
   -webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
   -o-transform: scaleY(-1);
   transform: scaleY(-1);
}
#MainBanner1
{
   -webkit-animation: puff-in 500ms linear 0ms 1 normal both;
   -moz-animation: puff-in 500ms linear 0ms 1 normal both;
   animation: puff-in 500ms linear 0ms 1 normal both;
}
#MainSiteSearch1
{
   border: 1px #6E8FCC solid;
   border-radius: 2px;
   background-color: #2E455F;
   background-image: none;
   color :#F5F5F5;
   font-family: SimSun;
   font-weight: normal;
   font-size: 19px;
   padding: 4px 4px 4px 4px;
   text-align: left;
   vertical-align: middle;
}
.autocomplete
{
   position: absolute;
   background: #2E455F;
   border: 1px solid #6E8FCC;
   font-family: SimSun;
   font-weight: normal;
   font-size: 19px;
   list-style-type: none;
   z-index: 999;
   padding: 0;
   width: 125px;
   margin: 0;
}
.autocomplete li
{
   padding: 0;
   margin: 0;
}
.autocomplete li.selected
{
   background: #008;
   color: #FFFFFF;
}
.ui-dialog
{
   padding: 4px 4px 4px 4px;
}
.ui-dialog .ui-dialog-title
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   color: #2779AA;
}
.ui-dialog .ui-dialog-titlebar
{
   padding: 4px 4px 4px 4px;
}
.ui-dialog .ui-dialog-content
{
   padding: 5px 1px 1px 1px;
}
.ui-dialog .ui-dialog-titlebar-close
{
   right: 12px;
}
.ui-dialog .ui-dialog-buttonpane button
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
.ui-dialog .highlight
{
   background-color: #FFDAB9;
   color: #2E4133;
}
#MainButton1
{
   border: 1px #6E8FCC solid;
   border-radius: 2px;
   background-color: #2E455F;
   background-image: none;
   color: #C0C0C0;
   font-family: Sylfaen;
   font-weight: normal;
   font-size: 19px;
   -webkit-animation: swash-in 500ms linear 0ms 1 normal both;
   -moz-animation: swash-in 500ms linear 0ms 1 normal both;
   animation: swash-in 500ms linear 0ms 1 normal both;
}
#MainLine1
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#MainLine2
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#MainLine3
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#master_frameBreadcrumb1
{
   padding: 12px 15px 12px 15px;
   list-style: none;
   background-color: #2E455F;
   background-image: none;
   border: 1px #C0C0C0 solid;
   border-radius: 2px;
   font-family: "HP Simplified";
   font-weight: normal;
   font-size: 0;
   text-align: center;
}
#master_frameBreadcrumb1 > li
{
   display: inline-block;
   font-size: 13px;
}
#master_frameBreadcrumb1 a
{
   color: #C0C0C0;
   text-decoration: none;
}
#master_frameBreadcrumb1 a:hover
{
   color: #23527C;
   text-decoration: underline;
}
#master_frameBreadcrumb1 > .active
{
   color: #A9A9A9;
}
#master_frameBreadcrumb1 > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #696969;
}
#wb_Text1hkj 
{
   background-color: #2E455F;
   background-image: none;
   border: 1px #546776 solid;
   border-radius: 2px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1hkj
{
   font-family: HelvLight;
   font-weight: normal;
   font-size: 11px;
   line-height: 13px;
}
#wb_Text1hkj div
{
   text-align: center;
   white-space: nowrap;
}
#wb_masterClipArt7 a canvas
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt7 span
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt7 a .hover
{
   visibility: hidden;
}
#wb_masterClipArt7 a:hover .hover
{
   visibility: visible;
}
#wb_masterClipArt7 a:hover span
{
   visibility: hidden;
}
#masterClipArt7
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#masterClipArt7:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_MainClipArt3 a canvas
{
   position: absolute;
   left: 0;
}
#wb_MainClipArt3 span
{
   position: absolute;
   left: 0;
}
#wb_MainClipArt3 a .hover
{
   visibility: hidden;
}
#wb_MainClipArt3 a:hover .hover
{
   visibility: visible;
}
#wb_MainClipArt3 a:hover span
{
   visibility: hidden;
}
#MainClipArt3
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#MainClipArt3:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_masterClipArt2 a canvas
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt2 span
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt2 a .hover
{
   visibility: hidden;
}
#wb_masterClipArt2 a:hover .hover
{
   visibility: visible;
}
#wb_masterClipArt2 a:hover span
{
   visibility: hidden;
}
#masterClipArt2
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#masterClipArt2:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_master_frameCssMenu1
{
   border: 0px #C0C0C0 solid;
   background-color: transparent;
}
#wb_master_frameCssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_master_frameCssMenu1 li
{
   float: left;
   margin: 0;
   padding: 23px 15px 23px 0px;
}
#wb_master_frameCssMenu1 a
{
   display: block;
   float: left;
   color: #333333;
   border: 1px #F5FFFA inset;
   border-radius: 2px;
   background-color: #F5F5F5;
   background-image: none;
   font-family: "Alegreya Sans SC";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   text-align: center;
   -moz-box-shadow: 5px 5px 30px #000000;
   -webkit-box-shadow: 5px 5px 30px #000000;
   box-shadow: 5px 5px 30px #000000;
}
#wb_master_frameCssMenu1 li:hover a, #wb_master_frameCssMenu1 a:hover, #wb_master_frameCssMenu1 .active
{
   color: #FFFFFF;
   background-color: #34495E;
   background-image: none;
   border: 1px #2E6DA4 inset;
}
#wb_master_frameCssMenu1 li.firstmain
{
   padding-left: 23px;
}
#wb_master_frameCssMenu1 li.lastmain
{
   padding-right: 23px;
}
#wb_master_frameCssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_master_frameCssMenu1.affix
{
   top: 0 !important;
   position: fixed !important;
   left: 50% !important;
   margin-left: -270px;
}
#PageFooter
{
   background-color: #6B7E8A;
   background-image: none;
   border: 1px #414A54 solid;
   border-radius: 2px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-animation: fall 500ms linear 0ms 1 normal both;
   -moz-animation: fall 500ms linear 0ms 1 normal both;
   animation: fall 500ms linear 0ms 1 normal both;
}
#wb_master_frameExtension4
{
   position: absolute;
   left: 350px;
   top: 80px;
   width: 135px;
   height: 56px;
   z-index: 17;
}
#wb_MainMediaPlayer1
{
   position: absolute;
   left: 0px;
   top: 80px;
   width: 100px;
   height: 56px;
   z-index: 13;
}
#MainButton1
{
   position: absolute;
   left: 1079px;
   top: 14px;
   width: 110px;
   height: 40px;
   z-index: 6;
}
#PageFooter
{
   position: fixed;
   text-align: center;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100px;
   z-index: 18;
}
#wb_masterClipArt7
{
   position: absolute;
   left: 109px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 5;
}
#wb_MainClipArt3
{
   position: absolute;
   left: 59px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 11;
}
#PageHeader
{
   position: fixed;
   text-align: center;
   left: 0;
   top: 0;
   right: 0;
   height: 80px;
   z-index: 7777;
}
#PageHeader_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#MainLine1
{
   position: absolute;
   left: 330px;
   top: 70px;
   width: 870px;
   z-index: 1;
}
#MainBanner1
{
   position: absolute;
   left: 0px;
   top: 1px;
   width: 330px;
   height: 40px;
   z-index: 0;
}
#MainLine2
{
   position: absolute;
   left: 330px;
   top: 10px;
   width: 870px;
   z-index: 3;
}
#MainLine3
{
   position: absolute;
   left: 0px;
   top: 40px;
   width: 330px;
   z-index: 2;
}
#wb_Text1hkj
{
   position: absolute;
   left: 9px;
   top: 64px;
   width: 1178px;
   height: 26px;
   text-align: center;
   z-index: 9;
}
#wb_master_frameBreadcrumb1
{
   position: absolute;
   left: 374px;
   top: 14px;
   width: 558px;
   height: 38px;
   text-align: center;
   z-index: 8;
   vertical-align: top;
}
#PageFooter_Container
{
   width: 1198px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_masterClipArt2
{
   position: absolute;
   left: 9px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 12;
}
#wb_master_frameExtension1
{
   position: absolute;
   left: 159px;
   top: 14px;
   width: 205px;
   height: 50px;
   z-index: 10;
}
#wb_uid0
{
   color: #C0C0C0;
}
#MainSiteSearch1
{
   position: absolute;
   left: 944px;
   top: 14px;
   width: 115px;
   height: 30px;
   line-height: 30px;
   z-index: 7;
}
#wb_master_frameCssMenu1
{
   position: absolute;
   left: 330px;
   top: 0px;
   width: 870px;
   height: 76px;
   text-align: center;
   z-index: 4;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
div#container
{
   width: 768px;
}
#PageHeader
{
   height: 80px !important;
   visibility: visible !important;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #080D26;
   background: -moz-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -webkit-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -o-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -ms-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
}
#PageHeader_Container
{
   width: 768px !important;
}
#wb_MainMediaPlayer1
{
   visibility: visible !important;
}
#MainBanner1
{
   left: 0px !important;
   top: 1px !important;
   width: 330px !important;
   height: 40px !important;
   visibility: visible !important;
   display: inline !important;
   color: #D3D3D3;
   font-size: 29px;
   font-family: "Yu Gothic Light";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#MainBanner1 span
{
   height: 29px;
   margin: 6px 0px 6px 0px;
}
#MainSiteSearch1
{
   left: 959px !important;
   top: 9px !important;
   width: 100px !important;
   height: 30px !important;
   visibility: visible !important;
   display: inline !important;
   color: #F5F5F5;
   font-size: 19px;
   font-family: SimSun;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #2E455F;
   background-image: none;
   border-radius: 2px;
}
#MainSiteSearch1
{
   width: 100px !important;
   height: 30px !important;
}
#MainButton1
{
   left: 1079px !important;
   top: 9px !important;
   width: 110px !important;
   height: 40px !important;
   visibility: visible !important;
   display: inline !important;
   color: #C0C0C0;
   font-size: 19px;
   font-family: Sylfaen;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #2E455F;
   background-image: none;
   border-radius: 2px;
}
#MainLine1
{
   left: 330px !important;
   top: 70px !important;
   width: 870px !important;
   height: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#MainLine1
{
   border-color: #A9A9A9;
   border-bottom-width: 1px;
}
#MainLine2
{
   left: 330px !important;
   top: 10px !important;
   width: 870px !important;
   height: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#MainLine2
{
   border-color: #A9A9A9;
   border-bottom-width: 1px;
}
#MainLine3
{
   left: 0px !important;
   top: 40px !important;
   width: 330px !important;
   height: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#MainLine3
{
   border-color: #A9A9A9;
   border-bottom-width: 1px;
}
#wb_master_frameBreadcrumb1
{
   left: 624px !important;
   top: 6px !important;
   width: 278px !important;
   height: 33px !important;
   visibility: hidden !important;
   display: none !important;
}
#wb_Text1hkj
{
   left: -1px !important;
   top: 46px !important;
   width: 1125px !important;
   height: 38px !important;
   visibility: hidden !important;
   display: none !important;
   font-size: 16px;
   font-family: Onyx;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #2E455F;
   background-image: none;
   border-radius: 2px;
}
#wb_Text1hkj
{
   font-family: "HP Simplified";
   font-weight: normal;
   font-size: 13px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-align: center;
   line-height: 16px;
}
#master_frameExtension3
{
   left: 198px !important;
   top: 377px !important;
   width: 207px !important;
   height: 63px !important;
   visibility: hidden !important;
   display: none !important;
}
#wb_master_frameExtension1
{
   left: 174px !important;
   top: -6px !important;
   width: 120px !important;
   height: 50px !important;
   visibility: hidden !important;
   display: none !important;
}
#wb_masterClipArt7
{
   left: 309px !important;
   top: 9px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_MainClipArt3
{
   left: 59px !important;
   top: 9px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_masterClipArt2
{
   left: 9px !important;
   top: 9px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_master_frameCssMenu1
{
   left: 330px !important;
   top: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_master_frameCssMenu1 li
{
}
#wb_master_frameCssMenu1 a
{
   color: #333333;
   border: 1px #F5FFFA inset;
   border-radius: 2px;
   background-color: #F5F5F5;
   background-image: none;
   font-family: "Alegreya Sans SC";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   -moz-box-shadow: 5px 5px 30px #000000;
   -webkit-box-shadow: 5px 5px 30px #000000;
   box-shadow: 5px 5px 30px #000000;
}
#wb_master_frameCssMenu1 li:hover a, #wb_master_frameCssMenu1 a:hover, #wb_master_frameCssMenu1 .active
{
   color: #FFFFFF;
   background-color: #34495E;
   background-image: none;
   border: 1px #2E6DA4 inset;
}
#wb_master_frameCssMenu1.affix
{
   margin-left: -54px;
}
#master_frameContentPlaceHolder1
{
   left: 0px !important;
   top: 0px !important;
   width: 1200px !important;
   height: 1000px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_master_frameExtension4
{
   left: 350px !important;
   top: 81px !important;
   width: 135px !important;
   height: 55px !important;
   visibility: hidden !important;
   display: none !important;
}
#PageFooter
{
   height: 85px !important;
   visibility: visible !important;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #6B7E8A;
   background-image: none;
   border-radius: 2px;
}
#PageFooter_Container
{
   width: 768px !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
div#container
{
   width: 480px;
}
#PageHeader
{
   height: 80px !important;
   visibility: visible !important;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #080D26;
   background: -moz-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -webkit-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -o-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -ms-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
}
#PageHeader_Container
{
   width: 480px !important;
}
#wb_MainMediaPlayer1
{
   visibility: visible !important;
}
#MainBanner1
{
   left: 0px !important;
   top: 1px !important;
   width: 330px !important;
   height: 40px !important;
   visibility: visible !important;
   display: inline !important;
   color: #D3D3D3;
   font-size: 29px;
   font-family: "Yu Gothic Light";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#MainBanner1 span
{
   height: 29px;
   margin: 6px 0px 6px 0px;
}
#MainSiteSearch1
{
   left: 959px !important;
   top: 9px !important;
   width: 100px !important;
   height: 30px !important;
   visibility: visible !important;
   display: inline !important;
   color: #F5F5F5;
   font-size: 19px;
   font-family: SimSun;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #2E455F;
   background-image: none;
   border-radius: 2px;
}
#MainSiteSearch1
{
   width: 100px !important;
   height: 30px !important;
}
#MainButton1
{
   left: 1079px !important;
   top: 9px !important;
   width: 110px !important;
   height: 40px !important;
   visibility: visible !important;
   display: inline !important;
   color: #C0C0C0;
   font-size: 19px;
   font-family: Sylfaen;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #2E455F;
   background-image: none;
   border-radius: 2px;
}
#MainLine1
{
   left: 330px !important;
   top: 70px !important;
   width: 870px !important;
   height: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#MainLine1
{
   border-color: #A9A9A9;
   border-bottom-width: 1px;
}
#MainLine2
{
   left: 330px !important;
   top: 10px !important;
   width: 870px !important;
   height: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#MainLine2
{
   border-color: #A9A9A9;
   border-bottom-width: 1px;
}
#MainLine3
{
   left: 0px !important;
   top: 40px !important;
   width: 330px !important;
   height: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#MainLine3
{
   border-color: #A9A9A9;
   border-bottom-width: 1px;
}
#wb_master_frameBreadcrumb1
{
   left: 624px !important;
   top: 6px !important;
   width: 278px !important;
   height: 33px !important;
   visibility: hidden !important;
   display: none !important;
}
#wb_Text1hkj
{
   left: -1px !important;
   top: 46px !important;
   width: 1125px !important;
   height: 38px !important;
   visibility: hidden !important;
   display: none !important;
   font-size: 16px;
   font-family: Onyx;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #2E455F;
   background-image: none;
   border-radius: 2px;
}
#wb_Text1hkj
{
   font-family: "HP Simplified";
   font-weight: normal;
   font-size: 13px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-align: center;
   line-height: 16px;
}
#master_frameExtension3
{
   left: 198px !important;
   top: 377px !important;
   width: 207px !important;
   height: 63px !important;
   visibility: hidden !important;
   display: none !important;
}
#wb_master_frameExtension1
{
   left: 174px !important;
   top: -6px !important;
   width: 120px !important;
   height: 50px !important;
   visibility: hidden !important;
   display: none !important;
}
#wb_masterClipArt7
{
   left: 309px !important;
   top: 9px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_MainClipArt3
{
   left: 59px !important;
   top: 9px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_masterClipArt2
{
   left: 9px !important;
   top: 9px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_master_frameCssMenu1
{
   left: 330px !important;
   top: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_master_frameCssMenu1 li
{
}
#wb_master_frameCssMenu1 a
{
   color: #333333;
   border: 1px #F5FFFA inset;
   border-radius: 2px;
   background-color: #F5F5F5;
   background-image: none;
   font-family: "Alegreya Sans SC";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   -moz-box-shadow: 5px 5px 30px #000000;
   -webkit-box-shadow: 5px 5px 30px #000000;
   box-shadow: 5px 5px 30px #000000;
}
#wb_master_frameCssMenu1 li:hover a, #wb_master_frameCssMenu1 a:hover, #wb_master_frameCssMenu1 .active
{
   color: #FFFFFF;
   background-color: #34495E;
   background-image: none;
   border: 1px #2E6DA4 inset;
}
#wb_master_frameCssMenu1.affix
{
   margin-left: 90px;
}
#master_frameContentPlaceHolder1
{
   left: 0px !important;
   top: 0px !important;
   width: 1200px !important;
   height: 1000px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_master_frameExtension4
{
   left: 350px !important;
   top: 81px !important;
   width: 135px !important;
   height: 55px !important;
   visibility: hidden !important;
   display: none !important;
}
#PageFooter
{
   height: 85px !important;
   visibility: visible !important;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #6B7E8A;
   background-image: none;
   border-radius: 2px;
}
#PageFooter_Container
{
   width: 480px !important;
}
}
@media only screen and (max-width: 479px)
{
div#container
{
   width: 320px;
}
#PageHeader
{
   height: 80px !important;
   visibility: visible !important;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #080D26;
   background: -moz-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -webkit-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -o-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -ms-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
}
#PageHeader_Container
{
   width: 320px !important;
}
#wb_MainMediaPlayer1
{
   visibility: visible !important;
}
#MainBanner1
{
   left: 0px !important;
   top: 1px !important;
   width: 330px !important;
   height: 40px !important;
   visibility: visible !important;
   display: inline !important;
   color: #D3D3D3;
   font-size: 29px;
   font-family: "Yu Gothic Light";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#MainBanner1 span
{
   height: 29px;
   margin: 6px 0px 6px 0px;
}
#MainSiteSearch1
{
   left: 959px !important;
   top: 9px !important;
   width: 100px !important;
   height: 30px !important;
   visibility: visible !important;
   display: inline !important;
   color: #F5F5F5;
   font-size: 19px;
   font-family: SimSun;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #2E455F;
   background-image: none;
   border-radius: 2px;
}
#MainSiteSearch1
{
   width: 100px !important;
   height: 30px !important;
}
#MainButton1
{
   left: 1079px !important;
   top: 9px !important;
   width: 110px !important;
   height: 40px !important;
   visibility: visible !important;
   display: inline !important;
   color: #C0C0C0;
   font-size: 19px;
   font-family: Sylfaen;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #2E455F;
   background-image: none;
   border-radius: 2px;
}
#MainLine1
{
   left: 330px !important;
   top: 70px !important;
   width: 870px !important;
   height: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#MainLine1
{
   border-color: #A9A9A9;
   border-bottom-width: 1px;
}
#MainLine2
{
   left: 330px !important;
   top: 10px !important;
   width: 870px !important;
   height: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#MainLine2
{
   border-color: #A9A9A9;
   border-bottom-width: 1px;
}
#MainLine3
{
   left: 0px !important;
   top: 40px !important;
   width: 330px !important;
   height: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#MainLine3
{
   border-color: #A9A9A9;
   border-bottom-width: 1px;
}
#wb_master_frameBreadcrumb1
{
   left: 624px !important;
   top: 6px !important;
   width: 278px !important;
   height: 33px !important;
   visibility: hidden !important;
   display: none !important;
}
#wb_Text1hkj
{
   left: -1px !important;
   top: 46px !important;
   width: 1125px !important;
   height: 38px !important;
   visibility: hidden !important;
   display: none !important;
   font-size: 16px;
   font-family: Onyx;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #2E455F;
   background-image: none;
   border-radius: 2px;
}
#wb_Text1hkj
{
   font-family: "HP Simplified";
   font-weight: normal;
   font-size: 13px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-align: center;
   line-height: 16px;
}
#master_frameExtension3
{
   left: 198px !important;
   top: 377px !important;
   width: 207px !important;
   height: 63px !important;
   visibility: hidden !important;
   display: none !important;
}
#wb_master_frameExtension1
{
   left: 174px !important;
   top: -6px !important;
   width: 120px !important;
   height: 50px !important;
   visibility: hidden !important;
   display: none !important;
}
#wb_masterClipArt7
{
   left: 309px !important;
   top: 9px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_MainClipArt3
{
   left: 59px !important;
   top: 9px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_masterClipArt2
{
   left: 9px !important;
   top: 9px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_master_frameCssMenu1
{
   left: 330px !important;
   top: 1px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_master_frameCssMenu1 li
{
}
#wb_master_frameCssMenu1 a
{
   color: #333333;
   border: 1px #F5FFFA inset;
   border-radius: 2px;
   background-color: #F5F5F5;
   background-image: none;
   font-family: "Alegreya Sans SC";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   -moz-box-shadow: 5px 5px 30px #000000;
   -webkit-box-shadow: 5px 5px 30px #000000;
   box-shadow: 5px 5px 30px #000000;
}
#wb_master_frameCssMenu1 li:hover a, #wb_master_frameCssMenu1 a:hover, #wb_master_frameCssMenu1 .active
{
   color: #FFFFFF;
   background-color: #34495E;
   background-image: none;
   border: 1px #2E6DA4 inset;
}
#wb_master_frameCssMenu1.affix
{
   margin-left: 170px;
}
#master_frameContentPlaceHolder1
{
   left: 0px !important;
   top: 0px !important;
   width: 1200px !important;
   height: 1000px !important;
   visibility: visible !important;
   display: inline !important;
}
#wb_master_frameExtension4
{
   left: 350px !important;
   top: 81px !important;
   width: 135px !important;
   height: 55px !important;
   visibility: hidden !important;
   display: none !important;
}
#PageFooter
{
   height: 85px !important;
   visibility: visible !important;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #6B7E8A;
   background-image: none;
   border-radius: 2px;
}
#PageFooter_Container
{
   width: 320px !important;
}
}
