﻿/* sub web local styles */

.sample_home, .sample {
	width: 367px;
	border-top: 1px solid #e0e0e0;

}

.sample {
	padding: 15px 0 0 0;
}

.sample_home:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sample:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sample_home, .sample {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .sample_home {
	height: 1%;
}

/* Hides from IE-mac \*/
* html .sample {
	height: 1%;
}

#sample_home, .sample {
	display: block;
}

.sample_home img, .sample img {
	margin: 4px 12px 12px 0;
	border: 1px solid #999;
}

#video {
	width: 258px;
	float: left;
	margin: 4px 12px 0 0;
}

#centerCol h3 {
	margin: 14px 0 6px 0;
	font-size: 115%;
	color: #363D51;
}
.style3 {
	text-align: center;
}

