/* CSS Document */body {      background-color: #1F1C0D;      }h1 {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 14px;	font-style: normal;	font-weight: bold;	color: #663300;	text-align:left;}h2 {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 13px;	font-style: normal;	font-weight: bold;	color: #816420;	text-align:left;}object {	margin-top:10px;	}a:link {	color: #78AE62;	font-weight: bold;	text-decoration: none;	}a:visited {	color: #78AE62;	font-weight: bold;	text-decoration: none;	}a:active {	color: #379F7A;	font-weight: bold;	text-decoration: none;	}a:hover {	color: #379F7A;	font-weight: bold;	text-decoration: none;	}#menu {  list-style: none;  padding: 0;  margin: 0;  width: 800px;  height: 71px;  background: url("images/menu_bg.jpg") no-repeat;  position: relative;}#menu span {  display: none;  position: absolute;}#menu a {  display: block;  text-indent: -900%;  position: absolute;  outline: none;}#menu a:hover {  background-position: left bottom;}#menu a:hover span {  display: block;}#menu .home {  width: 61px;  height: 70px;  background: url("images/AIG_2_04_cmbnd.jpg") no-repeat;  left: 328px;  top: 0px;}#menu .home span {  width: 61px;  height: 70px;  background: url("images/AIG_2_04_cmbnd.jpg") no-repeat;  left: 0px;  top: -70px;}#menu .contact {  width: 77px;  height: 70px;  background: url("images/AIG_2_05_cmbnd.jpg") no-repeat;  left: 389px;  top: 0px;}#menu .contact span {  width: 77px;  height: 70px;  background: url("images/AIG_2_05_cmbnd.jpg") no-repeat;  left: 0px;  top: -70px;}#menu .residential {  width: 104px;  height: 70px;  background: url("images/AIG_2_06_cmbnd.jpg") no-repeat;  left: 466px;  top: 0px;}#menu .residential span {  width: 104px;  height: 70px;  background: url("images/AIG_2_06_cmbnd.jpg") no-repeat;  left: 0px;  top: -70px;}#menu .commercial {  width: 106px;  height: 70px;  background: url("images/AIG_2_07_cmbnd.jpg") no-repeat;  left: 570px;  top: 0px;}#menu .commercial span {  width: 106px;  height: 70px;  background: url("images/AIG_2_07_cmbnd.jpg") no-repeat;  left: 0px;  top: -70px;}#menu .security {  width: 123px;  height: 70px;  background: url("images/AIG_2_08_cmbnd.jpg") no-repeat;  left: 676px;  top: 0px;}#menu .security span {  width: 123px;  height: 70px;  background: url("images/AIG_2_08_cmbnd.jpg") no-repeat;  left: 0px;  top: -70px;}#bodycopy {	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	  font-size: 0.8em;      color: #4f4f4f;	  padding: 10px 10px 10px 10px;	  }	  #bodycopy p {	line-height: 150%;	}#bodycopy img {	border: none;	margin: 10px;	}#smallcopy {	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	  font-size: 0.6em;	  text-align: center;      color: #4f4f4f;	  padding: 10px 10px 10px 10px;	  }