*{
	margin:0px;
	padding:0px;
}
body{
	background-color: #cccccc;
	background-image: url("images/body_bg.png");
	
}
/*body {*/
/*    background: url("images/bg_main.gif") repeat-y scroll center top rgba(0, 0, 0, 0);*/
/*}*/
.verification{
    font-size:20px;
}
.header_area{
    width: 100%;
    min-height: 100px;
    background-color: #C8ECFB;
    position: relative;
    z-index: 1;
}
.header-inner .top-nav {
    width: 50%; 
    height: 50%;
    margin-top: 10px;
    list-style: none outside none;
    float: right;
}
.top-nav .top-nav-inner {
    width: 100%;
    height: 50%;
    list-style: none outside none;
    margin: 10px 10px 0px 0px;
    float: right
}

ul.top-menu {
    border: medium none;
    list-style: none outside none;
    float: right;
    margin-top: 0px;
    margin-bottom: 20px;
}
ul.top-menu li {
    float: left;
    position: relative;
    padding: 0px 7px;
    height: 40px;
}
ul.top-menu li a {
    float: none;
    display: block;
    text-decoration: none;
    font: bold 12px/68px 'Droid Arabic Kufi','Helvetica Neue',Arial,sans-serif;
    color: rgb(17, 64, 142);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    transition: all 0s ease 0s;
}
ul.top-menu li a:hover {
    color: #2A408E;
}
.icon-top-menu {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}


.icon-home {    
    background: url("images/home-icon.jpg") no-repeat scroll 0 0 transparent;
}

.icon-ugc {    
    background: url("images/ugc.png") no-repeat scroll 0 0 transparent;
}
.icon-webmail {    
    background: url("images/webmail.png") no-repeat scroll 0 0 transparent;
}

.icon-support {    
    background: url("images/support.jpg") no-repeat scroll 0 0 transparent;
}

.icon-contact {    
    background: url("images/contact-us.png") no-repeat scroll 0 0 transparent;
}


.bottom-search{
	width: 100%;
	height: 40px;
	margin: 10px 10px 20px 120px;
}
/* Navigation */
.navbar {
    width: 100%;
    -moz-transition: all 0.5s ease-out 0s;
    /* background: url("../images/top-menu-bg.png  ") repeat-x scroll 0% 0% transparent; */
    background:url("images/top-menu-bg.png") repeat-x center top;
    height: 52px;
    margin-bottom: 0px;
}
.navbar-inner{
    width: 100%;
    margin: 0px auto;
    height: 100%;
} 
.nav,
.nav ul,
.nav li,
.nav a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.nav {
    height: 50px;
    position: relative;
    z-index: 50;
}
.nav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

.nav li a {
    position: relative;
    display: block;
    padding: 0px 30px;
    margin: 0px 0px;
    line-height: 20px;

    border-left: 1px solid #092D73;
    border-right: 1px solid #122C6D;

    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;

    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.nav li:first-child a {
    border-left: none;
}
.nav li:last-child a {
    border-right: none;
}

.nav li:hover > a {
    color: #8fde62;
    
}
/* Sub navigation */
.nav ul {
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 0;

    opacity: 1;
    background: #122C6D;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

    -webkit-transition: opacity .25s ease-in-out .0s;
    -moz-transition: opacity .25s ease-in-out .0s;
    -o-transition: opacity .25s ease-in-out .0s;
    -ms-transition: opacity .25s ease-in-out .0s;
    transition: opacity .40s ease-in-out .0s;
}
.nav li:hover ul {
    opacity: 0.9;
}

.nav ul li {
    height: 0;
    overflow: hidden;
    padding: 0;

    -webkit-transition: height .50s ease-in-out .0s;
    -moz-transition: height .50s ease-in-out .0s;
    -o-transition: height .50s ease-in-out .0s;
    -ms-transition: height .50s ease-in-out .0s;
    transition: height .50s ease-in-out .0s;
}

.nav li:hover > ul li {
    height: 30px;
    overflow: visible;
    padding: 0;
}
.nav ul li a {
    width: 250px;
    padding: 4px 0 4px 10px;
    margin: 0;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid rgb(37, 37, 37);
}
.nav ul li:last-child a {border: none;}
/* Center band */
.center-band {
    clear: both;
    width: 100%;
    height: auto;
    /*background: none #EDEADA; imrancseiu06@gmail.com 22-04-2016*/
}

.center-band-inner{
    background: #D8E6D5;
}
.center-band .center-band-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #FEEFD5 none repeat scroll 0% 0%; /* added by imrancseiu06@gmail.com 22-04-2016 EDEADA*/
}

.center-band-inner h2 {
    padding: 3px;
    color: #224499;
}
.center-band-inner h3 {
    padding: 3px;
    color: #1E3B81;
    font-size: 18px;
}
.center-band-inner a {
    color: #252572; /*333377*/
}
.center-band-inner .box0 {
    /*width: 24%; */
    width: 16%;
    float: left;
   /* margin-bottom: 2.127659574468%; */
    padding-top: 0;
    display: inline;
    margin-left: 10px;
    font-size: 14px;
}
.center-band-inner .box0 img {
    max-height: 110px;
}
.center-band-inner .box1 {
    /*width: 24%; */
    width: 16%;
    float: left;
    /*margin-bottom: 2.127659574468%;*/
    padding-top: 0;
    display: inline;
    margin-left: 10px;
    font-size: 14px;
}
.center-band-inner ul{
    list-style: none;    
}
.center-band-inner .box1 img {
    max-height: 110px;
}
.center-band-inner .box2 {
    width: 12%;
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
    display: inline;
    font-size: 14px;
}
.center-band-inner .box3 {
    width: 16%;
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
    display: inline;
    font-size: 14px;
}
.center-band-inner .box4 {
    /*width: 23.404255319149%;*/
    width: 16%;
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
    display: inline;
    font-size: 14px;
}
.center-band-inner .box5 {
    /*width: 23.404255319149%;*/
   /* width: 11.404255319149%;*/
    width: 18%;
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
    display: inline;
    font-size: 14px;    
}
.content .row2 {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
}
.row2 .col1 {
    width: 60%;
    float: left;
    clear: both;
}

.row2 .col1 h3 {   
    font-size: 12px;
    font-weight: bold;
    color: rgb(255,255,255);
    padding: 0px;    
    margin-left: 0px;
}
.row2 .col1 h3 section {
    position: relative;
    width: 100%;
    background-color: #4477bb; /* changed by imrancseiu06@gmail.com 22-04-2016 */
    color:#fff; /* changed by imrancseiu06@gmail.com 22-04-2016 */
}

.row2 .col1 .news{
    border-bottom: 1px solid rgb(239, 236, 225);
    padding: 15px 0px;
    float: left;
    clear: both;
    width: 100%;
    color: black;
    display: block;        
}
.news img {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.news .title {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 13px;
}
.news .date {
    color: rgb(153, 153, 153);
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 92%;
}
.news a:link{
    color: #042B5B;
}
.news a:visited{
    color: #042B5B;
}
.news a:active{
    color: #042B5B;
}
/* row2 col2*/
.row2 .col2 {
    width: 37%;
    float: left;
    margin-left: 8px;
}
.row2 .col2 .notice {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px 13px 13px 13px;
}
.navbar-inner ul li a:hover{
    background: none;
}
.notice h3 {
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 15px;        
    background-color: #4477bb;
    color:#fff;
}
.notice .notice-box {
    display: block;
    margin: 0px;
    font-size: 12px;    
}
.notice .notice-box a {
    padding-left: 8px;
    text-decoration: none;
    text-align: justify;
    line-height: 25px;
    /*background: url("../images/bullet2.gif") no-repeat scroll 0px 5px transparent;   */
}

.notice-box a:link {
    color: #042B5B;
    padding: 5px;
    border-radius: 7px;
}
.notice-box a:visited {
    color: #042B5B;
}
.notice-box a:active {
    color: #042B5B;
}

/* Notice & Events design */
.notice-box table {
    width: 100%;
}
.notice-box table th {
    color: #000000;
    border-bottom: 1px dashed #055AC2;
    padding-bottom: 2px;
}
.container_bottom {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;

    /* background: url("../images/body_bg.png") repeat scroll 0% 0% transparent; */
}
.container.high {
    height: 45px;
}
.content-cotainer {
    width: 100%;
    min-height: 760px;
    overflow: hidden;
    max-height: auto;
    background: white;
}
.content-cotainer .content-inner {
    width: 100%;
    background-color: white;
}

/* Content */
.content-inner .content {}

.content .row1 {
    margin:0px;
    padding:0px;
    width: 100%;
    height: 250px;
    float: left;
}
.row1 .col1 {
    width: 24%;
    float: left;
    margin: 5px;
}
.message-box {
    height: 220px;
    border: 0px none;
    /* color: rgb(255, 255, 255);*/
    color: black;
    padding: 10px 15px 5px 15px;
    text-align: justify;
    background: none repeat scroll 0% 0% #CAE5FC;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;   
}
.message-box h3 {
    font-size: 11px;
    font-weight: normal;
    font-weight: bold;
    /*text-shadow: 1px 1px rgb(8, 8, 15); */
    margin: 0px;
    color: #0F1F33;
    line-height: 40px;
    font-family: inherit;
}
.message-box h2 {
    line-height: 40px;
    margin: 10px 0px;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
}
.message-box p {
    font-size: 11px;
    margin: 0px 0px 10px;
}
.message-box img{
    float: left;
    margin: 0px 10px 3px 0px;
    border: 1px solid rgb(255, 255, 255);
}

.message-box:hover {
    background: none repeat scroll 0% 0% #FFE0C4;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.message-box a {
    text-decoration: none;
    color: black;
}
.row1 .col2 {
    width: 24%;
    float: left;
    margin: 5px;
}
.row1 .col3 {
    width: 24%;
    float: left;
    margin: 5px;
}
.row1 .col4 {
    width: 24%;	
    float: left;
    margin: 5px 2px 5px 5px;
}
.news-holder p {
    margin-bottom: 12px;
    text-align: center;
    float: left;
    width: 100%;
}

.news-holder {
    margin: 0 auto;
/*    font-family: Verdana, sans-serif;
    font-size: 13px;*/
}
.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-headlines {
   float: left;
   width: 100%;
}

.news-preview {
   float: left;
   width: 100%;
   margin-left: -1px;
   height: auto;
   position: relative;
}

  .news-preview img {
    display: block;
    height: auto;
    max-height: 96px;
    width: 82px;
    margin-left: 27%;
    margin-right: 27%;
  } 

.news-content {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-content {
    display: block;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
/* Devider */
.devider {
    width: 100%;
    background: url("images/divider.png");
    /*  background: url("../images/divider.png") repeat-x scroll 0px 50% transparent; */
    height: 7px;
    clear: both;
}

/* Content Row 2*/
.content .row2 {
    width: 100%;
    float: left;
    clear: both;
    margin: 5px;
}
.row2 .col1 {
    width: 60%;
    float: left;
    /* border-right: 1px dotted rgb(204, 204, 204); commented by imrancseiu06@gmail.com 22-04-2016*/
    clear: both;
}

.row2 .col1 h3 {   
    font-size: 12px;
    font-weight: bold;
    color: rgb(255,255,255);
    padding: 0px;    
    margin-left: 0px;
}
.row2 .col1 h3 section {
    position: relative;
    width: 100%;
    background-color: #4477bb; /* changed by imrancseiu06@gmail.com 22-04-2016 */
    color:#fff; /* changed by imrancseiu06@gmail.com 22-04-2016 */
    padding: 10px;
}

.row2 .col1 .news{
    border-bottom: 1px solid rgb(239, 236, 225);
    padding: 15px 0px;
    float: left;
    clear: both;
    width: 100%;
    color: black;
    display: block;        
}
.news img {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.news .title {
    /* color: rgb(153, 153, 153); */
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 13px;
}
.news .date {
    color: rgb(153, 153, 153);
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 92%;
}
.news a:link{
    color: #042B5B;
}
.news a:visited{
    color: #042B5B;
}
.news a:active{
    color: #042B5B;
}
/* row2 col2*/
.row2 .col2 {
    width: 37%;
    float: left;
    margin-left: 8px;
}
.row2 .col2 .notice {
    margin-left: 10px;
    margin-right: 10px;
    /*border: 1px solid rgb(239, 236, 225) commented by imrancseiu06@gmail.com 22-04-2016*/
    padding: 0px 13px 13px 13px;
}

.notice h3 {
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin-left: 0px;
    margin-bottom: 15px;        
    background-color: #4477bb; /* added by imrancseiu06@gmail.com 22-04-2016 */
    color:#fff; /* added by imrancseiu06@gmail.com 22-04-2016 */
}
.notice .notice-box {
    display: block;
    margin: 0px;
    font-size: 12px;    
}
.notice .notice-box a {
    padding-left: 8px;
    text-decoration: none;
    text-align: justify;
    line-height: 25px;
    /*background: url("../images/bullet2.gif") no-repeat scroll 0px 5px transparent;   */
}

.notice-box a:link {
    color: #042B5B;
}
.notice-box a:visited {
    color: #042B5B;
}
.notice-box a:active {
    color: #042B5B;
}

/* Notice & Events design */
.notice-box table {
    width: 100%;
}
.notice-box table th {
    color: #000000;
    border-bottom: 1px dashed #055AC2;
    padding-bottom: 2px;
}
tr.spaceUnder > td
{
  padding-bottom: 1em;
}
.cdate
{
	float: left;
	height: 42px;
	width: 42px;
	background: url(images/date2.png) no-repeat;
	margin-right: 2px;
	padding-top: 0px;
	line-height: normal;
}

.cdate .year
{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 9px;
	padding-top: 2px;
    font-weight: bold;
}

.cdate .month
{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 9px;
	padding-top: 2px;
	text-transform: uppercase;
    font-weight: bold;
}

.cdate .day
{
	display: block;
	text-align: center;
	padding-top: 5px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
}
/* Footer */
.footer {
    width: 100%;
    background: #C8ECFB;
    <!--background: #C8ECFB;-->
    <!--background: url("images/bg-footer.gif") repeat-x;-->
    overflow: hidden;
}

.footer .footer-inner {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: #144696;
    <!--color: #C8ECFB;-->
    padding: 10px;
    font-size: 11px;
}


.footer-nav {
    list-style: none;
    padding-left: 20px;
}

.footer-nav li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-nav li a {
    display: inline-block;
    text-decoration: none;
    color: #144696;
    <!--color: rgb(86, 83, 71);-->
    line-height: 12px;
    padding-left: 20px;
}

.footer-inner p {
    display: inline-block;
    text-align: center;
}
/* internal content start here for internal page */
.content_area{
    background:#FBFBFB;
}
.custom_nav{
    border:1px solid #D8D8D8;
    box-shadow:0px 0px 2px rgb(0,0,0,0.3);
    background: #144696;
}
.custom_nav ul{
    margin:0px;
    padding:5px;
    list-style:none;
}
.custom_nav ul li{
    display:block;
    padding:10px;
    border-bottom:1px solid #122C6D;
    text-decoration: none;
}
.custom_nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.custom_nav ul li:last-child{
   border-bottom: none;
}
.content_internal_inner h2{
    margin:0px;
    margin-bottom:10px;
    padding:10px;
    background:#144696;
    font-size:20px;
    border:1px solid #ddd;
    color: #fff;
}
.content_internal_inner p{
    line-height: 25px;
    background:none;
    font-size:16px;    
    color: #000;
    text-align:justify;
}
.content_internal{
    border:1px solid #ddd;
    padding:10px;
    box-shadow:inset 2px 0px 2px rgb(0,0,0,0.3);
    font-size: 16px;
}
/* internal content end here for internal page */
.nwu-row-container .nwu-row .right-col{
    float: right;
    width: 75%;
    margin-top: 3px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 4%;
}
.right-col h2 {
    text-transform: none;
    display: block;
    padding: 10px;
    font-size: 15px;
    border-bottom: medium none;
    margin-bottom: 0px;
}
.right-col article {
    float: left;
    width: 100%;
}

.right-col article img {
    color: transparent;
    font-size: 0px;
    vertical-align: middle;
}

/*==================================*/
/*======== Departments Cirlce Style ========*/
.department-list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
    background: #59F54F;
}
.department-list:after,
.dept-item:before {
    content: '';
    display: table;
}

.department-list:after {
    clear: both;
}

.department-list li {
    width: 140px;
    height: 140px;
    display: inline-block;
    margin: 10px;
}
.dept-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow:
        inset 0 0 0 0 rgba(200,95,66, 0.4),
        inset 0 0 0 16px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}
/* science and enginnering icons */
.icon-cse {
    background-image: url(images/dept/logo-cse.jpg);
}
.icon-ete {
    background-image: url(images/dept/logo-civil.jpg);
}
.icon-eee {
    background-image: url(images/dept/logo-eee.jpg);
}
.icon-chemistry {
    background-image: url(images/dept/logo-chemistry.jpeg);
}
.icon-physics {
    background-image: url(images/dept/logo-physics.jpeg);
}

.icon-mathmatics {
    background-image: url(images/dept/logo-mathmatics.jpeg);
}
/* Arts and Human Science icons */
.icon-law {
    /*background-image: url(images/dept/logo-llb.jpg);*/
    background-image: url(images/dept/logo/law.jpg);
}
.icon-english {
    background-image: url(images/dept/logo-english.jpeg);
}
.icon-mds {
    background-image: url(images/dept/logo-mds.jpeg);
}
.icon-soc {
    background-image: url(images/dept/logo-soc.jpg);
}
.icon-eco {
    background-image: url(images/dept/logo-eco.jpg);
}
.icon-bba {
    background-image: url(images/dept/logo-bba.jpg);
}

.dept-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    backface-visibility: hidden;
    background-color: #ccc;
    border: 3px solid #164B9D;
}
.dept-info h3 {
    position: relative;
    margin: 0 0 0 0px;
    padding: 35px 0 0 0;
    height: 100px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow:
        0 0 1px #fff,
        0 1px 2px rgba(0,0,0,0.3);
}

.dept-info h3 a {
    display: block;
    /* color: rgba(255,255,255,0.7); */
    color: #0066FF;
    font-style: normal;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.dept-info h3 a:hover {
    /* color: rgba(255,242,34, 0.8); */
    color: #0033CC;
}

.dept-item:hover {
    box-shadow:
        inset 0 0 0 90px rgba(200,95,66, 0.4),
        inset 0 0 0 10px rgba(255,255,255,0.8),
        0 1px 2px rgba(0,0,0,0.1);
}
.dept-item:hover .dept-info {
    /* background-color: #3366CC; */
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
input[type=submit] {
    padding:2px 2px; 
    margin: 2px 0 0 0;
    background: #144696;
    color: #fff; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-size: 16px;
    width: 30%;
}
input[type=text] {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type=text]:focus {
    border-color:#333;
}
input[type=password] {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type=password]:focus {
    border-color:#333;
}
input[type=email] {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type=email]:focus {
    border-color:#333;
}
input[name=search] {
    width: 40%;
    height: 30px;
}
.news-preview img {
    display: block;
    height: auto;
    max-height: 96px;
    width: 82px;
    margin-left: 27%;
    margin-right: 27%;
}
/*======== Sub section container page design ========*/
.nwu-row-container{
    width: 99%;
    background-color: rgb(255, 255, 255);
    min-height: 720px;
    overflow: hidden;
    padding-top: 20px;
    /* border: 5px solid rgb(202, 202, 202); */
    border: 5px solid #E6E6E6;
    position: relative;
    padding-bottom: 10px;
}
.nwu-row-container .nwu-row{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.nwu-row-container .nwu-row .left-col{
    float: left;
    width: 20%;
    margin-top: 3px;
}
.nwu-row-container .nwu-row .left-col h2 {
    border-bottom: 3px double rgb(236, 236, 236);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font: bold 15px Archivo Narrow,'Kameron',serif;
    text-transform: none;
}
.left-col ul {
    border: medium none;
    list-style: none outside none;
    text-align: left;
}
.left-col ul li:first-child {
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-image: none;
    list-style-type: none;
    border-bottom: 1px solid rgb(226, 226, 226);
    background: url("images/bullet2.gif") no-repeat scroll 0px center transparent;
}
.left-col ul li {
    padding-left: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgb(226, 226, 226);
    background: url("images/bullet2.gif") no-repeat scroll 0px center transparent;
}
.left-col ul li a {
    /*color: rgb(102, 102, 102);*/
    color: rgb(47, 47, 47);
    font: bold 12px/18px 'Helvetica Neue',Arial,sans-serif;
    display: inline-block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.nwu-row-container .nwu-row .right-col{
    float: right;
    width: 75%;
    margin-top: 3px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 4%;
}
.right-col h2 {
    text-transform: none;
    display: block;
    padding: 10px;
    font-size: 15px;
    border-bottom: medium none;
    margin-bottom: 0px;
}
.right-col article {
    float: left;
    width: 100%;
}

.right-col article img {
    color: transparent;
    font-size: 0px;
    vertical-align: middle;
}
.gallery_row {
    float: left;
    height: auto;
    margin: 2px auto;
    width: 100%;
}
.gallery_row_a {
    text-decoration: none;
    text-align: none;
    color: none;
    width: none;
    height: none;
    color: inherit;
}
.album_div {
    background: rgba(0, 0, 0, 0) url("images/user-box2.png") no-repeat scroll 0 0;
    float: left;
    height: 226px;
    margin: 4px 35px;
    width: 300px;
}
.album_div_inner1 {
    font-weight: bold;
    line-height: 15px;
    margin: 10px 5px 5px;
    min-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 94%;
}