@charset "utf-8";
/* CSS Document */

html, body {
  margin: 0; padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 23px;
  background-color: #FFFFF2;
  background-image: url(../images/page-bg.jpg);
  background-repeat: repeat-x;
}

a:link, a:visited { color: #24405B; text-decoration: underline; }
a:hover { text-decoration: none; }

h1 { float: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; font-weight: normal; clear: both; line-height: normal; padding-left: 10px; margin-top: 10px; margin-bottom: 0; }
h2 { clear: both; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #DF2F1D; line-height: normal; margin-top: 35px; padding-left: 10px; margin-bottom: 0; }

p { padding-left: 10px; padding-right: 14px; clear: both; }

#top {
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
  margin-top: 0;
}

.logo-egg { margin-left: 10px; margin-top: 10px; float: left; display: inline; clear:both; }

#container { margin: 0; width: 990px; }

#main { width: 700px; padding-bottom: 78px; float: left; margin-left: 20px; display:inline; margin-top: 20px; }

.nav-container {
  margin-left: 68px;
  float: left;
  height: 91px;
  width: 518px;
}

.hdtag {
  margin-top: 6px;
  margin-left: 8px;
  padding-right: 10px;
  float: left;
}

.logo-egg-bottom {
  margin-top: 10px;
  margin-left: 14px;
  float: left;
}

#left-column {
  margin-top: 30px;
  margin-left: 9px;
  width: 188px;
  float: left;
  display: inline;
}

.left-header {
  width: 188px;
  height: 26px;
  background-image: url(../images/left-header.jpg);
  color: #FFFFFF;
}

.left-header p { margin-top: 2px; float: left; }

.mid-box {
  width: 188px;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  overflow: hidden;
}

.left-bottom {
  width: 188px;
  height: 4px;
  background-image: url(../images/left-bottom.jpg);
}

/****************************** NAV Classes ***********************************************/

#nav-bg {
  margin-top: 35px;
  width: 412px;
  height: 34px;
  margin-left: 290px;
  float: left;
  display: inline;
}

#nav a:link, #nav a:visited {
  text-decoration: none;
  list-style: none;
  background-position: 0 0;
}

#nav li a:hover, #nav li a.current {
  list-style: none;
  background-position: 0 -48px;
  display: block;
    width: 93px;
    height: 48px;
}

#nav li a {
  display: block;
    width: 93px;
    height: 48px;
}

#nav {
  margin: 0 0 0 0px; padding: 0;
  list-style: none;
  text-indent: -5000px;
  width: 500px; 
}

#nav li {
  margin: 0px 0 0 0;
  background: none;
  margin-right: 0;
  text-align: center;
  float: left;
  list-style: none;
  padding-left: 27px;
}

#nav li #home { background-image: url(../images/buttons/home.jpg); margin-right: 0; padding-left: 0; }

#nav li #services {  background-image: url(../images/buttons/services.jpg); }

#nav li #renew { background-image: url(../images/buttons/renew.jpg); }

#nav li #contact { background-image: url(../images/buttons/contact.jpg); }