﻿* {
box-sizing: border-box;
}

.row::after {
content: "";
clear: both;
display: table;
}

html {
font-family: Arial, Helvetica, sans-serif;
height: 100%;
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-size: 14px; /*color:#333E48;*/
line-height: 1.5em;
height: 100%;
background:#ffeed0;  /*#F0eced url("images/body_bg.jpg") center top repeat-x*/;
}

#body {
padding: 0px;
margin: 0px;
width: 100%;
clear: both;
overflow: hidden;
}

.pageWidth {
    margin: 0 auto;
    max-width: 900px;
    padding: 0px;
    clear: both;
    display: block;
    overflow: auto;
}

.logoColumn {
  float: left;
  width: 25%;
  padding:15px 0px 0px 0px;
  margin:0px 0px;
}

.logoLeft {
  padding:0px 25px 0px 0px;
}

.logoRight {
  padding:0px 0px 0px 20px;
  text-align:right;
}


#topMenu {
margin: 20px 0px;
padding: 0px 0px 0px 0px;
background-color: #1e2738; /*#015c0e;*/
clear: both;
overflow: hidden;
border-radius: 20px;
width: 100%;
}

#topMenu .topMenu {
margin: 0 auto;
text-align: center;
max-width: 900px;
}

#topMenu ul {
list-style: none;
padding-left: 0;
font-size: 18px;
margin: 0 auto;
text-align: center;
}

#topMenu ul li {
display: block;
float: left;
padding: 1rem;
position: relative;
text-decoration: none;
transition-duration: 0.8s;
border-right: #EBE4E4 1px solid;
}

#topMenu ul li a {
color: #EDE4E4;
text-decoration: none;
padding: 0px 20px;
display: block;
}

#topMenu ul li:hover, #topMenu li:focus-within {
color: #121111 !important;
cursor: pointer;
background-color: #4a525f !important;
}

#topMenu ul li:focus-within a {
outline: none;
}

#topMenu ul li ul {
background-color: #1a1919;
visibility: hidden;
opacity: 0;
min-width: 10rem;
position: absolute;
transition: all 0.8s ease;
margin-top: .3rem;
left: 0;
display: none;
}

#topMenu ul li:hover > ul, #topMenu ul li:focus-within > #topMenu ul, ul li ul:hover, #topMenu ul li ul:focus {
visibility: visible;
opacity: 1;
display: block;
color: #121111;
}

#page {
margin: 0 auto;
max-width: 900px;
padding: 0px;
clear: both;
display: block;
overflow: auto;
}

#page #leftSide {
    float: left;
    width: 15%;
    min-width: 100px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF !important;
    min-height: 200px;
    border: #e1dede 2px solid;
    border-radius: 10px;
}

#page #rightSide {
width: 85%;
max-width: 765px;
float: left;
padding: 0px 0px 20px 15px;
font-size: 14px;
margin: 0px 0px 0px 0px;
}


#leftSide .leftNavi {
padding: 5px 0px;
margin: 0px 0px 25px 0px;
}

#leftSide .leftNavList {
font-weight: normal;
font-size: 15px;
}

.leftNavList ul {
list-style-type: none;
margin: 0px;
font-weight: normal;
padding: 0px;
}

.leftNavList ul li {
margin: 0px 0px;
}

.leftNavList ul li.active {
margin: 0px 0px;
background-color: #1b1b1b !important;
color: #121111;
}

.leftNavList ul li a {
display: block;
color: #002274;
text-decoration: none;
text-align: left;
padding: 10px 0px 10px 10px;
border-bottom: #f4f4f4 1px solid;
}

.leftNavList ul li a.noborder {
border-bottom: none !important;
}

.leftNavList ul li a:hover {
text-decoration: none;
color: #121111;
background-color: #ececec; /*background-color:#3b9df8;*/
display: block;
border-bottom: #3b9df8 1px solid;
border-top: #3b9df8 1px solid;
/*padding: 10px 0px 10px 15px;*/
}

.leftNavList ul li a.active {
font-weight: bold;
}


#rightSide #padd {
    padding: 20px 15px;
    margin: 0px 10px;
    border: #e1dede 2px solid;
    background-color: #FFFFFF !important;
    border-radius: 10px;
}

#padd p {
font-weight: normal;
line-height: 20px;
}

#padd h1 {
font-size: 28px;
font-weight: normal;
margin: 0px;
padding: 0px 0px 10px 0px;
}

#padd h2 {
font-size: 21px;
font-weight: normal;
}

#padd h3 {
font-size: 17px;
font-weight: normal;
}

#padd .red {
color: #FF0000;
font-weight: bold;
border: #999999 1px solid;
padding: 10px;
}

#padd .redNoBorder {
color: #FF0000;
font-weight: bold;
}

#padd .green {
font-weight: bold;
border: #CCCCCC 1px solid;
padding: 10px;
color: #006A00;
}

#padd #errBlock {
margin: 15px 0px;
border-bottom: #FF0000 5px solid;
}

#errBlock .heading {
color: #FF0000;
font-weight: bold;
padding: 5px 0px;
font-size: 30px;
}

#errBlock .errMsg {
color: #FF0000;
font-weight: bold;
padding: 0px 10px 10px 0px;
font-size: 15px;
}

#padd #SuccessBlock {
margin: 15px 0px;
border-bottom: #CCCCCC 5px solid;
}

#SuccessBlock .msg {
color: #006A00;
font-weight: bold;
padding: 5px 0px;
font-size: 25px;
}

#padd a {
color: #2baadf;
text-decoration: underline;
}

#padd a:hover {
color: #002274;
text-decoration: none;
}




#footerBox {
padding: 0px;
clear: both;
display: block;
margin-top: 30px;
border-top: #151515 6px solid;
background-color: #037dae;
overflow: auto;
}

#footerBox #ftPadd {
padding: 15px 0px 10px 5px;
margin: 0 auto;
padding: 0px;
color: #FFFFFF;
max-width: 900px;
}

#ftPadd .linkHeading {
padding: 0px 0px 5px 0px;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
color: #FFFFFF;
}

#ftPadd * {
box-sizing: border-box;
}

#ftPadd .column {
padding: 10px;
width: 25%;
float: left;
min-height: 100px;
}

#ftPadd .row:after {
clear: both;
content: "";
display: table;
}



#ftPadd .navList {
font-weight: normal;
font-size: 15px;
}

.navList ul {
list-style-type: none;
margin: 0px;
font-weight: normal;
padding: 3px 0px;
}

.navList ul li {
margin: 0px 0px;
padding: 0px 0px 10px 10px;
}

.navList ul li a {
display: block;
color: #F5F1F1;
text-decoration: none;
text-align: left;
}

.navList ul li a:hover {
text-decoration: underline;
color: #d8bebe;
}

#ftPadd #copyRight {
margin: 10px 0px 2px 0px;
border-top: #50c4f5 1px dashed;
}

#copyRight .copyRight {
padding: 8px 0px 5px 10px;
font-size: 12px;
text-align: left;
color: #a6e2fa;
}

.copyRight a {
color: #addeff;
text-decoration: underline;
}

.copyRight a:hover {
color: lightsteelblue;
text-decoration: none;
}

#ftPadd .footerBox {
font-size: 12px;
font-weight: normal;
padding: 0px 0px 0px 0px;
color: #000000;
text-align: left;
}



