/*------------------------------------------------------------------------------------------
Globle and Master
------------------------------------------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

img {
    max-width: 980px;
    width: auto;
    height: auto;
}

body {
    font-family: Georgia;
    font-size: 14px;
    color: #000;
    background-image: url('/images/body-bg.jpg');
}

a, input {
    text-decoration: none;
    cursor: pointer;
}

.page {
    width: 996px;
    margin: auto;
}

.pagebg {
    background-image: url('/images/body-bg.jpg');
}

.header {
    background-image: url('/images/top-border.jpg');
    height: 375px;
    max-height: 375px;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #D1D1D1;
}

.headerbg {
    background-image: url('/images/bg_Head.jpg');
}

.mainbody {
}

.footer {
    background-image: url('/images/bg_Head.jpg');
    color: #fff;
}

.footer a:link {
    color: #fff;
}

.footer a:visited {
    color: #FEFEFE;
}

.floatL {
    margin-left: 15px;
    float: left;
}

.floatR {
    margin-right: 15px;
    float: right;
}

.logo {
    background-image: url('/images/logobg.png');
    float: left;
    height: 368px;
    max-height: 368px;
    width: 250px;
    max-width: 250px;
    vertical-align: middle;
    color: #fff;
}

table {
    width: auto;
}

ul li {
    margin-left: 75px;
}

sub {
    font-size: x-small;
}

p {
    text-indent: 40px;
}

h1 {
    font-family: 'Trebuchet MS', Tahoma, sans-serif;
    font-size: 30px;
}

h2 {
    font-family: 'Trebuchet MS', Tahoma, sans-serif;
    font-size: 24px;
}

h3 {
    font-family: 'Trebuchet MS', Tahoma, sans-serif;
    font-size: 20px;
}

h4 {
    font-family: 'Trebuchet MS', Tahoma, sans-serif;
    word-spacing: 2px;
    letter-spacing: 1px;
}

.menu {
    font-family: Georgia;
    font-size: 18px;
    font-weight: 400;
    color: #DAD0D3;
    text-decoration: none;
}

.menudiv table tr td {
    padding: 2px 5px;
}

.menuborder {
    border-color: #DA6F58;
    border-width: 2px;
    border-style: none solid solid solid;
}

.menusub {
    font-family: Georgia;
    border-color: #D3C7CB;
    border-width: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #DAD0D3;
    text-decoration: none;
    width: 100%;
    border-bottom-style: dashed;
}

.menusub:hover {
    color: #000;
}

.read {
}

.slideshow {
}

.img {
    border: 1px solid #C0C0C0;
    padding: 5px;
    background-color: #fff;
}

.imgblack {
    border: 1px solid #0C0C0C;
    padding: 5px;
    background-color: #000;
}

.style1 {
    width: 100%;
}

.btn {
    width: 100px;
    height: 35px;
    background-color: #DB6B55;
    border-top-left-radius: 10px;
    padding-left: 5px;
    border: none;
    color: white;
    cursor: pointer;
}

.btn:hover {
    box-shadow: 0px 0px 10px #000;
}

/*------------------------------------------------------------------------------------------
Home
------------------------------------------------------------------------------------------*/
.flash {
    height: 300px;
}

.textCntr {
    text-align: center;
}

.textLeft {
    text-align: left;
    padding-left: 5px;
}

.textRight {
    text-align: right;
    padding-right: 5px;
}

.mission {
    font-family: Tahoma;
    font-size: 15px;
}

.homeTablecols {
    vertical-align: top;
    width: 33%;
}

.homeTablecols table tr td {
    vertical-align: top;
}

.sidebar {
    width: 396px;
    margin-right: 10px;
}

.sidebar tr td div {
    padding: 0px 10px;
}

.founderdiv {
    margin-right: 25px;
    box-shadow: 0px 0px 20px #000;
    border-radius: 5px;
}

.dirbody {
    font-size: 16px;
    font-weight: 500;
}

.director {
    padding: 0px 25px;
}

.bottbl {
    margin: 0px 25px 0px 25px;
}

.bgO {
}

.bgG {
}

.bgB {
}

/*------------------------------------------------------------------------------------------
Staff
------------------------------------------------------------------------------------------*/
.staffbg {
    background-image: url('/images/Notepad.png');
    background-repeat: no-repeat;
    height: 510px;
    width: 790px;
    max-width: 800px;
    vertical-align: middle;
    padding: 75px 0px 0px 75px;
    color: #1A1C7B;
    font-family: 'Lucida Calligraphy', Georgia, serif;
}

.teacher {
    width: 700px;
}

.teacher tr td {
    padding: 2px 1px;
}

/*------------------------------------------------------------------------------------------
Contact
------------------------------------------------------------------------------------------*/
.textbox {
    width: 400px;
    height: 25px;
    border: 1px solid #ccc;
}

.msgbox {
    width: 400px;
    height: 75px;
    border: 1px solid #ccc;
}

.textbox:focus, .msgbox:focus {
    background-color: #FFFFCC;
    border: solid 1px #4993C2;
}

/*------------------------------------------------------------------------------------------
Colors
------------------------------------------------------------------------------------------*/
.green {
    color: #577137;
}

.red {
    color: #F04E2E;
}

.white {
    color: #DAD0D3;
}

.orange {
    color: #FEC860;
}

.voilate {
    color: #800080;
}

.blue {
    color: #4993C2;
}

@keyframes blink {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.blink {
    text-align: center;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    animation-duration: 1s;
}

.blink a {
    text-transform: uppercase;
    font-size: 18px;
    padding-right: 20px;
    color: #DAD0D3;
}

/*------------------------------------------------------------------------------------------
Navigation
------------------------------------------------------------------------------------------*/
.nav-menu {
    background-color: #D3563A;
    display: flex;
    flex-direction: column;
}

.nav-item {
    padding: 10px 15px;
    color: #DAD0D3;
    font-family: Georgia;
    font-size: 18px;
}

.nav-item:hover {
    background-color: #D3563A;
    color: #000;
}

.nav-item.active {
    color: #000;
}

.sub-menu {
    background-color: #D3563A;
    padding-left: 5px;
}

.sub-nav-item {
    padding: 2px 5px;
    color: #DAD0D3;
    font-family: Georgia;
    font-size: 14px;
    border-bottom: 1px dashed #D3C7CB;
    display: block;
    width: 100%;
}

.sub-nav-item:hover {
    color: #000;
}

/*------------------------------------------------------------------------------------------
Content Areas
------------------------------------------------------------------------------------------*/
.content-area {
    min-height: 400px;
    padding: 20px 0;
}

.section-title {
    color: #1A1C7B;
    font-family: 'Lucida Calligraphy', Georgia, serif;
}

/*------------------------------------------------------------------------------------------
NCTE Gallery
------------------------------------------------------------------------------------------*/
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery-item {
    border: 1px solid #C0C0C0;
    padding: 5px;
    background-color: #fff;
}

.gallery-item img {
    width: 100%;
    cursor: pointer;
}

/*------------------------------------------------------------------------------------------
Form Validation
------------------------------------------------------------------------------------------*/
.field-error {
    color: #F04E2E;
    font-size: 12px;
}

.form-group {
    margin-bottom: 10px;
}

.form-label {
    display: block;
    margin-bottom: 5px;
}

/*------------------------------------------------------------------------------------------
Tables
------------------------------------------------------------------------------------------*/
.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    border: 1px solid #ccc;
    padding: 8px;
}

.data-table th {
    background-color: #f5f5f5;
}

.category-table {
    width: auto;
}

.category-table th,
.category-table td {
    text-align: left;
    padding: 5px 15px 5px 5px;
}

.fee-table {
    width: auto;
}

.fee-table th,
.fee-table td {
    text-align: left;
    padding: 5px 30px 5px 5px;
}

.merit-table {
    width: auto;
}

.merit-table th,
.merit-table td {
    text-align: left;
    padding: 5px 15px 5px 5px;
}