
/*OUR TEAM REMOTE LINK*/

*					{ margin: 0; padding: 0; }
#profile-holder		{ width: 600px; margin: 50px auto; }

h1					{ font-size: 30px; letter-spacing: -1px; margin: 0 0 20px 0; } 

.people				{ position: relative; } 
a					{ text-decoration: none; color: #222; display: block;
	 				  margin: 0 0 0 270px; outline: none; padding: 5px; }
a img				{ border: 1px solid #ccc; }
a:hover				{ background: #099; }
a .name				{ font: 18px Georgia, Serif; }
a:hover .name		{ color: #033; font-weight: bold; } 
a:hover img			{ border: 5px solid #066; margin: -4px; }
a .photo			{ display: block; position: absolute; width: 125px; height: 125px; }
#tracy .photo		{ top: 0; left: 0; }
#jennie .photo		    { top: 0; left: 134px; }
#whitney .photo		{ top: 134px; left: 0; }
#abbey .photo		{ top: 134px; left: 134px; }
#sherrie .photo		{ top: 268px; left: 0; }
#tammy .photo		{ top: 268px; left: 134px; }
ul.profile			{list-style: disc; padding-left:15px; }


#nav li a {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

#nav {
	list-style: none;
	float: right;
	padding: 40px 0px 0px 0px;
}
#nav li a:hover {
			background-position: 0 -46px;
		}
#nav li {
	display: inline;
}

#nav li a {
	display: block;
	width: 101px;
	height: 46px;
	float: left;
	text-indent: -9999px;
	outline: none;
}

#nav li.home a {
	background: url(../images/home2.png);
}
#nav li.info a {
	background: url(../images/info2.png);
}
#nav li.team a {
	background: url(../images/team2.png);
}
#nav li.photos a {
	background: url(../images/photos2.png);
}
#nav li.office a {
	background: url(../images/office2.png);
}
#nav li.current a {
	background-position: 0 -46px;
}

