@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
	Button Test
----------------------------------------------------------- */

/*.inner-content-wrapper img {
	padding:20px;
	float:left;
	}
	
.inner-content-wrapper a img{
 border:0;
	}
	
.button4 img {
	padding: 0px 5px 0px 5px;
	float:none;
	}
.button4 {
	margin-bottom:30px;} */

/* -----------------------------------------------------------
	Button Blocks
----------------------------------------------------------- */

.header-block-wrapper-s {
	width: 600px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	z-index: 99;
}
.header-block-wrapper-s h2 {
	font-size:18px;
}

.header-block-s {
	float: left;
	width: 20%;
	background: #ccc;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.header-block-s {
	padding: 3.5% 0;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}

.header-block-s:hover {
	padding: 2.5% 0 7% 0;
	margin: -2.5% 0 0 0;
}

.header-block-s img {
	margin: 0 0 15px 0;
}



.header-block-s {

	width: 32%;
}

.header-block-inner-s {
	top:-40px;
}


.inner-content-wrapper img {
	max-width: 100%;
	/* width:100%; */
	height:auto;
	margin:5px;
}
.inner-content-wrapper p img {
	max-width: 100%;
	/* width:100%; */
	height:auto;
	margin:5px;
	/*border:#000 1px solid;*/
}
.inner-content-wrapper .main img {
	max-width: 100%;
	/* width:100%; */
	height:auto;
	margin:5px;
	border: none;
}

/* 2 column pages use a position of relative */
.sidebar-left-2-column {
	background: url(../images/dot_border_v.png) repeat-y top right;
	width: 27%;
	float: left;
	display: block;
	position: relative; /* position: absolute;  - Changed to prevent sidebar from overlapping footer */
	top: 0;
	bottom: 0;
	/* [disabled]left: 0; */
}


.youtubecaption {
	font-size:11px;
	font-style:italic;

}
.youtubecaption  a {text-decoration: underline;}