
/* Profile Menu Activated *********/
#leadership 
{
	background-color: #073c6e;
	font-weight: bold;
}

#content_area
{
	text-align: left;
}
 
#content_area h1
{
	color: #073c6e;
	font-size: 23px;
	margin-bottom: 5px;
}

#president 
{
	height: 212px;
	width: 100%;
	border: 0px solid green;
}

#president_image
{
	float: left;
	width: 136px;
	height: 204px;
	border: 4px solid #FFFFFF;
	background-image: url(../images/leadership/jeff.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#president_summary
{
	float: left;
	width: 339px;
	height: 212px;
	background-image: url(../images/leadership/jeff_text_block.png);
	background-repeat: no-repeat;
	padding-left: 2px;
}

#president_summary h4
{
	color: #073c6e;
	margin: 0;
}

#president_summary h5
{
	color: #073c6e;
	margin: 0;
}

#president_summary p
{
	color: #000000;
	font-size: 12px;
	margin: 0;
}

#leadership_nav
{
	float:left;
	width: 164px;
	height: 210px;
	background-image: url(../images/leadership/mang_list_block.png);
	background-repeat: no-repeat;
	text-align: right;
	color: #073c6e;
	margin-left: 2px;
}

#leadership_nav h3
{
	margin: 0px;
}

#leadership_nav p
{
	margin: 2px;
}

#leadership_nav a
{
	text-decoration: none;
	color: #073c6e;
}


#vice_president 
{
	height: 237px;
	width: 100%;
	border: 0px solid yellow;
	margin-top: 10px;
}

#vice_president_image
{
	float: left;
	width: 136px;
	height: 204px;
	border: 4px solid #FFFFFF;
	background-image: url(../images/leadership/oliver.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#vice_president_summary
{
	float: left;
	width: 339px;
	height: 240px;
	background-image: url(../images/leadership/oliver_text_block.png);
	background-repeat: no-repeat;
	padding-left: 2px;
}

#vice_president_summary h4
{
	color: #073c6e;
	margin: 0;
}

#vice_president_summary h5
{
	color: #073c6e;
	margin: 0;
}

#vice_president_summary h6
{
	font-size:10px;
	margin-bottom: 0;
	margin-top: 5px;
}
#vice_president_summary p
{
	color: #000000;
	font-size: 12px;
	margin: 0;
}

#vice_president_summary #registration
{
	font-size: 11px;
}

