@charset "UTF-8";

/* 
	Document   : IEUC Placid Appearance
	Created on : May 29, 2010, 4:12:00 PM
	Author     : Peter J. Wasilko
	Description:

		Three tier hierarchical layout with legacy support for IE6.

		Syntax recommendation http://www.w3.org/TR/REC-CSS2/

*/

.nav-bar {
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px #000;
}

 #guidestar-logo {
	border-style:solid;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px #000;
}

.portal {
	-webkit-border-radius: 5px;
	-webkit-box-shadow: -1px -1px 3px #000;
}

img.bio {
	-webkit-box-shadow: -1px -1px 3px #000;
}