/* CSS Document */
body
{

}
div.page
{
  border: #d2e1d1 2px solid;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background: #FFFFFF;
}

/*----------------------Page Header Title----------------------*/

div.title
{
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #000000;
  background: #FFFFFF;
  text-align: center;
  
}

/*----------------------Navigation Bar----------------------*/

div.nav
{
  background: #d2e1d1;
  margin-top: 0px; 
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;  
}

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

a:hover
{
  color: #95a772;
}

ul
{
  margin-right: auto;
  margin-left: auto;    
  list-style-type: none;
}

ul li
{
  font-size: 18px;
  color: #000000;
  float: left;
  margin-right: auto;
  margin-left: auto;
  width: 33%;
}

/*----------------------Content----------------------*/

div.content
{

  margin-left: auto;
  margin-right: auto;
  width: 96%;
}

p
{
  text-indent: 25px;
}

/*--------------Portfolio Specific-----------------*/
div.portfolio /* this controls the thumbnail images*/
{
  width: 175px;
  height: 220px;
  float: left;
  margin: 5px 5px 5px 5px;
  padding-top: 10px;
  text-align: center;
  display: inline;
}
div.thumbnails div.portfolio /* this controls the thumbnail images in the individual pages*/
{
  float: none;  
  width: 160px;
  height: 200px;
}
div.thumbnails
{
  text-align: center;
  width:100%;
  margin-right: auto;
  margin-left: auto;
}

div.portrait
{
  float: right;
  padding: 5px;
}
.right
{
  float: right;

}

div.iframeDiv /*this is the iframe div on the individual potrolio pages*/
{
  text-align: center;
  background: #FFFFFF;
  
}
iframe
{
  text-align: center;
  width: 550px;
  height: 585px;
}

img.doubleBorder /*this is the image in the iframe in the individual potrolio pages*/
{
  border: #eaf1e9 8px double;
  padding: 3px;
  
}

/*===================Resume Specific==========================*/

div.resumeTitle
{
  text-align: center;
  width: 100%;  
  margin: 25px auto 2px auto;  
}

dt.resumeTitles
{
  font-weight: bold; 
}

dl.resumeSubTitles, dt.resumeTitles
{
margin-bottom: 10px;
}

dl.resumeSubTitles dt.resumeTitles
{
  font-weight: bold;
  margin-left: -40px;
}


dl.resumeSubTitles
{
margin-left: 40px;
padding-top: 0px;
}

dd
{
margin-bottom: 5px;
}

div.resumeTitle h2
{
  margin-bottom: 2px;
}
/*=========================Footer==============================*/
div.clear
{
  clear: both;
}

div.footer
{
  background: #d2e1d1;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

/*=========================Contact Form==============================*/
form#mailer
{
    margin-top: 5px;
    width: 500px;
    float: left;
}

div.row
{
    width: 500px;
}

div.left
{
    float: left;
    width: 160px;
}

div.right
{
    float: right;
}

div.contactRight
{
    display: inline;
}






















