@charset "utf-8";

#slideshow {
	width: 920px;
	height: 321px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	z-index: 0;
	overflow: hidden;
}

.photo {
	height: 301px;
	width: 920px;
	margin-top: 0px;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.pillar {
	background: #f1ede4;
	width: 280px;	
	height: 112px;	
	position: absolute;	
	margin: -41px 0 0 15px;
	z-index: 2;
}

.pillar-title {
	color: #660066;
	height: 24px;
	padding-top: 7px;
	width: 239px;
	font-family:	Georgia, Times, 'Times New Roman', Serif;
	font-size: 16px;
	padding-left: 40px;
}

.pillar-image {
	padding-left: 0px;
}

#slideshow #controls {
	position: relative;
	width: 920px;
	background-color: white;
	display: block;
	height: 27px;
	border-top: 1px solid #d0d1c8;
	border-bottom: 2px solid #d0d1c8;	
	margin: -10px auto 15px;
	z-index: 3;
}

.control-nav {
	float: right;
	margin: 4px 0 0 0;
	cursor: pointer;	
}

.control {
	float: right;
	margin: 4px 8px;
	padding: 2px 5px;
	font-family: Arial;
	cursor: pointer;
	color: #606060;
	font-size: 15px;
	z-index: 4;
	position: relative;
}

#control-left {
	background: url(http://staticwebmedia.shc.org/images/nav_left.png) no-repeat bottom center;
	width: 10px;
	height: 15px;
	padding: 0px 10px 0px;	
}

#control-right {
	background: url(http://staticwebmedia.shc.org/images/nav_right.png) no-repeat bottom center;
	width: 10px;
	height: 15px;
	padding: 0px 10px;
	margin-right: 10px;
}

.clear {	
	clear: both;
}

.controlActive {
	background-color: #660066;
	color: white;
}

#article-stack {
	float: left; 
	width: 492px;
}

#article-narrow-top {
	height:100%; 
	color: #666666; 
	background: transparent url(http://staticwebmedia.shc.org/images/article_tall_bg.png) no-repeat left bottom; 
	float: left; 
	width: 410px; 
	margin: 0px 12px 0px 12px; 
	padding: 22px 29px 40px;
}
#article-narrow-bottom {
	min-height:427px; 
	color: #666666; 
	background: transparent url(http://staticwebmedia.shc.org/images/article_tall_bg.png) no-repeat left bottom; 
	float: left; 
	width: 410px; 
	margin: 10px 12px 0px 12px; 
	padding: 22px 29px 116px
}
.articleLink-left {
	font-size: 12px; 
	text-align: left; 
	line-height: 14px; 
	padding: 7px 0 10px; 
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
}
.articleLink-center {
	font-size: 12px; 
	text-align: center; 
	line-height: 14px; 
	padding-bottom: 10px; 
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
}
.articleLink-text {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666; 
	line-height: 16px;
}

form#sidebar-newsletter label {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 7px 0 3px 0px;
	display: block;
}
div.articleLink-no-arrow {
	padding: 0px 0 0 0px;
}
form#sidebar-newsletter input[type="text"] {
	width: 11em;
}
form#sidebar-newsletter input[type="submit"]{
	background-color: #660066;
	color: #efefe5;
	padding: 3px 10px;
}

a {
	color: #660066;
}

#footerNav a {
	text-decoration: none;
	color: #666;
}




div.content-teaser {
  padding-bottom: 20px; 
  line-height: 18px;
}

span.teaser-title {
	display: block; 
	font-weight: bold;
}

span.teaser-tease {
	padding-right: 7px;
}

span.teaser-tease p {
	display: inline;
}

span.teaser-link a {
	color: #660066;
}