html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline;outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0;width:100%}textarea{resize:none}input{margin:0;padding:0}
html, body {
    font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
    height:100%;
    width: 100%;
}
body{
    background: #fff;
    color: #565655;
}
/** h group **/
h1,h2,h3,h4,h5,h6{font-weight:400}
h1{font-size:18px;padding-bottom: 16px;}
h2{font-size:16px;padding-bottom: 16px;}
h3{font-size:16px;padding-bottom: 16px;}
h4,h5,h6{font-size:14px;padding-bottom: 16px;}
/** h group **/

::selection{
    color:#fff;
    background: #3399ff;
}
::-moz-selection{
    color:#fff;
    background: #3399ff;
}
::-webkit-selection{
    color:#fff;
    background: #3399ff;
}

/** link **/
a{color: #243f8c;text-decoration:none}
a:visited{}
a:hover{text-decoration:underline}
a:active{color:#000}
/** link **/

/** form tag style **/
input[type=text],input[type=password],textarea{
    font-size:11px;
    outline:none;
    font-family:Verdana,Arial;
    color:#999999;
    padding:2px;
    border:1px solid #ccc;
    vertical-align:middle;
}
input[type=text]:hover,input[type=password]:hover,textarea:hover{
    color:#404040;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus{
    color:#000;
}
textarea{overflow:auto}
/** form tag style **/

*:focus { outline: none; }
.pie{position:relative}
td,th{vertical-align:top}
b,strong,th,dt{font-weight:700}
i,em,blockquote,dt{font-style:italic}
p{padding:0 0 15px}
code,pre,samp{font-family:monospace}
sup,sub{font-size:10px}
sub{vertical-align:sub}
sup{vertical-align:super}
hr{color:#ccc; background-color:#ccc; height:1px; border-width:0px; margin:0 0 15px;}

/** text block style */
.content ol,.content ul,.content table{margin:0 0 2em;width:auto}
.content ol,.content ul{ margin:0 0 2em 3em;}
.content ol li{list-style:decimal;}
.content ul li{list-style:disc}
.content td,.content th{padding:3px;vertical-align:middle;border:1px solid #ccc}
.content th{background:#F4F4F4}
.content dl{margin:0 0 15px;}
.content dl dt{margin-bottom:.2em;font-weight:bold; }
.content dl dd{padding-left:5em;margin-bottom:.4em; }
.content form{padding:.5em 0;}
.content fieldset{margin-bottom:1em;border:none;}
.content legend{margin-top:-1px;padding-bottom:1em;font-size:1.1em;font-weight:bold;}
.content label{float:left;text-align:right;width:25.99%;padding:0 2%;}
/** text block style */

#wrapper,#header,#container,#main,#content,#sideLeft,#sideRight,#footer{position:relative}
#wrapper{
    width:961px;
    margin:0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
#header{
    height:133px;
}
.logo{
    left: 6px;
    position: absolute;
    top: 49px;
    text-decoration: none;
}
.logo:hover{
    text-decoration: none;
}
.logo img{
    float: left;
}
.logo strong{
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    padding-left: 258px;
    padding-top: 24px;
    width: 274px;
    cursor: pointer;
}
.top-menu{
    float: right;
    overflow: hidden;
    background: #efeffb;
    border-left: 28px solid #d3d6f0;
    padding: 8px 10px 13px 5px;
    margin-bottom: 65px;
}
.top-menu li{
    float: left;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #999999;
}
.top-menu li a{
    color: #999999;
    margin-left: 5px;
    margin-right: 5px;
}
.search{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    clear: both;
    float: right;
    margin-right: 1px;
    overflow: hidden;
    padding: 1px;
}
.search input[type="text"]{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #999999;
    float: left;
    padding-left: 6px;
    width: 186px;
}
.search input[type="submit"]{
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 21px;
    height: 19px;
    cursor: pointer;
    border: 0;
    float: left;
}
.user_bar{
    position: relative;
    z-index: 10;
}
.site-menu{
    zoom: 1;
    height: 51px;
    background: url("../img/site-menu.png") repeat-x 0 0;
    margin-bottom: 1px;
}
.site-menu:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.site-menu>ul>li{
    float: left;
    background: url("../img/site-menu-li.png") no-repeat 100% 0;
    padding-right: 2px;
    height: 51px;
    position: relative;
    z-index: 20;
}
.site-menu>ul>li:last-child{
    background: none;
}
.site-menu >ul >li:first-child >a{
    padding: 0 3px;
    line-height: 41px;
}
.site-menu >ul >li:first-child >a span{
    background: url("../img/sprite.png") no-repeat -21px 0;
    display: block;
    width: 15px;
    height: 14px;
    cursor: pointer;
    margin-top: 13px;
}
.site-menu> ul >li >a{
    color: #fff;
    height: 51px;
    line-height: 37px;
    display: inline-block;
    padding: 0 19px 0 21px;
    font-size: 16px;
    font-family: Tahoma, Arial, sans-serif;
}
.site-menu >ul >li> a:hover,.site-menu> ul >li.active >a {
    background: url("../img/site-menu.png") repeat-x 0 100%;
    text-decoration: none;
}
.site-menu> ul >li.menuactive >a {
    background: url("../img/site-menu.png") repeat-x 0 100%;
    text-decoration: none;
}
.site-menu >ul >li> a.hover {
    background: url("../img/site-menu.png") repeat-x 0 100%;
    text-decoration: none;
}
.site-menu >ul >li ul{
    position: absolute;
    top: 40px;
    left: 0;
    background: #d2d6f1;
    border: 1px solid #fff;
    border-top-width: 2px;
    z-index: 100;
    min-width:  157px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    display: none;
}
.site-menu >ul >li ul li{
    position: relative;
}
.site-menu >ul >li ul li ul{
    left: 100%;
    top: -1px;
}
.site-menu >ul >li ul li a{
    color: #3153aa;
    display: block;
    padding: 2px 10px 3px 21px;
    border-bottom: 1px solid #FFFFFF;
}
.site-menu >ul >li ul li:last-child a{
    border: 0;
}
.site-menu >ul >li ul li a:hover{
    color: #fff;
    background: #1a3e88;
    text-decoration: none;
}
.slider{
    height: 231px;
    overflow: hidden;
    margin-bottom: 2px;
    position: relative;
}
.slider ul li{
    position: relative;
    height: 231px;
    overflow: hidden;
    width: 961px;
    background: #fff;
}
.slider ul li img{
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    display: block;
}
.slider ul li .head{
    position: relative;
    z-index: 1;
    color: #1A3F89;
    font-family: Georgia,serif;
    font-size: 30px;
    line-height: 35px;
    padding: 65px 0 7px 62px;
    margin-right: 444px;
}
.slider ul li .head a{
    color: #1A3F89;
}

.slider ul li p{
    position: relative;
    z-index: 1;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    padding-left: 63px;
    margin-right: 444px;
}
.link-slide{
    background: none repeat scroll 0 0 #C9C9C9;
    bottom: 0;
    color: #FEFFFF;
    display: inline-block;
    font-size: 10px;
    left: 46%;
    padding: 4px 35px 5px 13px;
    position: absolute;
}
/* Container
-----------------------------------------------------------------------------*/
#container{
    height: 1%;
    width:100%;
    margin-bottom: 2px;
    zoom: 1;
    border-top: 1px solid #565655;
    background: url("../img/cont-bg.png") repeat-y -1px 0;
}
#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main{
    float:left;
    width:100%;
}
#content{
    padding: 12px 0 0 285px;
    background: url("../img/content-bg.png") no-repeat 100% 0;
}
.breadcrumbs{
    position: relative;
    color: #6e6d6d;
    font-size: 11px;
    padding-bottom: 10px;
}
.breadcrumbs a{
    color: #6e6d6d;
    font-size: 11px;
    margin: 0 4px;
}
.breadcrumbs span{
    color: #ca2f2f;
    margin: 0 4px;
}
.info{
    overflow: hidden;
    padding-top: 15px;
}
.info-item{
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    width: 199px;
    height: 144px;
    float: left;
    margin-right: 39px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius:  5px 5px 5px 5px;
    -webkit-border-radius:  5px 5px 5px 5px;
}
.info-item:nth-child(3n+3){
    margin-right: 0;
}
.info-item p{
    padding: 10px 10px 10px 12px;
    position: absolute;
    width: 121px;
    background:rgba(26,63,137,0.75);
    -pie-background:rgba(26,63,137,0.75);
    left: 0;
    bottom: 8px;
    line-height: 21px;
}
.info-item:nth-child(2) p{
    bottom: 10px;
    left: auto;
    right: 0;
    width: 116px;
    padding: 1px 10px 4px 12px;
}
.info-item:nth-child(3) p{
    bottom: 79px;
    left: auto;
    right: 0;
    width: 116px;
    padding: 1px 10px 4px 12px;
}
.info-item p a{
    color: #fff;
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    display: inline-block;

}
.formbuilderform div:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.formbuilderform div {
    padding-bottom: 4px;
    zoom: 1;
}
.formbuilderform label {
    padding-top: 1px;
    width: 137px;
    color: #565655;
    font-size: 12px;
}
.formbuilderform label, .formbuilderform input {
    color: #565655;
    float: left;
    font-size: 12px;
}
.formbuilderform input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #a2a2a2;
    height: 21px;
    line-height: 20px;
    padding: 0 2px;
    width: 198px;
}
.formbuilderform input[type="checkbox"] {
    margin: 2px 2px 0 0;
}
.formbuilderform div textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #a2a2a2;
    color: #333333;
    height: 96px;
    overflow: hidden;
    padding: 0 2px;
    width: 354px;
    font-size: 12px;
    margin: 0;
}
.formbuilderform .submit input {
    border: 1px solid #2e509d;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    height: 23px;
    line-height: 20px;
    margin-left: 137px;
    margin-top: 1px;
    padding: 0 0 3px;
    text-align: center;
    width: 114px;
    background: #3c5eac; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjNWVhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzQxOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #3c5eac 0%, #1c418b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c5eac), color-stop(100%,#1c418b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3c5eac 0%,#1c418b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3c5eac 0%,#1c418b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3c5eac 0%,#1c418b 100%); /* IE10+ */
    background: linear-gradient(top,  #3c5eac 0%,#1c418b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5eac', endColorstr='#1c418b',GradientType=0 ); /* IE6-8 */
}
.formbuilderform{
    padding-top: 25px;
    padding-bottom: 15px;
}
.formbuilderform .blabla label {
    display: inline-block;
    float: none;
    width: auto;
}
.formbuilderform .submit{
    position: relative;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft{
    width:240px;
    margin-left:-100%;
    float:left;
    padding-top: 9px;
}
.title-left{
    padding-bottom: 10px;
    color: #fefeff;
    font-size: 18px;
    padding-left: 11px;
}
#menu_vert{
    padding-bottom: 15px;
}
#menu_vert>ul>li{
    padding-bottom: 1px;
}
#menu_vert>ul>li>a{
    display: block;
    color: #1a3f89;
    font-size: 12px;
    border-left: 9px solid #fff;
    margin-left: -9px;
    padding: 6px 11px 9px;
}
#menu_vert>ul>li>a:hover, #menu_vert>ul>li.menuactive>a{
    text-decoration: none;
    background: #fff url("../img/menu-left.png") repeat-y 0 0;
    border-left: 9px solid #1a3f89;
    color: #1f1f1f;
}
#menu_vert>ul>li ul{
    display: none;
    background: #fff;
    padding: 1px 9px 5px 23px;
    margin-left: 10px;
}
#menu_vert>ul>li.menuactive ul{
    display: block;
}
#menu_vert>ul>li ul li{
    padding-bottom: 4px;
}
#menu_vert>ul>li ul li a{
    color: #1f1f1f;
    font-size: 12px;

}
#menu_vert>ul>li ul li a:hover, #menu_vert>ul>li ul li.menuactive a{
    text-decoration: none;
    color: #ca2f2f;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer{
    width:961px;
    height:85px;
    padding-top: 10px;
    margin:0 auto 0;
    clear:both;
    background:#fff url("../img/foot-bg.png") no-repeat 0 0;
    font-size: 11px;
    color: #666666;
}
.menu-footer{
    float: right;
    overflow: hidden;
    padding: 5px 12px 10px 0;
}
.menu-footer li{
    color: #999999;
    float: left;
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    margin-left: 6px;
}
.menu-footer li:last-child a{
    margin-right: 0;
}
.menu-footer li a{
    color: #999999;
    margin-right: 5px;
}
.copy{
    padding-bottom: 3px;
    padding-top: 7px;
}
#footer p{
    line-height: 13px;
}



/*my_table**************************************************************************/
table.my_table{
    width: 100%;
    font-size: 11px;
    vertical-align: top;
    text-align: left;
}
table.my_table th{
    width: 25% !important;
    font-weight: normal;
    border: 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    background: #d3d9f1;
    padding: 4px;
    padding-left: 20px;
    vertical-align: middle;
        text-align: left;
}
table.my_table th:last-child{
    border-right: 0;
}
table.my_table td{
    vertical-align: top;
        text-align: left;
    background: #eff0fb;
    border: 0;
        border-bottom: 5px solid #fff;
        border-right: 5px solid #fff;
    padding: 5px 5px 13px 20px;
}
table.my_table tr td:last-child{
    border-right: 0;
}
table.my_table ul{
    margin: 0;
    list-style-position: outside;
}
/*end my_table**********************************************************************/