/*EE Internal website additional CSS
// Last Modified by: Val hamilton 9/18/07*/




/* Left nav matching styles to show state */

/* About */
body.crlhome #leftNav a#crlhome, body.scope #leftNav a#scope, body.schedule #leftNav a#schedule, body.scoop #leftNav a#scoop  {
	color: #cf6200;
	font-weight: bold;
	background-color: white;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

/* Facilities */
body.future #leftNav a#future, body.retained #leftNav a#retained, body.bsf #leftNav a#bsf, body.csf #leftNav a#csf, body.bsel #leftNav a#bsel, body.psf #leftNav a#psf  {
	color: #cf6200;
	font-weight: bold;
	background-color: white;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

/* Other Links */
body.wss #leftNav a#wss, body.regional #leftNav a#regional    {
	color: #cf6200;
	font-weight: bold;
	background-color: white;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

/* contacts */
body.orgCont #leftNav a#orgCont    {
	color: #cf6200;
	font-weight: bold;
	background-color: white;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}

.fileInfo {font-size: .85em;}

div.gallery { width: 225px; height: 160px; padding: 10px 0px;}
div.gallery img {width: 210px; height: 150px;}
div.gallerySm { width: 150px; height: 125px; padding: 10px 0px;}
div.gallerySm img {width: 150px; height: 113px;}
div.gallery p, div.gallerySm p {font-weight: bold; font-size: 1.2em;}
