html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
  margin-top: -50px; /* negative value of footer height */
  width: 940px;
  height: 50px;
  clear: both;
  text-align: center;
  color: #111111;
  font: 12px Helvetica;
  border-left: 3px solid #00c4db;
  border-right: 3px solid #00c4db;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
  font-family: "Times New Roman", Verdana, Arial;
  font-size: 14px;
}

body {
  border: 0px;
  margin: 0px;
  padding-left: 10px;
  background: #ffffff;
}

.header {
  background: url(images/header.png) no-repeat;
  width: 1000px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.subheader {
  background: url(images/subheader.jpg) no-repeat;
  width: 1000px;
  height: 229px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #999999;
  text-decoration: none;
}

#nav {
  background: #ffffff;
  border-right: 1px dotted #aaaaaa;
  padding-right: 10px;
}

#nav li {
  background: #ffffff;
  padding: 5px 0px 5px 10px;
  list-style-type:  none;
  border-right: 3px solid #ffffff;
}

#nav li:hover {
  background: #efefef;
  border-right: 3px solid #00c4db;
}

#nav a {
  color: #00c4db;
  font: 13px Helvetica;
}

#nav a:hover {
  color: #00c4db;
}

.content a {
  color: #888888;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  background-color: #FFFFFF;
}

.big {
  color: #00c4db;
  font-size: 18px;
  font-variant: small-caps;
  line-height: 40px;
}

#all {
  margin-left: auto;
  margin-right: auto;
}

.contentcell {
  font: 14px Helvetica;
  color: #666666;
  padding: 10px 10px 30px 100px;
}

