@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#4f4e4a;
	background:#3f3e3a;
}
.wraper {
	width:809px;
	margin:0 auto;
}
.header {
	width:100%;
	text-align:center;
	padding:10px 0;
}
.main-body {
	width:100%;
}
.top {
	width:809px;
	height:16px;
	background:url(../images/top.png) no-repeat center top;
}
.middle {
	width:809px;
	background:url(../images/middle.png) repeat-y center;
}
.wraper .banner {
	padding:0 0 20px 5px;
}
.title {
	font-size:22px;
	font-weight:400;
	text-align:center;
	padding:10px 0;
}
.middle p {
	padding:0 25px 20px;
	line-height:16px;
}
.bottom {
	width:809px;
	height:20px;
	background:url(../images/bottom.png) no-repeat center top;
}
ul.list {
	list-style:none;
	margin:0;
	padding:0 0 10px 30px;
}
ul.list li {
	background:url(../images/bullets.gif) no-repeat left center;
	padding:0 0 0 10px;
}
ul.list li a {
	font-size:14px;
	color:#00a0e0;
	text-transform:uppercase;
	text-decoration:none;
	font-family:'Open Sans Semibold';
}
.caution {
	padding:10px 0;
	border-bottom:1px solid #ababab;
	border-top:1px solid #ababab;
	width:726px;
	margin:0 auto 20px;
	text-align:center;
	font-style:italic;
	color:#000;
}
.post-title {
	background:#00a0e0;
	padding:5px;
	color:#fff;
	font-family:'Open Sans Semibold';
}
h3 {
	font-family: 'Open Sans';
	padding:0 25px 20px;
	font-weight:700;
	font-size:13px;
}
ul.responsiblity {
	list-style:disc;
	margin:0 20px;
	padding:0 0 20px 30px;
}
ul.responsiblity li {
	line-height:16px;
}
.bg {
	color: #00A0E0;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:700;
}
