/* CSS Document */


/* Top Left Section */

div#topleft {
  background:    url(../images/page_backgrounds/home/home_topleft4.gif);
  background-repeat: no-repeat;
  width: 270px;
  height: 250px;
  position: relative;
  top: 20px;
  left: 53px;
  text-align: center;
  float: left;
}

#login {
  margin-left: -10px;
  margin-top: 10px;
  border: 1px solid #000;
}

.logintext {
  color: #fff;
  text-align: center;
}


/* Top Right Section */

div#topright {
  background:  url(../images/page_backgrounds/home/home_topright3.gif);
  background-repeat: no-repeat;
  width: 555px;
  height: 250px;
  position: relative;
  top: 20px;
  left: 70px;
  float: left;
}

#homebanner {
  margin-left: 5px;
  margin-top: 5px;
}

li#topbullet {
  margin-left: 80px
}

li#toprightbullets {
  margin-left: 80px
}

p#hometitle {
  width: 480px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 30px;
}


/* Bottom Left Section */

div#bottomleft {
  background:    url(../images/page_backgrounds/home/home_bottomleft2.gif);
  background-repeat: no-repeat;
  width: 270px;
  height: 149px;
  position: relative;
  top: 30px;
  left: 53px;
  float: left;
}

p.bltext {
  width: 250px;
  margin-top: 5px;
  margin-left: 5px;
}


/* Bottom Right Section */
div#bottomright {
  background:    url(../images/page_backgrounds/home/home_bottomright2.gif);
  background-repeat: no-repeat;
  color: #fff;
  width: 555px;
  height: 149px;
  position: relative;
  top: 30px;
  left: 70px;
  float: left;
}