
ul {
padding:0px;
margin:0px;
}

li {
color:white;
margin-left:8px;
padding-left:3px;
}


/* background tricks */

.stripebg {
	background-image: url(../images/redwhitebackgr.jpg);
	height:20px;
	font-weight:bold;
}

.stripebg-left {
	background-image: url(../images/redwhitebackgr.jpg);
	height:20px;
	text-align:left;
	padding-left:50px;
	font-weight:bold;
}



#ServiceBlue {
position:relative;
top:0px;
left:0px;
height:60px;
width:145px;
padding: 15px;
background-color: #00CCCC;
}

#ServiceGreen {
position:relative;
top:0px;
left:0px;
height:70px;
width:145px;
padding: 15px;
background-color: #33CC00;	
}

#ServiceOrange {
position:relative;
top:0px;
left:0px;
height:65px;
width:145px;
padding: 15px;
background-color: #FF9900;
}


#services {
postion:relative;
}



#m-right {
	vertical-align:top;
	border-left:2px solid #b32d24;
	border-bottom:2px solid #485E85;
	
}

#m-left {
	vertical-align:top;
	border-left:2px solid #b32d24;
	border-bottom:2px solid #b32d24;

}

.stripebg {
background:#b32d24;
}

#intro {
text-align:left;
padding:5px;
font-family:'Comic Sans MS';
font-size:10pt;
color:black; 
}
