/* CSS Document */

body {
  background-color: #FFFFFF;
  background-image: url(images/cnctphone.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #666666;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 405px;
}

a:link, a:visited {
  color: #FF9933;
  text-decoration: none;
}

a:hover, a:active {
  color: #FF9933;
  text-decoration: underline;
}

h1 {
  border-right: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
  border-left: 1px dashed #666666;
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 1.3em;
  text-transform: uppercase;
  width: 392px;
  padding: 3px;
  text-align: center;
  background-color: #FFFFEF;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  width: 398px;
  background-color: #EFEFEF;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}

label {
  display: block;
  text-align: right;
  width: 75px;
  font-weight: bold;
  float: left;
  font-size: 1.2em;
}

input, textarea {
  width: 300px;
  display: block;
  margin-bottom: 4px;
  margin-left: 80px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: transparent;
  color: #000000;
  border-top: solid 1px #FFB469;
  border-right: solid 1px #FFB469;
  border-bottom: solid 1px #FFB469;
  border-left: solid 5px #FFB469;
  padding: 2px;
}

input:focus, textarea:focus {
  background-color: #FFFFEF;
}

input:hover, textarea:hover {
  border-top: solid 1px #FF6600;
  border-right: solid 1px #FF6600;
  border-bottom: solid 1px #FF6600;
  border-left: solid 5px #FF6600;
}

button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  /* margin-right: 116px; */
  margin-left: 80px;
  width: 55px;
  background-color: #666666;
  color: #FFFFFF;
  padding: 2px;
  border-top: solid 1px #FFB469;
  border-right: solid 1px #FFB469;
  border-bottom: solid 1px #FFB469;
  border-left: solid 5px #FFB469;
}

button:hover, button:focus {
  background-color: #000000;
}

fieldset {
  border: none;
}

p {
  margin-top: 0px;
  width: 398px;
}

form {
  margin-top: 4px;
}

ul {
  margin-top: 2px;
  list-style-type: square;
}

li {
  margin-left: -15px;
}

#nav {
  position: absolute;
  right: 59px;
  bottom: 75px;
}

#nav ul {
  margin-left: 0px;
  margin-top: 0px;
}

#nav ul li {
  list-style-type: none;
  text-transform: uppercase;
}
