/* Import shared styles 
-------------------------------------------------- */

@import "common.css";
@import "template_base.css";
@import "navigation.css";


/* Structure
-------------------------------------------------- */

/* Sidebar Listings
-------------------------------------------------- */
#content {
	min-height:300px;
  	height:auto !important;
  	height:300px;
}

#sidebar dl#staffListing dd {
	margin-bottom: 30px;
	color:#5E5E5E;
	text-transform: lowercase;
}

#sidebar dl#contact dt {
	font-size: .8em;
	font-weight: bold;
	text-transform: lowercase;
}


#sidebar dl#contact dd {
	font-weight: normal;
}

#sidebar dl dt {
	margin-top: 10px;
	
}

#sidebar dl dd {
	font-weight: bold;
	text-transform: lowercase;
	font-size: .8em;
}

#sidebar dl dd.ph {
	margin-top: 10px;
}

#sidebar dl dd.em {
	font-size: .7em;
}

#sidebar dl dt img {
	padding: 1px;
	margin: 1px;
	border: 1px solid #696f5c;
}

#sidebar ul#services li {
	background: url("/images/bullet.gif") left no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	color:#5E5E5E;
}

#tertiaryNav {
	height: 10px;
}
