/* CSS Document */

#wrapper { position: relative; width: 890px; margin: 0 auto 0 auto; }

#team {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	line-height: 1.3em;
	text-align: left;
	color: #000;
	font-size: 0.8em;
	margin: 20px auto 0 auto; 
	padding: 0;
	width: 500px;
}

.clear { clear: both }
img { border: 0; }

#team a { text-decoration: none; color: #666; }
#team a:hover { text-decoration: none; color: #666; border-bottom: 1px dotted #666; }

#team a.imgA { text-decoration: none; border: 0; }
#team a.imgA:hover { text-decoration: none; border: 0; }

#team #financial { margin: 0; padding: 0; }
#team #financial .teamPhoto { border: 2px solid #fff; position: relative; float: left; margin: 0 20px 20px 0; }
#team #financial .teamPhoto:hover { border: 2px solid #ccc; position: relative; }
#team #financial .teamDescription { position: relative; float: left; margin: 40px 0 0 0; }
#team #financial .teamDescription a { color: #0081ba; font-weight: bold; }


#team #commercial { margin: 0; padding: 0; }
#team #commercial .teamPhoto { border: 2px solid #fff; position: relative; float: left; margin: 0 20px 20px 0; }
#team #commercial .teamPhoto:hover { border: 2px solid #ccc; position: relative; }
#team #commercial .teamDescription { position: relative; float: left; margin: 40px 0 0 0; }
#team #commercial .teamDescription a { color: #990033; font-weight: bold; }

#team #liphook { margin: 0; padding: 0; }
#team #liphook .teamPhoto { border: 2px solid #fff; position: relative; float: left; margin: 0 20px 20px 0; }
#team #liphook .teamPhoto:hover { border: 2px solid #ccc; position: relative; }
#team #liphook .teamDescription { position: relative; float: left; margin: 40px 0 0 0; }
#team #liphook .teamDescription a { color: #00186a; font-weight: bold; }


#team h1 { font-size: 1em; color: #353535; }
