html, body, div, span, applet, object, iframe, form, h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    line-height: 140%;
}

body {
    padding: 0;
    background: #465567;
    font-size: 13px;
    color: #2d2e2e;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    margin: 0;
}

/* ========================
keeps linked images from having a hyperlink border
=========================== */
body img {
    border: 0px;
    text-decoration: none;
}

/* ============================
Commonly used to style page titles. 
=============================== */
h1, h2, h3, h4 {
    margin: 10px 0px 5px 0;
    color: #00509f;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 110%;
}

h1 {
    margin: 15px 0px 10px 0;
    font-size: 20px;
}

h2 {
    font-size: 17px;
    margin: 15px 0px 10px 0;
}

h3 {
    font-size: 15px;
    margin: 15px 0px 5px 0;
}

h4 {
    font-size: 14px;
}

/* =========================
Sets the style for unvisited links. 
============================ */
a, a:link {
    color: #4095df;
    font-weight: inherit;
    text-decoration: underline;
}

/* ============================
Sets the style for visited links. 
=============================== */
a:visited {
    color: #4870aa;
    font-weight: bold;
    text-decoration: none;
}

/* ===============================
Sets the style for links on mouseover. 
=================================== */
a:hover {
    color: #2170bd;
    text-decoration: underline;
}

/* ===============================
Sets the style for a link that has focus. 
================================= */
a:focus {
    color: #2170bd;
}

/* ===================================
Sets the style for a link that is being activated/clicked. 
=======================================*/
a:active {
    color: #039;
}

::placeholder {
    color: #8a8a8a;
    font-size: 10px;
    vertical-align: top;
    padding: 5px;
}

#outerWrapper {
    width: 900px;
    text-align: left;
    margin: 0 auto;
    background-repeat: repeat-y;
    background-position: center top;
    background-image: url('../images/back_main.gif');
}

#contentWrapper {
    float: left;
    margin-top: 0px;
}

#contentWrapper #content {
    width: 640px;
    min-height: 600px;
    padding: 10px 15px 25px 15px;
    float: right;
    font-size: 15px;
}

#content ol, #content ul {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 25px;
}

#content ul {
    margin-left: 25px;
}

#content ol li:first-line {
    font-weight: bold;
    color: #00509f;
}

#content li {
    margin-bottom: 10px;
}

#content .listInline {
    text-align: justify;
    margin-left: 40px;
}

/* ==================================
styling for masthead container
==================================== */
#header {
    margin: 10px auto 0 auto;
    z-index: 20;
    clear: both;
}

#headerWrapper {
    height: 220px;
    background-color: #465567;
    background-image: url('../images/header1.png');
    background-position: center top;
    border: 2px solid white;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#headerText {
    margin: 70px 0 22px 0;
    padding: 10px;
    float: right;
    text-align: right;
}

#headerText h1 {
    color: #fff;
    text-shadow: 2px 2px 4px #000;
}

#headerText h3 {
    color: #fff;
    text-shadow: 2px 2px 4px #000;
}

/* =============================
Top masthead navigation
=============================== */
#topNavigation {
    clear: right;
    height: 34px;
    background-color: #212e41;
    text-align: right;
}

#topNavigation ul {
    padding: 10px 0 0 35px;
    list-style: none;
}

#topNavigation li {
    float: left;
}

#topNavigation li:last-child a {
    border: none;
}

#topNavigation a, #topNavigation a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    border-right: 1px solid #ffffff;
    color: #fff;
    padding: 0 15px;
    text-shadow: 1px 1px 2px #000;
}

#topNavigation a.mActive {
    text-decoration: none;
    font-weight: bold;
    color: #fcd63d;
}

#topNavigation a:hover {
    text-decoration: none;
    color: #fcd63d;
    text-shadow: 1px 1px 2px #000000;
}

/* ==============================
 left navigation style rules
 ================================ */

#leftCol {
    margin: 60px 15px 10px -60px;
    padding: 0px;
    width: 220px;
	float: left;
}

#leftMenu {
    font-size: 13px;
    padding-top: 5px;
    background-color: transparent;
    border: 2px solid white;
	display:none;
    border-radius: 10px;
}

#leftMenu ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 8px;
    padding: 0 5px 0 5px;
}

#leftMenu ul li {
    border-bottom: 1px dotted #c7ccd6;
    padding: 2px 0 2px 5px;
}

#leftMenu ul li a {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    text-decoration: none;
    padding: 2px 1px;
    font-weight: normal;
    font-size: 12px;
}

#leftMenu ul li:last-child {
    border: none;
}

#leftMenu ul li a:visited {
    color: #FFFFFF;
}

#leftMenu ul li.mActive a:visited {
    color: #fcd63d;
}

#leftMenu ul li a:hover {
    color: #fcd63d;
    text-shadow: 1px 1px 2px #000000;
}

#leftMenu .mActive {
    list-style-type: square;
    color: #fcd63d;
    margin-left: 5px;
    text-shadow: 1px 1px 2px #000000;
    font-weight: bold;
}

#leftMenu .menuBar {
    border-top: 1px solid #c7ccd6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000;
    background-color: #212e41;
    margin: 0 5px 5px 5px; /*bottom spacing between header and rest of content 	background: url('../images/bullet-white.gif') no-repeat left 50%; */;
    padding: 4px 0px 4px 4px; /*header text is indented 10px*/
}

#leftMenu .menuIcon {
    float: right;
    margin-right: 2px;
}

#leftMenu .menuFooter {
    display: none;
}


/* =========================
Footer styles
======================== */
#footer {
    clear: both;
    background-color: #212e41;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding: 10px;
    color: #FFFFFF;
    line-height: 130%;
    letter-spacing: 2px;
}

/* =======================
removes the top and bottom margins
======================== */
#footer p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 9px;
}

#footer a {
    color: #ffffff;
}

/* ============================
image floats
========================== */
.imglft {
    margin: 5px 10px 5px 0px;
    float: left;
}

.imgrgt {
    margin: 5px 0px 5px 10px;
    float: right;
}

.imgctr {
    display: block;
    margin: 0px auto;
}

/* ===================
image border with text
=======================  */
.imgBor {
    padding: 10px;
    padding-bottom: 1px;
    cursor: pointer;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) !important;
}

.imgBor img {
    clear: both;
}


.imgBor div {
    font-size: 9px;
    font-style: italic;
    padding: 1px;
}

.ctr {
    text-align: center;
}

.jstf {
    text-align: justify;
}

/* =====================
styling gallery
======================= */
.galleryWrapper {
    display: block;
    margin-bottom: 10px;
    clear: both;
}

.popup-gallery img {
    float: left;
    width: 100px;
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.popup-gallery img:first-child {
    padding-bottom: 20px;
    width: 200px;
}


/* =====================
styling small size text
======================= */
.smltxt {
    font-size: small;
}

/* ============ 
form styles 
==============*/
form fieldset {
    border: 1px solid #212E41;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 450px;
    padding: 50px;
    margin: auto;
}

form fieldset legend {
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 8px;
    text-align: right;
    color: #ffffff;
    background-color: #212E41;
}

form fieldset label {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    display: block;
}

.cf {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px #212E41 solid;
    background-color: #f3f3f3;
    width: 400px;
    float: left;
}

.button {
    margin-left: 150px;
    margin-top: 10px;
    height: 22px;
    border: 1px solid #212E41;
    background-color: #212E41;
    color: white;
    float: left;
}

/*============ CSS3 effects ==============*/
.bgGradL {
    background-color: #afdb4d;
    background: -moz-linear-gradient(top, #212e41, #6e7c96 80%); /* Firefox */
    background: -webkit-linear-gradient(top, #212e41, #6e7c96 80%); /* Safari, Chrome */
    background: -ms-linear-gradient(top, #212e41, #6e7c96 80%); /* IE */
    background: linear-gradient(top, #212e41, #6e7c96 80%); /* W3C Standard */
}

.bgGradR {
    background-color: #afdb4d;
    background: -moz-radial-gradient(50% 50%, closest-corner, #212e41 5%, #465567 80%); /* Firefox */
    background: -webkit-radial-gradient(50% 50%, closest-corner, #212e41 5%, #465567 80%); /* Safari, Chrome */
    background: -ms-radial-gradient(50% 50%, closest-corner, #212e41 5%, #465567 80%); /* IE */
    background: radial-gradient(50% 50%, closest-corner, #212e41 5%, #465567 80%); /* W3C Standard */
}


.shadow {
    -webkit-box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.8) !important;
    -moz-box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.8) !important;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#909090', Direction=215, Strength=8);
    box-shadow: -2px 2px 25px rgba(0, 0, 0, 0.8) !important;
}

.shadowIn {
    -webkit-box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.4) !important;
    -moz-box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.4) !important;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#909090', Direction=215, Strength=8);
    box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.4) !important;
}

#googleSearch {
    min-height: 61px;
}

.flexBook {
    display: flex;
    width: 90%;
    margin: 15px auto;
    border-bottom: 1px solid #cccccc;
}

.descBook {
    margin: 0 20px 20px 20px;
}

.descBook p {
    margin: 10px;
}

.descBook h5 {
    margin-left: 1px;
}

.imiBook img {
    padding: 10px;
    border: 1px solid #6e7c96;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) !important;
    margin-bottom: 20px;
}

.error {
    background-color: #afdb4d;
}

button.order {
    float: right;
    width: 150px;
    height: 25px;
}

@media (max-device-width: 1040px) or (max-width: 1040px) {
    #outerWrapper {
        width: 780px;
    }

     #contentWrapper #content {
        width: 535px;
    }
}

@media (max-device-width: 900px) or (max-width: 900px) {

    body {
        background: #FFFFFF;
    }

    #outerWrapper {
        width: 100%;
        background: #FFFFFF;
    }

    #topNavigation ul {
        padding-left: 0px;
    }

    #contentWrapper {
        float: unset;
        margin-top: 0px;
    }

    #contentWrapper #content {
        width: 90%;
        min-height: 600px;
        padding: 10px 15px 25px 15px;
        float: unset;
        margin: 0 auto;
    }

    #leftCol {
        margin: 0;
        margin-top: 10px;
        padding: 0px;
        float: left;
    }

    #menuM {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 3px;
        width: 30px;
        height: 24px;
        background: url(/science/Img/burger1.png) no-repeat;
        background-color: #e4e4e4;
        z-index: 12;
        border: 1px solid white;
        cursor: pointer;
    }

    #leftMenu {
        position: fixed;
        font-size: 15px;
        width: 275px;
        padding-top: 5px;
        left: -300px;
        z-index: 10;
        overflow: auto;
        border: 2px solid white;
        border-radius: unset;
    }

    #leftMenu ul {
    }

    #leftMenu ul li {
        border-bottom: 1px dotted #c7ccd6;
        padding: 2px 0 2px 5px;
    }

    #leftMenu ul li a {
        color: #ffffff;
        padding: 4px 1px;
        font-size: 14px;
    }

    #leftMenu .menuBar {
        font-size: 14px;
    }

    #topNavigation a, #topNavigation a:visited {
        font-size: 14px;
    }

    #header {
        margin: 0 auto;
        z-index: 20;
        clear: both;
    }

    #headerWrapper {
        height: 220px;
        background-color: #465567;
        background-image: url('../images/header1.png');
        background-position: center top;
        border: 2px solid white;
        -webkit-border-top-left-radius: unset;
        -webkit-border-top-right-radius: unset;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }

    form fieldset {
        border: 1px solid #212E41;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 250px;
        padding: 20px;
        margin: auto;
    }

    .cf {
        width: 220px;
    }


}

@media (max-device-width: 400px) or (max-width: 400px) {

    #googleSearch {
        display: none;
    }

    .imiBook img {
        height: 180px !important;
    }

    .imgctr, .imglft, .imgrgt {
        margin: 10px auto;
        float: unset;
        clear: both;
        width: fit-content;
    }

    .imgBor {
        padding: 10px;
        padding-bottom: 1px;
        cursor: pointer;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) !important;
    }
}