@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial;
	margin: 0;
	word-spacing: 2.5px;
	letter-spacing: .5px;
}

/* Navigation */

#navBar {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 105px;
	background-color: #1fbed6;
	color: white;
	min-width: 1000px;
	position: relative;
}
#navBarLeft {
	width: 102px;
	display: inline-block;
}
#navBarCenter {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	vertical-align: bottom;
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
}
#navBarRight {
	width: 245px;
	display: inline-block;
	height: 90px;
	padding-top: 10px;
	vertical-align: top;
	color: black;
    font-size: 14px;
	float: right;
}

#navMenu {
	list-style: none;
	display: inline-block;
	min-width: 600px;
}

.navItem {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 18px;
	min-width: 90px;
	height: 35px;
	
}
.navItem:last-child{
	margin-right: 0;
}
.navLink {
	text-decoration: none;
	color: white;
	height: 100%;
	width: 100%;
	display: block;
	padding-top: 10px; padding-left: 8px; padding-right: 8px;
	border-radius: 4px;
	text-align: center;
}
.navLink:hover{
	background-color: dimgray;
}
.navLinkActive {
	text-decoration: none;
	color: white;
	background-color: dimgray;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 10px; padding-left: 8px; padding-right: 8px;
	text-align: center;
}



/* Main Page */

#coverPhotoContainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 500px;
}
#coverPhoto {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: -1;
}

#mainContent {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	min-width: 600px;
}

.paragraphHeader{
	font-size: 25px;
	font-weight: bold;
}

p{
	font-size: 18px;
}
.contentPhotoT {
	display: block;
	margin: 30px auto;
}
	
.contentPhoto {
	display: block;
	width: 60%;
	margin: 30px auto;
}

ol > li{
	margin-top: 15px;
}


.teamPhotoName{
	padding-top: 10px;
	font-size: 19px;
}
.teamPhotoTitle{
	padding-top: 4px;
	padding-left: 15px;
	font-size: 14px;
	color: dimgray;
}

.teamPhotoAbout{
	padding-top: 15px;
	font-size: 14px;
	color: dimgray;
	text-align: justify;
}


.teamPhotoViewBio{
	margin-top: 10px;
}
.bioLink{
	text-decoration: none;
	color: #2a8eaf;
	font-size: 12px;
}

#goBack {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 12px;
	color: dimgray;
}
.returnLink {
	text-decoration: none;
	color: dimgray;
}
.returnLink:hover{
	color: #fc8624;
}
#currentPage{
	color: #fc8624;
}

.bioPageHeader {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.bioPageTitle{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid lightgray;
	color: dimgray;
}


#bioContent{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#bioText{
	width: 950px;
}



#footer{
	width: 100%;
	height: 80px;
	background-color: #1fbed6;
	color: dimgray;
	
}
#footerContact{
	height: 40px;
}

#siteMenu{
	height: 20px;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}
.footerLink{
	color: dimgray;
}

#copyright{
	width: 235px;
	margin-left: auto;
	margin-right: auto;
}

.rightColumn{
	font-weight: bold;
}
