body {
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background: #fff;
    line-height: 1.231;
}

body, button, input, select, textarea {
    font-family: helvetica, arial,"lucida grande", verdana, sans-serif;
    color: #222;
}

body, div, img, p, button, input, select, textarea, a {
    box-sizing: border-box;
    margin: 0;
}

/*Start header style*/
#header {
    height: 120px;
    margin: 0px auto;
    clear: none;
    width: auto;
    padding: 5px;
    position: relative;
    max-width: 960px;
}

#header .text {
    float: left;
    font-size: 57px;
    font-weight: 900;
    line-height: 1em;
    margin: 25px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-indent: 10px;
}

#header .text1 {
    float: left;
    font-size: 43px;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 10px;
    margin-top: 37px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header .text2 {
    font-size: 1.5em;
    width: 401px;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    position: absolute;
    top: 15px;
    left: auto;
    right: 5px;
    color: rgb(104, 104, 104);
    font-family: 'trebuchet ms';
}
#header .text3 {
    font-size: 20px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    font-family: verdana;
    position: absolute;
    top: 88px;
    left: 15.55%;
    bottom: auto;
}

#header img {
    float: left;
    min-width: 0px;
    min-height: 0px;
    padding: 0px;
}


/*Start menu style*/

#menu {
    clear: both;
    width: 100%;
    border-bottom: 1px solid rgb(114, 114, 114);
    border-top: 1px solid rgb(114, 114, 114);
}
#menu div{
    margin: 0px auto;
    max-width: 960px;
}
#menu a, #menu a:active{
    text-decoration: none;
    color: black;
}

#menu a {
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    padding: 18px;
    font-family: verdana;
    display: inline-block;
}

#menu  .active, #menu a:hover{
    color: rgb(179, 17, 17);
}

/*Start Sub Menu*/

#subMenu {
    width: 100%;
    margin: 0px;
    clear: both;
}

#subMenu div {
    float: none;
    height: 0px;
    margin: 0px auto;
    clear: none;
    width: auto;
    max-width: 960px;
}

#subMenu .active, #subMenu a:hover {
    color: rgb(179, 17, 17);
}

#subMenu a {
    float: left;
    font-size: 16px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    padding: 12px;
    font-family: verdana;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

/*Start bottom style*/

#bottomContainer {
    clear: both;
    width: 100%;
    background-image: -webkit-linear-gradient(121deg,rgb(9,69,95) 0%,rgb(12,89,123) 100%);
    background-color: rgb(12,89,123);
}

#Bottom {
    height: 270px;
    margin: 0px auto;
    max-width: 960px;
}

#Bottom .section {
    float: left;
    padding: 20px;
}

#Bottom a, #Bottom a:hover{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: 'trebuchet ms';
}

#Bottom .itemHeader{
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 10px;
}

#Bottom .item {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1em;
    padding: 3px 0px 3px 5px;
}

#Bottom .contactBox {
    float: right;
    padding: 0 20px;
    margin-right: 10%;
    background-color: rgb(255, 255, 255);
    min-height: 250px;
}

#Bottom p {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1em;
    color: rgb(58, 58, 58);
    font-family: 'trebuchet ms';
    padding: 7px 3px ;
}

#copyRight {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 960px;
    margin: 0 auto;
}

#copyRight p {
    float: right;
    font-size: 1em;
    line-height: 1em;
}
/*page numbers*/
.numberDiv {
    margin: 10px 0;
    clear: both;
    text-align: center;
    font-family: verdana;
    font-weight: 600;
}

.numberDiv a{
    text-decoration: none;
    padding: 2px 2px 2px 2px;
    color: rgb(9,69,95);
}

.numberDiv > .active ,.numberDiv > .number:hover {
    background-color: rgb(9,69,95);
    color: #ffffff;

}
.numberDiv > .number {
    border: 1px solid rgb(8, 36, 48);
    display: inline-block;
    height: 20px;
    margin: 0 1px;
    text-align: center;
    width: 20px;
}
