﻿* {
  font-family: Calibri, "Times New Roman", Serif;
  
}

body {
  background-color: #009491;
  text-align: center;
  margin: 0px;
  padding: 0px;
  behavior:url("modules/csshover.htc");
}

a {
  color: #0000FF;
  text-decoration: underline;
}
a:hover {
  color: #5B57A5;
  background-color: #C1E8FB;
  text-decoration: none;
}
img {
  border: 0px;
}

.greybar {
  background-color: #CDCDCD;
}
.floater_cleanup {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.section_head {
  font-size: 1.4em;
  font-family: "Monotype Corsiva", "Apple Chancery", cursive;
  font-weight: bold;
  text-align: center;
  background-color: #C1E8FB;
  margin-top: 0px;
}
.picbox {
  float: left;
  text-align: center;
  font-style: italic;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:5px;
}

.whiteblack5, .whiteblack3, .whiteblack2, .whiteblack1, .whiteblackc {
  height: 1px;
  background-color: #FFFFFF;
  border-right: 1px solid black;
  border-left: 1px solid black;
  overflow: hidden;
}
.whiteblack5 {
  background-color: #000000;
  margin: 0 5px;
}
.whiteblack3 {
  margin: 0 3px;
}
.whiteblack3 {
  margin: 0 3px;
}
.whiteblack2 {
  margin: 0 2px;
}
.whiteblack1 {
  margin: 0 1px;
}
.whiteblackc {
  height: auto;
  color: #000000;
}
.blueblack5, .blueblack3, .blueblack2, .blueblack1, .blueblackc {
  height: 1px;
  background-color: #C1E8FB;
  border-right: 1px solid black;
  border-left: 1px solid black;
  overflow: hidden;
}
.blueblack5 {
  background-color: #000000;
  margin: 0 5px;
}
.blueblack3 {
  margin: 0 3px;
}
.blueblack3 {
  margin: 0 3px;
}
.blueblack2 {
  margin: 0 2px;
}
.blueblack1 {
  margin: 0 1px;
}
.blueblackc {
  height: auto;
  color: #000000;
}

#coming_soon {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: #009491;
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

#pg_wrapper {
  width: 1000px;
  background-image: url('/images/pg_glow.jpg');
  background-repeat: repeat-y;
  background-position: center;
  margin: 0 auto;
}
#pg_header {
  height: 227px;
  overflow: hidden;
}
#banner {
  height: 100px;
  background-image: url('/images/banner.jpg');
  background-repeat: no-repeat;
}
#logo {
  height: 125px;
  background-image: url('/images/logo.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #009491;
  margin: 0 auto;
}
#contact {
  float: left;
  text-align: left;
  background-color: #FFFFFF;
  position: relative;
  top: 35px;
  left: 60px;
}
#pg_nav {
  color: #FFFFFF;
  text-align: left;
  background-color: #A45EA5;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
#pg_nav ul {
  margin: 0px;
  padding: 0px;
}
#pg_nav ul li {
  float: left;
  list-style-type: none;
  background-color: #A45EA5;
  border-right: 2px solid white;
}
#pg_nav ul ul {
  display: none;
  position: absolute;
  padding-bottom: 5px;
  z-index: 500;
  background-color: #A45EA5;
}
#pg_nav ul li ul li {
  float: none;
  list-style-type: none;
  border-top: 1px solid white;
}
#pg_nav ul li:hover ul {
  display: block;
}
#pg_nav a {
  display: block;
  height: 1%;
  color: #FFFFFF;
  background-color: #A45EA5;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
  padding-right: 10px;
}
#pg_nav a:hover {
  text-decoration: underline;
}
#pg_content {
  width: 890px;
  text-align: left;
  background-color: #FFFFFF;
  margin: 10px 45px 10px 45px;
  padding-left: 10px;
  padding-right: 10px;
}
#pg_footer {
  height: 40px;
  background-image: url('/images/footer.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

/* FORMS */
.formdata {
  /*text-align: center;*/
  margin: 0 auto;
}
.formdata ul {
  /*float: left;*/
  padding: 0px;
  margin: 0px;
}
.formdata li {
  /*float: left;*/
  width: auto;
  list-style-type: none;
  padding: 0px;
  padding-top: 5px;
  margin: 0px;
  margin-bottom: 5px;
  clear: left;
}
label {
  float: left;
  width: 200px;
  text-align: right;
  padding-right: 10px;
}
input, textarea, select {
  background-color: #FFFFFF;
  border: 1px solid #090909;
}
input, textarea, select {
}
input:focus, textarea:focus {
  background-color: #FFFF99;
  border: 1px solid #0000FF;
}
input[type=submit] {
  color: #A45EA5;
  background-color: #C1E8FB;
  background-image: none;
  font-weight: bold;
  border: 1px solid #A45EA5;
}
input[type=submit]:active {
  color: #FFFFFF;
  background-color: #009491;
}
