/* THIS IS THE CSS CODE */
 
* {
  margin: 0; padding: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 100%; line-height: normal;
}

body {
  /*background-color: #0D3340;*/ text-align: left;
  background-image: url('images/gradient.png'); background-repeat: repeat-x; background-attachement: fixed;
}

.content { /* CONTENT */
  margin: 10px auto 0 auto;
  width: 800px; height: 600px;
  border: 2px solid #777777;
}

#hidden { display: none; } /* Hides @ */

.main { /* MAIN */
  margin: 0 auto 0 auto;
  width: 800px; height: 600px;
  background-color: #128ab2;
}

.main h1 {
  float: left;
  width: 360px;
  font-size: 0.9em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: relative; left: -125px; top: -15px;
}
.middle span.hideme { display: none; }

#logo1 img { /* LOGO */
  float: left;
  position: relative; left: 0px; top: 10px;
}

#logo2 img { /* LOGO */
  float: right;
  position: relative; left: -1px; top: 1px;
}

.topbanner { /* TOP BANNER */
  background-image: url('images/top800102.png'); background-repeat: no-repeat;
  float: left;
  width: 800px; height: 102px;
}

.topbanner img {
  float: left;
  position: relative; left: 200px; top: 0px;
}

.navigation { /* NAVIGATION */
  float: left;
  position: relative; left: 530px; top: -22px;
}

.navigation ul {
  font-size: 0.8em;
  list-style-type: none;
}

.navigation ul li {
  float: left;
  margin: 0 0 0 3px; 
}

.navigation ul li a {
  /*border: 1px solid #33ccff;*/
  text-decoration: none;
  display: inline;
  padding: 7px 3px;
  font-weight: bold;
  color: #ffffff;
  background-color: #128ab2; border-radius: 9px 9px 0 0; -moz-border-radius: 9px 9px 0 0; -webkit-border-radius: 9px 9px 0 0;
}

.navigation ul li a:hover {
  color: #ff5c00;
  background-color: #128ab2;
}

.navigation2 { /* NAVIGATION 2 */
  float: left; 
  position: relative; left: 530px; top: 6px; z-index: 1;
}

.navigation2 ul {
  font-size: 0.8em;
  list-style-type: none;
}

.navigation2 ul li {
  margin: 0 3px 0 0px;
}

.navigation2 ul li a {
  border: 1px solid #ffffff;
  text-decoration: none;
  display: inline;
  padding: 6px 3px;
  font-weight: bold;
  color: #128ab2;
  background-color: #ffffff; border-radius: 0 0 9px 9px; -moz-border-radius: 0 0 9px 9px; -webkit-border-radius: 0 0 9px 9px;
}

.navigation2 ul li a:hover {
  color: #ff5c00;
  background-color: #ffffff;
}


.middle { /* MIDDLE */
  width: 780px; height: 450px;
  margin: 0; padding: 0 10px 0 10px;
  font-family: verdana;
  color: #ffffff;
}
.middle ul {
  margin: 0 0 0 10px;
}

.middle li.a {
  margin: 0 0 0 10px; padding: 0;
  font-size: 0.7em;
  list-style: square outside;
}

.middle a {
  color: #44ddff;
}
.middle a:hover {
  color: #dddddd;
}

.middle ol {
  margin: 0;
}
.middle li {
  margin: 0 0 7px 20px; padding: 0;
  font-size: 0.7em;
  list-style: decimal outside;
}

.middle p {
  font-size: 0.7em;
  text-align: justify;
}

.middle p.answer {
  padding: 0 0 0 8px;
  font-size: inherit;
  text-align: left;
}
.middle h1 {
  text-align: center;
}
.middle h2 { clear: both;
  font-size: 0.8em;
  text-align: left;
}

.middle h3 {
  font-size: 0.8em;
  text-align: left;
}

.middle ul li {
  text-align: left;
  list-style: square inside;
  font-size: 0.8em;
}

.bottombanner { /* BOTTOM BANNER */
  margin: 50px 0 0 0;
  /*float: left;*/
  width: 800px; height: 100px;
  background-image: url('images/bottom800102.png'); background-repeat: no-repeat;
  color: #555555;
}

#bottombannertext {
  float: left;
  width: 260px; height: 40px;
  padding: 0 0 0 20px;
  color: #444444; 
  position: relative; left: 0px; top: 15px;
  font-size: 0.8em; font-weight: bold;
}

#bottombannertext a {
  text-decoration: none;
  color: #ff5c00;
}

#bottombannertext a:hover {
  text-decoration: underline;
  color: #ff2c00;
}

#address {
  float: left;
  padding: 0;
  width: 155px; height: 60px;
  color: #444444;
  font-size: 0.7em; font-weight: bold;
  text-align: left;
  position: relative; left: 350px; top: 35px;
}


.footer { /* FOOTER */
  clear: both;
  margin: 0 auto 0 auto; padding: 2px 0 0 0;
  width: 800px;
  font-size: 0.7em;
  color: #dddddd;
  text-align: center;
}

/* THE END */

