/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;

}
body {
	text-align: center;
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1, h2 {
	margin: 10px 0;
	color: #ab5d36;
	font-size: 1.2em;
	font-weight: lighter;
}
h1 {
	font-size: 1.5em;
}
h2 {
	border-bottom: 1px solid #ab5d36;
}
p {
	color: #333333;
	font-size: .93em;
	line-height: 1.35em;
	font-weight: lighter;
}

ul {
	color: #333333;
	font-size: .93em;
	line-height: 1.35em;
	font-weight: lighter;
	margin: 20px;
	list-style-type: square;
	opacity: 1;
}

a {
	color: #a55404;
	text-decoration: none;

}

a:hover {
	color: #a55404;
	text-decoration: underline;
}

a img {
	border: 0px;
}

/***************************************
**	Site Structure
****************************************/
#header {
	position: relative;
	height: 80px;
	width: 100%;
}
.wrap {
	text-align: left;
	width: 850px;
	margin: 0px auto;
}
#banner {
	width: 100%;
	background: #bdb19f url('images/ajax-loader.gif') no-repeat center center;
	height: 413px;
}
#contentContainer {
	padding-top: 1px;
	width: 1000px;
	margin: 0px auto;
	background: url(images/bodyBG.png) repeat-x top left;
	min-height: 100px;
}
#content {
	width: 850px;
	margin: 20px auto;
	text-align: left;
}
#headerLinks {
	margin-top: 8px;
	padding-right: 30px;
	text-align: right;
	color: #a55404;
	font-size: 11px;
}
#headerLinks a {
	color: #a55404;
	text-decoration: none;
}
.borderTop {
	border-top: 3px solid #a55404;
}

/***************************************
**	Header
****************************************/
#yagerFurnitureLink {
	position: absolute;
	top: 20px;
	left: 0px;
}

/***************************************
**	Banner
****************************************/
#bannerImages {
	width: 1000px;
	margin: 0px auto;
	position: relative;

}
#bannerImages img {
	display: none;
}
#banner img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 413px;
	width: 1000px;
}

/***************************************
**	Content
****************************************/
#leftSide {
	float: left;
	width: 580px;
}
#rightSide {
	float: right;
	width: 230px;
}

#staff {
	float:left;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#staff-photo {
	float: left;
	margin-right: 15px;
	border: 4px solid #EEEEEE;
	margin-bottom: 80px;
}

#staff-bio {
	float: left;
	padding-bottom: 10px;
}

.right_ad_preview {
	float: right;
	margin-left: 1em;
}

.media-container {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 auto;
}

@media (min-width: 800px) {
	.media-container {
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
	}	
}

.media-container video {
	height: 325px;
	margin: 0 auto;
}

.media-container img {
	margin: 0 auto;
	max-width: 90vw;
}
/***************************************
**	Navigation
****************************************/
#navigation {
	float: right;
	font-size: .95em;
}
#navigation ul {
	 margin-top: 43px;
}
#navigation li {
	display: inline-block;
	*display: inline;
	padding: 3px;
	margin: 0 3px;
}
#navigation li a {
	color: #9c9c9c;
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
	color: #555555;
}
.last {
}

/***************************************
**	Footer
****************************************/
#footer {
	padding-top: 1px;
	width: 1000px;
	margin: 0px auto;
	margin-top: 30px;
	text-align: left;
	background-color: #615b58;
	height: 115px;
}
#footLinks {
	margin: 35px 0 0 50px;
}
#footLinks a {
	display: block;
	float: left;
	height: 47px;
	margin-left: 25px;
}
#johnston {
	width: 75px;
	background: url(images/navigation/johnston_benchworks_link.png) no-repeat top left;
}
#laine {
	width: 116px;
	background: url(images/navigation/crlaine_link.png) no-repeat top left;
}
#hancock {
	width: 184px;
	background: url(images/navigation/hancock_moore_link.png) no-repeat top left;
}
#stickley {
	width: 153px;
	background: url(images/navigation/stickley_link.png) no-repeat top left;
}
#temple {
	width: 102px;
	background: url(images/navigation/temple_link.png) no-repeat top left;
}

#bradington {
	width: 210px;
	background: url(images/navigation/bradington_link.png) no-repeat top left;
}
#newsLetter {
	border-left: 2px solid #a09e9e;
	float: right;
	height: 60px;
	width: 275px;
	margin: 25px 10px 0 0;
}
#newsLetterPadding {
	margin: 10px;
	margin-left: 35px;
}

/***************************************
**	Contact Form
****************************************/
#contact_form {
	text-align: center;
	color: #333333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#contact_table {
	text-align: left;
	margin: 0px auto;
	width: 500px;
}
#contact_table input, #contact_table textarea {
	padding: 3px;
	font-size: 14px;
	color: #555555;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/***************************************
**	Newsletter
****************************************/

#validationErrors {
	text-align: center;
	color: #333333;
}
.display_archive {
	font-size: 12px;
	color: #a7a9a1;
}
.campaign {
	line-height: 125%;
	margin: 5px;
}

/***************************************
**	Others
****************************************/
.soft {
	font-size: 11px;
	color: #333333;
}
.clearBoth {
	visibility: hidden;
	clear: both;
}

.left {
	float: left;
}

.stickley_catalog {
	padding-top: 15px;
}

.stickley_catalog img {
	padding-right: 10px;
}

.brown-bottom-banner {
    background-color: #bbb1a1;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    margin: 30px auto 0;
    max-width: 1000px;
    padding: 2.5rem 1rem;
    width: 100%;
}

.brown-bottom-banner strong {
    text-transform: uppercase;
}