@charset "utf-8";
div.hm_choice{
	margin:0;
	padding:12px 0 12px 20px;
	height:30px;
	background-color:#e0eefb;
	border-left:solid 1px #5A0376;
	border-right:solid 1px #5A0376;
	border-bottom:solid 1px #5A0376;
	letter-spacing:1px;
	color:#5A0376;
	text-align:center;
}
div.hm_arrow{
	display:inline;
	margin:0 3px 0 -2%;
	padding:0 3% 2px 0;
}
.right{
	background:url(../../Images/Structure/Home/arrow.png) no-repeat center;
}
.down{
	background:url(../../Images/Structure/Home/arrow_down.png) no-repeat center;
}
div#hm_more{
	float:right;
	height:175px;
	width:32%;
	background-color:#e0eefb;
	border-bottom:solid 1px #5A0376;
	border-left:solid 1px #5A0376;
	border-right:solid 1px #5A0376;
	margin-top:-1px;
	color:#5A0376;
	font-size:1.3em;
	text-align:center;
	padding:0 20px 0 20px;
	z-index:20;
}
div#hm_linktextheader{
	font-weight:bold;
	font-size:0.85em;
}
div#hm_linktextheader p{
	line-height:1.2em;
}
div#hm_linktextbody{
	font-weight:normal;
	font-size:0.75em;
	padding:10px 0 5px 0;
}
div#hm_linktextbody p{
	line-height:1.1em;
}
div#hm_linktextlink{
	font-weight:bold;
	font-size:0.80em;
	text-decoration:underline;
	padding:10px 0 0 0;
}
/* -------------- Home Services ------------*/
div#hm_services{
	padding:20px 0 0 12px;
	width:62%;
}
div.hm_service{
	margin:5px 0 20px 0;
	height:100px;
	width:33%;
	float:left;
	text-align:center;
	display:block;
}
span.hm_details{
	text-align:center;
	margin:8px 15px 8px 15px;
}
span.hm_details img{
	margin:11px 0 0 0;
	clear:both;
}
div.hm_service a{
	border:solid 1px transparent;
	text-decoration:none;
	display:block;
}
div.hm_service a:hover{
	background-color:#e0eefb;
	border:solid 1px #5A0376;
	text-decoration:none;
	color:#333;
}
span.name{
	display:block;
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#5A0376;
	padding:8% 0 4% 0;
	line-height:1.6em;
	clear:both;
}
span.text{
	display:block;
	margin:7px 0 0 0;
	white-space:normal;
	padding:0 12px 11px 20px;
	vertical-align:middle;
	line-height:1.5em;
	text-align:left;
}
/* --------- Home Promo Box --------*/
div#hm_promo{
	position:absolute;
	right:0;
	top:250px;
	width:32%;
	white-space:normal;
	padding:6px 20px 6px 20px;
	background-color:white;
	border:solid 1px #5A0376;
   display:block;
}
div#hm_promo a{
	text-decoration:none;
	display:block;
}
div#hm_promo a:hover{
}
div#hm_promo img{
	float:left;
   margin-left:-5px;
   display:inline;
}
span.hm_promo_hdr{
	font-size:1.1em;
	color:#c00;
	letter-spacing:1px;
	padding:6% 0 6px 0;
   display:block;
}
span#hm_promo_text{
	float:right;
   vertical-align:top;
   width:65%;
	line-height:1.5em;
}

/* --------- helper classes --------*/
.nolinktext{
	text-decoration:none;
	color:#333;
}
span.textpsuedolink{
	font-weight:bold;
	color:#5A0376;
}
