/* INDEX CSS */

@import url("includes/style_reset.css");
@import url("includes/style_header.css");
@import url("includes/style_common.css");
@import url("includes/style_footer.css");


/* SECTION */
.section_container
{
	margin: 0px 0px 30px 0px;
}

.section_title
{
	padding-top: 25px;
}

.section_title h3
{
	background-color: #2b4f68;
	width: auto;
	height: 100%;
	margin: 0px 0px 15px 0px;
	padding: 7px 0px 7px 10px;
	border-radius: 2px;
	font-size: 1.2em;
	color: rgb(255, 255, 255);
}

tr
{
	display: inline-block;
	margin-bottom: 15px;
	width: auto;
	padding: 0px 5px 0px 9px;
}

td
{
	display: inline-block;
}

article 
{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	color: black;
	background-color: rgb(255, 255, 255);
	width: 270px;
	height: 415px;
	border-radius: 3px;
}

article img
{
	margin-bottom: 10px;
	border-radius: 2%;
}

article h2
{
	font-size: 1.1em;
	color: #2b4f68;
	margin-bottom: 5px;
}

article h3
{
	font-size: 0.9em;
	font-weight: bold;
	color: #2b4f68;
	margin-bottom: 15px;	
}

article p
{
	font-size: 1.0em;
	line-height: 125%;
	color: rgb(80, 80, 80);	
	text-align: left;
}

article:hover
{
	background-color: rgba(0, 61, 77, 0.3);
}
