/**** Profiles Images ****/

#dave, #daveon {
	position:absolute;
	left:588px;
	top:396px;
	width: 163px;
	visibility: hidden;
}
#sharon,#sharonon {
	position:absolute;
	left: 587px;
	top: 146px;
	width:142px;
	visibility: hidden;
}
#russell,#russellon{
	position:absolute;
	left: 190px;
	top: 186px;
	width:130px;
	visibility: hidden;
}
#kim,#kimon {
	position: absolute;
	left: 236px;
	top: 362px;
	width: 255px;
	visibility: hidden;
}

/**** set up default visiblity == dave's profile ****/

#daveon,#davetext,#sharon,#russell,#kim,#manage {visibility: visible;}

/**** text blocks ****/
.textblock{
	position:absolute;
	width:290px;
	height:162px;
	z-index:12;
	left: 325px;
	top: 145px;
	visibility: hidden;
}

.pullout {
	position:absolute;
	width:223px;
	z-index:13;
	left: 0px;
	top: 128px;
	font-size: 16px;
}
/* hack for services page */
.services .textblock, .services .pullout {
top: 145px;
}

#other {
	position:absolute;
	top: 118;
	left: 0;
	visibility:hidden;
}

/**** debug ****/
/* move these to screen.css when done */
p {
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
/* this site uses abosolute positioning
therefore to get body backgrounds to stick consistently
apply backgrounds to the body with a class*/

body.profile {
	background: #cff url(bg-profile.gif) no-repeat -40px 40px;
}
body.profile #profiles { background-position: 0 -40px; }

#intro.pullout td h3{font-size: 0.8em ! important;}
