


/******************************************************

  globals

******************************************************/

body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 11px;
  color:#000000;
}

h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 130%;
  color: #0D8CB4;
}

a img {
  border-style: none;
}

hr { display: none; }

div.hr {
  height: 1px;
  border-top: 1px dashed #666;
}



/******************************************************

  home page layout

******************************************************/

div#logo {
  position: absolute;
  top: 47px;
  left: 46px;
}

div#mainMenu {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 183px;
  text-align: right;
}

  div#mainMenu img {
    padding: 1px 0 0 0;
  }

  div#splashText {
    margin: 45px 4px 45px 0;
    color: #999;
    text-align: left;
    font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    font-size: 10px;
    line-height: 14px;
  }

div#separator {
  height: 1px;
  border: 1px solid #aaaaaa;
  border-width: 1px 0;
  padding: 1px 0 0 0;
  margin: 9px 4px 9px 0px;
}

div#photo {
  position: absolute;
  top: 47px;
  left: 328px;
}



/******************************************************

  contact page layout

******************************************************/

div#contactLeft {
  position: absolute;
  top: 230px;
  left: 40px;
  text-align: right;
  width: 240px;
}

div#contactRight {
  position: absolute;
  top: 230px;
  left: 330px;
}



/******************************************************

  grid page layout

******************************************************/

div#photoGrid {
  position: absolute;
  top: 120px;
  left: 93px;
  border-right: 55px solid #FFFFFF;
  }

  a.photo-grid {
    float: left;
    height: 170px;
    margin-right: 40px;
    }

div.gridText {
  font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 2em;
  width: 35em;
  }

div#photoGridBreadCrumb {
  position: absolute;
  top: 61px;
  left: 305px;
  }

div#photoGridTitle {
  left: 382px;
  position: absolute;
  top: 58px;
  }


/******************************************************

  photo page layout

******************************************************/

div#back {
  position: absolute;
  top: 96px;
  left: 100px;
  width: 183px;
  text-align: right;
}

div#hires {
  position: absolute;
  top: 47px;
  left: 328px;
  border-bottom: 55px solid #FFFFFF;
  border-right: 55px solid #FFFFFF;
}

div#caption {
  margin-top: 20px;
  width: 30em;
}

/*
div#back {
  text-align: right;
  height: 100px;
}

  div#back img {
    margin: 55px 55px 0 0;
  }

div#hires {
  text-align: center;
  border: 1px solid #FFFFFF;
  border-bottom: 55px solid #FFFFFF;
}
*/

/*
div#back {
  position: absolute;
  top: 58px;
  left: 305px;
}

div#hires {
  position: absolute;
  top: 120px;
  left: 93px;
  border-bottom: 55px solid #FFFFFF;
}
*/



/******************************************************

  typography

******************************************************/

span.copy {
  font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 19px;
}

span.caption {
  font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 14px;
  color: #999;
}



/******************************************************

  links

******************************************************/

a, a:active, a:visited {
  color: #999999;
  text-decoration: underline;
  font-weight: normal;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}



/******************************************************

  clearing hack for IE
  http://www.positioniseverything.net/easyclearing.html

******************************************************/

.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 */


