@import url(http://fonts.googleapis.com/css?family=Architects+Daughter);
*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    outline:none;
    color: black;
}
.clear-float{
    clear: both;
}
a img{
    border:none;
}

body{
    font-family: DroidSansRegular, arial, calibri;
    font-size: 13px;    
}
@font-face { font-family: 'DroidSansRegular'; src: url('fonts/DroidSans-webfont.eot'); src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg'); font-weight: normal; font-style: normal; }
#main-wrapper{
    width:100%;    
    margin:auto;    
    display: block;
    overflow: hidden;    
}
#outer-header{
    width:100%;
    background-color:#EEF0E2; 
    height:165px;
}


#header{
    width:1010px;
    color:#000; 
    background-color:#EEF0E2; 
    /*border: 1px solid;*/
    display: block;
    overflow: hidden;   
    margin:auto;    
    /*height:165px;*/
}
.des-name{
    padding:20px 0 0 0;
    color: #002C1F;
    float: left;
}
/*  From Template */
.logo{
    float: left;
}

.name{
    float: right;
    
}

.des-name{
    text-transform: uppercase;
    font-size: 30px;
    color: #002C1F;
    font-weight: bold;
    padding-left: 20px;
}

.des-name-line{
    width: 340px;
    height:2px;
    background-color: red;
}
.logo-name{
    float:left;
    /*border: 1px solid;*/    
}

.des-logo{
    padding-top: 40px;
}

.vivekanad{
    padding-top: 5px;
    padding-left: 10px;
}

.academia-div{
    margin-left: 80px; margin-top: 35px;
}
.academia{
    margin-left: 40px;
    margin-top:10px;
}



.academia-p{
    margin-left: 30px;
}

.fl_right{
    float:right;
    /*margin-right: 50px;*/
    /*border: 1px solid;*/
    border-radius: 20px;
    padding: 0px 15px 15px;
    margin-top: 45px;
    background: #1E9FC0;
}

.fl_right a{
    color: #FFFECB;
}

.fl_right p{
    color: #FFFECB;
}


.quick-link-text{
    margin-top: 15px;
    /*text-align: center;*/
    font-size: 15px;
    letter-spacing: 0.04em;
    /*text-decoration: underline;*/
    color:#FFFECB;
    padding-bottom: 2px;
    border-bottom: 1px solid #FFFECB;
    display: inline-block;
    font-weight: bold;
}   

.quick-links{
    padding-top: 10px;
    margin-left: 20px;
    color:#FFFECB;
}

.quick-links li {
    line-height: 25px;
}

.quick-links li  a{
    /*color:#002C1F;*/
    color:#FFFECB;
}



#outer-menu{
    width:100%;
    background-color: #002C1F;
    height:57px;
}

#menu{
    /*width: 100%;*/
    width:1024px;
    margin:auto;
    background-color: #002C1F;
    color: white;
    /*border:1px solid;*/
}

nav{
    display:block; 
    margin:0; 
    padding:0;    
    width: 1024px;
    height:57px;
}

#topnav{
    margin:0 auto;
    padding:0; 
    color:#FFF; 
    background-color:#002C1F; 
    clear:both; 
    word-wrap:normal;
    white-space:nowrap;
    /*border:1px solid yellow;*/
}

#topnav ul{
    margin:0; 
    padding:0; 
    list-style:none; 
    text-transform:uppercase; 
    font-size:12.5px;
    margin-left: 0px;
    position: relative;
    z-index:99999;    
}

#topnav ul ul{
    z-index:9999; 
    position:absolute; 
    width:210px; 
    text-transform:none;
    margin-left: 1px;    
}

#topnav ul ul ul{
    left:167px; 
    top:0;
    width:250px;
}

#topnav ul ul ul ul{
    left:199px; 
    top:0;
    width:250px;
}

#topnav ul:first-child li:last-child > ul{
    right:0;
    border:none;
}

#topnav ul:first-child > li:last-child li > ul{
    left:-190px;
    border: none;
}

#topnav li{
   position:relative; 
   display:block; 
   float:left; 
   margin:0 11px 0 0; 
   padding:0 5px;
}

#topnav ul li.last-child1{
    padding-left: 18px;
}
#topnav ul li .first-child1{
    /*padding-right:15px;*/
}

#topnav li:first-child{
    
}

#topnav ul:first-child li:last-child{
    margin-right:0;
    border: none;
}

#topnav li li{
    width:80%; 
    margin:0;
    padding: 0;
    border-bottom: 1px solid #EEF0E2;
}

#topnav li a{
    display:block; 
    padding:20px 0;    
}

#topnav li li a{
    display:block; 
    margin:0; 
    padding:10px 15px;
    font-size: 13px;
}

#topnav ul ul{
    display:none;
}

#topnav ul li:hover > ul{
    display:block;
}

#topnav a{
    color:#FFFFFF; 
    background-color:#002C1F; 
    font-weight:bold;
}

#topnav li li a, #topnav li.active li a{
    color:#FFFFFF;
    background:#949392; /*DARK GREY COLOR */
    font-weight:normal;
}

#topnav a:hover{
    color:#FAFFC2;    
    background-color:#002C1F;
}

#topnav ul li li:hover > a{
    color:#FAFFC2; /*CREAME COLOR*/
    /*background-color:#E15515;*/ /*ORANGE COLOR*/
    background-color: #002C1F;
}
#topnav li a.drop, #topnav li.active a.drop{
    padding-left:15px; 
    background-image:url('../images/layout-images/dropdown_side.gif'); 
    background-position:5px center;
    background-repeat:no-repeat;
}

#topnav li a.drop2, #topnav li.active a.drop2{
    padding-left:15px; 
    background-image:url('../images/layout-images/dropdown_right.gif'); 
    background-position:155px center; 
    background-repeat:no-repeat;
    
}

#topnav li a.drop3, #topnav li.active a.drop3{
    padding-left:15px; 
    background-image:url('../images/layout-images/dropdown_right.gif'); 
    background-position:187px center; 
    background-repeat:no-repeat;
    
}

.clear{
    display:block; 
    clear:both;
}

.clear:after{
    display:block; 
    visibility:hidden; 
    height:0; 
    clear:both; 
    font-size:0; 
    content:"";
}

#marq-div{
    width: 1004px;
    /*height:20px;*/
    padding: 10px;
    background-color: #E6E7E0;
    margin:auto;
    margin-bottom: 5px;
}

.news-event-text{
    color: brown;
    font-weight: bold;
}

#slider-main-div{
    width:1024px;
    height: 310px;
    margin: auto;
    /*border: 1px solid;*/    
}


#content{
    width: 1024px;
    margin:auto;
    /*height:500px;*/
    overflow: hidden;
    display: block;
    background-color: #FBFBF8;
    /*background-color: #DEDACB;*/
    
}

#box-below-slider{
    width: 970px;
    height: 230px;
    /*border: 1px solid;*/
    margin: auto;
    margin-bottom: 10px;
    
}

#box-below-slider-left{
    width: 720px;
    height: 250px;
    float: left;
    /*border: 1px solid;*/
}

.boxes-left{
    width:230px;
    height:90px;
    float: left;
    margin-left: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #DBDEC7;
    border-left-color: #DBDEC7;
    border-right-color: #DBDEC7;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    margin-top:10px;
}

.boxes-left:first-child{
     margin-left: 0px;
}

.box-left-img{
    width:70px;
    height:70px;
    float: left;
    border: 1px solid #B6B8A6;
    margin-top:12px;
    margin-left: 7px;
    margin-right: 12px;
}

.box-left-text p{
    font-size: 0.9em;
    
    padding-top: 12px;
    line-height: 18px;
}

.box-left-text-head{
    font-size: 13px; 
    font-weight: bold;
    color:brown;
}

.box-left-text a{
    text-decoration: underline;
}


#div-below-boxes{
    width:714px;
    height:90px;
    /*border: 1px solid;*/
    float: left;
    margin-top: 25px;
    background: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.div-below-boxes-div{
    /*border:1px solid black;*/ 
    width:240px; 
    padding: 10px; 
    height:70px; 
    float: left;
}
.img-below-boxes{
    float: left;
    padding-left: 23px;
    padding-right: 23px;
    border-right: 1px solid #E7E9DC;
}

.img-below-boxes:last-child{
    border: none;
    padding-right: 0px;
}

.img-below-boxes:first-child{
     padding-left: 12px;
}

#box-below-slider-right{
     width: 235px;
    height: 250px;
    float: right;
    /*border: 1px solid;*/
}

.video-box-right{
/*    width:235px;
    height:215px;*/
    width:220px;
    height: 201px;
    border:1px solid #DBDEC7;
    margin-top:10px;
    margin-left: 6px;
}

#content-left{
    float:left;
    width:720px;
    /*height:700px;*/
    display: block;
    overflow: hidden;
    /*border: 1px solid;*/    
    margin-top:20px;
    /*border-right: 1px dotted #949392;*/    
}

.content-left-blocks{
    float: left;
    width:320px;
    height:220px;
    margin-left:22px;
    /*border: 1px solid;*/
    margin-bottom: 20px;
    margin-top:5px;
    margin-right: 10px;
    border-bottom: 1px dotted #949392;    
}

.content-left-blocks-img{
    margin-left: 10px;
    border: 1px solid #949392;
    box-shadow: 3px 3px 2px #949392;
}


.content-left-blocks-h2{
    padding-left: 10px;
    padding-top: 10px;
}

.content-left-blocks-h3{
    padding-left: 10px;
    padding-top: 5px;
    color: #C21100;
}


.content-left-blocks-p{
    padding-left: 11px;
    padding-top: 10px;
}

.content-left-blocks-mid{
    width:675px;
    height:110px;
    /*border: 1px solid;*/
    margin-left: 20px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #949392; 
}

#content-right{
    float:right;
    width:270px;
    /*height:800px;*/
    /*border: 1px solid;*/
    border-left: 1px dotted #949392;
    margin-top: 20px;
    padding-left: 10px;
    display: block;
    overflow: hidden;
}

.content-right-blocks{
/*    width:235px;
    height:225px;*/
width:220px;
height: 201px;
    margin-bottom: 25px;
    /*outline: 1px solid;*/
    border-bottom: 1px dotted #949392;
    margin-top: 5px;
    margin-left: 14px;
}

.content-right-blocks-img{    
    padding-left: 10px;
    box-shadow: 3px 3px 2px #949392;
}

.content-right-blocks img{
    width:220px;
height: 201px;
    border:1px solid #EEEDE4;
    box-shadow: 3px 3px 2px #949392;
}

.content-right-blocks-h3{
    padding-left:10px;
    padding-top:8px;
    
}

.content-right-blocks-p{
    padding-left: 10px;
    padding-top: 10px;
    
}

#content-row2{
    width: 1024px;
    display:block;
    overflow: hidden;
    clear: both;
    /*border: 1px solid;*/
    padding-bottom: 30px;
}

.content-row2-blocks{
    width: 325px;
    height:300px;
    border: 1px solid;
    float: left;
    /*margin-left: 20px;*/
    
    /*margin-right: 15px;*/
}


.content-row2-table1{
    width:990px;
    border: 1px solid #949392;
    margin-left: 18px;
    margin-top:10px;
}

.table-list{
    margin-left: 33px;
    list-style-type: square;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-list li{
    line-height: 30px;
}

.table-list li a:hover{
    text-decoration: underline;
}
#all-addresses{
    width: 1024px;
    /*height:250px;*/
    margin: auto;
    background-color: #F4F3F1;
    display: block;
    overflow: hidden;
}

.address-blocks{
    width:210px;
    height:180px;
    float: left;
    margin-left: 20px;
    /*border: 1px solid;*/
    margin-top: 15px;    
}

.add-head{
    font-weight: bold;
    color: brown;
    font-size: 12px;
}

.add-text{
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
}

#outer-footer{
    width: 100%;
    background-color: #949392;
}

#footer{
    width:1024px;
    height:50px;
    margin: auto;
}

#footer-left{
    float:left;
}

#footer-left p{
    color: white;
    padding-top: 17px;
    padding-left: 20px;
}

#footer-right{
    float: right;
}

#footer-right p{
    color: #DEDACB;
    padding-top: 17px;
    padding-right: 20px;
}

.addmision-call-outer{
    width: 100%;
    background: #EEEDE4;
    display: block;
    overflow: hidden;
}
#admission-call{
    clear: both;
    margin: auto;
    margin-bottom: 20px;   
    margin-top: 20px;
    width: 1024px;
    
}
#admission-call p{
    padding-left: 20px;
    line-height: 26px;
}

.adm-call-list{
    list-style-type: none;
    margin-left: 20px;
}

.adm-call-list li{
    background: url('../images/check.png') no-repeat 0px 6px;
    line-height: 30px;
    padding-left: 25px;
    font-size: 12px;
}

.addmision-call-text{
    color:brown; 
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.visitor-no{
    clear: both;
    width:224px;
    /*height:30px;*/
    /*border: 1px solid;*/
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;    
    display: block;
    overflow: hidden;
    margin-top: 10px;
}


.page-heading{
    width: 100%;
    /*height: 40px;*/
    background: #002C1F;
    color: #FAFFC2;
    margin-bottom: 20px;
}

.page-heading-p{
    padding: 10px 20px;
    font-size: 17px;
}

.page-content{
        background: url(../images/dots.gif) repeat-x scroll 0 0 transparent; 
    background-position: center; 
    margin: 5px 0 25px; 
    min-height: 20px;    
}

.page-content-heading{
    font-size: 16px; 
    background: #FBFBF8;
    /*display: inline;*/ 
    padding-right: 10px; 
    padding-left: 20px; 
    margin-bottom: 10px;
}

.photo-right{
    float: right;
    margin-left: 30px;
    margin-top: 20px;
    margin-right: 20px;
}

.page-content-detail-p{
    margin-left: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    padding-right: 20px;
    text-align: justify;
}
.page-content-detail-p a:hover{
    text-decoration: underline;
}
.panoramic-table, .adm-enq{
    width: 96%;
    margin-left: 20px;
}

.panoramic-table tr td{
    padding: 20px 0px;
}

.panoramic-table tr td h3, .adm-enq tr td h3{
    margin-bottom: 10px;
}

.panoramic-table tr td hr{
    margin-bottom: 10px;
}

.adm-enq tr td{
    padding: 20px 5px;
    border-bottom: 1px solid #B6B8A6;
}
.adm-enq tr:last-child td{
    border:none;
}

.adm-enq tr td h4{
    margin-top: 10px;
}

.adm-enq tr td ul{
    list-style-position: inside;
}

.adm-enq tr td ul li{
    line-height: 25px;
}

.adm-enq tr td ul li a{
    text-decoration: underline;
}
.adm-enq tr td ul li a:hover{
    text-decoration: none;
}

.adm-enq tr td p{
    line-height: 23px;
}

.brown-orange{
    color:#E39000;
}

.pmuteambox{
    width: 250px;
    height: 250px;     
}
.teamwrap { 
    width: 95%; 
    height: 170px; 
    margin: 10px 0px; 
    margin-bottom: 20px;
    float: left; 
    border: 2px solid #fff; 
    overflow: hidden; 
    position: relative; 
    text-align: center; 
    -webkit-box-shadow: 0px 0px 0px 1px #E6E6E6; 
    -moz-box-shadow: 0px 0px 0px 1px #E6E6E6; 
    box-shadow: 0px 0px 0px 1px #E6E6E6; 
    cursor: default; 
    background: #fff; 
}

.teamwrap .mask,
.teamwrap .content { 
    width: 100%; 
    height: 210px; 
    position: absolute; 
    overflow: hidden; 
    top: 0; 
    left: 0; 
}

.teamwrap .img1 { 
    /*display: block;*/ 
    position: relative; 
    /*border:1px solid;*/    
}
.teamwrap h2 { 
    text-transform: uppercase; 
    color: #fff; 
    text-align: center; 
    position: relative; 
    font-size: 17px; 
    padding: 10px; 
    background: rgba(0, 0, 0, 0.8); 
    margin: 10px 0 0 0; 
}
.teamwrap p { 
    font-family: Georgia, serif; 
    font-style: italic; 
    font-size: 12px; 
    position: relative; 
    color: #fff; 
    padding: 10px 20px 10px; 
    text-align: center; 
}
.teamwrap a.info { 
    display: inline-block; 
    text-decoration: none; 
    padding: 7px 14px; 
    background: #000; 
    color: #fff; 
    text-transform: uppercase; 
    -webkit-box-shadow: 0 0 1px #000; 
    -moz-box-shadow: 0 0 1px #000; 
    box-shadow: 0 0 1px #000; 
}
.teamwrap a.info:hover { 
    -webkit-box-shadow: 0 0 5px #000; 
    -moz-box-shadow: 0 0 5px #000; 
    box-shadow: 0 0 5px #000; 
}
.teambox .img1 { 
    text-align: center;
    -webkit-transform: scaleY(1); 
    -moz-transform: scaleY(1); 
    -o-transform: scaleY(1); 
    -ms-transform: scaleY(1); 
    transform: scaleY(1); 
    -webkit-transition: all 0.7s ease-in-out; 
    -moz-transition: all 0.7s ease-in-out; 
    -o-transition: all 0.7s ease-in-out; 
    -ms-transition: all 0.7s ease-in-out; 
    transition: all 0.7s ease-in-out; 
}
.teambox .mask { 
    /*background-color: #eee;*/ 
    -webkit-transition: all 0.5s linear; 
    -moz-transition: all 0.5s linear; 
    -o-transition: all 0.5s linear; 
    -ms-transition: all 0.5s linear; 
    transition: all 0.5s linear; 
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    opacity: 0; 
}
.teambox h2 { 
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); 
    background: transparent; 
    margin: 10px 40px 0px 40px; 
    -webkit-transform: scale(); 
    -moz-transform: scale(); 
    -o-transform: scale(); 
    -ms-transform: scale(); 
    transform: scale(); 
    color: #333; 
    -webkit-transition: all 0.5s linear; 
    -moz-transition: all 0.5s linear; 
    -o-transition: all 0.5s linear; 
    -ms-transition: all 0.5s linear; 
    transition: all 0.5s linear; 
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    opacity: 0; 
}
.teambox p { 
    color: #333; 
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    -webkit-transform: scale(); 
    -moz-transform: scale(); 
    -o-transform: scale(); 
    -ms-transform: scale(); 
    transform: scale(); 
    -webkit-transition: all 0.5s linear; 
    -moz-transition: all 0.5s linear; 
    -o-transition: all 0.5s linear; 
    -ms-transition: all 0.5s linear; 
    transition: all 0.5s linear; 
}
.teambox a.info { 
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    -webkit-transform: scale(); 
    -moz-transform: scale(); 
    -o-transform: scale(); 
    -ms-transform: scale(); 
    transform: scale(); 
    -webkit-transition: all 0.5s linear; 
    -moz-transition: all 0.5s linear; 
    -o-transition: all 0.5s linear; 
    -ms-transition: all 0.5s linear; 
    transition: all 0.5s linear; 
}

.teambox .img2 {     
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    -webkit-transform: scale(); 
    -moz-transform: scale(); 
    -o-transform: scale(); 
    -ms-transform: scale(); 
    transform: scale(); 
    -webkit-transition: all 0.5s linear; 
    -moz-transition: all 0.5s linear; 
    -o-transition: all 0.5s linear; 
    -ms-transition: all 0.5s linear; 
    transition: all 0.5s linear; 
}

.teambox:hover .img1 { 
    -webkit-transform: scale(10); 
    -moz-transform: scale(10); 
    -o-transform: scale(10); 
    -ms-transform: scale(10); 
    transform: scale(10); 
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    opacity: 0; 
}
.teambox:hover .mask { 
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    filter: alpha(opacity=100); 
    opacity: 1; 
}
.teambox:hover h2,
.teambox:hover p, .teambox .img2, 
.teambox:hover a.info { 
    -webkit-transform: scale(1); 
    -moz-transform: scale(1); 
    -o-transform: scale(1); 
    -ms-transform: scale(1); 
    transform: scale(1); 
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    filter: alpha(opacity=100); 
    opacity: 1; 
}

/* Accordion ---------------------- */
ul.accordion {
    margin: 0 0 22px 0; 
    border-bottom: 1px solid #e9e9e9;
}
ul.accordion > li { 
    list-style: none; 
    margin: 0; padding: 0; 
    border-top: 1px solid #e9e9e9; 
}
ul.accordion > li .title { 
    cursor: pointer; 
    background: #f6f6f6; 
    padding: 15px; 
    margin: 0; 
    position: relative; 
    border-left: 1px solid #e9e9e9; 
    border-right: 1px solid #e9e9e9; 
    -webkit-transition: 0.15s background linear; 
    -moz-transition: 0.15s background linear; 
    -o-transition: 0.15s background linear; 
    transition: 0.15s background linear; 
}
ul.accordion > li .title h1,
ul.accordion > li .title h2,
ul.accordion > li .title h3,
ul.accordion > li .title h4,
ul.accordion > li .title h5 { 
    margin: 0; 
    font-size: 14px; 
    color: #145833; 
}
ul.accordion > li .title:after { 
    content: ""; 
    display: block; 
    width: 0; 
    height: 0; 
    border: solid 6px; 
    border-color: transparent #9d9d9d transparent transparent; 
    position: absolute; 
    right: 15px; 
    top: 21px; 
}
ul.accordion > li .content { 
    display: none; 
    padding: 15px; 
}
ul.accordion > li.active { 
    border-top: 3px solid #145833;
}
ul.accordion > li.active .title { 
    background: #f6f6f6; 
    padding-top: 13px; 
}
ul.accordion > li.active .title:after { 
    content: ""; 
    display: block; 
    width: 0; 
    height: 0; 
    border: solid 6px; 
    border-color: #9d9d9d transparent transparent transparent; 
}
ul.accordion > li.active .content {
    background: white; 
    display: block; 
    border-left: 1px solid #e9e9e9; 
    border-right: 1px solid #e9e9e9; 
}
.accordiontrick{
    overflow: hidden; 
    display: none;
}


.highlite-bg{
    background: #145833;
}

p.highlite-bg{
    padding: 7px 10px;
    font-weight: bold;
    color: white;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

.adm-table{
    width: 200px;
    border-collapse: collapse;
    /*margin-left: 10px;*/
    margin-top: 15px;
}

.adm-table tr td{
    padding: 3px;
}

.adm-list{
    list-style-type: square;
    /*list-style-position: inside;*/
    margin-left: 25px;
    margin-bottom: 5px;
}
.adm-list li{
    line-height: 22px;
}

.adm-list li a:hover{
    text-decoration: underline;
}

.research-table{
    width: 950px;
    border: 1px solid;
    border-collapse: collapse;
    margin-left: 20px;
}

.research-table tr td{
    padding: 20px 10px;
    border-bottom: 1px solid black;
}

.research-table thead{
    background: #145833;
    color:#FAFFC2;
}


.governing-body{
    width: 90%;
    margin-left: 20px;
    border-collapse: collapse;
}

.governing-body tr td{
    line-height: 23px;
    padding: 10px;
    border-bottom: 1px solid #9d9d9d;
}

.governing-body tr:last-child td{
    border:none;
}

.social-media{
    width: 980px;
    height:50px;
    /*border:1px solid;*/
    margin-top: 10px;
    font-family: 'Architects Daughter', cursive;
}

.social-media h2{
    float: right;
    color: #E39000;
}

.social-media img{
    float: right;
    margin-left: 10px;
}

.inner-slider{
    width: 980px; 
    height:300px; 
    margin-left: 20px; 
    /*border:1px solid;*/
}

.sports-list{
    list-style-type: decimal;
    margin-left: 50px;
    font-weight: bold;
}
.sports-list li{
    line-height: 30px;
}
.sports-list-table{
    font-weight: normal;    
    width: 90%;
    border:1px solid;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.sports-list-table tr td, .sports-list-table tr th{
    border: 1px solid;
    padding: 7px 15px;
    text-align: left;
}

.list{
    list-style-type: none;
    margin-left: 20px;
    margin-bottom: 16px;
}

.list li{
    background: url('../images/check.png') no-repeat 0px 5px;
    padding-left: 25px;
    line-height: 30px;
}

.bold{
    font-weight: bold;
}

.governing-body tr th{
    text-align: left;
    border-bottom: 1px solid #9d9d9d;
    padding: 10px;
}

.top-border{
    border-top: 1px solid #9d9d9d;
}
.no-border tr td{
    border:none;
}

.green{
    color: #145833;
}

.yoga-img-holder{
    width:300px;
    height: 225px;
    border: 1px solid #949392;
    margin: 15px;
    float: left;
}

.underline{
    text-decoration: underline;
}

.career-table{
    width: 90%;
    margin-left: 20px;
    border-collapse: collapse;
    /*border: 1px solid #9d9d9d;*/
    margin-bottom: 20px;
}

.career-table tr td{
    padding: 5px 30px;
    /*border: 1px solid #9d9d9d;*/
    line-height: 24px;
    vertical-align: top;
}

.career-table tr td input, .career-table tr td select, .career-table tr td textarea{
    width: 225px;
    padding: 5px;
    border:1px solid #949392;
}

.career-table tr td input:focus, .career-table tr td select:focus, .career-table tr td textarea:focus{
    box-shadow: 2px 3px 4px #949392;
    outline:1px solid #949392;
    /*border:0px solid #145833;*/
}

.career-table tr td textarea{
    height:100px;
    width: 525px;
}

.career-table tr td textarea.qual-details{
    width: 225px;
}

.career-table tr td select{
    width: 240px;
}

.career-table tr td input.submit-button{    
    width: auto;
    padding: 5px 25px;
    margin-top: 15px;
    border-radius: 20px;
    border:none;
    background: #1E9FC0;
    color:#FFFECB;
    font-weight: bold;
    box-shadow: 1px 3px 2px #949392;
}

.career-table tr td input.submit-button:focus{
    outline: none;
    border: none;
}

.career-table tr td input.file-type{
    outline: none;
    border: none;
    /*margin-top: 20px;*/
    padding-left: 1px;
}

.career-table tr td input.file-type:focus{
    box-shadow: none;
}

.pmu-course-detail-table{
    width: 600px;
}

.pmu-course-detail-table tr td{
    vertical-align: top;
    padding: 5px;
}

.content-left{
    width:220px;
    float:left;
    /*height: 400px;*/
    /*outline: 1px solid;*/
    margin-left: 20px;
}

.pmu-menu{
    list-style-type: none;
}

.pmu-menu li{
    margin: 10px 0px;
    padding: 7px 10px;
    background: #1E9FC0;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #949392;
}

.pmu-menu li a{
    color: #FFFECB;
}

.content-right{
    width:745px;
    float:right;
    /*height:400px;*/
    /*outline: 1px solid;*/
    margin-right: 20px;
}

.pmu-iframe{
    border: 0px solid;
    margin-bottom: 20px;
}

.act-img-div{
    width:980px;
    /*height: 190px;*/
    /*border:1px solid #949392;*/
    margin-left: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 2px dotted #949392;
}

.act-img-div img{
    margin: 10px;
    border: 1px solid #949392;
}