body, p, h1, h2, h3, h4, h5, h6, a, img, div, ul, ol, li, form {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #333333;
  background: #fcfcfc url(../../images/background.jpg);
}
h1 {
  padding: 15px 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
h2 {
  padding: 10px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
h3 {
  padding: 10px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
h4 {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
p {
  padding: 5px;
}
a:link, a:visited {
  color: #187177;
  text-decoration: none;
}
a:active, a:hover {
  color: #4a959b;
  text-decoration: underline;
}
ul {
  padding: 5px 30px;
}
li {
  padding: 3px 0;
}
hr {
  color: #333333;
  background: #333333;
  width: 100%;
  height: 1px;
  border: 0;
}
input.textbox, select, option, textarea {
  position: relative !important;
  font: 11px Arial, Helvetica, sans-serif;
  color: #333333;
  border: 1px solid #7f9db9;
  background: #ffffff !important;
}
input {
  position: relative !important;
}
option {
  border: 0;
}
.required, .error {
  color: #cc0000;
}
.formerror {
  width: 300px;
  margin: 5px 0 5px 130px;
  color: #cc0000;
  border: 1px solid #cc0000;
  background: #ffeeee;
}
.center {
  text-align: center;
}
.small {
  font-size: 10px;
}
.clear {
  clear: both;
}

/**************************************************************
                          PAGE LAYOUT
**************************************************************/

#header {
  width: 100%;
  height: 184px;
  margin: 0 auto;
  padding-top: 30px;
  background: url(../../images/background_header.jpg) repeat-x;
}
#header h1 {
  width: 767px;
  height: 180px;
  margin: 0 auto;
  padding: 0;
  background: url(../../images/header.png) no-repeat bottom;
margin-top:5px;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fcfcfc url(../../images/content_top.jpg) repeat-x;
}
#main {
  width: 578px;
  margin: 0 auto;
  padding-left: 197px;
}
#nav {
  display: inline;
  float: left;
  width: 186px;
  margin-left: -197px;
  padding: 57px 0 0 0;
  list-style: none;
  background: url(../../images/nav_top.jpg) no-repeat;
}
#nav li {
  display: inline;
  float: left;
  width: 178px;
  padding: 0 4px;
  background: url(../../images/nav_background.jpg) repeat-y;
}
#nav li#nav_bottom {
  width: 186px;
  height: 96px;
  padding: 0;
  background: url(../../images/nav_bottom.jpg) no-repeat;
}
#nav a {
  display: block;
  width: 148px;
  padding: 5px 5px 5px 25px;
  color: #005258;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background: url(../../images/nav_bullet.jpg) no-repeat 0 0;
}
#nav a:hover {
  margin-left: 5px;
  color: #297a80;
  background-position: 0 -28px;
}
#content_area, #admin_area {
  padding-top: 20px;
}
#footer {
  clear: both;
  width: 100%;
  height: 54px;
  margin: 0 auto;
  background: url(../../images/footer.jpg) repeat-x;
}
#footer p {
  padding-top: 25px;
  font-size: 12px;
  text-align: center;
}
#netphiles {
  padding: 10px 0;
  font-size: 11px;
  color: #fcfcfc;
  text-align: center;
}
#netphiles a {
  color: #ffffff;
  font-weight: bold;
}


/**************************************************************
                         HIDDEN ELEMENTS
**************************************************************/

#header h1 span {
  display: none;
}
