/* Added below by Bob Morris 3-28-2008*/

#translucentbkg {
   width: 225px; height: 165px;     /* to match DIVs size          */
   background-color: #ffffff;       /* the background              */
   filter:alpha(opacity=70);
   -moz-opacity:0.9;
   opacity: 0.9;
}

#opaquetext {
   width: 227px; height: 157px;     /* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: relative;              /* absolute positioning        */
   z-index: 2;                      /* place it over the other DIV */
}

#translucenthd {
   width: 227px; height: 25px;     /* to match DIVs size          */
   background-color: #ffffff;       /* the background              */
   filter:alpha(opacity=70);
   -moz-opacity:0.9;
   opacity: 0.9;

}

#locateLinks {
	position: relative;
	top: 50px; left: 10px;
	text-align: center;
}


#progressBar {
	background-image:url(file:///C|/Documents%20and%20Settings/bobm/My%20Documents/LOVEJOY%20Web%20Site/Lovejoy/images/wait.gif);
	background-repeat:no-repeat;	
	background-color: #006644;	
}

#titleText {
	position: relative;
	top: 0px; left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color:white;
	background-color: 006644;
	padding-left: 5px;
}

#buttonsMove {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color:black;
	
}

#floatdiv {
	position:absolute;
	width:227px;height:195px;left:0px;top:0px;
	padding:0px;background-color: transparent;
	border:1px solid #006644;
}
	
#position {
	postion: relative;
	margin:40px;

}




.ToolText{position:relative; }
.ToolTextHover{position:relative;}
.ToolText span{display: none;}

.ToolTextHover span{
  display:block;
  position:absolute;
  border:1px solid black;
  top:1.3em;
  
  
  /* change this setting depending on the length of the link */
  left:635px;
  /*background-color:gray; color:white;
  text-align: center;*/
}





#container {
	width:772px;
	margin:auto;
}
#promoheader {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;	
}
#promo a:link {
	color:#ffffff;
	text-decoration:none;
}
#promo a:visited {
	color:#ffffff;
	text-decoration:none;
}
#promo a:hover {
	color:#006644;
}
#promo a:focus {
	color:#006644;
}
#promo a:active {
	color:#006644;
}
#promolink {
	float:center;
	background-color: #84b5a4;
	position: relative;
	/*height: 206px;*/
	
}
#promopicsub {
	/*float: left;*/
	position: relative;
	top: 12px;
	left: 12px;
}
#promolinksub {
	/*float: right;*/
	position: relative;
	top: -93px;
	left: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#welcomecontainer {
	width:443px;
	margin:auto;
}
#welcome {
	float:center;
	background-color: white;
	position: relative;
	height: 505px;
}
#welcomesub {
	position: relative;
	float:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#verisign {
	float: right;
	position: relative;
	color:black;


}

#contentContainer {
	position: relative;
	width:100%;
	clear:both;
}
