/*********************************************************************************************\
*       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:arial;
  font-size:12px;
  color:#000000;
  background-color:lightgray;
}

div
{
  padding:0px;
  margin:0px;
}

form
{
  padding:0px;
  margin:0px;
}

img
{
  border:0px;
}

a:link
{
  color:#0000ff;
  text-decoration:none;
}

a:visited
{
  color:#0000ff;
  text-decoration:none;
}

a:active
{
  color:#0000ff;
  text-decoration:none;
}

a:hover
{
  color:#0000ff;
  text-decoration:none;
}

/***********************/
#centerDiv
{
  width:880px;
  border:10px solid #ae6932;
  margin:0px auto;
  background-color:white;
}

#topHalf
{
  width:880px;
  height:386px;
}

#topHalfLeft
{
  width:317px;
  float:left;
  height:386px;
}

#topHalfRight
{
  width:563px;
  float:left;
  height:386px;
}

#logo
{
  padding-top:13px;
  padding-left:38px;
}

#thumbs
{
  padding-top:37px;
  padding-left:55px;
}

.thumbImage
{
  margin-right:4px;
  margin-bottom:6px;
  float:left;
}

#thumbText
{
  width:317px;
  text-align:center;
  color:#ae6932;
}

#closeBar
{
  width:553px;
  height:27px;
  padding-top:10px;
  text-align:right;
}

#closeBar A
{
  color:#ae6932;
  text-transform:uppercase;
  text-decoration:none;
}

#bottomHalf
{
  width:880px;
}

#bottomHalfLeft
{
  width:317px;
  float:left;
  color:#0078b9;
}

#bottomHalfRight
{
  width:563px;
  float:left;
  padding-top:23px;
}

#menuTitle
{
  width:317px;
  text-align:center;
  font-size:20px;
  margin-bottom:10px;
}

#previousButton
{
  float:left;
  width:13px;
  height:23px;
}

#photoTitle
{
  text-align:center;
  float:left;
  width:505px;
  font-size:20px;
  text-transform:uppercase;
  color:#0078b9;
}

#nextButton
{
  float:left;
  width:13px;
  height:23px;
}

#photoDescription
{
  color:#968f7c;
  font-size:14px;
  font-weight:bold;
  padding:40px 20px;
}

#eitDesigned
{
  margin:20px auto 0px auto;
  width:900px;
  font:12px Arial;
  text-align:center;
}