
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}






article {
	padding: 10px 30px;
}

article.note {
	background: #fff;
	
}

section {
	float: left;
	position: relative;
	padding: 5px;
	margin: 0;
	
}
section.twothirds { width: 54%; }
section.onethird { width: 99%; float: left; }

section ol {
	list-style: none;
	background: #fff;
	background: rgba(255,255,255,.9);
}



.slidewrap {
	/*border: 1px solid #deddde; */
	overflow: hidden !important;
	position: relative;
	width: 100%;
}

.slidewrap ol{
	 margin:0; padding:0;
}

.slidewrap ol li{
	
}

.copy, h2 {
	padding: 0 10px;
}

.col-2 {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

.col-3 {
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
}

.prev,
.next { 
	display: block;
	text-indent: -9999px;
}

.prev { 
	background-image: url(../images/icon_left.png);
	background-position: center center;
	background-repeat: no-repeat; 
}
.next {
	background-image: url(../images/icon_right.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.first { position: relative; width: 100%; padding: 5px 0; }
.first .slidewrap { width: 92.6%; margin: 0 auto; }

.first .prev,
.first .next {
	float: left;
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	width: 3.5%;
	height: 100px;
	display: block;
}
.first .prev { left: 0; background-position: 60% 50%; }
.first .next { right: 0; background-position: 40% 50%; }

.second .nextprev { padding: 8px 0 4px 0; clear: both; float: left; width: 100%; }
.second .nextprev li { display: inline; }

.second .prev,
.second .next {
	display: block;
	width: 15px;
}
.second .prev { float: left; }
.second .next { float: right; }

.third .nextprev {
	position: absolute;
	right: 3px;
	top: 20px;
	z-index:999999999999;
	background-color: #0b7cc1;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: -1px 0 2px rgba(0,0,0,.15);
	-moz-box-shadow: -1px 0 2px rgba(0,0,0,.15);
	box-shadow: -1px 0 2px rgba(0,0,0,.15);
}
.third .next,
.third .prev {
	display: block;
	height: 25px;
	width: 25px;
	margin-left: 5px;
}

.third .next { border-bottom: 1px solid #d1d1d1; }
.third .prev { border-top: 1px solid #ededed; background-position: 7px center; }

h2 {
	font-size: 1.3em;
}

p { 
	font: 1.2em/1.4 arial, helvetica, sans-serif;
	padding: 5px 0;
}