
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */




article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ul, ol, dl { position: relative; }

ul { list-style: none; }

ol { margin:0 50px; }

ol li {margin-bottom: 10px}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------- END CSS RESET ------------------------- */
/* ------------------------- CLEARFIX ------------------------- */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ------------------------- END CLEARFIX ------------------------- */

html { height: 100%; }

body {
	height: 100%;
	background: url(../images/diag.png) #3d3c42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
hr {
	  border: none;
    height: 3px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

a:link {
	color: #DB7B24;
	text-decoration: none;
}	/* unvisited link */

a:visited { color: #DB7B24; }	/* visited link */

a:hover {
	color: #DB7B24;
	text-decoration: underline;
}	/* mouse over link */

a:active { color: #DB7B24; }	/* selected link */

strong { font-weight: bold; }

em { font-style: italic; }

h1 {
	color: white;
	background-color: red;
	padding: 5px;
	margin-bottom: 10px;
	margin: 0px -10px 10px 10px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 23px;
}

h3 {
	font-weight:bold;
	font-size:23px;
	text-align:center;
}

h4 {
	font-weight:bold;
	font-size:19px;
	text-align:center;
}

#wrapper {
	width: 923px;
	margin: 0 auto;
	/*background-color: white;*/
	/*min-height: 800px;*/
	/*height: 100%;*/
	background-color: #666;
	box-shadow: 0px 3px 15px #000000;
	-moz-box-shadow: 0px 3px 15px #000000;
	/*box-shadow: h-shadow v-shadow blur spread color inset;*/
	position:relative;
}

#header {
	width: 923px;
	height: 334px;
	background-image: url(../images/burglar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: white;
}

#cjsclogo {
	float: left;
	margin-left: 15px;
}

/* ---------- BIGNAV ---------- */

#bignav { clear: both; }

#bignav a:link {
	display:block;
	width: 153px;
	height: 144px;
	text-align:center;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}	/* unvisited link */

#bignav a:visited { color: #FFF; }	/* visited link */

#bignav a:hover {
	color: #FFF;
	text-decoration: none;
}	/* mouse over link */

#bignav a:active { color: #FFF; }	/* selected link */

#bignav ul li {
	float: left;
	background-repeat:no-repeat;
	background-position:0px 35px;
	border-right: 1px solid white;
	width: 153px;
	height: 144px;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	color: #FFF;
}

#bignav .black_bg {
	background-color:black;
}

#bignav .black_bg:hover {
	background-color:#ed7e19;
}

#bignav .red_bg {
	background-color:#c21f20;
}

#bignav .red_bg:hover {
	background-color:#ed7e19;
}

#bignav ul #res{
	background-image: url(../images/btn_bg_res.jpg);
}

#bignav ul #com{
	background-image: url(../images/btn_bg_com.jpg);
}

#bignav ul #gov{
	background-image: url(../images/btn_bg_gov.jpg);
}

#bignav ul #edu{
	background-image: url(../images/btn_bg_edu.jpg);
}

#bignav ul #med{
	background-image: url(../images/btn_bg_med.jpg);
}

#bignav ul #bus{
	background-image: url(../images/btn_bg_bus.jpg);
}

#bignav ul #alm{
	background-image: url(../images/btn_bg_alm.jpg);
}

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

/* ---------- MAIN ---------- */


#main { background-color: #F6F6F6; /*height:100%;*/
}

/* ---------- SIDENAV ---------- */


#sidenav {
	clear: both;
	float: left;
	margin-top: -2px;
	background-color: #666;
	width: 153px;
	/*height: 100%;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	position:relative;
	z-index:100;
}

#sidenav p {
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

#sidenav a {
	color: white;
	cursor: pointer;
	display: block;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	text-decoration: none;
}

/*#sidenav a:hover { text-decoration: underline; }*/


#sidenav li:hover {
	background: #f90;
	position:relative;
	z-index:100;
}

.arrow { 
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:center right;
}

ul.top-level { background: #666; }

ul.top-level li { border-top: 1px white solid; }

ul.top-level li:first-child { border-top: none; }

ul.sub-level { display: none; }

li:hover .sub-level {
	background: #999;
	border: #fff solid;
	border-width: 1px;
	display: block;
	position: absolute;
	left: 153px;
	top: -1px;
	z-index:100;
}

ul.sub-level li {
	border-top: white solid;
	border-width: 1px;
	float: left;
	width: 150px;
	position:relative;
	z-index:100;
}

.social-icon {
	float:left;
}

/* ---------- MAIN CONTENT ---------- */


#maincontent {
	width: 750px;
	min-height: 1030px;
	margin-top: -2px;
	/*height:100%;*/
	float: right;
	padding: 10px;
	/*background-color:#F6F6F6;*/
	background-color: #FFF;
}

.getthem {
	background-image:url(../images/get-them-bg.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.contentsection {
	width: 550px;
	float: right;
	margin-bottom: 20px;
}

.contentsection p { margin: 0 20px; }

.contentsection ul {
	list-style: disc;
	margin-left: 50px;
}

.large {
	width: 720px;
	margin-right:15px;
	/*background-color:pink;*/
}

.contentpic {
	clear: left;
	float: left;
}

.youTubeVideo {
	/*float: right;*/
	margin-left: 7px;
	position:relative;
}

.quote {
	width: 270px;
	float: right;
	padding: 10px;
	background-color: #fde5ce;
	margin: 5px;
	min-height: 160px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.audit {
	float:right;
	margin:175px 0 20px 30px;
}

.bbb {
	clear:right;
	float:right;
	margin:5px;
}

.alarms {
	float:left;
	width: 80%;
	margin-left:20px;	
}

.alarms li {
	clear:both;
	margin-bottom: 30px;
}

.alarms li img {
	float:left;
	max-width:135px;
	margin-right:10px;
	margin-bottom:20px;
}

#contactForm textarea {
	resize: none;
}

#contactForm td{
	vertical-align:top;
	padding-bottom:10px;
}

/*-- CLIENT LOGIN BUTTON --*/

.clientlogin {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffd7a6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffd7a6;
	box-shadow:inset 0px 1px 0px 0px #ffd7a6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffaf54), color-stop(1, #ed8019) );
	background:-moz-linear-gradient( center top, #ffaf54 5%, #ed8019 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf54', endColorstr='#ed8019');
	background-color:#ffaf54;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	width:160px;
	text-decoration:none !important;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	margin-bottom:5px;
}
.clientlogin:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed8019), color-stop(1, #ffaf54) );
	background:-moz-linear-gradient( center top, #ed8019 5%, #ffaf54 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8019', endColorstr='#ffaf54');
	background-color:#ed8019;
}.clientlogin:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

/* ---------- FOOTER ---------- */


#footer {
	clear: both;
	text-align: center;
	background-color: #3d3b42;
	color: white;
	padding: 30px;
}
