/* CSS Document */

body {
  background-color: #646464;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0px;
  margin: 0px;
}

.center {
  position: relative;
  top: 0px;
  width: 980px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}

.header_div {
  position: relative;
  padding: 0px 0px 0px 20px;
  margin: 0px;
}

.logo {
  position: relative;
  z-index: 100;
  width: 250px;
  padding: 15px 0px 0px 30px;
}

.login {
  position: relative;
  float: right;
  z-index: 555;
  color: #C4C4C4;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-color: #585858;
  border: solid 1px #444444;
  border-top: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 6px 12px 5px 12px;
  margin: 0px 32px 0px 0px;
}

div.login a {
  color: #C4C4C4;
  text-decoration: none;
}
div.login a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

div.login span.new_resp,
div.login a.new_resp {
  color: #FFCC00;
  text-decoration: none;
}
div.login a.new_resp:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.nav_div {
  position: absolute;
  z-index: 999;
  top: 37px;
  left: 300px;
  width: 625px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  background-color: #646464;
}

.sub_nav {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  letter-spacing: 0.1em;
  padding: 0px;
  margin: 0px;
}

.nav_div ul {
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.nav_div li {
  display: inline;
  list-style-type: none;
  margin-left: 20px;
  margin-right: 20px;
}

.corn_tl {
  position: absolute;
  z-index: 550;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
}

.corn_tr {
  position: absolute;
  z-index: 550;
  top: 0px;
  left: 950px;
  height: 50px;
  width: 50px;
}

.content {
  position: relative;
  z-index: 555;
  padding: 7px 32px 7px 32px;
}

.corn_bl {
  position: absolute;
  z-index: 550;
  top: -29px;
  left: 0px;
  height: 50px;
  width: 50px;
}

.corn_br {
  position: absolute;
  z-index: 550;
  top: -29px;
  left: 950px;
  height: 50px;
  width: 50px;
}

a {
  text-decoration: underline;
  font-weight: none;
  color: #FFFFFF;
}
a:hover {
  text-decoration: underline;
  font-weight: none;
  color: #CCCCCC;
}

a.plain {
  text-decoration: none;
  font-weight: none;
  color: #FFFFFF;
}
a.plain:hover {
  text-decoration: none;
  font-weight: none;
  color: #CCCCCC;
}

.javascript {
  font-size: 0.85em;
  font-style: italic;
  padding-bottom: 3px;
}

.main {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.bread {
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: .85em;
  color: #cccccc;
}
a.bread {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .85em;
  font-weight: normal;
  text-decoration: none;
  font-weight: none;
  color: #cccccc;
}
a.bread:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .85em;
  font-weight: normal;
  text-decoration: underline;
  font-weight: none;
  color: #FFFFFF;
}

.bread_div {
  position: relative;
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: .85em;
  padding-bottom: 5px;
}
.bread_div a {
  color: #cccccc;
  font-weight: normal;
  text-decoration: none;
}
.bread_div a:hover {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: underline;
}

h1 {
  font-size: 1.8em;
  text-align: left;
  letter-spacing: 1px;
  margin: 5px 0px 10px 0px;
}

.no_disp {
  color: #660000;
  color: #333333;
  color: #1A1A1A;
}

h2 {
  background-color: #CCCCCC;
  font-weight: bold;
  font-style: italic;
  font-size: 1.2em;
  color: #1A1A1A;
  letter-spacing: 1px;
  border: solid 1px #333333;
  padding: 4px 10px 4px 10px;
  margin: 20px 0px 10px 0px;
}

h2 a {
  color: #333333;
  text-decoration: underline;
}
h2 a:hover {
  color: #000000;
  text-decoration: underline;
}

h3 {
  font-weight: bold;
  font-style: italic;
  font-size: 1.3em;
  letter-spacing: 1px;
  margin: 15px 0px 5px 0px;
}

h4 {
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 1px;
   margin: 15px 0px 5px 0px;
}

p {
  margin: 10px 0px 10px 0px;
}

.nav_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .95em;
  letter-spacing: 1px;
  color: #CCCCCC;
  line-height: 1.5em;
}
span.nav_link a {
  color: #CCCCCC;
  text-decoration: none;
}
span.nav_link a:active,
span.nav_link a:hover {
  color: #999999;
  color: #FFFFFF;
  text-decoration: underline;
}

span.nav_link span {
  margin: 0px 5px 0px 5px;
}

.image_title {
  position: relative;
  font-weight: bold;
}

.image_location {
  position: relative;
  font-size: .85em;
}

.image_data {
  position: relative;
  font-size: .85em;
  color: #CCCCCC;
  margin-top: 5px;
}

.satis {
  font-weight: bold;
  text-align: center;
}

.error_div {
  position: relative;
  color: #000000;
  background-color: #FBD6D6;
  border: solid 2px #DC0506;
  padding: 10px 20px 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error_head {
  font-size: 1.5em;
  font-weight: bold;
  color: #DC0506;
}

.error {
  font-size: 1.1em;
  font-weight: bold;
  color: #DC0506;
}

.text_div {
  position: relative;
  color: #000000;
  background-color: #FBD6D6;
  border: solid 2px #000000;
  padding: 10px 20px 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear {
  clear: both;
}

div.rights {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #CCCCCC;
  font-size: 1.0em;
  font-style: italic;
  padding: 5px 0px 10px 0px;
}

.nojava {
  text-align: center;
  color: #FFCC00;
  font-style: italic;
  padding: 10px 0px 10px 0px;
}

.social_space {
  margin-bottom: -30px;
}

.social {
  position: relative;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .85em;
  color: #cccccc;
}

.social img {
  vertical-align: -30%;
}

.social a {
  color: #cccccc;
  font-weight: normal;
  text-decoration: none;
}
.social a:hover {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: underline;
}

div.footer {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #CCCCCC;
  font-size: .95em;
  padding-bottom: 5px;
}

div.footer a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #CCCCCC;
}
div.footer a:hover {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #FFFFFF;
}
