﻿
.homePage
{
	padding:0;
	margin:0;
	margin-left:2px;
	padding-left:7px;   /* distance from left nav */
	padding-top:10px;
	padding-bottom:7px;
	float:left;
}

#homeTopDiv
{
	/* container for Stay Safe overview text and Monitoring Station image */
	height:259px;
	width:687px;
	background-image: url('control-room-gradient.png');
	background-repeat:repeat-x;
	border: solid 1px #febe10;
	margin-top:1px;
	margin-bottom:5px;
	margin-left:0px;    /* has no impact on IE 6 */
	padding: 0;
	float:left;
}

#homeBottomDiv
{
    border-width: medium;
    border-color: #00FF00;
    padding: 0;
    margin: 0;
    border-bottom-style: solid;
}

#homeText
{
	width:250px;
	float:left;
	margin:30px 0 0 20px;
}

.homePageText
{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	padding-bottom:15px;
}

#homeCallCentreImage
{
	float:right;
	margin:0;
	margin-top:5px;
	margin-right:5px;
	padding:0;
	background-image: url('Home-ControlRoom.jpg');
	background-repeat:no-repeat;
	width:361px;
	height:248px;
}

.homeSmallContainer, .homeSmallContainerOver
{
    /* Container for 3 small images on home page */
    /* class is changed using javascript */
	text-align: center;
	background-color: #446788;
	float:left;
	width:225px;
	padding: 0;
    margin: 0;
    /* horizonatl spacing between 3 small image containers */
    margin-right:4px;
}

.homeSmallContainer
{
	border: solid 1px #febe10;
}

.homeSmallContainerOver
{
	border: solid 1px Navy;
}

.homeSmallTitle
{
	/* format title of 3 small images on home page */
	background-image: url(title-small-back.png);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	height:33px;
	background-color: #3366cc;
	/* blend the background with the back color */
	filter: alpha(opacity=60); /* for IE */
	opacity: 0.6; /* CSS3 standard */
	-moz-opacity:0.5;
}

.homeSmLink
{
	/* title above small images is a url */
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:30px;
	text-align:left;
	color:White;
}

.homeSmLink:link,.homeSmLink:visited
{
	text-decoration:none;
}

.homeSmLink:hover
{
	/* title above small images is a url */
	color:Orange;
}

.homeSmallImage
{
	/* set the small image size the image is horizontally centered within the containing div */
	width:210px;
	height:154px;
	/* border:green thin solid; */
	padding: 0;
	margin:0;
	/* offset of image within container */
	margin-left:6px;
	margin-right:6px;
	margin-bottom:5px;
	background-position:center;
	background-repeat:no-repeat;
}

#homeBureauImage
{
	background-image: url('Home-Installer.jpg');
	background-position:center;
}

#homeClientImage
{
	background-image: url('Home-Client.jpg');
	background-position:center;
}

#homeMedicalImage
{
	background-image: url('Home-Medical.jpg');
	background-position:center;
}



