div.subheader
{
   position: relative;
   height: 75px;
   width: 1000px;
   background: #CCCCCC;
   border-bottom: medium solid #2A568F;
}
div.subheader1
{
   position: relative;
   text-align: center;
   height: 75px;
   width: 225px;
   float: left;
}
div.subheader1 div
{
   position: relative;
   top: 25px;
   font-family: "Arial";
   font-size: 22px;
   font-weight: bold;
   color: #111111;
}

div.subheader2
{
   position: relative;
   text-align: left;
   height: 75px;
   width: 775px;
   float: left;
}
div.subheader2 div
{
   top: 15px;
   position: relative;
   font-family: "Arial";
   font-size: 18px;
   color: #111111;
   padding-right: 10px;
}
span.pandi
{
   font-weight: bold;
}
div.maincontainer
{
   position: relative;
   height: 4000px;
   width: 1000px;
}
div.projects
{
   position: relative;
   float: left;
   height: 4000px;
   width: 1000px;
   background: -webkit-linear-gradient(25deg, #003167, #4071A7); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(25deg, #003167, #4071A7); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(25deg, #003167, #4071A7); /* For Firefox 3.6 to 15 */
   background: radial-gradient(#D0E0EF, white); /* Standard syntax */

}

span.jumpto
{
   position: relative;
   top: 15px;
   left: 20px;
   font-family: "Arial";
   font-size: 22px;
   font-weight:bold;
   color: #000652;
}
ul.sidemenu
{
   list-style-type: none;
   padding-left: 20px;
}
ul.sidemenu li
{
   position: relative;
   font-family: "Arial";
   font-size: 14px;
   color: #222222;

   padding-bottom: 0px;
}
ul.sidemenu li a:link, ul.sidemenu li a:visited
{
  display: block;
  width: 185px;
  line-height: 30px;
  font-weight: bold;
  color: black;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  border-bottom: thin solid #2A568F;

}
ul.sidemenu li a:hover, ul.sidemenu li a:active
{
  color: #000652;
  text-decoration: underline;
}
div.link
{
  /* border: medium solid black;  */
}
p.projects1
{
   position: relative;
   font-weight:bold;
   left: 125px;
   color: #000652;
}
ul.projects1 {
    position: relative;
    left: 125px;
    width: 850px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.projects1 li {
    position: relative;
    font-family: "Arial";
    font-size: 18px;
    color: #222222;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: 40px 5px;
    padding-left: 80px;
    padding-right: 20px;
    padding-bottom: 2px;
    z-index: 2;
}
div.link:hover p
{
    text-decoration: underline;
}
div.link:hover img
{
   box-shadow: 6px 6px 6px #333333;
}
div.link a
{
  display: block;
  text-decoration: none;
}
img.projects1
{
   position: absolute;
   right: 125px;
   z-index: 1;
   box-shadow: 5px 5px 5px #888888;
}
p.projects2
{
   position: relative;
   left: 500px;
   font-weight:bold;
   color: #000652;
}
ul.projects2 {
    position: relative;
    left: 500px;
    width: 550px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.projects2 li {
    position: relative;

    font-family: "Arial";
    font-size: 18px;
    color: #222222;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: 40px 5px; 
    padding-left: 80px;
    padding-right: 20px;
    padding-bottom: 2px;
    z-index: 2;
}
img.projects2
{
   position: absolute;
   left: 125px;
   z-index: 1;
   box-shadow: 5px 5px 5px #888888;
}