
.content a {
  color: #f70d97;
  text-decoration: underline;
}
.content a:hover {
  color: #890453;
  text-decoration: none;
}



.page_header{
	height: 74px; 	
} 

.page_header h1{
	color: #F70D97;
	font-size: 22px;
	margin: 0;
	padding: 24px 10px;
}

.page_content table td{
	vertical-align: top;
}

.box{
	width: 220px;
	margin-right: 20px;	
	padding-bottom: 20px;
}

.box:hover {
	background-color: #FCF3F8;	
}

.box .image_border{
	border: 10px solid #F2F2F2;
	width: 200px;
}

.box:hover .image_border{
	border: 10px solid #FFDBF0;
	width: 200px;
}

.box .text_content{
	padding: 5px;
}

.box .text_content h2,
.box .text_content h2 a {
	color:#F94EB3;
	font-size:17px;
	font-weight:normal;
	text-decoration: none;
}

.box .text_content h2 a:hover {
  text-decoration: underline;
}

.box .text_content h2.active,
.box .text_content h2.active a {
  color: #af0e6d;
  text-decoration: underline;
}

.box .text_content p{
	color:#404040;
	font-size:11px;
	line-height:13pt;
}

.box .text_content a{
	color:black;
	font-size:10px;
	margin-top: 10px;
	display: block;
}

.footer{
	background-image: url("../images/services/footer_background.png");
	background-repeat: repeat-x;	
}

.footer_content .smart_words{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	line-height:16pt;
	width:670px;
	padding-top: 15px;
	
}

.footer_content .smart_words .rquotes{
	padding-top: 5px;		
}

.footer_content .copyright{
	padding-top: 25px;		
}

.footer_content .copyright p{
	margin: 0;		
}

.footer_content .contact_us{
	color: #F70D97;
	text-decoration: none;		
}

.footer_content .contact_us:hover{
	text-decoration: underline;		
}

div.serviceDetail {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #fff4fa;
}

div.serviceDetail h2 {
  font-weight: normal;
  color: #000;
  font-size: 20px;
  margin-top: 10px;
}

