body
{
  background-color    : #DAE5F3;
  font-family         : Arial;
}

#divWrapper
{
  width               : 770px;
  height              : 630px;
  margin              : 30px auto 0px auto;
}

#divMenu
{
  width               : 140px;
  height              : 320px;
  position            : relative;
  float               : left;
  display             : inline;
  margin              : 65px 0px 0px 10px;
}

/*left hs menu items*/
#divMenu h2
{
  width               : 140px;
  position            : relative;
}
#divMenu h2 span
{
  background          : url(../assets/totalmenu.jpg) no-repeat left -5px;
  position            : absolute;
  width               : 100%;
  height              : 100%;
  cursor              : pointer;
}

/*set the heights of each menu item*/
#divMenu a#first h2
{
  height              : 25px;
}
#divMenu a#second h2
{
  height              : 40px;
}
#divMenu a#third h2
{
  height              : 40px;
}
#divMenu a#fourth h2
{
  height              : 40px;
}
#divMenu a#fifth h2
{
  height              : 25px;
}
#divMenu a#sixth h2
{
  height              : 20px;
}

/*sort the image hover etc events*/
/*first link*/
#divMenu a#first:link h2 span,#divMenu a#first:visited h2 span
{
  background-position : left -5px;
}

#divMenu a#first:active h2 span,#divMenu a#first:hover h2 span,#divMenu a#first:link h2 span.selected,#divMenu a#first:visited h2 span.selected
{
  background-position : right -5px;
}

/*second link*/
#divMenu a#second:link h2 span,#divMenu a#second:visited h2 span
{
  background-position : left -30px;
  height              : 45px;
}
#divMenu a#second:active h2 span,#divMenu a#second:hover h2 span,#divMenu a#second:link h2 span.selected,#divMenu a#second:visited h2 span.selected
{
  background-position : right -30px;
  height              : 45px;
}

/*third link*/
#divMenu a#third:link h2 span,#divMenu a#third:visited h2 span
{
  background-position : left -70px;
  height              : 45px;
}
#divMenu a#third:active h2 span,#divMenu a#third:hover h2 span,#divMenu a#third:link h2 span.selected,#divMenu a#third:visited h2 span.selected
{
  background-position : right -70px;
  height              : 45px;
}

/*fourth link*/
#divMenu a#fourth:link h2 span,#divMenu a#fourth:visited h2 span
{
  background-position : left -110px;
  height              : 45px;
}
#divMenu a#fourth:active h2 span,#divMenu a#fourth:hover h2 span, #divMenu a#fourth:link h2 span.selected,#divMenu a#fourth:visited h2 span.selected
{
  background-position : right -110px;
  height              : 45px;
}

/*fifth link*/
#divMenu a#fifth:link h2 span,#divMenu a#fifth:visited h2 span 
{
  background-position : left -150px;
  height              : 45px;
}
#divMenu a#fifth:active h2 span,#divMenu a#fifth:hover h2 span ,#divMenu a#fifth:link h2 span.selected,#divMenu a#fifth:visited h2 span.selected
{
  background-position : right -150px;
  height              : 30px;
}

/*sixth link*/
#divMenu a#sixth:link h2 span,#divMenu a#sixth:visited h2 span
{
  background-position : left -175px;
  height              : 30px;
}
#divMenu a#sixth:active h2 span,#divMenu a#sixth:hover h2 span,#divMenu a#sixth:link h2 span.selected,#divMenu a#sixth:visited h2 span.selected
{
  background-position : right -175px;
  height              : 30px;
}

/*Post it note*/
#divReturn
{
  float               : right;
  display             : inline;
  width               : 257px;
  height              : 240px;
  background-image    : url(../assets/postit.png);
  background-repeat   : no-repeat;
}
#divReturn #divIplLink
{
  margin              : 100px 0px 0px 29px;
  display             : inline;
  float               : left;
}
#divReturn #divEmailLink
{
  margin              : 41px 0px 0px 23px;
  display             : inline;
  float               : left;
}

/*ipl sticker*/
#divIpl
{
  float               : left;
  margin              : 446px 0px 0px -137px;
  width               : 202px;
  height              : 116px;
}
.clearAll
{
  clear               : both;
}

/*Main Content*/
#divMain
{
  float               : right;
  width               : 315px;
  height              : 230px;
  margin              : 50px 44px 0px 0px;
  clear               : right;
  display             : inline;
}
#divMain h1
{
  width               : 315px;
  position            : relative;
  height              : 50px;
  margin              : 2px 0px 0px -5px;
}
#divMain h1 span
{
  position            : absolute;
  width               : 100%;
  height              : 100%;
}
#divMore
{
  float               : right;
  margin              : 0px 44px 0px 0px;
  width               : 315px;
  display             : inline;
}
#divMore a
{
  display             : block;
  color               : #E58B00;
  width               : 50px;
  font-size           : 0.7em;
}
#divMain p
{
  font-size           : 0.7em;
  color               : #000000;
}
#divMain ul
{
  font-size           : 0.7em;
  color               : #000000;
  list-style          : disc;
  margin-left         : 10px;
  padding-left        : 10px;
}
#divMain a
{
  color               : #E58B00;
}

