/* 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 {
	position:absolute; 
	top:0px; 
	z-index:20;
}

#Black {
	position:static; 
	width:100%; 
	top:0px; 
	height:186px; 
	background-color: #000000;
}
#White {
	position:static; 
	width:100%; 
	top:186px; 
	height:64px; 
	background-color: #ffffff;
}
.smallHeader #Black {
	height:93px; 
}
.smallHeader #White {
	top:93px; 
	height:32px; 
}

#headerLinks {
	text-align:right; 
	position:absolute; 
	width:950px; 
	background-color: #ffffff; 
	padding-left:10px;
	padding-right:10px;
	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; 
	width:800px;
	background-color: #ffffff; 
	font-size:14px;
	margin: 20px;
	margin-left: 60px;
	margin-right: 60px;
	padding: 10px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

#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 {
	margin-right:2em;
}

#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:425px;
}

#aboutSkills .imageColumn {
	float:right;
	width:45%;
	right:5%
}

#aboutSkills .textColumn {
	width:45%;
}
	


