/* Generated by KompoZer */










#pic-box {
    padding-top :10px;
    margin:0 auto;
  background: #ffffff none repeat scroll 0% 50%;
  width: 100%;
 
}
#header {
width:100%;
  border-style: none;
  border-color: #ffffff;
  border-width: 0px 0px 0px;
  padding: 2px;
  padding-bottom :30px;
}
#header h1 {
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  line-height: 0em;
  font-size: 26px;
  color: #001919;
}


#navigation ul { 
list-style-type: none;
  margin: 2px;
  padding: 0;
  overflow: hidden;
  background-color: #329b9b;
}


#navigation li   {
  
  
  float: left;}
li  a{
      display: block;
      color:white;
      text-align: center;
      font-family: Arial,Helvetica,sans-serif;
  padding: 10px 28px 10px 28px;
  text-decoration:none;
  overflow:hidden;
  
  }
li {
  border: 3px solid #ffffff;
  border-radius: 12px;
}
  
#header img{box-shadow:10px 10px 5px 5px grey;}


@media screen and (max-width:800px)
{#aside{width:100%;}}
@media screen and (max-width:800px)
{#content{width:100%;}}
@media screen and (max-width:800px)
{#header{width:65%;}}

#content-container {
  border-style: none ;
}
#content {
    Float:left;
    display:inline;
 width:100%; 
  font-family: Arial,Helvetica,sans-serif;color:#444444;
}
#content h2 {
  margin: 0px;
 
  font-weight: lighter;
  font-family: Arial,Helvetica,sans-serif;
  font-size:18px;color:#444444;
}

  
#phone{background-color: #99cdcd;
     border: 20px  #99cdcd ;
  border-radius: 12px;
          padding: 5px;
 }
 #email{background-color: #c2e1e1;
    border:20px #c2e1e1;
  border-radius: 12px;
  padding: 5px;
}
#asidetitle {
    background-color: #d6ebeb;
  border:20px ;
  border-radius:12px;
  border-bottom-style:none;
  padding: 5px;
}
#aside {
    
  display:inline;
 width:100%;
 height:200px;
 overflow:scroll;
  background-color: #d6ebeb;
  border:20px ;
  border-radius:12px;
  
  font-family: Arial,Helvetica,sans-serif;
  color: #444444;
  float: left;
}
#aside h3 {
  
  margin: 0px;
  color: #444444;
  font-size: 30px;
  font-family: Arial,Helvetica,sans-seif;
  
}
#footer {
  padding: 20px;
  clear: both;
  text-align: right;
  height: 1%;
  background-color: #339999;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
}
#content h4 {
  margin: 0px;
  color: #444444;
  font-size: 30px;
  font-family: Arial,Helvetica,sans-serif;
  
}
#content h4 {
  margin: 0px;
  color: #444444;
  font-size: 30px;
  font-family: Arial,Helvetica,sans-serif;
  
}
#phone h4 {
  margin: 0px;
  color: #444444;
  font-size: 30px;
  font-family: Arial,Helvetica,sans-serif;
  
}
#fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}
