/***************************************/
/*            profile                  */
/***************************************/

.lead_box {
	margin: 5px 0 15px 7px;
	font-size: 13px;
	line-height: 140%;
}



/***************************************/
/*            h2                       */
/***************************************/

.h2_profile {
	clear: both;
	width: 570px;
	height: 30px;
	margin-left: 7px;
	font-size: 13px;
	text-indent: -10000px;
	background-image: url(../img/h2_profile.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/***************************************/
/*            h3                       */
/***************************************/

.h3_profile_01, .h3_profile_02 {
	clear: both;
	width: 570px;
	height: 25px;
	margin: 0 0 5px 7px;
	font-size: 13px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.h3_profile_01 { background-image: url(../img/h3_profile_01.gif); }
.h3_profile_02 { background-image: url(../img/h3_profile_02.gif); }



/***************************************/
/*            dl                       */
/***************************************/

dl {
	margin: 5px 0px 40px 0px;
	padding: 0px;
	font-size: 13px;
}

dt {
	padding: 0 0 0 15px;
}

dd {
	line-height: 130%;
	margin-top: -1.5em;
	margin-left: 7.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	background-image: url(../img/border_wutsnew.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}



/***************************************/
/*            profile_list               */
/***************************************/

ul.profile_list {
	margin: 10px 0 40px 15px;
	font-size: 13px;
	line-height: 100%;
}

ul.profile_list li {
	margin-bottom: 10px;
	padding-left: 15px;
	background-image: url(../img/icon_square.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}



/***************************************/
/*            text_box                 */
/***************************************/

.text_box {
	width: 570px;
	margin: 0 0 20px 7px;
	font-size: 13px;
	line-height: 140%;
}

.text_box p {
	text-align: right;
}



/***************************************/
/*            service_link             */
/***************************************/

a.service_link:link    { color: #333; text-decoration: none; }
a.service_link:visited { color: #333; text-decoration: none; }
a.service_link:hover   { color: #333; text-decoration: underline; }
