/* Start of CMSMS style sheet 'Home Page Additions' */
#top_rotator {

  width: 746px;
  height: 238px;
  background-image: url('/images/top_rotator_background.gif');

}

/* HOME PAGE MIDDLE MENU */

#home_page_menu {

  padding: 5px 0 5px 0;

}

#home_page_menu br {

  line-height: 5px;

}

.middle_menu_button {

  margin: 0 12px 0 12px;

}

#security_button
{
  display: block;
  width: 232px;
  height: 20px;
  background: url("/images/security_button.gif") no-repeat 0 0;
  float: left;
  margin: 0 12px 10px 4px;
}

#security_button:hover
{ 
  background-position: 0 -20px;
}

#security_button span
{
  display: none;
}

#video_monitoring_button
{
  display: block;
  width: 232px;
  height: 20px;
  background: url("/images/video_monitoring_button.gif") no-repeat 0 0;
  float: left;
  margin: 0 12px 10px 0;
}

#video_monitoring_button:hover
{ 
  background-position: 0 -20px;
}

#video_monitoring_button span
{
  display: none;
}


#access_control_button
{
  display: block;
  width: 251px;
  height: 20px;
  background: url("/images/access_control_button.gif") no-repeat 0 0;
  float: left;
  margin: 0 4px 10px 0;
}

#access_control_button:hover
{ 
  background-position: 0 -20px;
}

#access_control_button span
{
  display: none;
}

#fire_detection_button
{
  display: block;
  width: 232px;
  height: 20px;
  background: url("/images/fire_detection_button.gif") no-repeat 0 0;
  float: left;
  margin: 0 12px 10px 4px;
}

#fire_detection_button:hover
{ 
  background-position: 0 -20px;
}

#fire_detection_button span
{
  display: none;
}

#remote_management_button
{
  display: block;
  width: 232px;
  height: 20px;
  background: url("/images/remote_management_button.gif") no-repeat 0 0;
  float: left;
  margin: 0 12px 10px 0;
}

#remote_management_button:hover
{ 
  background-position: 0 -20px;
}

#remote_management_button span
{
  display: none;
}

#personal_emergency_button
{
  display: block;
  width: 251px;
  height: 20px;
  background: url("/images/personal_emergency_button.gif") no-repeat 0 0;
  float: left;
  margin: 0 4px 10px 0;
}

#personal_emergency_button:hover
{ 
  background-position: 0 -20px;
}

#personal_emergency_button span
{
  display: none;
}


#bottom_rotator {

  width: 342px;
  height: 249px;
  background-image: url('/images/blue_gradient.jpg');
  float: left;
}

#local_monitoring_box {

  width: 342px;
  height: 249px;
  background-color: #000;
  float: right;
  color: #FFF;

}

/* End of 'Home Page Additions' */

