
/* services layers */

.ServiceBlue {
	margin-bottom:15px;
	background-color: #00CCCC;
}
.ServiceOrange {
	margin-bottom:15px;
	background-color: #FF9900;
}
.ServiceGreen {

	background-color: #33CC00;
}







.service {
vertical-align:top;
width:99%;
height:100%;
}

.service-pic {
text-align:center;
vertical-align:top;
padding-top:22px;
}

.service-title {
text-align:top;
color:white;
vertical-align:top;
height:15px;
font-weight:bold;
}


.service-description {
font-family:'Comic Sans MS';
font-size:10pt;
color:black;
text-align:left;
background:white;
}

ul {
margin-left:5px;
padding-left:5px;
}

li {
margin-left:5px;
}



/* background tricks */

.stripebg {
	background-image: url(../images/Servicesbackgr.jpg);
	height:20px;
	font-weight:bold;
}

.stripebg-left {
	background-image: url(../images/Servicesbackgr.jpg);
	height:20px;
	text-align:left;
	padding-left:50px;
	font-weight:bold;
}

#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;
}



