/* CSS Document */

* { padding: 0; margin: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #666768;
  background-image: url(../images/background.gif);
}

address {
  font-size: 20px;
  font-weight: bold;
  font-style: none;
  text-align: center;
  padding-bottom: 30px;
}

#wrapper { 
  margin: 20px auto 0 auto;
  width: 760px;
}

#header {
  width: auto;
  color: #333;
  padding: 0px;
  height: 240px;
  margin: 0px 0px 0px 0px;
  background: url(../images/logo.gif) no-repeat;
  font-family: "Times New Roman";
}

#header h1 {
  text-align: center;
  padding: 60px 0 15px 130px;
  font-size: 40px;
}

#header h2 {
  text-align: center;
  padding-left: 125px;
  font-size: 25px;
}

#content {
  width: auto;
  color: #333;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  background-color: #DCE1E5;
}

#content p {
  margin: 0;
  padding: 5px 20px 10px 20px;
}

#content p.bold-underline {
  text-decoration: underline;
  font-weight: bold;
  }
  
#content ul {
  font-weight: bold;
  padding-left: 70px;
  padding-bottom: 5px;
  }
  
#content h3 {
  padding-bottom: 5px;
}

#content h3.contact {
  font-size: 30px;
  font-weight: bold;
  text-align: center; 
  padding-bottom: 30px;
}

#content #button a:hover {
  text-decoration: underline;
}

#resumeform {
  padding: 13px 0 13px 0;
}

#wrapper #content table {
  margin: 30px 0 0 60px;
  padding: 0;
}

#wrapper #content #login {
  margin: 0 auto;
  padding: 0;
}

#wrapper #content #login td {
  padding: 3px;
}

#contactform {
  text-align: center;
}

#contactform table {
  padding: 0;
  margin: 0 auto !important;
  }

#tablearrows table td {
  height: 60px;
  margin-bottom: 5px;
}

.blankrow {
  height: 5px !important;
}

.arrowbg {
  background-image: url(../images/arrowbody.gif);
  background-repeat: no-repeat;
  text-align: center;
  color: #FFFFFF;
  width: 350px;
}

.arrowhead {
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  width: 36px;
  padding-bottom: 0;
}

.blankcell {
  width: 20px;
}

.button {
  background-image: url(../images/button.gif);
  background-position: right;
  background-repeat: no-repeat;
  width: 125px;
  text-align: center;
  padding-top: 0;
}

#tablearrows .button a {
  text-align: center;
  color: #feff80;
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
}

#tablearrows .button a:hover {
  text-decoration: underline;
}

p.subcontact {
  font-size: 18px; 
  font-weight: bold;
  text-align: center;
}

#navigation { 
  width: auto;
  background: #c0c0c0;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  height: 15px;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding-left: 120px;
}

#navigation li {
  float: left;
  padding-right: 30px;
  font-family: "Times New Roman";
  font-size: 14px;
  font-weight: bold;
}

#navigation a, a:link, a:visited {
  color: blue;
}

#navigation a:hover {
  color: white;
}

#footer { 
  width: auto;
  color: #333;
  background: #c0c0c0;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  text-align: center;
}

#footer p {
  font-size: 10px;
  padding-bottom: 5px;
}

#footer a, a:link, a:visited {
  color: blue;
}

#footer a:hover {
  color: white;
}
