@charset "utf-8";
/* CSS Document */

#about-nav {
	float: left;
	list-style: none;
	margin: 0px 0 0px 0;
	width:115px;
	padding: 0;
}
#about-nav li {
	float: left;
	margin: 10px 0 0 0px;
	padding: 0;
}
#about-nav li a {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}
#about-nav li a:hover {
	background-position: 0 -14px;
}

#about-nav li a.current, #about-nav li a.current:hover {
	background-position: 0 -14px;
}
#about-nav0 {
	width: 79px;
	height: 14px;
	background: url(../images/common/nav/subnavs/about-us.gif) 0 0 no-repeat;
}
#about-nav1 {
	width: 69px;
	height: 14px;
	background: url(../images/common/nav/subnavs/history.gif) 0 0 no-repeat;
}
#about-nav2 {
	width: 115px;
	height: 14px;
	background: url(../images/common/nav/subnavs/meet-the-team.gif) 0 0 no-repeat;
}


/* Titles */

.about-us {
	display:block;
	width:142px;
	height:27px;
	text-indent:-1000em;
	background-image:url(../images/titles/about-us.gif);
	}
	
.history {
	display:block;
	width:106px;
	height:33px;
	text-indent:-1000em;
	background-image:url(../images/titles/history.gif);
	}
.meet-the-team {
	display:block;
	width:233px;
	height:27px;
	text-indent:-1000em;
	background-image:url(../images/titles/meet-the-team.gif);
	}
	
/* tags */

p {
	margin-top:5px;
	margin-bottom:10px;
	}

