
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: verdana, open sans, sans-serif;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#layer1  {
  border: 2px solid #4383b1;
  margin: 50px auto 0px;
  padding: 0px 30px;
  
position: relative;
  width: 808px; background-image: url(../images/page/ltbluebg.png); 

}


#layer1b {
  border: 2px solid #4383b1;
  margin: 50px auto 0px;
  padding: 0px 30px;

  position: relative;
  width: 808px; background-color: #dbe5f1; opacity: 0.875;
}


#layer1a {
  border: 2px solid #4383b1;
  margin: 50px auto 0px;
  padding: 0px 30px;

  position: relative;
  width: 808px; background-color: #f2dbdb; opacity: 0.875;
}


#flashcontent {
  margin: 0px auto;
  padding: 0px;
  width: 750px;
  position: relative;
  height: 600px;
  text-align: center;
}

#weather {
  margin: 15px 0px 0px;
  padding: 0px;
  float: left;
  min-height: 50px;
  max-height: 50px;
  min-width: 150px;
  max-width: 150px;
  font-weight: bold;
  text-align: center;

}

#weatherright {
  margin: 15px 0px 0px;
  padding: 0px;
  float: right;
  min-height: 50px;
  max-height: 50px;
  min-width: 150px;
  max-width: 150px;
  font-weight: bold;
  text-align: center;
}


.list {
  text-align: center;
}
.list ul {  display:inline-block;
  text-align: left;
  list-style-type: none;
}
* html .list ul {
  display: inline;
}
* + html .list ul {
  display: inline;
}


.list1 {
  text-align: center;
}
.list1 ul {  display:inline-block;
  text-align: left;

}
* html .list1 ul {
  display: inline;
}
* + html .list1 ul {
  display: inline;
}

.shadow img {
 border-style: solid; border-width: 0px; margin: 0 0px 15px 0; margin: 0 0px 15px 0;
 box-shadow: 6px 6px 6px #000000;}
.divleftheading {
  margin: 0px auto;
  padding: 32px 1px 8px 1px;
  width: 402px;
  float: left;
}

.divrightheading {
  margin: 0px auto;
  padding: 32px 1px 10px 1px;
  width: 402px;
  float: left;
}

.size800 {
  margin: 0px auto;
  padding: 0px 20px;
  width: 760px;
}

.floatleft404 {
  margin: 0px auto;
  padding: 0px 20px;
  float: left;
  width: 364px;
}

.floatleft202 {
  margin: 0px auto;
  padding: 0px;
  float: left;
  width: 202px;
}

.nolinkborder {
}

.spacer {
  margin: 0px auto;
  padding: 0px;
  width: 800px;
  clear: both;
  font-size: 0px;
  line-height: 0px;
  visibility: hidden;
}

.stylered {
  font-size: 16px;
  color: red;
  font-weight: bold;
  text-align: center;
}

.style1 {
  
font-weight: bold;
  font-size: 14px;
  text-align: center; }

.style2 {
  font-weight: bold;
  font-size: 14px;
  text-align: justify; 
}

.style3 {
  font-weight: bold;
  font-size: 14px;
  text-align: left; 
}

.style4 {
  font-weight: bold;
  font-size: 14px;
 
}


a:link {
  color: #2d405e;
}

a:visited {
  color: #2d405e;
}

a:active {
  color: red;
}

a:hover {
  color: yellow;
}


.nolinkborder a img {
  border-style: none;
}

.nolinkborder a:active img {
  border-style: none;
}

.nolinkborder a:visited img {
  border-style: none;
}

.nolinkborder a:hover img {
  border-style: none;
}


h1 {
  margin: 24px auto 15px;
  padding: 0px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

h2 {
  margin: 0px auto;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0px auto;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
 
}


ul {
  margin: 5px 18px 0px;
  padding: 0px;
}

img {
  border-style: none;
  margin: 1px;
  padding: 0px;
}

.altlinkcolor {
  color: black;
}

.altlinkcolor a:link {
  color: black;
}

.altlinkcolor a:visited {
  color: black;
}

.altlinkcolor a:active {
  color: black;
}

.altlinkcolor a:hover {
  color: yellow;
}

.cleaner { clear: both }

.button {
    background-color: blue;
    border: 2px solid black;
    color: white;
 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    
    cursor: pointer;
}

.button1 {
    background-color: #80bfff; 
    color: black; 
    width: 200px;
    height: 113px;
    border: 2px solid #blue;
}
   
.button2 {
    background-color: #80bfff; 
    color: black; 
    width: 300px;
    height: 168px;
    border: 2px solid #blue;
    box-shadow:
 border-style: solid; border-width: 0px; margin: 0 0px 15px 0; margin: 0 0px 15px 0;
 box-shadow: 6px 6px 6px #000000;
    
}
   .button:hover {
    background-color: blue;
    color: white;
    

}
