#servicemaincontent {
				width: 546px;
				/*border: 1px solid #666;
				border-radius: 5px;
				background: #fff;*/
				padding: 12px;
}

.servicetext{	font-family: Helvetica, sans-serif;
				font-size: 12px;
				line-height: 150%;
}



.servicegross{	font-family: Helvetica, sans-serif;
				font-size: 14px;
}

.serviceklein{	font-family: Helvetica, sans-serif;
				font-size: 10px;
}

.servicehighl{	font-family: Helvetica, sans-serif;
				font-size: 12px;
				color: #ff0000;
}

h1.service{		font-family: Helvetica, sans-serif;
				font-size: 22px;
				font-weight: bold;
}

h2.service{		font-family: Helvetica, sans-serif;
				font-size: 18px;
				font-weight: bold;
}

h3.service{		font-family: Helvetica, sans-serif;
				font-size: 16px;
}

ul.service{	font-family: Helvetica, sans-serif;
				font-size: 12px;
				list-style: circle;
}

img.service{	margin: 2px;
}

.servicelink {	font-family: Helvetica, sans-serif;
				color: #0000FF; 
				font-size: 12px; 
				font-weight:bold; 
				text-decoration:none;
}


.ml6px {
				margin-left: 5px;
}

a.socialmediabutton {
	color: white !important;
}

a.socialmediabutton:visited {
	color: white !important;
}


.socialmediabutton {
				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0066cc), color-stop(1, #003366) );
				background:-moz-linear-gradient( center top, #0066cc 5%, #003366 100% );
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066cc', endColorstr='#003366');
				background-color:#0066cc;
				-webkit-border-top-left-radius:5px;
				-moz-border-radius-topleft:5px;
				border-top-left-radius:5px;
				-webkit-border-top-right-radius:5px;
				-moz-border-radius-topright:5px;
				border-top-right-radius:5px;
				-webkit-border-bottom-right-radius:5px;
				-moz-border-radius-bottomright:5px;
				border-bottom-right-radius:5px;
				-webkit-border-bottom-left-radius:5px;
				-moz-border-radius-bottomleft:5px;
				border-bottom-left-radius:5px;
				text-indent:0;
				border:1px solid #a1a1a1;
				display:inline-block;
				color:#fff;
				font-family: Helvetica, sans-serif;
				font-size:16px;
				font-style:normal;
				height:28px;
				line-height:28px;
				width:144px;
				text-decoration:none;
				text-align:center;
}
.socialmediabutton:hover {
				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003366), color-stop(1, #0066cc) );
				background:-moz-linear-gradient( center top, #003366 5%, #0066cc 100% );
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#0066cc');
				background-color:#003366;
				-moz-box-shadow: 2px 2px 5px 2px #c4c4c4;
				-webkit-box-shadow: 2px 2px 5px 2px #c4c4c4;
				box-shadow: 2px 2px 5px 2px #c4c4c4;
				color: #fff;
				text-decoration:none;
				text-align:center;
	

}.socialmediabutton:active {
				position:relative;
				top:1px;
}
