body
{
  margin: 0;
  color: black;
  background-color: #FFF;
  font-size: 88%; 
  height: 100%;

}

img:link { border-style: none; }

a, a:visited 
{
  text-decoration: none;
  color: #696;
}

a:active, a:hover
{
  color: #363;
  text-decoration: none;
}

/* Text Styles  */

h1
{
  color: #696;
  font-family: Arial, Helvetica, Geneva, sans-serif, SunSans-Regular;
  font-size: 150%;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0px;
}

h2
{
  color: #069;
  font-family: Arial, Helvetica, Geneva, sans-serif, SunSans-Regular;
  font-size: 150%;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  padding-top: 20px;
}

h3
{
  color: #06C;
  font-family: Arial, Helvetica, Geneva, sans-serif, SunSans-Regular;
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
  margin: 6px 0 6px 0;
  text-transform: uppercase;
}

h4
{
  color: black;
  font-family: Arial, Helvetica, Geneva, sans-serif, SunSans-Regular;
  font-size: 90%;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0px;
}

p
{
  font-family: Arial, Helvetica, Geneva, sans-serif, SunSans-Regular;
  font-style: normal;
  font-weight: normal;
}

a.email:link, a.email:visited { color: #666; }

a.email:hover, a.email:active 
{ color: #069; }



/* Positioning blocks */

#container
{
  position: relative;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  height: 100%;
}

#head, #headhome
{
  width: 100%;
  height: 85px;
  border-bottom: #666;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  margin-bottom: 10px;
}

#headhome /* HOME PAGE SPECIFIC */
{
  height: 120px;
}

#c2
{
  position: relative;
  height: 100%;
}

#logo, #logohome 
{ 
  position: relative;
  top: 8px; 
  left: 15px; 
  width: 308px; 
  height: 68px;
  border-style: none; 
}

#logohome  /* HOME PAGE SPECIFIC */
{ 
  top: 40px; 
}


.emailh, .emailhome 
{
  margin-left: 650px;
  margin-top: -15px;
  font-weight: bold;
  color: #666;
}

.emailhome /* HOME PAGE SPECIFIC */
{
  margin-top: 15px;
  margin-left: 672px;
}


.homephoto
{
  background-image: url(../images/stock/greenbackground450x530.jpg);
  background-repeat: repeat-y;
  margin-bottom: 10px;
  width: 450px;
  min-height: 530px;
  height: 100% !important;
  margin-left: 202px;
  position: absolute;
}

.portraithome
{
  margin-left: 38px;
  margin-top: 20px;
  border-color: #FFF;
  border-width: 2px;
  border-style: solid;
}

#content, #contenthome
{
  margin-bottom: 10px;
  width: 750px;
  position: relative;
  left: 210px;
}

#contenthome /* HOME PAGE SPECIFIC */
{
  width: 200px;
  min-height: 530px;
  height: 100% !important;
  height: 530px;
  left: 672px;
}


#leftnav
{
  visibility: visible;
  top: 0;
  left: 0;
  width: 150px;
  min-height: 450px;
  height: 100%;
  position: absolute;
  background-color: #069;
  background-image: url(../images/stock/blank.gif);
  background-repeat: repeat-y;
  display: block;
}

/* Fix for Windows IE5-6, Hides from IE5-mac \*/
* html #leftnav 
{
  height: expression(document.getElementById("content").clientheight + "px");
}
/* End hide from IE5-mac */

#leftnavphoto
{
  margin: 16px 16px 18px 16px;
  border-color: #FFF;
  border-width: 1px;
  border-style: solid;
}

#greenstripes
{
  background-image: url("../images/stock/green_stripes52x500.gif");
  background-repeat: repeat-y;
  visibility: visible;
  width: 50px;
  height: 100%;
  position: absolute;
  left: 150px;
  display: block;
}

* html #greenstripes
{
  border-right: #FFF;
  border-width: 0 10px 0 0;
  border-style: none solid none solid;
}

#greenstripeshome    /* HOME PAGE SPECIFIC */
{
  background-image: url("../images/stock/green_stripeshome52x500.gif");
  background-repeat: repeat-y;
  visibility: visible;
  width: 52px;
  height: 100%;
  position: absolute;
  left: 150px;
  display: block;
}

/* Fix for Windows IE5-6, Hides from IE5-mac \*/
* html #greenstripeshome
{
  border-right: #FFF;
  border-width: 0 10px 0 0;
  border-style: none solid none solid;
}
/* End hide from IE5-mac */

#footer
{
  clear: both;
  color: black;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  position: relative;
  left: 0;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  border-color: #666;
  border-width: 1px 0 0 0;
  border-style: solid;
  padding-top: 5px;
  text-indent: 15px;
  background-color: #FFF;
}


.space16
{
  width: 140px;
  height: 16px;
}


/* LEFT NAV BUTTONS */

a.navhome:link, a.navresume:link, a.navphoto:link, a.navgallery:link, a.navaudio:link, a.navvideo:link, a.navcontact:link,
a.navhome:visited, a.navresume:visited, a.navphoto:visited, a.navgallery:visited, a.navaudio:visited, a.navvideo:visited, a.navcontact:visited,
a.navhome:hover, a.navresume:hover, a.navphoto:hover, a.navgallery:hover, a.navaudio:hover, a.navvideo:hover, a.navcontact:hover,
a.navhome:active, a.navresume:active, a.navphoto:active, a.navgallery:active, a.navaudio:active, a.navvideo:active, a.navcontact:active
{
  color: #FFF;
  font-weight: bold;
  font-size: 85%;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 57px;
  padding-top: 13px;
  line-height: 100%;
}

a.navphoto:link, a.navphoto:visited, a.navphoto:hover, a.navphoto:active 
{
}

a.navhome:link, a.navhome:visited
{
  background-image: url(../images/nav1/home.gif);
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  margin-bottom: 1px;
  display: block;
}

a.navhome:hover, a.navhome:active
{
  background-image: url(../images/nav2/home.gif);
}

a.navresume:link, a.navresume:visited
{
  background-image: url(../images/nav1/resume.gif);
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  margin-bottom: 1px;
  display: block;
}

a.navresume:active, a.navresume:hover
{
  background-image: url(../images/nav2/resume.gif);
    background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  margin-bottom: 1px;
  display: block;
}

a.navphoto:link, a.navphoto:visited
{
  background-image: url(../images/nav1/photo.gif);
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 4px;
  margin-bottom: 1px;
  display: block;
}

a.navphoto:hover, a.navphoto:active
{
  background-image: url(../images/nav2/photo.gif);
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 4px;
  margin-bottom: 1px;
  display: block;
}

a.navaudio:link, a.navaudio:visited
{
  background-image: url(../images/nav1/audio.gif);
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  margin-bottom: 1px;
  display: block;
}

a.navaudio:hover, a.navaudio:active
{
  background-image: url(../images/nav2/audio.gif);
}

a.navvideo:link, a.navvideo:visited
{
  background-image: url(../images/nav1/video.gif);
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  margin-bottom: 1px;
  display: block;
}

a.navvideo:hover, a.navvideo:active
{
  background-image: url(../images/nav2/video.gif);
}

a.navcontact:link, a.navcontact:visited
{
  background-image: url(../images/nav1/contact.gif);
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  margin-bottom: 1px;
  display: block;
}

a.navcontact:hover, a.navcontact:active
{
  background-image: url(../images/nav2/contact.gif);
}


/* resume styles */
table.restab, tr.restab
{
  margin: 0 0 8px 0;
  padding: 0;
  border: 0;
  width: 100%;
}

td.restab
{
  padding: 0 12px 0 0;
  width: 33%;
}

a.resume, a.resume:visited, a.resume:active, a.resume:hover
{
  text-decoration: underline;
}


/* photo styles */
.phototab
{
    margin: auto;
}

.phototab-item
{
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

.phototab img {
    border: 2px solid #cfcfcf;
}

.photo-caption
 {
     margin-left: 0;
 }

table.photodetail, tr.photodetail
{
  margin: 0;
  padding: 0;
  border: 0;
}

td.photodetail
{
  padding: 0 12px 0 0;
}

td.photodesc
{
  padding: 12px 0 0 0;
}


/* news styles */
div.news
{
  margin: 0 0 12px 0; 
}

span.newsdate
{
  color: #069;
  font-size: smaller;
}


/* audio styles */
table.audiotab, tr.audiotab
{
  margin: 0 0 12px 0;
  padding: 0;
  border: 0;
}

td.audiotab
{
  padding: 0 18px 0 0;
}

td.simpletab
{
  padding: 0 18px 0 0; 
}

