@charset "utf-8";
/* CSS Document */


/* shared elements */
body{ background: url(../images/backgrounds/bkg_team.jpg) top center; }
#subcontent { position: absolute; top: 878px/*797*/; left: 10px; color: #FFFFFF;   }

div#header { background: url(../images/backgrounds/bkg_header_team.jpg) no-repeat;}

/* Specific  elements */

#teampics { font-weight: bold; position: absolute; top: 160px; right: 42px; z-index: 0; width: 291px;  }
#teampics img { cursor:pointer; margin-bottom: 5px;}

#teampics .teamperson {
	 color: #FFFFFF; 
	 clear: left; 
	 background: #000000 url(../images/backgrounds/bkg_team_pic.jpg) repeat-x bottom; 
	 height: 90px; 
	 padding: 4px 0px 0px 0px; 
	 /*z-index: 0;*/ 
}
#teampics .teamlast {background: #000000 url(../images/backgrounds/bkg_team_pic_last.jpg) repeat-x; height: 86px;}

#teampics .teamperson .teamimg { float: left; margin-right: 5px; height: 85px; overflow:hidden; width: 180px; }
#teampics .teamperson h3 { color: #009DDE; font-size: 1.2em; margin: 0px; display: inline; font-style:italic;}
#teampics .teamperson a.teamlink { 
	color: #009DDE; 
	font-size: 2em;
	text-decoration: none; 
	display: block; 
	font-weight: bold; 
	margin-top: 30px; 
	float: right;
	text-align: right;
	width: 20px;
}


#teampics .first { padding-top: 1px;}

#teamtext { color: #FFFFFF; width: 959px; position: absolute; padding: 0px; background-color: #000000; top: 154px; left: 0px; height: 476px/*385px*/; z-index: 0;  }
#teamtext h1 { color: #009DDE; font-size: 3.2em; font-weight: normal; width: 640px; margin-left: 15px;}
#teamtext h2, #teamtext h3 { font-weight: normal; width: 640px; margin-left: 15px; }
#teamtext h2 { font-size: 2.5em; line-height: 1.5em; }

.teamprofile { color: #FFFFFF; background: #000000 url(../images/backgrounds/bkg_box_profile.jpg) repeat-x bottom; display: none; position: absolute; top: 639px/*549px*/; left: 0px; width: 674px; padding: 0px; width: 959px; height: 236px; }
.teamprofile h2 { font-weight: normal; margin-left: 15px;}
.teamprofile h2 span { color: #009DDE; display: block; font-style:italic; font-size: 1.2em; }
.teamprofile p { margin: 10px 60px 10px 15px;}

div#profilekaren.teamprofile h2 span,
div#profilejulio.teamprofile h2 span,
div#profilejanine.teamprofile h2 span,
div#profileterry.teamprofile h2 span,
div#profiledamiano.teamprofile h2 span { font-size: 1.8em; }

div#profilekaren.teamprofile p,
div#profilejulio.teamprofile p,
div#profilejanine.teamprofile p,
div#profileterry.teamprofile p,
div#profiledamiano.teamprofile p { font-family: Georgia, Times, serif; font-size: 1.6em; }

.landing { display: block; z-index: 2;}

.closesign { position: absolute; top: 60px; left: 650px; display: none; }


