/* ------------------ Site styles ------------------ */
@import url(../base/styles.css); 
/* ------------------ Object styles ------------------ */
@import url(../objects/agents.css);
/* ------------------ Page styles ------------------ */
/* Layout */

/* Typography */
.content li {
	list-style-image: url(../../../pics/bullet_blue.gif);
}
/* Toolbar */
.toolbar {
	margin-top: 15px;
}
/* Content */
.content h1.title {
	margin-bottom: 15px;
}
.content h1.title a {
	color: #ec5431;
}
.button {
	width: auto;
}
.page_title {
	display: none;
}
/* Sub navigation */
.sub_navigation .current a,
.sub_navigation .current a:hover {
	color: #05a;
	background-image: url(../../../pics/bullet_blue.gif);
}
