body{
    padding: 0;
    margin: 0;
    font-family: "Tahoma", Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: justify;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
h1{
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    font-family: "Calibri", Arial, sans-serif;
    font-size: 22px;
}
h2{
    font-size: 14px;
    margin: 8px 0;
}
ul, li{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
table{
    width: 100%;
    /*border-collapse: collapse;*/
    border-spacing: 0;
    padding: 0;
    margin: 0;
}
td{
    padding: 0;
}
.closer {
    font-size: 0;
    line-height: 0;
    clear: both;
    height: 0;
    overflow: hidden;
}
.container{
    padding-top: 232px;
    background-color: white;
    background: url(/images/bnr_bg.png) 50% 0 no-repeat;
    width: 1005px;
    margin: 0 auto;
}
.bnr_top{
    position: absolute;
    top: 46px;
    margin-left: 256px;
}
.left_column{
    float: left;
    width: 702px;
    margin-top: 27px;
}
.right_column{
    float: right;
    width: 244px;
}
.inp{
    border: 1px solid #e2e2e2;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 6px 0;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 12px;
    background-color: #fff;
}
.btn{
    background: #287fa5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#287fa5), to(#01557a));
    background: -webkit-linear-gradient(#287fa5, #01557a);
    background: -moz-linear-gradient(#287fa5, #01557a);
    background: -ms-linear-gradient(#287fa5, #01557a);
    background: -o-linear-gradient(#287fa5, #01557a);
    background: linear-gradient(#287fa5, #01557a);
    -pie-background: linear-gradient(#287fa5, #01557a);
    font-size: 13px;
    color: #ffffff;
    height: 33px;
    border-style: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 0 12px;
    cursor: pointer;
    text-decoration: none;
}
.btn:hover{
    background: #339ccd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#339ccd), to(#016a9a));
    background: -webkit-linear-gradient(#339ccd, #016a9a);
    background: -moz-linear-gradient(#339ccd, #016a9a);
    background: -ms-linear-gradient(#339ccd, #016a9a);
    background: -o-linear-gradient(#339ccd, #016a9a);
    background: linear-gradient(#339ccd, #016a9a);
    -pie-background: linear-gradient(#339ccd, #016a9a);
    text-decoration: none;
}
.hide{
    display: none;
}
.star{
    background: url(/images/icons.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
}
.star.empty{
    background: url(/images/icons.png) no-repeat -18px 0;
}
.text{
    margin-bottom: 20px;
}
.text ul{
    margin: 8px 0 8px 38px;
}

/*========================================================<MENU>======================================================*/

.menu{
    background: #2b81a8; /* Old browsers */
    background: -moz-linear-gradient(top,  #2b81a8 0%, #0d5b7c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b81a8), color-stop(100%,#0d5b7c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2b81a8 0%,#0d5b7c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2b81a8 0%,#0d5b7c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2b81a8 0%,#0d5b7c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2b81a8 0%,#0d5b7c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b81a8', endColorstr='#0d5b7c',GradientType=0 ); /* IE6-9 */

    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
}
.menu .home1{
    width: 140px;
}
.menu .home2{
     width: 104px;
 }
.menu .main{
    width: 220px;
}
.menu .school{
    width: 152px;
}
.menu .separator{
    width: 1px;
    background: url(/images/glare.png) no-repeat;
}
.menu a{
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
.menu .home1 a, .menu .home2 a{
    color: #94c0d8;
}
.menu a:hover{
    text-decoration: none;
}
.menu a.l{
    border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    -khtml-border-radius: 8px 0 0 0;
    padding: 7px;
}
.menu a.l img{
    margin-top: 3px;
}
.menu a.r{
    border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    -khtml-border-radius: 0 8px 0 0;
}
.menu a.not_active:hover{
    background: #0D5B7C;
}
.menu a.active{
    background-color: #0D5B7C;
}
.menu a.register img{
    margin-right: 5px;
}
.menu a.login img{
    margin-right: 5px;
}

/*=======================================================</MENU>======================================================*/

/*==<FOOTER>==*/

.footer{
    font-family: "Calibri", Arial, sans-serif;
    height: 140px;
    margin-top: 50px;
    position: relative;
}
.footer .copyright{
    font-size: 14px;
    float: left;
    font-weight: bold;
}
.footer .callback{
    font-size: 12px;
    display: block;
    float: right;
    color: #252525;
    text-decoration: none;
    font-weight: bold;
}
.footer .callback:hover{
    text-decoration: underline;
}
/*==</FOOTER>==*/

/*==<RIGHT_COLUMN>==*/

.bnr{
    margin-top: 27px;
    position: relative;
}
.last_news{
    margin-top: 32px;
}
.last_news .title{
    font-family: "Calibri", Arial, sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 17px;
}
.last_news a{
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #6f6d6d;
    margin: 12px 0;
}
.last_news .archive{
    font-weight: bold;
    color: #1b7ba4;
}
/*==</RIGHT_COLUMN>==*/

/*==<NAVIGATION PAGE>==*/
.navigation_page{
    margin-top: 14px;
    margin-bottom: 8px;
}
.navigation_page a{
    display: block;
    float: left;
    color: #b7b7b7;
    font-size: 13px;
    margin: 0 6px;
}
.navigation_page a.active{
    color: #1a7ba5;
}
.navigation_page a.active:hover{
    text-decoration: none;
}
.navigation_page .pager{
    float: left;
}
.navigation_page .pager .prev{
    background: url(/images/icons.png) no-repeat -37px -4px;
    width: 12px;
    height: 9px;
    margin-top: 4px;
}
.navigation_page .pager .next{
    background: url(/images/icons.png) no-repeat -49px -4px;
    width: 12px;
    height: 9px;
    margin-top: 4px;
}
.navigation_page .divider{
    float: right;
}
.navigation_page .divider .title{
    float: left;
    color: #b7b7b7;
}

/*==</NAVIGATION PAGE>==*/

.mask{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
    z-index: 1000;
    position: fixed;
    display: none;
}
.loading{
    width: 64px;
    height: 64px;
    background: url(/images/loading.gif) no-repeat;
    position: fixed;
    left: 50%;
    margin-left: -32px;
    top:50%;
    margin-top: -32px;
    z-index: 1001;
    display: none;
}

.review_amount{
    margin-top: 12px;
    text-align: center;
}
.review_amount .rating{
    width: 106px;
    padding-left: 16px;
    padding-top: 4px;
}
.review_amount .amount{
    color: #1a7ba5;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}
.breadcrumbs{
    margin-bottom: 20px;
    color: #c5c5c5;
}
.breadcrumbs a{
    color: #c5c5c5;
}
.designation{
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
}
.designation .required{
    color: #1a7ba5;
    font-weight: bold;
}
.btn_clr{
    position: absolute;
    cursor: pointer;
    right: 7px;
    background: url(/images/remove.png) no-repeat;
    width: 14px;
    height: 14px;
    top: 18px;
    display: none;
}
.g-recaptcha{
    display: inline-block;
}