﻿.content {
	padding: 0px;
	width: 910px;
	margin: 0px auto 0px Auto;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.content h6 {
	box-shadow: 1px 1px 10px 1px #C0C0C0;
	border-width: 5px;
	border-color: #3875D6;
	background-position: center center;
	color: #000000;
	display: block;
	margin: 0px 0 0 0;
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
	background-repeat: repeat;
	text-shadow: 1px 1px 0px #ffffff;
	background-color: #FFFFFF;
	padding-top: 2px;
	border-top-style: solid;
		transition-duration:1s;
}
.content h6.active {
	border-width: 1px;
	border-color: transparent #256885 #256885 #256885;
	background: center center no-repeat;
	background-image: url('../img/h3_bg.png');
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #3875D6;
	color: #FFFFFF;
			text-shadow: 1px 1px 0px #000000;

}
.content h6:hover {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #3875D6;
		transition-duration:1s;
		text-shadow: 1px 1px 0px #000000;
}
.content div {
	margin: 0px;
	padding: 0px;
}
