/* Overrides for the front page and BC headers */

#bcFrontPage {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:10; 
	width:100%;
	}

#Logo {
	top:0px; 
	z-index:20;
	width:320px;
}

#Logo img {
	width:320px;
}

#Black {
	display:none;
}

#White {
	width:100%;
}

#headerLinks {
	background-color: #ffffff; 
	padding-left:10px;
	padding-right:10px;
	padding-top:1em;
	white-space:nowrap;
}

#headerLinks, #headerLinks a {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #666;
	font-size: 12px;
	text-decoration:none;
	}

#headerLinks a:hover, #headerLinks a:focus {
	color: #007;
	text-decoration:underline;
	}

#Lower {
	position:relative; 
	background-color: #ffffff; 
	font-size:14px;
	padding: 10px;
}

#Lower img {
	border:none;
}

#Lower a {
	color:#007;
	text-decoration:none;
}

#Lower a:hover, #Lower a:focus {
	text-decoration:underline;
}

#Lower h1 {
	font-size:100%;
	text-decoration:underline;
	text-transform:none;
	text-align:left;
	letter-spacing:0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight:normal;
	padding:0;
	margin:0;
}


#bcFooter {
	position:static; 
	padding-bottom:15px;
	bottom:25px; 
	width:95%; 
	font-size:14px; 
	color:#666666; 
	text-align:center;
	}

#bcFooter a {
	color:#007;
	text-decoration:none;
}

#bcFooter a:hover,#bcFooter a:focus {
	text-decoration:underline;
}

#bcFooter #lastModified {
	padding-top:1em;
	font-size:75%;
}

#aboutNavigation {
	margin-bottom:1em;
}

#aboutNavigation a {
	font-size:70%;
}

#aboutTeam .member {
	position:relative;
	padding-top:1em;
	padding-bottom:1em;
	clear:both;
}

#aboutTeam .memberWhoHasLeft {
	position:relative;
	padding-top:1em;
	padding-bottom:1em;
	clear:both;
	display:none;
}

#aboutTeam .memberPicture {
	float:right;
	padding:30px;
}

#aboutTeam .memberName {
	font-size:115%;
}

#officeMap iframe {
	width:300px;
}

#aboutSkills .imageColumn {
	width:100%;
}

#aboutSkills .imageColumn img {
	width:90%;
}

#aboutSkills .textColumn {
}
				
