@charset "utf-8";
/* CSS Document */

<style>

.thicktext {
text-decoration:none;
}

a.thicktext {
text-decoration:none;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size:12px;
font-weight:bold;
color:#333333;
}

a.thicktext:hover {
color:#FF0000;
}



/******************************* BOX 3 **********************************************************************************/
/* set the image to use and establish the lower-right position */
.cssbox3, .cssbox_body3, .cssbox_head3, .cssbox_head3 h4{ 
background: transparent url(http://img.brickhousesecurity.com/banners/products/bhs_locator/menu/long_box.png) no-repeat bottom right;
}

.cssbox3{ 
/* intended total box width - padding-right(next) */ 
width:260px !important; 
/* IE Win = width - padding */ 
width: 260px; 
/* the gap on the right edge of the image (not content padding) */ 
padding-right:5px; 
/* use to position the box */ 
margin:0px;
margin-left:40%;
}

/* set the top-right image */ 
.cssbox_head3{
background-position:top right; 
/* pull the right image over on top of border */ 
margin-right:-5px; 
/* right-image-gap + right-inside padding */ 
padding-right:5px;
text-align:center;
} 

/* set the top-left image */ 
.cssbox_head3 h4{ 
background-position:top left; 
margin:0; 
/* reset main site styles*/ 
border:0; 
/* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 
padding:5px 0 0px 0px; 
height:auto !important; height:1%
} /* IE Holly Hack */ 

/* set the lower-left corner image */
.cssbox_body3{ 
background-position:bottom left; 
margin-right:0px; 
/* interior-padding right */ 
padding:1px 0px 5px 18px;
text-align:center
} /* mirror .cssbox_head right/left */
.style2 {color: #FF0000}

a.image5 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 230px; /* width of reactive image */
     height: 181px; /* height of reactive image */
     background-image: url(http://img.brickhousesecurity.com/banners/video/tv_icons/camerafinder_judgejb_off.jpg); /* source for start image */
     background-repeat: no-repeat;
	 border:0;
     }
	 
a.image5:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(http://img.brickhousesecurity.com/banners/video/tv_icons/camerafinder_judgejb_on.jpg); /* source for target image */
     }
</style>