/* styles that override the normal styles. So we can keep the 
 * other css file the same as the one on the AHC pacific site. 
 */
#content {
	width: 700px;
}
#content.fullscreen{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 960px;
}
#content h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}	
#content li { 
	margin-left: 40px;
}

.brandingImageHolder {
	width: 210px;
	display: block;
	margin: 0px 20px 20px 0px;
	float: left;
}
.thumbImageHolder {
	border: 1px solid #dddddd;
	padding: 0px;
	margin: 0px 20px 20px 0px;
	float: left;
}
.thumbImageHolder a img, 
.brandingImageHolder a img {
	border: none;	
}
.indentLinkContent {
	margin-left: 143px;
}
.indentLinkContent ul { 
	margin-left: 40px;
}


#rightColumn {
	display: none;
}