/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/

.yui-overlay h1 {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top:0;
	padding: 0;

 }
 
 .yui-overlay h2 {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:0;
	padding: 0;

 }


.yui-overlay p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	margin: 0;
	padding:0;
}


.yui-overlay .closeBtn a:link, .yui-overlay .closeBtn a:active, .yui-overlay .closeBtn a:visited,  .yui-overlay .closeBtn a:hover{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	position: absolute;
	margin-left: 285px;
	top: 10px;
	background:url(../images/closebtn.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	z-index: 100;
	text-indent: -9000px;
 }
 
 
.yui-overlay p a:link, .yui-overlay p a:active, .yui-overlay p a:visited{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	float: left;
	margin-top: 10px;
 }
 
.yui-overlay p a:hover{
	text-decoration: none;
 }

#myPanel, #privacySection, #careerSection, #contactSection, #myEngineers, #myTech, #myProject, #myInterior, #bsaLogo, #contact, #careers, #news, #healingSection, #learningSection, #discoverySection {
	visibility:hidden;
	position: absolute;
	width: auto;
	height: auto;
	background-color: #ffffff;
	padding: 30px;
	z-index:auto;
	-moz-opacity: 0.7;
	opacity:.70;
	filter:alpha(opacity=70);
}
	



