/*********************************************************************************************\
*       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     *
\*********************************************************************************************/

/* Primary CSS - For secondary pages of the home page */

body
{
  font-family:arial;
  font-size:12px;
  color:#000000;
}

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:900px;
  border:2px solid #57886f;
  margin:0px auto;
}

#header
{
  width:900px;
  height:133px;
  overflow:hidden;
  background:url('/images/layout/primary/header.jpg') no-repeat;
}

#headerLogo
{
  float:left;
  width:370px;
  height:118px;
  padding-top:15px;
  padding-left:30px;
}

#headerLinks
{
  width:485px;
  height:78px;
  text-align:right;
  padding-top:30px;
  float:left;
}

#headerLinks A
{
  color:#00482D;
  font:11px Arial;
  text-decoration:none;
  line-height:25px;
}

#orangeBar
{
  background-color:#f7931e;
  width:900px;
  height:46px;
  overflow:hidden;
}

#orangeBar A
{
  padding-left:10px;
}

#greenLine
{
  margin-top:4px;
  height:3px;
  width:900px;
  overflow:hidden;
  background:url('/images/layout/primary/thin.gif') no-repeat;
}

#main1
{
  width:900px;
  background:url('/images/layout/primary/menubg.gif') repeat-y;
}

#main2
{
  width:900px;
  background:url('/images/layout/primary/bottom.gif') no-repeat 0% 100%;
}

.mainSpacer
{
  width:900px;
  height:1px;
  overflow:hidden;
}

#mainMenu
{
  width:201px;
  float:left;
}

#mainBody
{
  width:669px;
  padding-left:15px;
  overflow:hidden;
  float:left;
  background:url('/images/layout/primary/swoosh.gif') no-repeat 17px  51px;
  color:#00482d;
}

#mainBody H1
{
  color:#00482d;
  font-size:22px;
  text-transform:uppercase;
  font-weight:normal;
  letter-spacing:3px;
  margin-bottom:45px;
  margin-top:17px;
}

#mainBody IMG
{
  border:0;
}

#footer
{
  width:890px;
  height:16px;
  overflow:hidden;
  background-color:#00482d;
  margin-bottom:10px;
  color:white;
  padding-left:10px;
  padding-top:4px;
  font-size:10px;
}

#footer A
{
  color:white;
  text-decoration:none;
}

#footerLeft
{
  float:left;
}

#footerRight
{
  float:right;
  padding-right:10px;
  color:#fbdf50;
}

#footerRight A
{
  color:#fbdf50;
  text-decoration:none;
  text-transform:uppercase;
  padding:0px 5px;
}

.menuItem
{
  height:45px;
  padding-top:9px;
  width:186px;
  padding-left:15px;
  font-size:12px;
  font-weight:bold;
}

.menuItemActive
{
  background:url('/images/layout/primary/menu.gif') no-repeat;
}

.menuItem A
{
  color:white;
  text-decoration:none;
  padding:10px 0px;
  display:block;
  width:186px;
}

#menuSpacer
{
  width:201px;
  height:140px;
}

#eitDesigned
{
  margin:20px auto 0px auto;
  width:900px;
  font:12px Arial;
  text-align:center;
}

#homeLink
{
  font-size:10px;
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  text-align:right;
  width:900px;
}

#homeLink A
{
  
}