@charset "utf-8";
/* Content*/

.bodywrapper li {
	margin-left:20px;
	list-style-image:url(../images/arrow.png);
}

.section-title {
	border-bottom:3px solid #b7bef9;
	padding:0px;
	clear:both;
}
.section-title h1 {
	color:#0c176b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
}

.section-list {
	padding-left:20px;
	margin-top:10px;
}

.section-break {
	border-bottom:1px solid #b7bef9;
	padding-top:5px;
	clear:both;
}

.shadow-box-header {
	background: url(/images/box/header-right.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.shadow-box-header h2 {
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	background: url(/images/box/header-left.png) no-repeat top left;
	margin: 0;
}
.shadow-box-body {
	background: url(/images/box/body-left.png) no-repeat bottom left;
	margin: 0;
	padding: 5px 40px 31px;
}

.section-box-header {
	background: #fff url(/images/section/section_header_right.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.section-box-header h2 {
	padding: 12px 30px 10px;
	color: #0c176b; 
	font-weight: bold; 
	font-size: 1.2em;
	font-style: italic;
	line-height: 1em;
	background: url(/images/section/section_header_left.png) no-repeat top left;
	margin: 0;
}
.section-box-body {
	background: #fff;
	margin: 0;
	padding: 10px;
}


