@charset "utf-8";
/* CSS Document */

#servicesListHeaderContainer {
	width:				700px;
	background-color:	#F3F9F9;
	height:				41px;
	margin:				0 auto;
	z-index:			1;
}

.servicesListHeader {
	width:				98px;
	height:				40px;
	background-color:	#F3F9F9;
	font-variant:		small-caps;
	text-align:			center;
	margin-left:		0px;
	margin-right:		0px;
	color:				#676964;
	float:				left;
	cursor:				pointer;
}

.servicesListHeaderActive {
	width:				96px;
	background-color:	#618FA9;
	font-variant:		small-caps;
	text-align:			center;
	margin-left:		0px;
	margin-right:		0px;
	color:				#CFCBC8;
	float:				left;
	cursor:				pointer;
	border-top:			1px solid #676964;
	border-left:		1px solid #676964;
	border-right:		1px solid #676964;
	border-radius:		5px 5px 0px 0px;
}

.servicesListContent {
	display:			none;
	height:				300px;
	background-color:	#618FA9;
	padding-left:		5px;
	margin-top:			-1px;
	padding-top:		5px;
	border:				1px solid #761210;
	z-index:			0;
	color:			#CFCBC8;
}

.servicesListContent a{
	color:			#F3F9F9;
}