html {height:100%;}
body {
margin:0; padding:0; height:100%;
background-color:#ffffff;
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.5em;
}
#wrap {
min-height:100%;
position:relative;
}
* html #wrap {height:100%}
#header {
background-image:url(label2.gif);
background-position:right;
background-repeat:no-repeat;
background-color: #333333;
color:#FF00FF;
margin:0; padding:0;
}
td {
  font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.superheader {
  background: url(assets/nav-bg.gif) repeat-x;
  color: #999;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
}
.logoheader {
  background: #000000 url(assets/header-bg.jpg) no-repeat center;
  color: white;
}
.logoheader2 {
  background: #000000 url(assets/header2-bg.jpg) no-repeat center;
  color: white;
}
.bio {
  /*width:420px; minus the padding*/
  width:244px;
  height:186px;
  border: 8px solid #999;
  margin: 0px;
  padding: 10px 166px 0 10px;
  font-size: 13px;
  line-height: normal;
}

h1 {
  margin-bottom:0px;
  padding: 0;
  color:#a01319;
  font-size:22px;
}

h2 {
  margin:0px;
  font-size: 18px;
  font-style: italic;
}

.mike {
background: #fff url(assets/home-bio-photos-mike.jpg) top right no-repeat;
}
.jimmy {
background: #fff url(assets/home-bio-photos-jimmy.jpg) top right no-repeat;
}
.dave {
background: #fff url(assets/home-bio-photos-dave.jpg) top right no-repeat;
}
.blake {
background: #fff url(assets/home-bio-photos-blake.jpg) top right no-repeat;
}
.ralph {
background: #fff url(assets/home-bio-photos-ralph.jpg) top right no-repeat;
}
.nick {
background: #fff url(assets/home-bio-photos-nick.jpg) top right no-repeat;
}
p {}


#left {
  float:left;
  width:200px;
  text-align:center;
}

#content {
  width: 920px;
  padding:40px 0 0 0;
  margin:auto;
  text-align:left;
}

#inner-wrap {
  background: #fff url(assets/content-bg.jpg) repeat-x top;
  clear: both;
  padding-bottom:100px;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
#footer {
position:absolute;
bottom:0;
height:80px;
background:#000 url(assets/footer-bg.jpg) repeat-x top;
width:100%;
color:#FF00FF;
text-align:center;
border-top: 2px solid #800;
}
#footer {
margin:0;
padding-top:10px;
font-size:.80em;
text-align:center;
color: #fff;
}


#navcontainer {
  background: #000 url(assets/nav-bg2.jpg) center no-repeat;
  width: 100%;
  height: 24px;
  padding: 6px 0 0 0;
  xbackground-color:#000;
  xborder:1px solid green;
}

#navcontainer ul
{
margin: 0px;
xbackground-color: #000;
color: white;
font-weight: bold;
font-size:14px;
xfloat: left;
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.1em 1em;
xbackground-color: #000;
color: White;
text-decoration: none;
xfloat: left;
xborder-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #8b1016;
color: #eee;
}

a {
position:relative;
color:#1621ac;
}

.img-lt {
  float: left;
  margin-right: 1em;
  border: 8px solid #ddd;
}

.servicelisting {
  clear: both;
  margin-top:10px;
}
.servicelisting img {
  margin-bottom: 10px;
}

#prefooter {
margin-top: 3em;
text-align: center;
}
