@charset "UTF-8";

#body {
	background: url(../images/body_bg.jpg) no-repeat 0% 100%;
	width: 960px;
	clear: both;
}
#body:after {
	display: block;
	content: '';
	clear: both;
}

#content_index {
	width: 512px;
	float: left;
	background: url(../images/content_bg.jpg) no-repeat 0% 0%;
}
#content_index h2 {
	margin: 0px 16px 1em;
	border-left: 2px solid #1a2b72;
	padding-left: 6px;
	font-size: 2em;
}
#content_index p {
	color: #333333;
	font-size: 1em;
	line-height: 1.66em;
	margin: 0 24px 1em;
}
#content_index p.breadcrumbs {
	margin: 0px;
	padding: 0.5em 1em;
}
#content_index p.pagetop {
	height: 24px;
	width: 98px;
	background: url(../images/content_btn_pagetop_b.gif) no-repeat 0px 0px;
	float: right;
	text-indent: -9999px;
	clear: both;
}
#content_index p.pagetop a {
	display: block;
	height: 24px;
}
#content_index img {
	margin: 0 0 1em 0;
}
#content_index ul.services {
	margin: 0px 24px 2em;
}
#content_index ul.services li {
	background: url(../images/content_div_list.gif) no-repeat 0px 0px;
	height: 59px;
	width: 424px;
	color: #FFFFFF;
	font-size: 1em;
	padding: 6px 12px 0px 28px;
	line-height: 2em;
}

#content_index ul.services li.wide {
	background: url(../images/content_div_list_wide.gif) no-repeat 0px 0px;
	height: 79px;
}
#content_index dl.news {
	margin: 0px 24px 2em;
}
#content_index dl.news dt {
	color: #1a2b72;
	font-weight: bold;
	float: left;
	width: 108px;
}
#content_index dl.news dd {
	float: left;
	width: 356px;
	margin-bottom: 1em;
}
#content_index dl.news dd h3 {
	margin: 0px;
}
#content_index dl.news dd p {
	margin: 0px 0px 0.5em;
}
#content_index dl.news dd p.right {
	text-align: right;
}
#content_index dl.news dd p.right img {
	display: inline;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
#content_index dl.news dd ul {
	margin: 0 0 0 1em;
}
#content_index dl.news dd li img {
	display: inline;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

#banner {
	float: left;
	width: 192px;
	background: url(../images/banner_bg.jpg) no-repeat 0% 0%;
	padding-left: 16px;
}
#banner h3 {
	color: #FFFFFF;
	font-size: 0.9em;
	margin: 0px 16px 0px 0px;
}
#banner h4 {
	color: #FFFFFF;
	text-align: right;
	font-size: 0.9em;
	margin: 4px 16px 0px 0px;
}
#banner p {
	color: #FFFFFF;
	font-size: 0.75em;
	margin: 0px 16px 2em 0px;
}
#banner img {
	margin: 0px;
}
#banner a {
	color: #FF6633;
}

#footer {
	clear: both;
	width: 960px;
	height: 90px;
	background: url(../images/foot_bg.jpg) no-repeat 0% 0%;
}
#footer p {
	float: left;
	height: 90px;
	width: 512px;
	margin-left: 240px;
	text-indent: -9999px;
	_display: inline; /* for IE6 */
}
#footer address {
	width: 208px;
	float: left;
	text-indent: -9999px;
}
