@charset "utf-8";
#main .column {
	float:left;
	width:447px;
	margin-top:40px;
	padding: 0 0 0 20px;
}

#main .column.wide {
	float:left;
	width:727px;
	margin-top:40px;
	padding: 0 20px;
}

#main .column.right {
	padding: 0 20px;
	width:258px;
}

#main .column + .column {
	margin-top:10px;
}

#main .column.right .top {
	height:8px;
	background: url(../images/column-right-top.gif) top left no-repeat;
}

#main .column.right .middle {
	background: url(../images/column-right-middle.gif) top left repeat-y;
	padding: 0 15px;
}

#main .column.right .middle ul {
	padding-left: 10px;
}

#main .column.right .middle a.block-button:hover {
	background:white;
}

#main .column.right .bottom {
	margin-bottom: 20px;
	height:8px;
	background: url(../images/column-right-bottom.gif) top left no-repeat;
}

#main .column.right #testimonials #slideshow p {
	padding:5px 0;
}

#main .column.right #testimonials #slideshow p .citation {
	display:block;
	padding: 5px 0 0 15px;
	font-weight:bold;
}

#main .column.right #testimonials #slideshow p a {
	color:#820D21;
	font-weight:bold;
}

#main .column.right #testimonials #slideshow-nav {
	margin: 0 auto;
	height:25px;
	width:184px;
}

#main .column.right #testimonials #slideshow-nav a {
	display:block;
	float:left;
	margin: 0 10px 0 0;
	padding:0;
	width:80px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#820D21;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	border: 1px solid #fff7e4;
	background:none;
}

	#main .column.right #testimonials #slideshow-nav a:hover {
		background: #fff;
		border: 1px solid #d9d3be;
		text-decoration:none;
	}

