/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear:both;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	color:#FFFFFF;
	background-color:#003279;
	/* margin-top:20px; */
}
body a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
body a:hover {
	color:#bcce00;
	font-weight:bold;
	text-decoration:underline;
}
#head { 
	float: left;
	width: 100%;
	background-color:#FFFFFF;
	height: 95px;
	margin-bottom:50px;
}
#logo {
	width:200px;
	height:45px;
	margin-top:35px;
	margin-right: 20px;
	margin-bottom: 15px; 
	margin-left: 50px;
	position: absolute;
}
#content {
	max-width:900px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 50px;
}
#content ul {
	margin-left:15px;
}
#footer {
	float: left;
	height: 50px;
	width: 100%;
	margin-top: 20px;
	padding-left: 50px;
	position:fixed;
	bottom:0;
}
.pic_title {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pic_border {
	border: 1px solid #FFFFFF;
	padding: 10px;
}
.mail_link a {
	color:#FFFFFF;
	text-decoration:none;
}
.mail_link a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/* TEAM PAGE CSS */
.member_main {
	float: left;
	margin-bottom: 10px;
	
}
.member_drop {
	overflow: hidden;
	height: 0px;
}


.portfolio {
	margin-bottom: 50px;
}
.portfolio_title {
	float: left;
	width: 500px;
}
.portfolio_img {
	float: right;
	text-align: right;
	width: 350px;
}
.portfolio_top {
	padding-bottom: 20px;
}