@charset "UTF-8";



/* --------------------------------------------------------- mainimg */
#mainimg {
	background: url(../img/bg_mainimg.jpg) left top repeat-x #fff;
}
#mainimg-inner {
	width:1200px;
	margin:0 auto 60px auto;
}

.bx-viewport {
	margin-bottom:20px;
}


.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc none repeat scroll 0 0;
    border-radius: 8px;
    display: block;
    height: 16px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 16px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#666;
}

.bx-pager-item {
	display: inline-block;
}


/* --------------------------------------------------------- content */
#content h2 {
	font-size:34px;
	color:#1f61a7;
	border-bottom:2px solid #1f61a7;
	margin-bottom:40px;
	clear:both;
}

#content section {
	margin-bottom:35px;
}

/* --------------------------------------------------------- greeting */

#greeting {
	overflow:hidden;
}
#greeting .right {
	float:right;
}
#greeting .left {
	float:left;
	width:470px;
}
#greeting .left p {
	margin-bottom:1.4em;
}
#greeting .left p.president {
	line-height:200%;
}
#greeting .left p.president span {
	margin-left:1em;
	font-size:150%;
}

/* --------------------------------------------------------- recovery */

#recovery {
	overflow:hidden;
	margin:0 -10px;
}
#recovery h2 {
	margin-left:10px;
	margin-right:10px;
	clear:both;
}
#recovery p {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:25px;
}

#recovery dl {
	width:320px;
	float:left;
	margin:0 10px 20px;
}
#recovery dt {
	height:35px;
	background:#1f61a7;
	color:#fff;
	font-size:112.5%;
	line-height:35px;
}
	#recovery dt a {
		padding-left:10px;
		display:block;
		color:#fff;
		background:url(../img/tec_arrow.png) 300px center no-repeat;
	}
#recovery dd {
	background:#cce0f5;
	padding:15px;
	height:70px;
}

/* --------------------------------------------------------- approvals */
#approvals ul {
	overflow:hidden;
}
#approvals li {
	float:left;
	width:50%;
	margin-bottom:15px;
}
#approvals li a {
	text-decoration:underline;
}
#approvals li a:hover {
	text-decoration:none;
}

