@charset "utf-8";
/* CSS Document */



.container{
	width: 100%;
}

.header{
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: #A7A5A5;
	
}

.menu{
	float: left;
	 
}

header nav {
	padding-top: 2%;
	text-align: center;
	font-size: 22px;
	color: #024c8e;
}

header nav a {
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

header nav a:hover {
	color: red;
}

header nav a:visited { 
 text-decoration: none; 
 color: #024c8e; 
}

#left_nav{
	width: 30%;
}

#logo{
	width: 40%;
}

#logo img{
	width: 100%;
	line-height: 0%;
	
}

#right_nav{
	width: 30%;
}

.group_name{
	text-align: center;
	font-size: 27px;
}

.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.columns h4 {
	text-align: center;
	color: #01B2D1;
}

.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}

footer {
	text-align: center;
	background: #A7A5A5;
	margin-bottom: 0px;
}
