/* 	petovo.css

	styles for /umhome/, referenced by version, i.e. link href="css/gateway.css?v=1.1"
	this forces browsers to refresh their cache of this file when things change.
	same applies to ie6.css.

	also applies to the CMS.

	1.0 (2006-09-07) 
	1.1 (2006-10-18) #alert tweaked
	1.2 (2007-03-07) sprongs re-coded for firefox 1.0.7 (at the time, two versions old)

*/

body {
	background: #838890 url(img/838890_drop.gif) top center repeat-y;
	color: #000;
	font-size: 62.5%;
	margin: 0;
}

/* inputs (such as search fields) don't inherit font-family from body. */
body, input, select, textarea {
	font-family: Verdana, sans-serif; 
}
input, textarea {
	font-size: 1em;
}
input[type=text], textarea {
	padding-left: 2px;
}

/* float-clearing class */
.clr {
	clear: both;
}

/* hiding class */
.hide {
	display: none;
}

/* greying class */
.byline, span.byline {
	color: #777;
}

/* blacking class */
.notlinked {
	color: #000;
}

/* bold and red error */
.error {
	color: #c00;
	font-weight: bold;
}

/* set the base font */
#container {
	background-color: #fff;
	font-size: 1.2em;
line-height:22px;	margin: 0 auto;
	padding: 0;
	width: 790px;
}
#container code {
	color: #666; 
	font-size: 1.2em;
}

/* links */
a {
	border-bottom: 1px solid #bbb;
	color: #811;
	text-decoration: none;
}
a:hover {
	border-color: #811;
}
a img, .home a.featurelink, .internal #wordmark a {
	border: none;
}
a.noborder {
	border: none;
}
#quicklinks a,  h3.img-link a, h3#inpictureslink a {
	color: #fff;
}
#quicklinks a:hover,  h3.img-link a:hover, h3#inpictureslink a:hover {
	border-color: #fff;
}

/* headers with images and links, e.g. home 'news', 'events' */


h3.img-link {background:#881111 none repeat scroll 0%;border-bottom:5px solid #FFFFFF;font-size:1em;font-weight:normal;margin:0pt;padding:10px 5px 4px;text-align:left;}
h3.img-link img {
	float: left;
}
.home #news h3.img-link img {
	width: 42px;
}
.home #events h3.img-link img {
	width: 106px;
}
/* internal 'in pictures' headers */

.internal h3#inpictureslink {
	background: #811 url(img/inpictures.gif) 5% 100% no-repeat;
	font-size: 1em;
	font-weight: normal;
	margin: 15px 0 0 0;
	text-align: right;
	padding: 12px 15px 7px 15px;
}

/* filetype icons for non-html links (<a class="pdf" href="...">) */
a.doc, a.eps, a.pdf, a.ppt, a.rss, a.txt, a.xls, a.ics {
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-right: 3px;
}
a.doc {
	background-image: url(img/doc_icon.gif);
}
a.eps {
	background-image: url(img/eps_icon.gif);
}
a.pdf {
	background-image: url(img/pdf_icon.gif);
}
a.ppt {
	background-image: url(img/ppt_icon.gif);
}
a.rss {
	background-image: url(img/rss_icon.gif);
}
a.txt {
	background-image: url(img/txt_icon.gif);
}
a.xls {
	background-image: url(img/xls_icon.gif);
}
a.ics {
	background-image: url(img/ics_icon.gif);
}

/* inline lists */
ul.inline {
	list-style: none;
	} 
ul.inline li {
	display: inline;
		}

ul.inline.pagination {
	background: #f6f6f6;
	border: 1px solid #eee;
	border-width: 1px 0;
	margin: 2em 0 1em 0;
	padding: 1em 0.5em;
}
ul.inline.pagination li {
	font-weight: bold;
	margin-right: 1em;
}
ul.inline.pagination li.current {
}
	
/* positioning */
.lcol {
	margin-right: 385px;
	padding-left: 15px;
}
.internal .lcol {
	margin-right: 360px;
	padding-right: 25px;
}
.rcol {
	float: right;
	width: 345px;
	padding-right: 15px;
}
.bothcol {
	padding-left: 15px;
	margin-right: 15px;
}

/* container div */
.home #container {
	background: #fff url(img/gradient_eee-fff.gif) 0px 100px repeat-x;
}
.internal #container {
	background: #fff url(img/gradient_eee-fff.gif) 0px 85px repeat-x;
}	

/* quick links */
#quicklinks {
	float: right;
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-align: right;
	width: 320px;
}

/* wordmark */
#wordmark {
	border: 1px solid #700;
	border-width: 0 1px;
	margin: 0;
}

/* seal with 65px extra padding-top to prevent buggy repeating in safari */
.home #wordmark {
	background: #811 url(img/seal_maroonmatte.gif) 684px 0px no-repeat;
	padding: 15px 0 25px 15px;
}
.internal #wordmark {
	background: #811 url(img/seal_maroonmatte.gif) 684px -15px no-repeat;
	padding: 15px 0 10px 15px;
}


/* search div */
#search {
	padding: 15px 0 25px 0;
}
.internal #search {
	padding-left: 6px;
}

/* search links */
#searchlinks {
	margin: 5px 0 0 3px;
	padding: 0;
}
/* zap form margin/padding */
form {
	margin: 0;
	padding: 0;
}

/* navigation links */
#container #navigation {
	background: transparent url(img/seal_whitematte.gif) 255px -30px no-repeat;
	padding-right: 15px;
}
#navigation #nav-left {
	float: left;
	width: 120px;
}
#navigation #nav-right {
	margin-left: 150px;
}
#navigation ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul.nav li {
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}
#navigation ul.nav li.last {
	border-bottom: 0;
	margin-bottom: 0;
}
#navigation ul.nav li a {
	padding-left: 0.75em;
	border: none;
}
.home #navigation ul.nav li a {
	background: url(img/bbb_sq.gif) 0 8px no-repeat;
}
.home #navigation ul.nav li a:hover {
	background: url(img/811_sq.gif) 0 8px no-repeat;
}
.internal #navigation ul.nav li a {
	background: url(img/bbb_sq.gif) 0 6px no-repeat;
}
.internal #navigation ul.nav li a:hover {
	background: url(img/811_sq.gif) 0 6px no-repeat;
}
.internal #navigation ul.nav li.here {
	background: url(img/black_sq.gif) 0 6px no-repeat;
	padding-left: 0.75em;
}

/* feature story */
#feature {
	background: #fff;
	border: 15px solid #fff;
	border-left-width: 0;
	width: 386px;
	margin: -15px 0 0 0;
}
#feature img {
	margin-bottom: 5px;
}
#feature h3 {
	float: left;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 1em 0 0;
	padding: 0;
}
#feature p {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#feature .feature_caption {
	margin: 0 85px 0 85px;
	text-align: center;
}
#feature .feature_prev {
	float: left;
	width: 70px;
	line-height: 1.5em;
	font-size: 11px;
}
#feature .feature_next {
	float: right;
	width: 70px;
	text-align: right;
	font-size: 11px;
	line-height: 1.5em;
}


/* alert bar */

#alert {
	border-width: 1px 0;
	margin-bottom: 15px;
	padding: 12px 10px 10px 15px;
	}
#alert span {
	font-weight: bold;
	text-transform: uppercase;
}
#alert p { 
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	}
#alert a {
	border-bottom-color: #811;
}
.low-alert { background-color: #ccc; border-top-color: #ddd; border-bottom-color: #bbb; }
.medium-alert { background-color: #e5cc66; border-top-color: #ccb65c; border-bottom-color: #ffe373; }
.high-alert { background-color: #fc0; border-top-color: #ff0; border-bottom-color: #eb0; }


/* special features */
#special {
	background: #e3e3e3 url(img/gradient_eee-fff.gif) bottom left repeat-x;
	border-top: 1px solid #ddd;
	margin: 0 15px 20px 15px;
	padding: 0;
}
#special div.wrap {float: left;
		margin: 0 12px 0 10px;
}
#special div.wrap h4 {
	font-size: 1em;
	text-align: left;
	color: #666;
	margin: 0;
	padding: 3px 0;
	font-weight: normal;
}
#special div.wrap h4 a {font-size:14px;	border: none;
}
#special div.wrap h4 a:hover {
	color: #811;
	border-bottom: 1px solid #811;
}
#special div.sprong {
	background: #fff;
	border: 1px solid #ddd;
	border-width: 1px 1px 0 1px;
	padding: 5px;
	/*margin: 0 0 0 10px;*/
	float: left;
	}
#special div.sprong img {
	float: left;
	padding:5px 5px 0px 5px;}
#special div.sprong h5 {
	font-size: 12px;
	font-weight: borad;border-bottom:none;color:#000;
	margin: 0;
	padding: 0;
}
#special div.sprong p {
	line-height: 1.9em;
	margin: 0.5em 0 0 0;
	padding: 0;
}

/* news and events */

.home dl {
	background: #fff url(img/gradient_eee-fff.gif) top left repeat-x;
	margin: 0;
}
home dl dt, .home dl dd {line-height: 1.7em;
	padding: 0 5px;
}
.home dl dt {
	padding-top: 8px;
}
.home dl dd {
	margin: 0;
}
.home dl dt,.home #news dl dt {
	font-weight: bold;
}
.home #events dl dd {
	margin-bottom: 5px;
}
.home #news #fixed-news {background:#FFFFFF url(img/gradient_eee-fff.gif) repeat-x scroll left top;	border-top: 5px solid #e3e3e3;
	margin-top: 10px;
}
.home #news #fixed-news dt {
	font-weight: normal;
	margin-top: 5px;
	padding-top: 5px;
}
.home #news #fixed-news dd {
	padding-bottom: 5px;
	margin-bottom: 0;
}
.home #news #fixed-news dt.left, .home #news #fixed-news dd.left {
	float: left;
	clear: left;
	width: 183px;
}
.home #news #fixed-news dt.right, .home #news #fixed-news dd.right {
	margin-left: 193px;
	width: 183px;
}
.home #news #fixed-news dd.loop {
	padding-bottom: 2em;
}

/* footer */
#footer {
	background: #fff url(img/gradient_eee-fff.gif) 0 5px repeat-x;
	border-top: 5px solid #811; 
	margin: 25px 15px 0 15px;
	padding: 15px 0 25px 0;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer p span {
	color: #999;
	margin: 0 0.3em;
}

/* internal pages (body class="internal" id="admissions" etc) */
.internal #content h1, .internal #content h2 {
	font-family: Georgia, serif;
	font-weight: normal;
}
.internal #content h1 {
	color: #811;
	font-size: 2.4em;
	margin: 0;
	padding: 15px 0 5px 0;
}
#policies.internal #content h2 {
	padding-top: 2em;
}
.internal p, .internal ul.text li {
	line-height: 1.5em;
}
.internal ul.text {
	padding-left: 5px;
	margin-left: 0;
}
.internal ul.text li {
	background: url(img/bbb_sq.gif) 0 0.75em no-repeat;
	list-style: none;
	margin: 0.25em 0 0.25em 0.2em;
	padding: 0 0 0 0.75em;
}

/* internal nav */

.internal #navigation ul.nav li {
	font-size: 1em;
}
.internal dl.nav {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
.internal dl.nav dt {
	margin: 0.8em 0 0 0;
}
.internal dl.nav dd {
	margin: 0.2em 0 0 0;
}
.internal #navigation h4 {
	font-size: 1em;
	border-bottom: 1px solid #ddd;
	margin: 1.5em 0 0 0;
	padding: 0 0 0.2em 0;
}
.internal p.breadcrumbs {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

/* links below h1, like research */

.internal dl.toplinks {
	border: 1px solid #ddd;
	border-width: 1px 0;
	line-height: 1.5em;
	margin-top: 20px;
	padding-bottom: 10px;
}

/* internal sub-navigation, e.g. academics/ */

.internal #navigation h4.subnav {
	border-bottom: none;
	margin-bottom: 1em;
}
.internal #navigation ul.subnav {
	border-bottom: 5px solid #811;
	margin-bottom: 1em;
	padding-bottom: 1em;
}


/* internal forms, e.g. contact.html */

.internal #content form fieldset {
	border: 1px solid #ddd;
	margin: 0 0 1em 0;
	padding: 1em;
}
.internal #content form legend {
	font-weight: bold;
	padding: 0 5px;
	margin-left: 0;
}
.internal #content form dd {
	margin: 0.2em 0 1em 0;
}

/* annotated links (dl class="annotated") */

dl.annotated dt {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.5em 0 0.5em 0;
}
dl.annotated dd {
	background: url(img/bbb_sq.gif) 0 0.75em no-repeat;
	line-height: 1.5em;
	margin: 0 0 0.5em 0.2em;
	padding: 0 0 0 0.75em;
}
dl.annotated dd.desc {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}
dl.annotated dl dt {
	font-size: 1em;
	font-weight: normal;
}

/* feed lists */

table.feeds {
	border-collapse: collapse;
	margin: 1em 0 1em 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
table.feeds caption {
	text-align: left;
	background: #eee;
	border-bottom: 1px solid #ccc; 
	font-weight: bold;
	padding: 1em 0 0.5em 0.5em;
}
table.feeds td, table.feeds th {
	border: 1px solid #ddd;
	border-width: 1px 0 0 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
table.feeds td.url {
	width: 5em;
	text-align: right;
}

/* faq definition list, e.g. contact.html */

dl.faq dt {
	font-weight: bold;
	margin: 1.5em 0 0.5em 0;
}
dl.faq dd {
	line-height: 1.5em;
	margin-left: 0;
}

/* "thank you" comment feedback, e.g. contact.html */
p.thanks {
	border: 1px solid #ddd;
	padding: 1em;
	
}

/* alphabetized links (ol class="alphabetized") */

ol.alphabetized  {
	list-style: none;
	margin: 2em 0;
	padding: 0;
}
ol.alphabetized li {
	margin: 0 0 0.5em 0;
}
ol.alphabetized li.spaced {
	margin-top: 2em;
}
ol.alphabetized li span.phone {
	color: #666;
	margin-left: 0.5em;
}

/*  brochure callouts */
.internal #brochure, .internal .section {
	background: #fff url(img/gradient_eee-fff.gif) 0 5px repeat-x;
	margin: 0 0 15px 0;
	padding: 0 10px;
}
.internal #brochure.nogallery, .internal .section {
	border-top: 5px solid #811;
	margin-top: 10px;
}
.internal #brochure img, .internal .section img {
	border: 5px solid #fff;
	margin-top: 15px;
}
.internal #brochure p, .internal .section p {
	line-height: 1.5em;
	margin: 10px 5px;
}
.internal #brochure p.caption, .internal .section p.caption {
	margin-top: 0px;
}
.internal #brochure ul, .internal .section ul {
	margin: 10px 5px;
}

/* A-Z inline list */
ul.inline.atoz {
	margin-top: 2em;
	margin-left: 0;
	padding-left: 0;
}
ul.inline.atoz li {
	margin-right: 0.3em;
}

/* A-Z definition list */

dl.atoz dt {
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}
dl.atoz dd {
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
dl.atoz dd.top {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.2em 0;
	text-align: right;
}
dl.atoz dd.top a {
	border-bottom: none;
}
dl.atoz dt.letter {
	color: #999;
	margin-bottom: 1em;
}

/* academics a-z list */
#academics dl.atoz dd {
	color: #999;
}
#academics dl#departments.atoz dd {
	color: #000;
}
#academics .dept {
	font-weight: bold;
}

/* news article */
#news ul {
	margin: 1.5em 1.5em 1em 1.5em;
	padding: 0;
}
#news ul li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

/* news listing */
dl.newslisting dt {
	border-top: 1px solid #ddd;
	clear: left;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 1em;
	margin-top: 2em;
}
dl.newslisting dt img {
	display: block;
	float: left;
	margin: 0.6em 0.8em 2em 0;
}
dl.newslisting dd {
	margin: 0.2em 0 0 0;
}
dl.newslisting dd.summary {
	line-height: 1.5em;
}
#news #newssearch {
	margin: 15px 0;
}
p.dek { 
	font-family: Georgia, serif;
	font-size: 1.4em;
	margin-top: 0;
}
#news.feature #navigation #brochure.nogallery {
	margin-top: 0;
}
#newstools ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
}
#newstools ul li {
	width: 150px;
	float: left;
	margin: 6px 0;
	padding: 0;
}
#newstools ul li a {
	padding: 3px 0 3px 18px;
	border: none;
}
#newstools ul li a:hover {
	text-decoration: underline;
}
#newstools ul li a.print { background: url(img/icons/print.gif) left 50% no-repeat; }
#newstools ul li a.email { background: url(img/icons/email.gif) left 50% no-repeat; }
#newstools ul li a.facebook { background: url(img/icons/facebook.gif) left 50% no-repeat; }
#newstools ul li a.google { background: url(img/icons/google.gif) left 50% no-repeat; }
#newstools ul li a.digg { background: url(img/icons/digg.gif) left 50% no-repeat; }
#newstools ul li a.delicious { background: url(img/icons/delicious.gif) left 50% no-repeat; }
#newstools ul li a.reddit { background: url(img/icons/reddit.gif) left 50% no-repeat; }
#newstools ul li a.twitter { background: url(img/icons/twitter.gif) left 50% no-repeat; }
#newstools ul li a.rss { background: url(img/rss_icon.gif) left 50% no-repeat; }


/* arts & events */
#events #brochure {
	padding-top: 15px;
}
#events #brochure ul#range-choices {
	background: #fff;
	float: right;
	margin: 0 0 0 0;
	padding: 5px;
	width: 130px;
}
#events #brochure table {
	margin: 0;
	background: #fff;
	border-collapse: collapse;
}
#events #brochure table caption {
	background: #fff;
	margin: 0;
	padding: 5px;
	text-align: center;
}
#events #brochure table caption a {
	margin: 0 5px;
}
#events #brochure table td, #events #brochure table th {
	padding: 5px;
}
#events #brochure table th {
	color: #999;
	font-weight: normal;
}
#events #brochure table td {
	border: 1px solid #fff;
	background: #eee;
	text-align: center;
}
#events #brochure table a {
	border-bottom: none;
}
#events #brochure table td.today {
	font-weight: bold;
}
#events #brochure table td.notday {
	background: #fff;
}
#events #brochure table td.viewing {
	background: #fff;
}
#events #eventsearch, #events #eventsubmit {
	margin: 10px 0;
}
#events #content dl.eventinfo {
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 0.5em 0;
}
#events #content dl.eventinfo dd {
	color: #666;
	line-height: 1.5em;
}
#events #content dl.eventinfo dd address {
	font-style: normal;
	margin: 1em 0;
	line-height: 1.5em;
	padding: 0;
}
#events #content dl.eventinfo dd.spaced {
	margin-top: 1em;
}
#events #content table.religious {
	width: 99%;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ddd;
}
#events #content table.religious caption {
	text-align: left;
	font-weight: bold;
}
#events #content table.religious td, #events #content table.religious th {
	padding: 2px 0;
	margin: 0;
}

/* make a gift */

#give #content h1 {
	margin-top: 1em;
}
#give p#makegift {
	padding: 1em 0;
	border: 1px solid #ddd;
	border-width: 1px 0;
	font-weight: bold;
}
#give #content dl.nav {
	border-top: 1px solid #ddd;
}

/* google search results */

#search-results #content h1 {
	font-size: 2em;
	padding: 35px 0 0 0;
}
#search-results #content {
	margin-right: 0;
}
#search-results #search {
	padding: 15px 0 25px 0;
}
#search-results #navigation {
	padding-top: 50px;
}
#search-results #content dl.results dt {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.5em 0 0.2em 0;	
}
#search-results #content dl.results dd {
	line-height: 1.5em;
	margin: 0;
}
#search-results #content dl.results dt.indent, #search-results #content dl.results dd.indent {
	margin-left: 50px;
}
#search-results #content dl.results dt b {
	background: #ff9;
}
#search-results #content dl.results dd b {
	font-weight: bold;
}
#search-results #content dl.results dt.keymatch {
	background: #f6f6f6;
	margin-bottom: 0;
	padding: 5px;
}
#search-results #content dl.results dd.keymatch {
	background: #f6f6f6;
	margin-top: 0;
	padding: 0 5px 5px 5px;
}
#search-results #content p.byline {
	margin-top: 2em;
}
#search-results #content dl.formlayout dt {
	clear: left;
	float: left;
	margin: 3px 0 0 0;
	text-align: right;
	width: 180px;
}
#search-results #content dl.formlayout dt.pad {
	padding-top: 5px;
}
#search-results #content dl.formlayout dd {
	margin: 5px 0 1em 190px;
}
#search-results .improvesearch {
	margin-top: 50px;
	padding-bottom: 10px;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}
#search-results .improvesearch h3 {
	margin: 5px 0;
}
#search-results .improvesearch h4 {
	margin: 5px 0;
	color: #333;
	border: none;
}
#search-results .improvesearch dl {
	margin: 0;
	padding: 0;
}
#search-results .improvesearch dl dt {
	margin: 10px 0 5px 0;
	font-weight: bold;
	color: #666;
}
#search-results .improvesearch dl dd {
	margin: 0;
	padding: 0;
}
#search-results .improvesearch dl dd input[type=text], #search-results .improvesearch dl dd textarea {
	width: 300px;
	padding: 2px;
}


/* people finder */

#peoplefinder #content form#pfsearch {
	background: #eee;
	margin: 0 0 2em 0;
	padding: 1em 0 1em 0.5em;
}
#peoplefinder #content div#eg {
	margin: 0.5em 0 0 4em;
}
#peoplefinder #content ul.tabs {
	margin-top: 2em;
}
#peoplefinder #content .border {
	border-top: 1px solid #ddd;
	padding-top: 1em; 
}
#peoplefinder #content ul.pfresults {
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 1em 0 0 0;
	list-style: none;
}
#peoplefinder #content ul.pfresults li {
	border-bottom: 1px solid #ddd;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}
#peoplefinder hr {
	display: none;
}
#peoplefinder #content ul.pfresults input {
	margin: 0 5px 0 0;
}
#peoplefinder table {
	background: #eee;
	padding: 5px 0;
	width: 100%;
}
#peoplefinder table td, #peoplefinder table th {
	padding: 2px;
}
#peoplefinder table th {
	color: #666;
	font-weight: normal;
	text-align: left;
}
#peoplefinder ul.pfresults span.name {
	font-weight: bold;
}

/* search  amherst */

#searchumass #content h1 {
	font-size: 2em;
	padding: 25px 0 0 0;
}
#searchumass .rcol {
	height: 20px;
}
#searchumass .note {
	color: #666;
	margin-top: 0;
}
#searchumass ul.tabs {
	background: #fff url(img/gradient_eee-fff.gif) 0 -10px repeat-x;
	margin: 20px -25px 20px -15px;
	padding: 15px 0 5px 10px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#searchumass ul.tabs li {
	background: #fff;
	border: 1px solid #ddd;
	border-width: 1px 1px 0 1px;
	display: inline;
	padding: 0;
}
#searchumass ul.tabs li.here {
	border-bottom: 1px solid #fff;
	border-width: 1px;
	padding: 5px 8px;
}
#searchumass ul.tabs li a {
	border: none;
	padding: 5px 8px;
	background: #fff;
}
#searchumass #content {
	margin-right: 0;
}
#searchumass form ul.inline {
	display: inline;
	margin-left: 20px;
	padding-left: 0;
}
#searchumass form ul.inline li {
	margin: 0;
	padding: 5px 8px 13px 8px;
}
#searchumass form ul.inline li.here {
	background: #eee;
	padding: 5px 8px 13px 8px;
}
#searchumass #search {
	padding: 0 0 10px 0;
}
#searchumass #navigation {
	padding-top: 50px;
}
#searchumass #content dl.results dt {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.5em 0 0.2em 0;	
}
#searchumass #content dl.results dd {
	line-height: 1.5em;
	margin: 0;
}
#searchumass #content dl.results dt.indent, #searchumass #content dl.results dd.indent {
	margin-left: 50px;
}
#searchumass #content dl.results dt b {
	background: #ff9;
}
#searchumass #content dl.results dd b {
	font-weight: bold;
}
#searchumass #content dl.results dt.keymatch {
	background: #f6f6f6;
	margin-bottom: 0;
	padding: 5px;
}
#searchumass #content dl.results dd.keymatch {
	background: #f6f6f6;
	margin-top: 0;
	padding: 0 5px 5px 5px;
}
#searchumass #content p.byline {
	margin-top: 2em;
}
#searchumass #criteria {
	background: #eee;
	padding: 10px;
}
#searchumass #content dl.formlayout dt {
	clear: left;
	float: left;
	margin: 3px 0 0 0;
	text-align: right;
	width: 180px;
}
#searchumass #content dl.formlayout dt.pad {
	padding-top: 5px;
}
#searchumass #content dl.formlayout dd {
	margin: 5px 0 1em 190px;
}

#searchumass #adv-event-form {
	background: #eee;
	padding: 10px;
}

#searchumass .pf {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
#searchumass.peoplefinder .pfright {
	float: right;
	width: 345px;
	padding-right: 0px;
}
#searchumass.peoplefinder .pfleft {
	margin-right: 360px;
	padding-right: 25px;
}
#searchumass.peoplefinder #content form#pfsearch {
	background: #eee;
	margin: 0 0 2em 0;
	padding: 1em 0 1em 0.5em;
}
#searchumass.peoplefinder #content div#eg {
	margin: 0.5em 0 0 4em;
}
#searchumass.peoplefinder #content .border {
	border-top: 1px solid #ddd;
	padding-top: 1em; 
}
#searchumass.peoplefinder #content ul.pfresults {
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 1em 0 0 0;
	list-style: none;
}
#searchumass.peoplefinder #content ul.pfresults li {
	border-bottom: 1px solid #ddd;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}
#searchumass.peoplefinder hr {
	display: none;
}
#searchumass.peoplefinder #content ul.pfresults input {
	margin: 0 5px 0 0;
}
#searchumass.peoplefinder table {
	background: #eee;
	padding: 5px 0;
	width: 100%;
}
#searchumass.peoplefinder table td, #peoplefinder table th {
	padding: 2px;
}
#searchumass.peoplefinder table th {
	color: #666;
	font-weight: normal;
	text-align: left;
}
#searchumass.peoplefinder ul.pfresults span.name {
	font-weight: bold;
}

/* identity site */

#identity  dl dd {
	margin: 0.5em 0;
}
#identity  dl dt {
	margin: 3em 0 0 0;
}
#identity #topbanner {
	padding: 8px 15px;
	background-color: rgb(136, 17, 17);
	text-align: right;
}
#identity #topbanner img {
	border: 0pt none;
	float: left;
	width: 146px;
}
#identity #topbanner form {
	margin: 0pt;
	padding: 0pt;
}
#identity #topbanner input {
	font-size: 11px;
	font-family: Verdana,sans-serif;
	padding-left: 2px;
}
#identity #container {
	background: #fff url(img/gradient_eee-fff.gif) 0px 40px repeat-x;
}
#identity #navigation {
	margin-top: 60px;
	background: none;
}
#identity table td {
	vertical-align: top;
}
#identity table ul {
	list-style: none;
	padding: 0;
}

/* tabbed unordered list */
ul.tabs {
	border-bottom: 1px solid #ddd;
	margin: 1em 0 2em 0;
	padding: 0 0 0.2em 0;
}
ul.tabs li {
	background: #fff;
	border: 1px solid #ddd;
	border-width: 1px 1px 0 1px;
	display: inline;
	list-style: none;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.5em 0.2em 0.5em;
}
ul.tabs li.here {
	border-bottom: 1px solid #fff;
}
ul.tabs li a {
	border: none;
}

/* videos */
#videos #video {
	width: 386px;
	height: 290px;
	background: #eee;
}
#videos #video p {
	margin: 5px;
	font-weight: bold;
	text-align: center;
}
#videos #info {
	margin-top: -5px;
}
#videos #info .meta {
	color: #666;
}
#videos #info .meta dt {
	width: 60px;
	clear: left;
	float: left;
}
#videos #info .meta dd {
	margin-left: 70px;
	font-weight: bold;
	line-height: 1.5em;
}

#videos #title {
	font-weight: bold;
	font-size: 1.5em;
	padding: 0em 0 1.5em 0;
}
#videos #more {
	background: #fff url(img/gradient_eee-fff.gif) 0 5px repeat-x;
	border-top: 5px solid #811; 
	margin: 25px 15px 0 15px;
	padding: 0px 10px 0px 10px;
}
#videos #more h2 {
	font-size: 1.3em;
	margin: 10px 5px 5px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
#videos #more ul {
	width: 360px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#videos #more ul li a {
	font-weight: bold;
}
#videos #more ul li {
	margin: 0 0 5px 0;
	padding: 5px;
}
#videos #more ul li .info {
	margin-left: 125px;
}
#videos #more ul li .thumb {
	float: left;
	padding: 2px;
	width: 110px;
	border: 1px solid #ccc;
	background: #fff;
}
#videos #more ul li h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#videos #more ul li p {
	line-height: 1.3em;
	margin: 3px 0 0 0;
	padding: 0;
}
#videos #more ul li p.meta {
	font-size: .95em;
	font-weight: bold;
	color: #666;
}
#videos #more ul li p.meta span {
	font-weight: normal;
}
#videos #more ul.rightlist {
	float: left;
	margin-left: 20px;
}
#videos #more ul.leftlist {
	float: left;
}

/* audio */
#audio #audio-clip {
	width: 386px;
	background: #eee;
}
#audio #audio-clip p {
	margin: 5px;
	font-weight: bold;
	text-align: center;
}
#audio #info {
	margin-top: -5px;
}
#audio #info .meta {
	color: #666;
}
#audio #info .meta dt {
	width: 60px;
	clear: left;
	float: left;
}
#audio #info .meta dd {
	margin-left: 70px;
	font-weight: bold;
	line-height: 1.5em;
}

#audio #title {
	font-weight: bold;
	font-size: 1.5em;
	padding: 0em 0 1.5em 0;
}
#audio #more {
	background: #fff url(img/gradient_eee-fff.gif) 0 5px repeat-x;
	border-top: 5px solid #811; 
	margin: 25px 15px 0 15px;
	padding: 0px 10px 0px 10px;
}
#audio #more h2 {
	font-size: 1.3em;
	margin: 10px 5px 5px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
#audio #more ul {
	width: 360px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#audio #more ul li a {
	font-weight: bold;
}
#audio #more ul li {
	margin: 0 0 5px 0;
	padding: 5px;
}
#audio #more ul li .info {
	margin-left: 0px;
}
#audio #more ul li .thumb {
	float: left;
	padding: 2px;
	width: 110px;
	border: 1px solid #ccc;
	background: #fff;
}
#audio #more ul li h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#audio #more ul li p {
	line-height: 1.3em;
	margin: 3px 0 0 0;
	padding: 0;
}
#audio #more ul li p.meta {
	font-size: .95em;
	font-weight: bold;
	color: #666;
}
#audio #more ul li p.meta span {
	font-weight: normal;
}
#audio #more ul.rightlist {
	float: left;
	margin-left: 20px;
}
#audio #more ul.leftlist {
	float: left;
}


/* in pictures (slideshows) stuff */

#inpictures #collection {
	font-weight: bold;
	font-size: 1.5em;
	padding: 0em 0 1.5em 0;
}
#inpictures #nav {
	margin-bottom: 5px;
}
#inpictures #nav a {
	display: block;
	text-decoration: none;
}
#inpictures #nav a:hover {
	text-decoration: underline;
}
#inpictures #nav a.prev {
	width: 160px;
	background: #fff url(img/prev.gif) center left no-repeat;
	border: none;
	padding-left: 0.8em;
	text-align: left;
	float: left;
}
#inpictures #nav a.next {
	width: 160px;
	background: #fff url(img/next.gif) center right no-repeat;
	border: none;
	padding-right: 0.8em;
	text-align: right;
	margin-left: 215px;
}
#inpictures #photo {
	text-align: center;
	width: 386px;
}
#inpictures #credit {
	color: #999;
	margin-right: 4px;
	text-align: right;
}
#inpictures #caption {
	margin: 5px 0;
}
#inpictures #description {
	margin: 5px 0;
	color: #999;
}
#inpictures .nav .here {
	font-weight: bold;
	color: #811;
}
#inpictures .nav .p {
	width: 103px;
	text-align: left;
	float: left;
}
#inpictures .nav .middle {
	width: 135px;
	text-align: center;
	float: left;
}
#inpictures .nav .n {
	width: 100px;
	text-align: right;
	float: left;
}
#inpictures .nav .p a {
	background: #fff url(img/prev.gif) center left no-repeat;
	border: none;
	padding-left: 0.8em;
	text-align: left;
}
#inpictures .nav .n a {
	background: #fff url(img/next.gif) center right no-repeat;
	border: none;
	padding-right: 0.8em;
	text-align: right;
}
#inpictures .nav .p a:hover, #inpictures .nav .n a:hover {
	text-decoration: underline;
}
#inpictures #thumbs {
	margin-top: 25px;
}
#inpictures #thumbs ul {
	margin: 0;
	padding: 0;
}
#inpictures #thumbs ul li {
	border: 1px solid #fff;
	float: left;
	margin: 0 3px 3px 0;
	padding: 3px;
}
#inpictures #thumbs ul li.here {
	border-color: #ccc;
	background-color: #eee;
}
#inpictures #thumbs a {
	border: none;
}
#inpictures #more {
	background: #fff url(img/gradient_eee-fff.gif) 0 5px repeat-x;
	border-top: 5px solid #811; 
	margin: 25px 15px 0 15px;
	padding: 0px 10px 0px 10px;
}
#inpictures #more h2 {
	font-size: 1.3em;
	margin: 10px 5px 5px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
#inpictures #more ul {
	width: 360px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#inpictures #more ul li {
	margin: 0 0 5px 0;
	padding: 5px;
}
#inpictures #more ul li .info {
	margin-left: 90px;
}
#inpictures #more ul li .thumb, body.multimedia .thumb {
	float: left;
	width: 75px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}
#inpictures #more ul li h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#inpictures #more ul li p {
	line-height: 1.3em;
	margin: 3px 0 0 0;
	padding: 0;
}
#inpictures #more ul li p.meta {
	font-size: .95em;
	font-weight: bold;
	color: #666;
}
#inpictures #more ul li p.meta span {
	font-weight: normal;
}
#inpictures #more ul.rightlist {
	float: left;
	margin-left: 20px;
}
#inpictures #more ul.leftlist {
	float: left;
}

/* multimedia */
.plugin {
	background: #eee url(img/icons/plugin.gif) 5px 50% no-repeat;
	padding: 5px 5px 5px 60px;
}
.plugin p {
	margin: .5em 0;
}
body.multimedia {
	
}
#videos.multimedia #more ul.rightlist li .info { /* for slideshows */
	margin-left: 90px;
}
#videos.multimedia #more ul.rightlist li .thumb { /* for slideshows */
	width: 75px;
}
#videos.multimedia #more li h2 {
	line-height: 1em;
	font-size: 1.3em;
	margin: 0;
	padding: 15px 0 5px 0;
}
#videos.multimedia #info h2 {
	font-size: 1.3em;
	margin-bottom: 0;
	padding-bottom: 0;
}
#videos.multimedia #more li.latest {
	margin: 0 0 10px 5px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
#videos.multimedia #more li.latest h2 {
	border: none;
}
#videos.multimedia #more li.latest .all {
	display: block;
	margin-left: 210px;
	padding: 0;
	margin-top: 12px;
}
#videos.multimedia #more li.latest .clr {
	line-height: 0px;
}
#videos.multimedia #more ul.bottomlist {
	width: auto;
}
#videos.multimedia #more ul.bottomlist li {
	float: left;
	width: 340px;
}
#videos.multimedia #more ul.bottomlist li.latest {
	float: none;
	width: auto;
}
#videos.multimedia #more ul.bottomlist li .info {
	margin-left: 0;
}
#videos.multimedia #more li h2.video, #videos.multimedia #more li h2.slideshow, #videos.multimedia #more li h2.audio {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 7px 32px;
	margin-top: 5px;
	float: left;
	width: 200px;
	text-align: left;
}
#videos #more h2.video, #inpictures #more h2.slideshow, #audio #more h2.audio {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 7px 0 10px 32px;
	margin-top: 5px;
}
#videos.multimedia #more li h2.video, h2.video {
	background-image: url(img/multimedia/video_heading.gif);
}
#videos.multimedia #more li h2.slideshow, h2.slideshow {
	background-image: url(img/multimedia/slideshow_heading.gif);
}
#videos.multimedia #more li h2.audio {
	background-image: url(img/multimedia/audio_heading.gif);
}
#audio #more h2.audio {
	background-image: url(img/multimedia/audio_heading_grey.gif);
}


/* collapsible */
.collapsible {
	padding-left: 12px;
	background: url(img/collapsible_open.gif) 0px 5px no-repeat;
}

.collapsed {
	padding-left: 12px;
	background: url(img/collapsible_closed.gif) 0px 3px no-repeat;
}


/* places */
#places #map {
	overflow: hidden;
	border: 1px solid #ccc;
	width: 384px;
	height: 320px;
}
#places #linkto {
	margin: 0 0 1em 0;
	line-height: 1.5em;
	padding: 5px;
	width: 374px;
	border: 1px solid #ccc;
	border-width: 0px 1px 1px 1px;
	background: #eee;
}
#places address {
	color: #666;
}
#places ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#places ul.nav li {
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 1.5em;
}
#places ul.nav li a {
	padding: 0;
}
#places ul.related_places {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}
#places ul.related_places li {
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 1.5em;
}
#places ul.related_places li a {
	padding-left: 0.75em;
	border: none;
	background: url(img/bbb_sq.gif) 0 50% no-repeat;
}
#places ul.related_places li a:hover {
	background: url(img/811_sq.gif) 0 50% no-repeat;
}
#places ul.all_places {
	margin: 0;
	padding: 0;
	list-style: none;
}
#places ul.all_places li {
	width: 180px;
	float: left;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 1.5em;
}
#places ul.all_places li a {
	padding: 0;
}


/* error page */
#error #navigation div, #error #navigation ul {
	visibility: hidden;
}
#error #content form div {
	background: #eee;
	padding: 1em;
}
#error #content form input[type=text] {
	padding-left: 0.2em;
}
#error #content .topspace {
	margin-top: 2em;
}
#error #content .bottomspace {
	margin-bottom: 2em;
}
