<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	text-align:center;
	margin:auto;
	position:relative;
	font-family: Calibri, Candara, Segoe, Optima, Arial, sans-serif;
}

h1, h2
{
	color:#EC2426;
}

img
{  
	border-style: none;
}

input
{	
	border:solid;
	border-color:#A9A8A8;
	border-width:1px;

}

#header
{
	position:relative;
	width:1188px;
	margin:0 auto;
	font-size:17px;
	text-align:left;
	padding-top:10px;
}
	#logo-main img
	{
		padding-right:10px;
	}
	
	
#nav
{
	position:relative;
	left:-40px;
	top:-10px;
	padding-bottom:10px;
}
	
#nav ul
{
	font-size:14px;
	list-style:none;
}

#nav ul li
{
	float:left;
	margin-right:3.5em;
}

#subnav
{
	position:relative;
	top:-10px;
	left:0px;
	width:100%;
	border-bottom:solid;
	border-width:1px;
	border-color:#EC2426;
	padding-bottom:3px;
}

#subnav ul
{
	position:relative;
	left:-40px;
	font-size:14px;
	list-style:none;
}

#subnav ul li
{
	float:left;
	border-right:solid;
	border-width:1px;
	border-color:#EC2426;
}

#subnav ul li:last-child
{
	border-right:none;
}

.activeNav
{
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	display:block;
	width: 81px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:1px;
}

.inactiveNav
{
	text-decoration:none;
	color:#093A5A;
	text-align:center;
	display:block;
	width: 81px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: 0px -21px;
	padding-top:1px;
}

.inactiveNav:hover
{	
	background-position: 0px 0px;
	color:#FFFFFF;
}

.activeSubNav
{
	text-decoration:none;
	color:#093A5A;
	text-align:center;
	display:block;
	width: 85px;
	padding-top:1px;
	font-weight:bold;
}

.inactiveSubNav
{
	text-decoration:none;
	color:#BBBBBB;
	text-align:center;
	display:block;
	width: 85px;
	padding-top:1px;
}

.inactiveSubNav:hover
{
	color:#093A5A;
}

.banner
{
	background: url('blue80.png');
	width:280px;

	color:#FFFFFF;
}

.banner h1
{
	padding:0px 10px;
	color:#FFFFFF;
	margin-left:15px;
}

.banner p
{
	padding:0px 45px;
	font-size:14px;
}

.banner button
{
	margin-top:5px;
	margin-bottom:10px;
}

#doorsBannerRed
{
	position:absolute;
	top:20px;
	left:25px;
}
#lockBannerRed
{
	position:absolute;
	top:20px;
	left:421px;
}
#accessBannerRed
{
	position:absolute;
	top:20px;
	left:817px;
}

#doorsBanner
{
	position:absolute;
	top:20px;
	left:0px;
	width:344px;
	display:none;
}
#locksBanner
{
	position:absolute;
	top:20px;
	left:396px;
	width:344px;
	display:none;
}
#accessBanner
{
	position:absolute;
	top:20px;
	left:792px;
	width:344px;
	display:none;
}

#content
{
	width:1188px;
	margin:0 auto;
	font-size:14px;
	position:relative;
	top:0px;
	line-height:1.25em;
	color:#231F20;
	min-height:660px;
}

#left
{
	text-align:left;
	float:left;
	width:60%;
	padding:0px 0px;
}

#insideLeft
{
	float:right;
	position:relative;
	left:70px;
	top:-15px;
	width:660px;
}

#right
{
	width:369px;
	float:right;
}

.button
{
	color:#FFFFFF;
	font-weight:bold;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093D5D', endColorstr='#2090AB'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#093D5D), to(#2090AB)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #093D5D,  #2090AB); /* for firefox 3.6+ */
	border:solid;
	border-width:1px;
	border-color:#093D5D;
	padding:1px 10px;
	/*
		border-color:#9FC3CC;
		border-width:default;
	*/
}

.button:hover
{
	color:#FFFFFF;
	font-weight:bold;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2090AB', endColorstr='#093D5D'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2090AB), to(#093D5D)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #2090AB,  #093D5D); /* for firefox 3.6+ */
}


#footer
{
	position:relative;
	font-size:12px;
	line-height:0.5em;
	width:100%;
	color:#FFFFFF;
	background:#EC2426;
	padding-bottom:1px;
	padding-top:1px;
	clear: both;
	z-index:10;
}

#footer a
{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer ul
{
	margin-left:400px;
}

#footer ul li
{
	position:relative;
	float:left;
	margin-right:2em;
}

#footer ul li:first-child
{
	list-style:none;
}
</pre></body></html>