@charset "UTF-8";
/* CSS Document */


#praise {
	border-bottom:1px solid #996600;
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	}
#inner
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#pagehead
{
	position: relative;
	clear: both;
	margin: 0;
	padding: 0; 
	width: 728px;
	height: 220px;
}	

#intro
{
	width: auto;
	min-height: 60px;
	margin-bottom: 10px;
	padding: 10px 30px;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#intro h1
{
	font-size: 12px;
	font-weight: 200;
	color: #2d2527;
}

#intro h3
{
	font-size: 15px;
	font-weight: 400; 
}

#secondary-menu
{
	position: relative;
	width: 728px;
	height: auto;
}

.article-link
{
	position: relative;
	width: 228px;
	height: 125px;
	overflow: hidden;	
}

#column
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#column h1
{
	font-size: 10px;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 15px;
}

.button
{
	position: relative;
	width: 270px;
	height: 125px;
}

.button-farm
{
	position: relative;
}

.lead
{
	position: relative;
	width: 230px;
	height: 125px;
	overflow: hidden;
}


#featured-item
{
	position: relative;
	float: left;
	width: 270px;
	height: 125px;
}

#small-img
{
	float: left;
	width: 60px;
	height: 110px;
	padding-top: 15px;
	padding-left: 15px;
}

#caption
{
	float: left;
	width: 100px;
	height: 110px;
	padding-top: 15px;
	padding-left: 15px;
}

#caption h3
{
	font-size: 10px;
	font-weight: 400;
	color: #8f0100;
}

#caption a
{
	text-decoration: underline;
}

#article
{
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 420px;
}

#article h3
{
	font-size: 16px;
	letter-spacing: .1em;
	color: #2d2527;	
}

#article h4
{
	font-size: 14px;
	font-weight: normal;	
}

#article h1
{
	font-size: 11px;
	font-weight: 200;
}

#article-wide
{
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 520px;
}

#article-wide h3
{
	font-size: 16px;
	letter-spacing: .1em;
	color: #2d2527;	
}

#article-wide h4
{
	font-size: 14px;
	font-weight: normal;	
}

#article-wide h1
{
	font-size: 11px;
	font-weight: 200;
}

#article ul li
{
	font-size: 11px;
	font-weight: bold;
}

#article ul li a
{
	color: #2d2527;
}

#incopy-img
{
	position: relative;
}

#pullquote-container
{
	position: relative;
	padding: 20px;
	text-align: center;
	background-color: #f3e3c4;
	border: 1px dotted #998675;
}

#pullquote
{
	color: #2d2527;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* FAQ anchors */

.anchors
{	
	position: relative;
	float: left;
}

.anchors ul
{
	color: #998675;
	margin-bottom: 20px;
	padding-bottom: 20px;	
}

.anchors ul li
{
	font-size: 13px;
	color: #998675;
}	

.anchors ul li a
{
	color: #998675;
	text-decoration: none;	
}

.anchors ul li a:hover
{
	color: #2d2527;	
}

.faqs
{
	position: relative;
}

#article dt
{
	font-weight: bold;
}

/* FORMS */

.form-container
{
	position: relative;
	clear: both;
	float: left;
	padding: 20px;	
}


