.green ul, .yellow ul, .purple ul
{
	padding-top:70px;
	margin-top:0px;
}

/* First box on the homepage*/ 
.front-box-1 {
background-position: 3px 0;
width:229px;
height:201px;
margin-left:5px;
margin-top:8px;
background-repeat:no-repeat;
}
.green li {
color:#0C2B81;     /* Change this to alter the text color*/           
text-decoration: none;
font-weight:bold;
font-size:12px;
font-family: arial;
list-style-image: url(../images/boxes/purple-for-green.gif);    /* Change this to alter the list image */     
}  
.green li a {
color:#0C2B81;
text-decoration: none;
}

.green li a:hover {
text-decoration:underline;
}
       
/* Second box on the homepage */       
.front-box-2{
width:226px;
height:201px;
margin-left:5px;
margin-top:8px;
background-repeat:no-repeat;
}            

.yellow li {
color:#0C2B81;      /* Change this to alter the text color*/   
text-decoration: none;
font-weight:bold;
font-size:12px;
font-family: arial;
list-style-image: url(../images/boxes/orange-dot.gif);   /* Change this to alter the list image */        
}

.yellow li a {
text-decoration: none;
}
      
.yellow li a:hover {
text-decoration:underline;
}

/* Third box on the homepage */   
.front-box-3 {
background-position: 2px 0;
width:227px;
height:201px;
margin-left:1px;
margin-top:9px;
background-repeat:no-repeat;
}
.front-box-3 li {
color:#0C2B81;    /* Change this to alter the text color*/   
text-decoration: none;
font-weight:bold;
font-size:12px;
font-family: arial;
list-style-image: url(../images/boxes/purple-for-green.gif);   /* Change this to alter the list image */            
}



/* Fourth box on the homepage */   
.front-box-4 {

background-position: 5px 0;
width:230px;
height:201px;
margin-left:1px;
margin-top:9px;
background-repeat:no-repeat;
}
.half a {
	width:225px;
	height:95px;
	display:block; 
	overflow:hidden;
	text-indent:-9999px; 
}   

.purple li {
color:yellow;
text-decoration: none;
font-weight:bold;
font-size:12px;
font-family: arial;
list-style-image: url(../images/boxes/yellow-dot.gif);
}   

.purple li a{
color:yellow;}    

.purple li a:hover {
text-decoration:underline;
}

.side-box {
margin-left:-15px;
height:230px; 
width:225px;      
clear:both;
background-repeat:no-repeat;       
}


/* Add Free Parking Module to Pages */

.side-box-free-parking {
margin-left:-15px;
height:230px; 
width:225px;      
clear:both;
background-repeat:no-repeat;
}

.side-box-free-parking a {
text-indent: -999em;
display: block;   
height: 100%;
}
        
