body {
	font-family: Verdana, sans-serif;
}

strong {
	color: #24326c;
}

.quicklinks ul {
	background-color: #24326c;
	margin: 0;
	padding: 10px 15px;
}

.quicklinks li {
	display: inline;
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
	height:1.25em;
	margin-right: 1.25em;
	font-weight: bold;
}

.quicklinks .phone {
	/*float: right;*/
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
	color: #f6b52a;
	margin-left: 380px;
}

.quicklinks li a {
	color: white;
	text-decoration: none;
}

.quicklinks li a:hover {
	color: #f6b52a;
}

#content {
	border-color: #24326c;
}

#content .main {
	font-size: 120%;
}

#content .main h3 {
	font-family: "arial black";
	font-weight: bolder;
	font-size: 180%;
	margin-left: 15px;
}

#content .main h3, #content .main p {
	margin-left: 20px;
	margin-right: 25px;
}

#content .main h4 {
	padding: 5px;
	padding-left: 20px;
	margin-right: 10px;
	background-color: #ebebeb;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 42px;
	color: #24326c;
}

#content .main img.float_left {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 4px;
	float: left;
}

#content .right {
	text-align: right;
}

#content a {
	color: #002be5;
}

#content a:hover {
	color: #f6b52a;
}

.logos img {
	width: 120px;
	margin-top: 30px;
	margin-left: 20px;
	vertical-align: top;
}

.logos img#nsigold {
	width: 63px;
}

.logos img#chas {
	width: 210px;
}

#content .snippet {
	padding: 10px;
	height: 290px;
	position: relative;
	background: url(../images/snippet.gif) no-repeat;
	border-bottom: 1px solid #23326b;
}

#content .snippet p, #content .snippet li, #content .snippet a {
	color: #fdfdfa;
	font-weight: bold;
	line-height: 1.6;
}

#content .snippet p.right a {
	position: absolute;
	right: 15px;
	bottom:  10px;
}

#content .snippet h3 {
	font-weight: bold;
	padding: 10px 10px 5px 10px;
	margin-bottom: 23px;
	color: #333;
	background-color: white;
}

#content .snippet img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .snippet blockquote {
	margin: 0;
	margin-left: 100px;
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 0;
	border: 2px solid #6c7499;
	font-weight: bold;
	background: #2c3d85 url(../images/blue_quote_left.gif) no-repeat left top;
}

#content .snippet blockquote p {
	margin: 0;
	color: #24326c;
	color: white;
	text-indent: 30px;
	background: url(../images/blue_quote_right.gif) no-repeat right bottom;
	padding-bottom: 10px;
}

#content .snippet p.right {
	margin-bottom: 0;
}

#content .snippet a:hover {
	color: #f6b52a;
}

.vert_button a {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	width: 200px;
	margin-left: 10px;
	height: 65px;
	position: relative;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.vert_button p {
	margin: 0;
}

.vert_button a:hover {
	color: #f6b52a;
}

.vert_button a .vert_button_text {
	margin: 0;
	position: absolute;
	bottom: 15px;
	right: 20px;
	text-align: right;
	width: 65px;
}

#link1 {
	background: url(../images/menu_security.gif);
}

#link1:hover {
	background: url(../images/menu_security.gif) 0 85px;
}

#link2 {
	background: url(../images/menu_intruder.gif);
}

#link2:hover {
	background: url(../images/menu_intruder.gif) 0 85px;
}

#link3 {
	background: url(../images/menu_access.gif);
}

#link3:hover {
	background: url(../images/menu_access.gif) 0 85px;
}

#link4 {
	background: url(../images/menu_security.gif);
}

#link4:hover {
	background: url(../images/menu_security.gif) 0 85px;
}

.footer {
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid ;
	border-color: #24326c;
}

.footer ul {
	margin: 0;
}

.footer li {
	display: inline;
	margin: 10px;
}

.footer li a {
	color: gray;
}

.footer a:hover {
	color: #24326c;
}

hr {
	color:  white;
	background-color: white;
}