@charset "utf-8";

/*============================================================

	[business_content.css]
	
============================================================*/


/*
	background
------------------------------------------------------------*/
* html div#header {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../../shared/img/content_header_bg.png", sizingMethod="scale");
	text-align: center;
}

* html div#content div.wrapper {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../../shared/img/content_bg_body_ie.png", sizingMethod="scale");
}


/*
	navigation
------------------------------------------------------------*/
div#header ul#nav {
	background: url(../../img/nav_bg.jpg) no-repeat;
}


/*
	section
------------------------------------------------------------*/
/* title */
h1 {
	position: relative;
}

h1 img.target {
	position: absolute;
	top: 11px;
	right: 0;
}

div.section h2 {
	position: relative;
	margin: 0 0 20px;
	padding: 18px 20px;
	background: #FFC;
	border: 1px dotted #FC0;
}
* html div.section h2 {
	width: 100%;
}

div.section h2 strong {
	display: block;
	float: left;
	width: 13em;
	line-height: 1.2;
	font-size: 16px;
	color: #333;
}

div.section h2 span.description {
	display: block;
	margin-left: 18em;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

div.section h2  img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}


/* questions and answers */
div.section div#question dl,
div.section div#answer dl {
	position: relative;
	width: 518px;
	margin: 0 0 0 20px;
	padding: 12px 12px 6px 30px;
}
* html div.section div#question dl,
* html div.section div#answer dl {
	width: 560px;
	padding: 12px 12px 12px 30px;
}

div.section div#question dd,
div.section div#answer dd {
	position: relative;
	width: 503px;
	margin: 0 0 6px;
	padding: 0 0 0 15px;
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}
* html div.section div#question dd,
* html div.section div#answer dd {
	width: 518px;
	height: 1%;
}

div.section div#question dd {
	background: url(../img/bullet_question.png) no-repeat 0 0.5em;
}
* html div.section div#question dd {
	background: url(../img/bullet_question_ie6.gif) no-repeat 0 0.5em;
}

div.section div#question dt,
div.section div#answer dt {
	position: absolute;
	left: -10px;
	top: 0;
	margin: 0;
	line-height: 1.2;
	font-weight: bold;
	font-size: 36px;
}

div.section div#answer {
	margin: 20px 0 0;
}

div.section div#question dl {
	background: #CDE6FF;
}

div.section div#answer dl {
	background: #FCC;
}

div.section div#question dt {
	color: #39F;
}

div.section div#answer dt {
	color: #F66;;
}


/* contact */
div.section div#contact {
	position: relative;
	margin: 20px 0 0 20px;
	padding: 32px 12px 10px;
	background: #FFC;
}

div.section div#contact h3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 560px;
	margin: 0;
	padding: 0;
	background: #FFF;
}
* html div.section div#contact h3 {
	left: -12px;
}

div.section div#contact h3 img {
	position: relative;
	left: 0;
	top: 0;
}

div.section div#contact h4 {
	margin: 0.5em 0 0.5em;
	font-size: 14px;
}

div.section div#contact h5 {
	margin: 1em 0 0.25em;
	font-size: 1em;
}

div.section div#contact dl {
	position: relative;
	margin: 0 0 0 2em;
}
* html div.section div#contact dl {
	width: 100%;
}

div.section div#contact dl.info  dt {
	float: left;
	margin: 0;
}

div.section div#contact dl.info dd {
	margin-left: 5em;
}

div.section div#contact dl.separator {
	margin-top: 2em;
}

div.section div#contact ul {
	margin: 0.5em 0 0.5em 2em;
}

