@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'segoe_uiregular';
    src: url('../fonts/segoe-normal-webfont.eot');
    src: url('../fonts/segoe-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoe-normal-webfont.woff') format('woff'),
         url('../fonts/segoe-normal-webfont.ttf') format('truetype'),
         url('../fonts/segoe-normal-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoe_uisemibold';
    src: url('../fonts/seguisb-webfont.eot');
    src: url('../fonts/seguisb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/seguisb-webfont.woff') format('woff'),
         url('../fonts/seguisb-webfont.ttf') format('truetype'),
         url('../fonts/seguisb-webfont.svg#segoe_uisemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*--- Initial Settings --- */
*{ padding:0; margin:0; list-style:none; text-decoration:none;}
.clear{ line-height:0px; height:0; clear:both;}
.clear20{ line-height:0; height:20px; clear:both;}
.clear30{ line-height:0; height:30px; clear:both;}
.clear50{ line-height:0; height:50px; clear:both;}
.clear70{ line-height:0; height:70px; clear:both;}
.clear90{ line-height:0; height:90px; clear:both;}
.clear100{ line-height:0; height:100px; clear:both;}
.clear120{ line-height:0; height:120px; clear:both;}

::-webkit-scrollbar {width: 12px; height: 10px; left:5px; padding-left:2px;}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  { height: 9px; display: block; background-color:#FFF; }
::-webkit-scrollbar-track-piece  { background-color: #FFF;}
::-webkit-scrollbar-thumb:vertical {height: 5px; background: #BBB url(../images/scroll-mark.png) center no-repeat; border: 1px solid #FFF;}

::selection {background:#c9b171; color:#FFF;}
::-moz-selection {background:#c9b171; color:#FFF;}
::-webkit-selection {background:#c9b171; color:#FFF;}

::-webkit-input-placeholder {font:normal 14px/22px 'segoe_uiregular', sans-serif; color:#525f66;}
::-moz-placeholder {font:normal 14px/22px 'segoe_uiregular', sans-serif; color:#525f66;}
::-moz-placeholder {font:normal 14px/22px 'segoe_uiregular', sans-serif; color:#525f66;}
::-ms-input-placeholder {font:normal 14px/22px 'segoe_uiregular', sans-serif; color:#525f66;}

body{ background:#f7e8d5 url(../images/bg.jpg) bottom fixed; }

#wrapper{width:1000px; margin:0 auto; /*border:#F00 1px solid;*/ background:none !important;}
#wrapperBig{width:1680px; margin:0 auto; /*border:#F00 1px solid;*/ background:none !important;}

#logo{width:896px; margin:0 auto 0 auto; padding:85px 0 30px 0;}

iframe{width:1000px; height:820px; border:none !important; background:none !important; overflow-x:hidden;}



.dataHolder{margin:0 0 0 -66px;}
#floatingHolder{ float:left; width:516px; height:680px; margin:0 0 0 66px;}

#floatingHolder .listScroll ul li{font:normal 25px/35px Georgia, "Times New Roman", Times, serif; color:#333333; padding:25px 15px; border-bottom:#989087 1px solid;}
#floatingHolder .listScroll ul li strong{ background:#c73700; font:normal 25px/35px Georgia, "Times New Roman", Times, serif; color:#FFF; padding:2px 8px; text-transform:capitalize !important;}

#floatingHolder .hotUpdate{ width:516px; }
#floatingHolder .hotUpdate img{width:516px; height:auto; }

#floatingHolder .hotUpdate h5{font:normal 25px/35px Georgia, "Times New Roman", Times, serif; color:#ab0300; padding:0 0 20px 0; text-align:center;}
#floatingHolder .hotUpdate h6{font:normal 25px/35px Georgia, "Times New Roman", Times, serif; color:#333333; padding:25px 15px;  text-align:center;}
#floatingHolder .hotUpdate h6 strong{background:#c73700; font:normal 25px/35px Georgia, "Times New Roman", Times, serif; color:#FFF; padding:2px 8px;}

/*p{; text-align:center; margin:20px 0 0 0; padding:0 55px;}*/



/************ NEW ********************/
#frame{width:1000px;}

#frame .certificate{width:980px; margin:3px auto;
 -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.6);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0 0 5px 0 rgba(0,0,0,0.6);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0 0 5px 0 rgba(0,0,0,0.6);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
#frame .certificate img{width:980px; height:auto;}

#frame .instruction .line{ width:100%; height:2px; background:url(../images/line.png) center no-repeat; display:block;}



.pledgeForm{margin:30px 0 0 0 !important;}
.pledgeForm li{background:none !important; margin:0 0 10px 0 !important; padding:0 !important; text-align:center; font:normal 18px/18px "segoe_uisemibold"; color:#4A4A4A;}
.pledgeForm li span{float:left; width:200px;}


.pledgeForm li .btnUpdate{height:50px !important; width:200px; font:normal 18px/18px "segoe_uisemibold"; color:#ab0300; cursor:pointer; display:inline-block; background:rgba(171,3,0,0.1); border:2px solid #ab0300 !important; display:inline-block; padding:7px 15px; margin:30px 0 0 0; text-transform:uppercase; }
.pledgeForm li .btnUpdate:hover{background:rgba(171,3,0,1); color:#FFF; -ms-transition: all ease 1s; -o-transition: all ease 1s; transition: all ease 1s;} 




