/*********************************************************************************************\
*       COPYRIGHT © 2009 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED       *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

/* portfolio CSS */

body
{
  font-family: Verdana, Geneva, Sans-Serif;
  font-size: 12px;
  color: #000000;
  background-color: #DFE3E6;
}

div
{
  padding:0px;
  margin:0px;
}

form
{
  padding:0px;
  margin:0px;
}

img
{
  border:0px;
}

/***********************/
#centerDiv
{
  width:880px;
  border:10px solid #A3C6CC;
  margin:0px auto;
  background-color:#ffffff;
}

#topHalf
{
  height: 500px;
  width: 880px;
}

#topHalfLeft
{
  
  float: left;
  height: 500px;
  width: 317px;
}

#topHalfRight
{
  float: left;
  height: 500px;
  position: relative;
  width: 563px;
}

#logo
{
  padding-top:10px;
  padding-left:10px;
}

#thumbs
{
  padding-top:21px;
  padding-left:55px;
}

.thumbImage
{
  margin-right:15px;
  margin-bottom:10px;
  float:left;
}

#thumbText
{
  width:317px;
  text-align:center;
  color:#000000;
}

#closeBar
{
  width:553px;
  height:27px;
  padding-top:10px;
  text-align:right;
}

#closeBar A
{
  color:#000000;
  text-transform:uppercase;
  text-decoration:none;
}

#portfolio_title
{
  color: #518693;
  text-align: center;
}

#image
{
  bottom: 0;
  position: absolute;
}

#bottomHalf
{
  width:880px;
}

#bottomHalfLeft
{
  color: #518693;
  float: left;
  padding: 23px 0 0 0;
  width: 317px;
}

#bottomHalfRight
{
  width:563px;
  float:left;
  padding-top:23px;
}

#previousButton
{
  float:left;
  width:13px;
  height:23px;
}

#photoTitle
{
  text-align:center;
  float:left;
  width:505px;
  font-size:20px;
  text-transform:uppercase;
  color: #518693;
}

#nextButton
{
  float:left;
  width:13px;
  height:23px;
}

#photoDescription
{
  color:#000;
  font-size:12px;
  padding:40px 20px;
  width:520px;
}

#bulletsTitle
{
  width:317px;
  text-align:center;
  font-size:20px;
  margin-bottom:10px;
}

.portfolioBulletHeading
{
  padding-left:20px;
  font-size:15px;
  font-weight:bold;
}