@charset "UTF-8";
/* CSS Document */
body{
	background-color: #414143;
	font-family: 'Lora', serif;
}
header{
	height: 216px;
	position: relative;
	background-color: #414143;
}
header > section:first-child {
	position: relative;
	z-index: 99;
}
header > section:first-child::after{
	content: url('../images/Header-Security-Cam.png');
	position: absolute;
	right: 0;
	top: -10px;
}
#logo{
	position: relative;
	top: 10px;
}
h1, h2, h3, h4, h5, h6{
	color: #bbbfc0;
}
h1{ font-size: 2em; }
h2{ font-size: 1.8em; }
h3{ font-size: 1.6em; }
h4{ font-size: 1.4em; }
h5{ font-size: 1.2em;}
h6{ font-size: 1em; }
p{
	color: #ffffff;
}
ul, ol{
	color: #2EAEE3;
}

main ul li{ position: relative; color: #ffffff; padding-left: 5px;}
ul li:before{
	content: '';
	position: absolute;
	background-color: #121252;
	height: 10px;
	width: 10px;
	left: -15px;
	top: 8px;
}

b, strong{
	font-weight: 700;
}
#phone{
	color: #bbbfc0;
	position: relative;
	top: 3px;
}
#address{
	color: #fefefe;
}
nav#main-nav{
	height: 47px;
	background: #000384; /* Old browsers */

background: -moz-linear-gradient(top,  #000384 0%, #000585 45%, #121252 48%, #121252 86%, #0e0f5f 89%, #010485 91%, #000484 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000384), color-stop(45%,#000585), color-stop(48%,#121252), color-stop(86%,#121252), color-stop(89%,#0e0f5f), color-stop(91%,#010485), color-stop(100%,#000484)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #000384 0%,#000585 45%,#121252 48%,#121252 86%,#0e0f5f 89%,#010485 91%,#000484 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #000384 0%,#000585 45%,#121252 48%,#121252 86%,#0e0f5f 89%,#010485 91%,#000484 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #000384 0%,#000585 45%,#121252 48%,#121252 86%,#0e0f5f 89%,#010485 91%,#000484 100%); /* IE10+ */

background: linear-gradient(to bottom,  #000384 0%,#000585 45%,#121252 48%,#121252 86%,#0e0f5f 89%,#010485 91%,#000484 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000384', endColorstr='#000484',GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #434365;
}
nav#main-nav ul{
		margin: 0;
	}
nav#main-nav ul li{
	float: left;
}
nav#main-nav ul li a{
	color: #fff;
	text-decoration: none;
	line-height: 46px;
	display: block;
	margin: 0 14px;	
	position: relative;
	z-index: 9999;
}
nav#main-nav ul li a.active{
	color: #bcbdc1 !important;
}
nav#main-nav:after{
	content: url('../images/Bottom-Gradient-Strip.png');
	left: 50%;
	margin-left: -680px;
	position: absolute;
	bottom: -7px;
}
.movedown{
	position: relative;
	top: 50px;
}
main{
	min-height: 450px;
	background-color: #58595b;
	overflow: hidden;
}
section#bottom-gradient{
	background-image: url('../images/Large-Gradient.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 210px;
	background-color: #010485;
}
#three-home-images img{
	margin-top: -75px;
}
footer{
	padding: 20px 0;
	font-size: 0.9em;
	border-bottom: 5px solid #010485;
	position: relative;

}
footer:after{
	content: url('../images/Bottom-Gradient-Strip.png');
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -680px;
}

#contact footer{
	padding: 20px 0;
	font-size: 0.9em;
	border-bottom: 5px solid #010485;
	border-top: 5px solid #010485;
	position: relative;

}
#contact footer:before{
	content: url('../images/Bottom-Gradient-Strip.png');
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -680px;
}
footer h5, footer p{
	margin: 0px;
}
input[type='text'], input[type='email'], input[type='tel'], textarea{
	border: 1px solid #121252;
	font-size: 1.05em;
	padding: 5px;
	font-family: 'Lora', serif;
}
.button{
	color: #fff;
	border: 0px;
	background-color: #020D8A;
	font-size: 1.1em;
	padding: 10px;
}
#by img{
	margin-left: 5px;
	position: relative;
	top: 3px;
}
