ul#nav_side li ul.sub#nav_side_contact_sub { display: block; }

/* BEGIN: Body */
div#body {
	width: 726px;
	padding-left: 72px;
}

div#body strong {
	text-transform: uppercase;
	color: white;
}

div#body a {
	color: #b7c519;
}

p.note {
	font-size: 80%;
}

p.subtext {
	margin-top: 5px;
}

	/* BEGIN: Section Title */
	h2 {
		overflow: hidden;
		height: 17px;
		margin: 0;
		text-indent: -999em;
		background: transparent no-repeat left top;
	}

	body#page_locations h2 {
		width: 131px;
		background-image: url(../images/contact/locations.gif);
	}
	
	body#page_reprints h2 {
		width: 305px;
		background-image: url(../images/contact/reprints_and_photocopies.gif);
	}
	
	body#page_syndication h2 {
		width: 158px;
		background-image: url(../images/contact/syndication.gif);
	}

	body#page_research h2 {
		width: 297px;
		background-image: url(../images/contact/research_and_archives.gif);
	}
	
	body#contact_summits h2 {
		width: 237px;
		background-image: url(../images/contact/fairchild_summits.gif);
	}
	/* END: Section Title */
	
	/* BEGIN: Locations */
	div#locations dl {
		float: left;
		width: 195px;
		height: 320px;
		padding: 0 32px;
		margin-top: 40px;
		border-right: 1px #7c7f7e solid;
	}
	
	div#locations dl.left { padding-left: 0; }
	div#locations dl.right {
		padding-right: 0;
		border-right: none;
	}
	
	div#locations dl dt {
		text-transform: uppercase;
		font-weight: bold;
		color: white;
	}
	
	div#locations dl dd { margin: 0 0 20px 0; }
	div#locations dl dd.last { margin: 0; }
	/* END: Locations */

	/* BEGIN: Reprints & Photocopies */
	div#reprints {
		margin-left: 18px;
		line-height: 1.5em;
	}
	
	div#reprints ul {
		padding-left: 20px;
		margin: 20px 0 0 0;
	}
	
	div#reprints p.note#note_republish { margin-top: 0; }
	/* END:  Reprints & Photocopies */

	/* BEGIN: Syndication */
	div#syndication {
		margin-left: 18px;
	}
	div#syndication h3 {
		font-weight: normal;
		color: white;
	}
	
	div#syndication dl dt {
		padding-top: 15px;
		border-top: 1px solid white;
		font-weight: bold;
		text-transform: uppercase;
		color: white;
	}
	
	div#syndication dl dd {
		padding-bottom: 15px;
		margin-left: 0;
	}
	/* END: Syndication */
	
	/* BEGIN: Research and Archives */
	div#research {
		line-height: 1.5em;
	}
	
	div#research h3 {
		margin-bottom: 0;
		font-size: 100%;
		text-transform: uppercase;
		color: white;
	}
	
	div#research p.first {
		margin-top: 0;
	}
	/* END: Research and Archives */

/* END: Body */