/*  Teamr SubPage CSS  */

body {
	background-color: #FFF;
	
}

#content {
	background-color: #fff;
}

.features {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.features li {
	list-style-type: none;
	float: left;
	display: inline;
	width: 33%;
	text-align: center;
}

.features li a {
	display: block;
	margin: 0 20px;
	color: #003366 !important;
}

.features li a:hover {
	color: #003366 !important;
}

.features li a img {
	border: 0px;
}

.features .title {
	background: #ecf1f7;
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.twoColumnList {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.twoColumnList li {
	width: 45%;
	margin: 2px;
	float: left;
	display: inline;
	float: left;
	list-style-type: none;
	padding: 5px;
	background: #eaeaea;
	color: #003366;
}

.twoColumnList li.row {
	background: #e4edf6;
}

.titleBlock {
	color: #003366 !important;
	background: #ecf1f7;
	display: block;
	width:95%;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.subTitle {
	padding-left:15px;
	padding-right:10px;
	}