@charset "utf-8";

/*============================================================

	[sitemap.css]
	
============================================================*/


/*
	wide
------------------------------------------------------------*/
div#header ul#nav {
	background: url(../img/nav_bg.jpg) no-repeat;
}

div#content div.wrapper {
	background: url(../../shared/img/content_bg_wide_body.png) repeat-y;
}
* html div#content div.wrapper {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../shared/img/content_bg_wide_body.png", sizingMethod="scale");
}

div#main {
	width: 760px;
}

div#footer address {
	background: url(../../shared/img/content_bg_wide_footer.jpg) no-repeat;
}

div#footer div#top-of-page p {
	left: 700px;
}


/*
	section
------------------------------------------------------------*/
div.section {
	clear: both;
	margin: 40px 20px 0;
}

div.section a {
	color: #F36;
}

div.section h2 {
	margin: 0 0 20px;
	padding: 0 0 0.25em;
	border: none;
	border-bottom: 1px solid #F36;
	line-height: 1.2;
	font-size: 16px;
}
* html div.section h2 {
	width: 100%;
}

div.section h3 {
	margin: 1.5em 0 0.5em;
	padding: 0 0 0 5px;
	border-left: 5px solid #F36;
	font-size: 14px;
}

div.section p,
div.section li {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}

