/*Navigation Styles*/
A SPAN.linker
{
	font-size: 1.2em;
	margin: 0 15px;
	font-family: inherit;
}
A:hover SPAN.linker
{
	color: #DF5A00;
}
.deeper.parent UL
{
	background: #DF5A00;
}
.responsiveMenuTheme1d.isDesktop LI LI > A
{
	border-top: 1px solid #E26A17;
}
.responsiveMenuTheme1d.isDesktop LI A, .responsiveMenuTheme1d.isDesktop LI SPAN.separator, .responsiveMenuTheme1d.isDesktop LI
{
	border: none;
}
/*Content Styles*/
DIV.container-inner
{
	padding: 0 30px 30px 40px;
}
UL
{
	margin: 0;
	padding: 0 0 0 1em;
	list-style-position: inside;
}
UL.columns, UL.columns.safes
{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}
@media screen and (max-width: 700px)
{
	UL.columns
	{
		column-count: 1;
	}
}
.safes
{
	-webkit-column-count: 3;
	/* Chrome, Safari, Opera */
	-moz-column-count: 3;
	/* Firefox */
	column-count: 3;
}
.safes P
{
	margin: 0;
}
DIV.item-page
{
	position: relative;
}
DIV.home P
{
	margin: 40px 0;
	clear: both;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
DIV.home P.border
{
	border: 5px double #59114D;
	padding: 10px;
}
DIV.home IMG
{
	margin: 0 0 20px 0;
}
@media screen and (max-width: 800px)
{
	DIV.home BR
	{
		display: none;
	}
}
DIV.item-page H3
{
	font-size: 1.3em;
}
DIV.emergency
{
	float: right;
	text-align: center;
	margin: 0 0 1em 2%;
	max-width: 80%;
	display: inline-block;
	color: #DF5A00;
}
@media screen and (max-width: 750px)
{
	DIV.emergency
	{
		display: block;
		max-width: 100%;
		margin: 0 0 1em 0;
		float: none;
	}
}
DIV.emergency P, DIV.emergency H3
{
	margin: 0 !important;
	padding: 0 !important;
}
DIV.emergency H3
{
	font-style: italic;
}
DIV.emergency P
{
	text-align: center;
	font-style: italic;
}
/* Images in content area */
DIV.content IMG.left
{
	max-width: 40%;
	height: auto;
	float: left;
	margin: 0 3% 2em 0;
}
DIV.content IMG.right
{
	max-width: 40%;
	height: auto;
	float: right;
	margin: 0 0 2em 5%;
}
DIV.content IMG.nofloat
{
	float: none;
	display: block;
	max-width: 100%;
	margin: 1em auto;
}
DIV.content IMG.smaller
{
	max-height: 200px;
}
DIV.content IMG.smallest
{
	max-height: 125px;
}
DIV.item-page.contact IMG
{
	margin-top: -425px;
}
DIV.brands
{
	text-align: center;
}
/* Narrower paragraph to keep image closer to bulleted list (Automotive page) */
@media screen and (min-width: 850px)
{
	P.narrow IMG
	{
		margin-right: 30% !important;
	}
}
@media screen and (min-width: 1100px)
{
	P.narrow IMG
	{
		margin-right: 30% !important;
	}
}
.flexcontainer
{
	display: flex;
	align-items: center;
}
.flexcontainer P IMG
{
	margin: 0 0 0 3em;
}
@media (max-width: 768px)
{
	.flexcontainer
	{
		display: block;
	}
	.flexcontainer P IMG
	{
		display: block;
		max-width: 90%;
		height: auto;
		margin: 0 auto;
	}
	DIV.item-page.contact IMG
	{
		margin: 0 20%;
		max-width: 100%;
	}
	P.fourcol IMG
	{
		max-width: 20%;
		max-height: 125px;
		vertical-align: middle;
		float: none !important;
		margin: 0 5% 0 0;
	}
}
@media screen and (max-width: 700px)
{
	DIV.content IMG.left, DIV.content IMG.right
	{
		max-width: 100%;
		float: none;
		display: block;
		margin: 0 auto 1em auto;
	}
}
/* Aiphone and Mircom logos on intercom page */
P.twocol
{
	text-align: center;
}
/* center the paragraph with images in it */
P.twocol IMG
{
	/* give each image a left and right margin and maximum width (10% + 30% + 10% + 10% + 30% + 10% = 100%) */
	margin: 0 10%;
	max-width: 30%;
	height: auto;
}
@media screen and (max-width: 500px)
{
	/* on small screens, center the images and stack them on top of each other */
	P.twocol IMG
	{
		margin: 0 auto 1em auto;
		max-width: 100%;
		display: block;
	}
}
/* Three columns of images (residential page) */
P.threecol IMG
{
	max-width: 30%;
	max-height: 200px;
	vertical-align: middle;
	margin: 0 5% 0 0;
}
P.threecol IMG:last-child
{
	margin: 0;
}
@media screen and (max-width: 700px)
{
	P.threecol IMG
	{
		max-width: 100%;
		max-height: auto;
		display: block;
		margin: 0 auto 1em auto !important;
	}
}
/* Five images on Commercial page */
P.fivecol
{
	text-align: center;
}
P.fivecol IMG
{
	max-height: 200px;
	margin: 0 2%;
	vertical-align: middle;
}
@media screen and (max-width: 1000px)
{
	P.fivecol IMG
	{
		max-width: 15%;
	}
}
@media screen and (max-width: 800px)
{
	P.fivecol IMG
	{
		max-height: 150px;
	}
}
@media screen and (max-width: 800px)
{
	P.fivecol IMG
	{
		max-height: 100px;
	}
}
/* Six columns of images (automotive page) */
P.sixcol
{
	clear: both;
}
P.sixcol IMG
{
	max-width: 15%;
	max-height: 200px;
	vertical-align: middle;
	margin: 0 2% 0 0;
}
P.sixcol IMG:last-child
{
	margin: 0;
}
@media screen and (max-width: 700px)
{
	P.sixcol
	{
		text-align: center;
	}
	P.sixcol IMG
	{
		max-width: 30%;
		/* puts images in two rows of three columns */
		max-height: auto;
		display: inline-block;
		margin: 0 auto 1em auto !important;
	}
}
#sidebar
{
	/*+placement: 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
#sidebar .moduletable
{
	box-shadow: 0 0 1em #B7AC9A;
}
#sidebar .moduletable H3
{
	padding: 10px;
	text-align: center;
	background: #59114D;
	color: white;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 0.5em 0.5em 1.8em 0.5em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	background-image: url(../images/chainlinks.png);
	background-size: 33px 11px;
	background-repeat: no-repeat;
	background-position: center bottom 0.9em;
}
#sidebar P IMG
{
	/* Center the images in the sidebar */
	display: block;
	margin: 0 auto;
}
#sidebar .orgs
{
	display: table;
	border: none !important;
	box-shadow: none;
	float: right;
	margin: 20px 0 0 0;
}
DIV.intercom
{
	/*padding: 0 0 0 30px;*/
}
DIV.intercom P:nth-child(2)
{
	/*padding: 0 0 0 60px;*/
}
@media screen and (max-width: 480px)
{
	P.fourcol IMG
	{
		max-width: 40%;
		max-height: 100px;
		margin: 5%;
	}
	DIV.adams1 IMG
	{
		margin: 0 30px !important;
	}
}
/*Footer Styles*/
DIV.footerLeft
{
	width: 50%;
	float: left;
	/*+placement: ;*/
	position: relative;
	left: 0;
	top: 0;
	border-right: 1px solid black;
}
DIV.footerRight
{
	float: right;
	width: 50%;
}
DIV.content DIV.columns
{
	margin: 1.5em 0 0 0;
}
DIV.content DIV.columns IMG
{
	width: 48%;
	margin: 0 2% 1em 0 !important;
	padding: 0;
}
DIV.content DIV.columns IMG:nth-child(even)
{
	margin-right: 0 !important;
}
@media screen and (max-width: 500px)
{
	DIV.content DIV.columns IMG
	{
		width: 100%;
		margin: 0 0 1em 0;
	}
}
