#outer-container {
	width:100%;
	min-width:500px!important;
}

#breadcrumb {
	display:none;
}

a.white:link {
	color:#000;
	text-decoration:none;
}
a.white:visited {
	color:#000;
	text-decoration:none;
}
a.white:active {
	color:#000;
	text-decoration:none;
}
a.white:hover {
	color:#000;
	text-decoration:underline;
}

.quick-nav-container {
	display:none;
}
.quick-nav {
	display:none;
}

/* container which holds all blocks on page, including footer */
#outer-container {
	background:none!important;
}

/* inner container, holds left and right columns */
#inner-container {
	background:none!important;
}

/* left column, contains logo and navigation */
#left-col {
	display:none;
}

.sidebar {
	float:none!important;
	display:block;
	width:auto!important;
	margin-bottom:1em;
}

.back-to-top {
	display:none;
}

/* top of navigation bar */
#nav-top {
	display:none;
}
/* bottom of navigation bar */
#nav-bottom {
	display:none;
}

/* container which holds all navigation items, including extra content below navigation links */
#nav-container {
	display:none;
}

/* define navigation list */
#nav {
	display:none;
}

/* navigation buttons top */
#nav-button-top {
	display:none;
}

/* navigation buttons bottom */
#nav-button-bottom {
	display:none;
}

/* contact button */
#nav-button-contact {
	display:none;
}

/* request for quote button */
#nav-button-rfq {
	display:none;
}

/* make nav button links clickable */
#nav-button-contact a, #nav-button-rfq a {
	display:none;
}
#nav-button-contact a span, #nav-button-rfq a span { display:none; } /* hide link text */


/* right column which contains header tagline and all content */
#right-col {
	margin-left:0!important;
}

/* block container holding our tagline */
#tagline-container {
	height:auto;
	margin-bottom:1em;
}

#logo-print {
	display:block;
	float:left;
	width:227px;
	height:107px;
}

/* tagline graphic in header */
#tagline {
	margin:0 auto;
	padding-top:42px;
	text-align:center;
}

/* this id is the box containing just the page content itself  */
/* on screen, this id has no styles but in print it will clear */
/* the header to allow printing to display page properly       */
#content {
	clear:both;
	margin-top:10px;
}

/* footer */
#footer {
	margin:0;
	padding:0;
	background:none!important;
}

/* navigation bar in footer */
#footer-nav {
	display:none;
}

/* below the footer navigation we have the 'actual' footer which contains the company address, */
/* copyright statement, and association logos. this is split into two columns, left and right. */

/* left footer column, contains association logos */
#footer-left {
	
	float:none;
	width:auto;
	background:none;
	padding-top:0;
	text-align:center;
}

/* american welding society logo */
.aws-logo {
	margin-top:1em;
	display:inline-block;
	height:62px;
	
}
.aws-logo span {
	float:left;
	height:62px;
	font-weight:bold;
	margin-right:20px;
	padding-top:5px;
	font-size:110%;
}
.aws-logo a, .aws-logo a:hover {
	text-decoration:none;
	color:#000;
}

/* right footer column, contains company contact info and copyright statements */
#footer-right {
	margin-left:0;
	padding-top:45px;
	background:none;
	text-align:center;
}

/* address container */
#footer-address {
	width:600px;
	height:71px;
	padding-top:15px;
	margin:0 auto;
}
#footer-address .center {
	float:left;
	width:200px;
	margin-top:-5px;
	text-align:center;
}
#footer-address .left {
	float:left;
	width:190px;
	text-align:right;
}
#footer-address .left span { display:block;  }
#footer-address .right {
	float:left;
	width:210px;
	text-align:left;
}
#footer-address .right span { display:block;  }

.footer-map {display: none;}
/* staff page */
.staff-box {
	display:block;
	float:none;
	margin:0 50px;
	padding-top:20px;
	margin-bottom:1em;
}
.staff-img {
	float:left;
	width:200px;
	text-align:center;
	font-size:110%;
}
.staff-img img {
	border:1px solid #000;
}
.staff-bio {
	margin-left:0;
}

.alt {
	background-color:#f0f0f0;
}

.sidebar, .pic-sidebar, .pic-sidebar-clear {
	display:block;
	float:right;
	width:250px;
	padding:20px;
	margin-left:30px;
	background-color:#eee;
	border:1px solid #e0e0e0;
}

.pic-sidebar, .pic-sidebar-clear {
	width:350px;
	text-align:center;
	margin-right:30px;
}

.pic-sidebar-clear {
	width:auto!important;
	background:transparent!important;
	border:none!important;
	text-align:right!important;
}

/* weldable materials */
.welding-data {
	border-collapse:collapse;
	border-color:#aaa;
}
.welding-data th {
	font-size:95%;
	font-weight:bold;
	background-color:#ddd;
	padding:2px;
}
.welding-data td {
	font-size:85%;
	text-align:center;
	padding:2px;
}

.welding-combo {
	border-collapse:collapse;
	border:1px solid #ccc;
}
.welding-combo tr.alt th, .welding-combo tr.alt td {
	background-color:#efefef;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.welding-combo th {
	width:33%;
	font-size:85%;
	text-align:left;
	vertical-align:top;
	padding:10px 5px;
	border-right:0;
}
.welding-combo td {
	font-size:85%;
	text-align:left;
	padding:10px 5px;
	border-left:0;
}


.youtube-embed {
	display:none;
}