@charset "UTF-8";
#content section {
	margin-bottom: 60px;
}
#content h2 {
	margin-bottom: 20px;
	border-bottom: 1px #cccccc solid;
	padding-bottom: 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 250%;
}
#content h2 span {
	padding-left: 20px;
	font-size: 50%;
	letter-spacing: 0.1em;
	color: #9B9B9B;
}
#content p.title {
	font-size: 200%;
}
#content p {
	margin-bottom: 1em;
	line-height: 1.2;
	font-size: 120%;
	color: #535353;
}
#content figure {
	float: left;
	margin: 0;
	padding: 2px 15px 5px 0;
}
#content h3 {
	font-size: 120%;
	font-weight: bold;
	color: #F3990A;
}
#content .flow div {
	margin-bottom: 10px;
	padding-bottom: 30px;
	background-image: url(images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content .flow h3 {
	padding: 10px;
	background-color: #FBAB00;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE.htc);
}
#content .flow div p {
	margin-bottom: 0;
	padding: 0.5em;
	line-height: 1.3;
	font-size: 100%;
}
#content .flow div.last {
	background-image: none;
}
#content .profile table th {
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
#content .profile table td {
	padding-bottom: 5px;
}
#content .group figure {
	clear: both;
	width: 100%;
}
#content .group div{
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	width: 45%;
}
#content .group h3 {
	color: #000000;
}
#content .group p {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 100%;
	color: #535353;
}
