.topLevel {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 50%;
	list-style: none outside none;
}
#topLevelLeft {
	float: left;
}
#topLevelRight {
	float: right;
}
.topLevel li {
	position: relative;
	display: block;
	height:  180px;
	margin:  0px 5px 10px 5px;
	background: #ddd url(/media/images/fade-left.png) top right repeat-y;
	
	
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px
	border-bottom-left-radius: 20px;
	
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	
}
.topLevel li h2 {
	background-color: #4c6956;
	color:            #fff;
	border-bottom:    2px solid #a70000;
	text-align:       center;
	margin-bottom:    5px;
	padding:          2px;
	font-size:        12pt;
	height:           35px;
	
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
}
.topLevel li:hover h2 {
	color: #ff0;
}

.topLevel li p {
	margin:     0px 10px;
	text-align: left;
}
.serviceList {
	position: absolute;
	padding: 0px 10px 5px 0px;
	right: 0px;
	bottom: 0px;
}

#serviceListing h2 {
    background-color: #4c6596;
    padding: 3px;
    color: #fff;
    width: 400px;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#serviceListing h2.targetService {
    color: #ff8;
}