/* imagery */

#main-nav .selected a, #main-nav a, #main-nav .selected li.selected a, #main-nav .selected li.selected li.selected a,
body#home .article {
	background-image: url(../images/link_underline.gif);
	background-position: bottom left;
}

#main-nav, #main-nav ul,
body#press-list .article,
body#in-press .article,
body#publications-list .section li,
body#publications-item .article {
	background-image: url(../images/underline2.gif);
}
body#home .article .header div h2 {
		background-image: url(../images/home/brown-90.png);
}
#main-nav {
	background-position: top left;
}

#main-nav ul,
body#press-list .article,
body#publications-list .section li,
body#publications-item .article,
body#in-press .article {
	background-position: bottom left;
}

.no-repeat,
#main-nav, #main-nav ul,
body#press-list .article,
body#in-press .article,
body#publications-list .section li,
body#publications-item .article {
	background-repeat: no-repeat;
}
.repeat-x,
#main-nav .selected a,
body#home .article .header p span, body#home .article {
	background-repeat: repeat-x;
}
.repeat-y {
	background-repeat: repeat-y;
}
.minus-text-indent {
	text-indent: -9000px;
}

/* */
.text-decoration-none {
	text-decoration: none;
}
.text-decoration-underline {
	text-decoration: underline;
}
.pointer, body#home h2 {
	cursor: pointer;
}
.list-style-none {
	list-style-type: none;
}
/* reset */
.no-background-image,
#main-nav a, #main-nav .selected li a, #main-nav .selected li.selected li a,
#main-nav li ul,
body#home .article .header a, body#home .column .last,
body#press-list .article li a,
body#publications-item .article .nav li a {
	background-image: none;
}
.text-decoration-reset {
	text-decoration: none;
}

.border-left-reset {
	border-left: 0;
}
.border-right-reset {
	border-right: 0;
}
.border-top-reset {
	border-top: 0;
}
.border-bottom-reset {
	border-bottom: 0;
}
.border-reset {
	border: 0;
}
.ol-reset {
	list-style-type: decimal;
}
.ul-reset {
	list-style-type: disc;
}