@charset "utf-8";

/*--------------------------------------
	Style Name : Voice Style Sheet

	content
		main-content
--------------------------------------*/

/*--------------------------------------
	div#main-content
--------------------------------------*/

#main-content div.heading-level3 {
	margin-bottom: 10px;
	line-height: 170%;
}

#main-content div.heading-level3 p {
	margin-bottom: 15px;
}

#main-content div.heading-level3 h3 {
	margin-bottom: 5px;
	padding-left: 6px;
	border-left: 2px solid #b11;
	background-color: #f0f0f0;
	color: #b11;
	font-size: 125%;
	font-weight: normal;
	line-height: 2;
}

#main-content .contact-table {
	margin-top: 10px;
	left: 560px;
	border-collapse: separate;
	font-size: 12px;
	border: 1px solid #ccc;
}

#main-content .contact-table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	background: #f1f1f1;
	width: 150px;
}

#main-content .contact-table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background: #ffffff;
	width: 400px;
}

#main-content  .pic-right-space {
	float: right;
	margin-left: 10px;
	padding: 3px;
	text-align: center;
	font-size: 11px;
	line-height: 140%;
}

#main-content  .pic-right-space {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
	text-align: center;
	font-size: 11px;
	line-height: 140%;
}

.bg-icon-exclamation {
	background: url(../../shared/image/checkmark.gif) no-repeat;
	padding: 5px 5px 0px 20px;
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
	color: #f00;
}

