* {
    margin: 0;
    padding: 0;
}
body {
    color:#434141;
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: #F9F9F9 url(img/header.jpg) repeat-x;
    font-size: .86em;
}
.mailist {
    background: #eee;
    border: 1px solid #ccc;
    color: red;
    padding: 10px 5px;
    margin: 0;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.mailist a{
    color: red;
}
#header {
    height: 118px;
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    background: url(img/logo.png) no-repeat 0 10px;
}
#header span.motto{
    color: #eee;
    line-height: 20px;
    float: left;
    position: absolute;
    margin: 60px 0 0 200px;
    font-style: italic;
    font-weight: bold;
}
#header .socials {
    position: absolute;
    top: 20px;
    min-width: 400px;
    margin-left: 580px;
}
#header .socials .facebook{
    background: url(img/icon-facebook.png) no-repeat;
    height: 44px;
    padding-left: 50px;
    line-height: 44px;
    color: #fff;
    float: left;
    font-size: 14px;
    text-decoration: none;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
#header .socials .twitter{
    background: url(img/icon-twitter.png) no-repeat;
    height: 44px;
    padding-left: 50px;
    line-height: 44px;
    color: #fff;
    float: left;
    margin-left: 10px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
}
#title_e{
    color: #eee;
    line-height: 20px;
    float: right;
    position: absolute;
    margin: 30px 0 0 650px;
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
}
#header ul {
    margin-top: 78px;
    display: inline-block;
}
#header ul li {
    float: left;
    overflow: hidden;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}
#header ul li a{
    display: inline-block;
    padding: 0 17px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: #ddd;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
}
#header ul li a.active{
    background: #333;
}
#banner {
    height: 200px;
    width: 1000px;
    margin: 0 auto;
}
#banner .content {
    height: 200px;
    overflow: hidden;
    width: 1000px;
    float: left;
}
#banner .content a{
    text-decoration: none;
    float: left;
    height: 200px;
    width: 1000px;
    display: inline;
    background-repeat: no-repeat;
}

#content {
    width: 1000px;
    margin: 0  auto 8px auto;
}
#content p {
    text-align: justify;
}
#content2, #content3 {
    min-height: 300px;
    background: #fff;
}
#content3 {
    padding: 10px;
}
#footer {
    background: #fff url(img/header.jpg);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}
#footer a{
    text-decoration: none;
    color: #ddd;
    display: inline-block;
    padding: 0 5px;
    font-size: 11px;
}
#footer .wrapper {
    width: 1000px;
    margin: 0 auto;
}
#footer .left {
    float: left;
    color: #ddd;
}
#footer .right {
    float: right;
    color: #ddd;
}
#footer .powered-by {
    font-size: 11px;
    float: right;
    color: #afa59f;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    float: right;
    padding: 1px 10px 0 0;
}
#footer .powered-by a {
    color: #ffffff;
    text-decoration: none;
}
#footer .powered-by a:hover {
    text-decoration: underline;
}
.page-header {
    font-size: 16px;
    font-size: 146%;
    color: #22436C;
    font-weight: normal;
    margin-bottom: 12px;
}
.strong,h2,h3 {
    font-size: 110%;
    color: #22436C;
    font-weight: normal;
    margin-bottom: 12px;
}
#content2 ul {
    margin-left: 30px;
    line-height: 26px;
}
#content3 ul {
    margin-left: 30px;
    line-height: 26px;
}
#content p{
    line-height: 20px;
    text-align: justify;
    font-size: 100%;
    margin-bottom: 15px;
}
#content dl dd {
    padding: 0 4px;
    background: #eee;
}
#content dd:hover {
    -background: #22436C;
}
#content dl dd a {
    line-height: 23px;
    padding-bottom: 5px;
    display: block;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
#content dl dd a:hover{
    color: #ff7c00;
    text-decoration: underline;
}
#content dl dd a span{

}
#content dl dd a span.name{
    min-width: 700px;
    display: inline-block;
}
#content dl dd a span.archive{
    min-width: 100px;
    display: inline-block;
    font-style: italic;
}
#content dl dd a span.article{
    min-width: 100px;
    display: inline-block;
    font-style: italic;
}
dl.journals dd a{
    padding: 5px;
    -margin: 8px 0;
}
dl.journals dd a span:first-child {
    -font-weight: 600;
    line-height: 30px;
}
dl.journals dd a:hover {
    color: #111 !important;
}
dl.journals dd:hover {
    background: #fff !important;
}
.journal-name {
    font-size: 165%;
    margin-top: 8px;
    color: #22436C;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.journal-nav{
    height: 50px;
    background: #eee url(img/border_line.jpg) repeat-x bottom;
}
.journal-nav ul li {
    float: left;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}
.journal-nav ul li a {
    display: inline-block;
    padding: 0 11px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    color: #000;
}
.journal-nav ul li a.last {
    margin: 0;
    width: 76px;
    padding: 0;
    text-align: center;
}
.journal-nav ul li a.active {
    color: #fff;
    background: #afbc39;
}

#journal-page #content3 {
    float: left;
    width: 730px;
    min-height: 480px;
}
#journal-page .right{
    float: right;
    width: 230px;
    background: #eee;
    padding: 10px;
}
.clear {
    clear: both;
}
div.current-issues {
    -margin-left: 65px;
}
a.archive-link {
    float: left;
    width: 193px;
    -height: 337px;
    margin: 10px 10px 0 10px;
    text-align: center;
    text-decoration: none;
}
a.archive-link2 {
    display: inline-block;
    width: 193px;
    -height: 337px;
    margin: 10px 10px 0 10px;
    text-align: center;
    text-decoration: none;
}
a.archive-link img{
    display: inline-block;
    height: 254px;
    width: 193px;
    border-color: transparent;
    border-radius: 5px;
    moz-border-radius: 5px;
}
form#search {
    display: block;
}

form#search label{
    padding: 0 10px;
}
form#search select{
    margin-left: 5px;
    padding: 3px 0;
}
form#search button{
    margin-left: 5px;
    padding: 5px;
}
#content .manuscri ul {
    margin-left: 30px;
}
.other-journals h3{
    color: #ff7c00;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: bold;
}
#journal-page .right b{
    color: #ff7c00;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: bold;
}
.other-journals a{
    line-height: 23px;
    padding-bottom: 5px;
    background: #eee;
    display: block;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
.other-journals a:hover{
    color: #111;
    text-decoration: underline;
}
.mission {
    background: url(img/mission.jpg) no-repeat;
    height: 101px;
}
.vision {
    background: url(img/vision.jpg) no-repeat;
    height: 94px;
}
.box{
    border: 1px solid #ccc;
    margin-bottom: 8px;
}
.box h3 {
    background: #eee;
    border-bottom: 1px solid #ccc;
    color: #000;
    padding: 10px;
    margin: 0;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
}
.box .content {
    padding: 10px;
}
.video{
    border: 1px solid #ccc;
    margin-bottom: 8px;
    min-height: 264px;
}
.video h3 {
    background: #eee;
    color: #000;
    padding: 10px;
    margin: 0;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
}
.video iframe {
    margin: 5px;
}
.quick-links div{
    border: 1px solid #ccc;
    padding: 10px;
}
.quick-links h3 {
    background: #006fa7;
    color: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #eee;
    color: #000;
    padding: 10px;
    margin: 0;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
}
.quick-links a{
    line-height: 25px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    color: #006fa7;
}
.quick-links a:hover{
    color: #e47911;
    text-decoration: underline;
}
.more-links a{
    display: block;
    text-decoration: none;
    padding: 5px 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: url(img/nav_active.jpg) repeat-x;
    margin-bottom: 4px;
}
.pagination {
    margin: 5px 0;
}
.pagination a{
    text-decoration: none;
    text-align: center;
    padding: 4px 9px;
    font-size: 11px;
    display: inline-block;
    color: #333;
}
.pagination a.active{
    color: #fff;
    background: black;
}
.article {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.article span{
    display: block;
    padding: 3px 0;
}
.article .title {
    font-size: 14px;
    color: #124dab;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}
.article .type {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}
.article .authors {
    font-weight: bold;
    font-size: 13px;
    color: #ff7c00;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}
.article .journal {
    font-weight: bold;
    font-size: 13px;
    color: #C60;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}
form#manuscript {

}
form#manuscript button.submit{
    margin-left: 10px;
}
form#manuscript .bottom{
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px;
}
form#manuscript .bottom label{
    color: black;
    font-weight: bold;
}
form#manuscript .row{
    margin-bottom: 7px;
    min-height: 0;
}
h3.submit-manuscript {
    margin: 8px 5px;
    color: #c02;
    font-size: 18px;
    font-weight: normal;
}
.arch-img {
    float: left;
    width: 200px;
    height: 250px;
    position: relative;
    margin: 0 0 15px 13px;
}
.arch-img img{
    width: 200px;
    height: 250px;
    -moz-border-raduis: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border: 0;
}
.arch-img .background{
    position: absolute;
    background: #333;
    top: 50px;
    width: 180px;
    padding: 10px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    height: 70px;
}
a img {outline : none;}
.arch-img .text{
    position: absolute;
    top: 50px;
    width: 190px;
    color: #fff;
    font-size: 9px;
    font-family: tahoma, sans-serif;
    padding: 5px 5px 15px 5px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
}
.arch-img .text h4{
    color: red;
    padding: 4px 8px;
    border: 1px solid #666;
    background: #fff;
    float: left;
    font-size: 11px;
    margin-top: 5px;
    font-weight: normal;
}
.arch-img .text .b{
    font-weight: bold;
    font-size: 11px;
    display: block;
}
.arch-img .text2{
    position: absolute;
    bottom: 10px;
    width: 190px;
    color: #fff;
    font-size: 9px;
    height: 20px;
    background: url('img/logo-small.png') bottom center no-repeat;
    font-family: tahoma, sans-serif;
    padding: 5px 5px 15px 5px;
    font-weight: bold;
    text-align: center;
}
.journal-header {
    height: 170px;
    background: #ddd;
    position: relative;
}
.journal-header h3 {
    color: #eee;
    line-height: 20px;
    font-family: tahoma, sans-serif;
    font-size: 14px;
    padding: 5px 10px 5px 20px;
    font-weight: normal;
    position: absolute;
    top: 50px;
    width: 420px;
    left: 0;
    height: 55px;
}
.journal-header h3 b{
    display: block;
    font-size: 16px;
}
.journal-header div {
    position: absolute;
    background: #000;
    top: 50px;
    width: 450px;
    -moz-border-raduis: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    height: 55px;
}

.journal-header img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    -moz-border-raduis: 8px 0 8px 0;
    -webkit-border-radius: 8px 0 8px 0;
    -o-border-radius: 8px 0 8px 0;
    border-radius: 8px 0 8px 0;
}
.journal-home-articles-nav {
    background: #eee;
    padding: 10px;
    margin-bottom: 5px;
}
.journal-home-articles-nav a{
    float: left;
    padding: 0 15px;
    font-size: 15px;
    color: black;
    border-right: 1px solid #ccc;
    font-weight: normal;
}