@charset "utf-8";

* {
	box-sizing: border-box;
}
.tmpl_wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;	
}

.tmpl_header {
	width: 100%;
	height: 325px;
	background-color: #cccccc;
}
.tmpl_featurediv {
	clear: both;
	width:100%;
	height: auto;

}

.tmpl_feature {
	float: left;
	width: 33.3%;
	height: auto;
	min-height:125px;
	background-color:#35a096;
	color: white;
	transition: background-color 0.5s;
	padding: 1em;
	
	
}


.tmpl_feature:nth-child(1) {
	background-color: #35a096;
}
.tmpl_feature:nth-child(2) {
	background-color: #c06a49;
}

.tmpl_feature:nth-child(3) {
	background-color: #4278b6;	
}

.tmpl_feature:nth-child(4) {
	background-color: #8a4faf;	
}
.tmpl_feature:nth-child(5) {
	background-color: #499a32;	
}
.tmpl_feature:hover {
	background-color: #333;
	
}

.content {
	clear: both;
	width: 100%;
	height: auto;
	min-height: 300px;
	background-color: #f9f9f9;
	text-align: left;
}

#content {
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#rightnav {
	position: absolute;
	top: 24px;
	right: 20px;
	width: 200px;
	height: 40px;
	z-index: 601;
	display: none;
	background: #000;
	padding: 5px 8px 0 0;
	opacity: 0.8;
}