html, body{
 color: #0b5baa;
  font-family: arial;
   font-size: 12px;
   margin:0px;
   padding:0px;
   background: url(/images/proj3.png) repeat-x;
   height: 100%;
  width: 100%;
      
}
#wrapper{
    width:980px;
    margin:0 auto;
    height:100%;
}
#header {
    background:url(/images/proj9.png) no-repeat;
    width:980px;
    height:300px;
}

p {
   color: #0b5baa;
   font-family: arial;
   font-size: 12px;
   margin-top:0px;}
.slog a{
    text-decoration:none;
}
.slog h1 {
color: #0b5baa;
font-family: Courier New;
font-size: 28px;
font-weight: normal;
margin-top: 0px;
text-align: right;
padding-top: 144px;
width: 340px;
display: block;
padding-right: 80px;
margin-bottom: 0px;
float: right;
}
.slog h2{
    color: #ffffff;
    font-size: 17px;
    font-family: Courier New;
    margin-top: 0px;
    text-align: right;
    padding-top: 9px;
    padding-right: 83px;
    clear:both;
    display:block;
}
.menu{
    float:right;
    padding-right:85px;
    
}
.menu ul li a{
    color:#0b5baa;
    text-decoration:none;
    font-size:16px;
}
.menu ul li a:hover{
     text-decoration:underline;

}
.menu ul li a.act{
        font-weight:bold;
}
.menu ul li{
    float:left;
    list-style:none;
    padding-left:16px;
}
.menu ul{
    padding-top:0px;
    margin-top:0px;
}
.left{
    width:250px;
    float:left;
}
#content{
    width:980px;
    float:left;
    min-height: 100%;
  height: auto !important;
  height: 100%;
}
.wrap {}
.con{
    width:730px;
    float:left;
    padding-bottom:20px;
}
.con h1{
    margin-top:0px;
}
.left ul li{
    list-style:none;
    margin-bottom: 15px;
}
.left ul{
    padding-left:0px;
    padding-right:20px;
    margin-top:0px;
    
}
.left ul li a{
    text-transform:uppercase;
    font-size:13px;
    color:#0b5baa;
    font-weight:bold;
    text-decoration:none;
    
}
.line{
    height:10px;
    background-color: #E43D45;
    clear:both; 
}
.folder-children li {margin-bottom: 10px;}
.folder-children li a {
    text-transform:uppercase;
    font-size:13px;
    color:#0b5baa;
    font-weight:bold;
    text-decoration:none;
}
#footer{
height: 40px;
background-color: #4A7ABC;
clear: both;
margin-top:-40px;

}
#footer p{
    /* width: 980px; */
    margin: 0 auto;
    color:#ffffff;
    /* text-align:right; */
    padding-top:7px;
    /* padding-right:20px; */
    margin-top: 0px;
}
#footer p a{
  color:#ffffff;  
}
#breadcrumbs h2{
    display:inline-block;
    font-size:12px;
    font-weight:normal;
    vertical-align:top;
    margin-top:0px;
    
}
#breadcrumbs{
        vertical-align:top;
}
#breadcrumbs a{
      color:#0b5baa;
      vertical-align:top;
}
#breadcrumbs a:hover{
    text-decoration: none;
}
h1{
        font-family: Courier New;
        text-align:center;
}
#contactForm {     width: 60%;     position: relative;}
.app-form#contactForm {width: 100%;}
#contactForm .label {     position: absolute;     top: 20px;     right: -230px;}
#contactForm label {     display: block;     font-size: 14px;    font-weight: bold;   margin: 17px 0px 5px;}
#contactForm label span {	color: red;}
#contactForm input.text, 
#contactForm textarea, 
#contactForm select {     font-size: 12px;     width: 100%;}
#contactForm select {     width: 32%;}
#contactForm textarea {     height: 125px;}
#dopInput {     position: relative;     display: none;}
#dopInput img {     display: inline;     margin: 7px 0px 0px 0px;}
#dopInput input.text {     width: 60%;     float: right;     position: relative;     margin-right: -4px;}
#contactForm .submit {  background-color: #4A7ABC;border:none; width:90px; height:40px; color:#ffffff;   float: right;     margin-right: -4px;}
#contactForm .submit:hover{
     background-color: #839BBC;
}
#requestStatus #loadingImg {     float: right;     margin: -6px 5px 0px 0px;     padding-top: 10px;     display: none;}
#requestStatus span#green {     color: #00a752;     visibility: hidden;}
#requestStatus span#red {     color: #ED1C24;     visibility: hidden;}
.number-date {
  margin: 0 auto;
  text-align: center;
}
.number-date .underline {
  width: 100px;
  display: inline-block;
  border-bottom: 1px solid;
  margin: 0 5px;
}
.number-date h2 {text-align: center;}



.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}