

/* menubar inactive link */
.links2{	
	color: #32CD32;
}		
/*menu bar links*/
A.type1:hover   {color:#32CD32; text-decoration:none;}

/* normal text links */
A.type2:hover   {color:#32CD32; font-size:10pt; text-decoration:none;}

/*inactive link text color*/	
#menubar #inactive{
	color: #32CD32;	
}

/*square image next to menubar items*/
#menubar ul li{	
	background:url(../images/services/square_16AE5F.gif) 12px 7px no-repeat;	
}
/*list of links on page*/
#listlinks{
	position:absolute; 
	padding:0;
	margin:0;
	width:310px; 
	z-index: 0;
	left: 200px; 
	top: 320px; 
}

#listlinks li{	
	list-style:none;
	background:url(../images/services/square_16AE5F.gif) 22px 8px no-repeat;
	padding:0;
	padding-left:2em;
  	margin: 0;
}
#listlinks #listlinks2{
	position:absolute;  
	padding:0;
	margin:0;
	width: 300px; 
	z-index: 0;
	left: 260px; 
	top: 0; 
}
/*trick to put an image in place of h tag*/
#pagegraphic h2 { 
	background: transparent url(../images/services/services_pagegraphic.jpg) no-repeat ;	  
	margin:69px 10px 0 0;
	padding:0 0 0 0;
	width: 191px; 
	height:299px; 
	float:left;
	
	}
#pagegraphic h2 span {
	display:none
	}


			
/*bar on bottom of the graphic*/
#bottombar{
	position:absolute; 
	left:190px; 
	top: 431px; 
	background-color:#16AE5F; 
	height:40px; 
	width: 590px;
}


	