/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html,
body {
	min-width:929px;
} 

body {
	background:url(images/body-bg.gif) no-repeat 50% top #101212;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#999;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}


/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper {
	width:100%;
	overflow:hidden;
}

.extra-wrap {
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.bg-top {
	background:url(images/bg-top.png) no-repeat 50% top;
}

.tail-bottom { 
	background:url(images/tail-bottom.png) left bottom repeat-x;
}

/*=========================== FORMS ===========================*/

#subscribe-form span {
	display:block;
	background:url(images/input-bg.png) no-repeat left top;
	width:201px;
	height:33px;
	margin-bottom:14px;
} 
#subscribe-form input {
	background:none;
	border:0;
	color:#fff;
	margin:9px 0 0 10px;
	line-height:1.2em;
	vertical-align:top;
	width:180px;
}

#contacts-form .field { 
	height:74px;
}
	#contacts-form .field1 span {
		width:201px;
		height:329px;
		background:url(images/textarea-bg.png) no-repeat left top;
		margin-bottom:32px;
	}
#contacts-form label {
	font-size:.86em;
	padding-left:6px;
	display:block;
}
#contacts-form span {
	display:block;
	background:url(images/input-bg.png) no-repeat left top;
	width:201px;
	height:33px;
}
#contacts-form input {
	width:223px; 
	color:#fff;
	border:0;
	background:none; 
	vertical-align:top;	
	line-height:1.2em;
	margin:9px 0 0 10px;
	width:180px;
}
#contacts-form textarea { 
	width:191px; 
	height:311px;
	color:#fff; 
	overflow:auto;
	border:0;
	background:none; 
	padding:9px 0 9px 10px; 
}

/*========================== LISTS ============================*/

.site-nav {
	width:256px;
	position:absolute;
	right:-28px;
	top:27px;
	background:url(images/line-hor.gif) no-repeat 30px top;
	padding-top:2px;
}
	.site-nav li {
	font-size:11pt;
	line-height:1.2em;
	font-family:Verdana, Geneva, sans-serif;
	background:url(images/line-hor.gif) no-repeat 20px bottom;
	}
		.site-nav li a {
			text-decoration:none;
			color:#fff;
			width:256px;
			height:61px;
			display:block;
			background-repeat:no-repeat;
			background-position:0 0;
			background-image:url(images/nav-bg.gif);
		}
		.site-nav li a:hover,
		.site-nav li a.active {
	color:#333;
	background-image:url(images/nav-act-grey.png);
		}
			.site-nav li a span {
	display:block;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 34px;
			}
			.site-nav2 li a span {
	display:block;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 34px;
			}

.list {
	width:100%;
	overflow:hidden;
	padding-bottom:25px;
}
	.list li {
		float:left;
		margin-right:3px;
	}
	
.list1 {
	padding-bottom:20px;
}
	.list1 li {
		padding:0 0 13px 12px;
		background:url(images/marker.gif) no-repeat left 6px;
	}
		.list1 li a {
			text-decoration:none;
		}
		.list1 li a:hover {
			color:#fff;
		}
	
.list2.alt {
	padding-bottom:20px;
	margin:0;
}	
	.list2 li {
		padding:0 0 10px 0;
		margin-bottom:10px;
		background:url(images/line-hor.gif) no-repeat left bottom;
		font-size:.71em;
		text-transform:uppercase;
	}
	.list2 li.last {
		background:none;
		padding:0;
		margin:0;
	}
		.list2 li a {
	color:#CCC;
	text-decoration:none;
		}
		.list2 li a:hover {
			color:#fff;
		}
	
.list3 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	margin-bottom:30px;
}
	.list3 li img {
		float:left;
		margin-right:32px;
	}
		.list3 li ul {
			margin:0;
			padding:0;
		}
			.list3 li ul li {
				width:auto;
				margin:0;
			}
	
.list4 {
	margin-top:-25px;
}		
	.list4 li {
		line-height:1.43em;
		padding-top:25px;
	}
		.list4 li span {
			color:#6699ff;
		}

.testimonials {
	padding-bottom:10px;
}
	.testimonials li {
		padding-bottom:20px;
	}
		.testimonials li cite {
			font-style:normal;
			font-size:.86em;
			line-height:1.67em;
		}
		.testimonials li h4 {
			text-align:right;
		}

/*========================== OTHER ============================*/

.img-indent {
	margin-bottom:20px;
}

.img-box1 { 
	width:98%; 
	overflow:hidden;
	padding-bottom:30px;
}
	.img-box1 img {
	float:left;
	margin:4 32px 0 0;
	}
	.img-box1 p {
	margin:4;
	color: #666;
	}

p { 
	margin-bottom:18px;
	line-height:1.43em;
}
	.p1 {
		margin-bottom:30px;
	}

.phone { 
	float:right; 
	margin-right:30px;
}

dl {
	line-height:1.43em;
}
	dl dt {
		color:#6699ff;
	}
	dl dd {
		padding-bottom:19px;
	}
		dl dd span {
			float:right;
			margin-right:10px;
		}
		dl dd a {
			text-decoration:none;
		}
		dl dd a:hover {
			text-decoration:underline;
		}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#6699ff; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	font-size:5.5em;
	line-height:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
	letter-spacing:-4px;
	position:absolute;
	left:15px;
	top:10px;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
	h1 em {
		font-style:normal;
		float:left;
		padding-right:19px;
	}
	h1 span {
		font-size:.28em;
		line-height:1em;
		letter-spacing:0;
		color:#636666;
		float:left;
		padding-top:27px;
	}
h2 {
	font-size:2.14em;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1em;
	margin-bottom:14px;
}
h3 {
	font-size:1.71em;
	line-height:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
	margin-bottom:25px;
}
h4 {
	color:#6699ff;
	font-size:1em;
	line-height:1.43em;
	font-weight:normal;
}

.txt1 {
	color:#6699ff;
}
a.txt1 {
	text-decoration:none;
}
a.txt1:hover {
	text-decoration:underline;
}

.link1 { 
	background:url(images/link1-right.png) no-repeat right top;
	float:left; 	
	color:#fff; 
	text-decoration:none;
	font-size:.71em;
	line-height:1.2em;
	text-transform:uppercase; 
	cursor:pointer;
}
.link1:hover {
	background-image: url(images/link1-right-act.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
	.link1 em { 
		float:left;
		padding:0 25px 0 8px; 
		background:url(images/link1-left.png) no-repeat left top;
	}
	.link1:hover em {
		background:url(images/link1-left-act.gif) no-repeat left top;
	}
	.link1 b { 
		float:left;
		background:url(images/link1-tail.gif) repeat-x left top; 
		padding:11px 11px 11px 5px; 
		font-style:normal; 
		font-weight:normal;
	}
	.link1:hover b {
		background:url(images/link1-tail-act.gif) repeat-x left top; 
	}
	

/*============================ BOXES ==========================*/

.box { 
	width:100%;
}
	.box .left-top-corner { 
		background:url(images/left-top-corner.png) no-repeat left top; 
		height:16px; 
		padding-left:16px;
	}
	.box .right-top-corner { 
		background:url(images/right-top-corner.png) no-repeat right top; 
		height:16px; 
		padding-right:21px;
	}
	.box .border-top { 
		background:url(images/border-top.png) left top repeat-x; 
		height:16px; 
		font-size:0; 
		line-height:0; 
		width:100%;
	}
	.box .left-bot-corner { 
		background:url(images/left-bot-corner.png) no-repeat left bottom; 
		height:28px; 
		padding-left:28px;
	}
	.box .right-bot-corner { 
		background:url(images/right-bot-corner.png) no-repeat right bottom; 
		height:28px; 
		padding-right:28px;
	}
	.box .border-bot { 
		background:url(images/border-bot.png) left bottom repeat-x; 
		height:28px; 
		font-size:0; 
		line-height:0; 
		width:100%;
	}
	.box .border-left { 
		background:url(images/border-left.png) left top repeat-y; 
		padding-left:16px;
		position:relative;
	}
	.box .border-right { 
		background:url(images/border-right.png) right top repeat-y; 
		padding-right:21px;
	}
	.box .xcontent {
	background:url(images/box-tail.png);
	padding:19px 0 47px 14px;
	}

.box1 { 
	width:100%;
}
	.box1 .left-top-corner { 
		background:url(images/left-top-corner1.png) no-repeat left top; 
		height:15px; 
		padding-left:15px;
	}
	.box1 .right-top-corner { 
		background:url(images/right-top-corner1.png) no-repeat right top; 
		height:15px; 
		padding-right:15px;
	}
	.box1 .border-top { 
		background:url(images/box1-tail.png) left top repeat-x; 
		height:15px; 
		font-size:0; 
		line-height:0; 
		width:100%;
	}
	.box1 .left-bot-corner { 
		background:url(images/left-bot-corner1.png) no-repeat left bottom; 
		height:15px; 
		padding-left:15px;
	}
	.box1 .right-bot-corner { 
		background:url(images/right-bot-corner1.png) no-repeat right bottom; 
		height:15px; 
		padding-right:15px;
	}
	.box1 .border-bot { 
		background:url(images/box1-tail.png) left bottom repeat-x; 
		height:15px; 
		font-size:0; 
		line-height:0; 
		width:100%;
	}
	.box1 .xcontent { 
		background:url(images/box1-tail.png);
		padding:5px 20px 24px 35px;
	}
	.box1 .xcontent.alt {
		padding-bottom:2px;
	}

/*========================== HEADER ===========================*/

#header ul {
	position:absolute;
	right:37px;
	top:33px;
}
	#header ul li {
		float:left;
		padding-left:6px;
	}
		#header ul li a {
			width:54px;
			height:54px;
			display:block;
			background-repeat:no-repeat;
			background-position:0 0;
		}
			#header ul li a.facebook {
				background-image:url(images/facebook.png);
			}
			#header ul li a.facebook:hover {
				background-image:url(images/facebook-act.png);
			}
	 		#header ul li a.rss {
				background-image:url(images/rss.png);
			}
			#header ul li a.rss:hover {
				background-image:url(images/rss-act.png);
			}

/*========================= CONTENT ===========================*/

#content {
	padding:0 10px 0 15px;
}

	#content .top-section {
	width:622px;
	position:relative;
	height:401px;
	}
		#content .top-section .box1 {
	width:622px;
	position:absolute;
	left:0;
	top:-1px;
		}
			#content .top-section .box1 .xcontent {
				height:357px;
				position:relative;
				padding:0;
			}
		
	#content .bottom-section {
		padding:35px 0 42px 9px;
	}
	#content .bottom-section ul {
		width:100%;
		overflow:hidden;
	}
		#content .bottom-section ul li {
			float:left;
			padding-right:62px;
		}
		#content .bottom-section ul li.last {
			padding:0;
		}
			#content .bottom-section ul li a {
				background-repeat:no-repeat;
				background-position:0 0;
				height:71px;
				float:left;
			}
			#content .bottom-section ul li a.m1 {
				background-image:url(images/1stResponderLogo-bw.png);
				width:150px;
				height:200px;
			}
			#content .bottom-section ul li a.m1:hover {
				background-image:url(images/1stResponderLogo-color.png);
			}
			#content .bottom-section ul li a.m2 {
				background-image:url(images/911-TR-final-bw.png);
				width:201px;
				height:270px;
			}
			#content .bottom-section ul li a.m2:hover {
				background-image:url(images/911-TR-final-color.png);
			}
			#content .bottom-section ul li a.m3 {
				background-image:url(images/ACT_Logo_Email_30_bw.png);
				width:165px;
				height:200px;
			}
			#content .bottom-section ul li a.m3:hover {
				background-image:url(images/ACT_Logo_Email_30_color.png);
			}
			#content .bottom-section ul li a.m4 {
				background-image:url(images/Pistol_SSS_Logo-bw.png);
				width:165px;
				height:200px;
			}
			#content .bottom-section ul li a.m4:hover {
				background-image:url(images/Pistol_SSS_Logo-color.png);
			}

	#content .content {
		float:left;
		width:622px;
		margin-right:24px;
	}
	#content .aside {
		float:left;
		width:203px;
		padding-top:26px;
	}
		#content .aside p {
			font-size:.86em;
			line-height:1.67em;
		}
	#content .indent {
		margin-bottom:16px;
	}
	#content .indent1 {
		margin-bottom:48px;
	}
	#content .indent2 {
		padding-right:10px;
	}

/*========================= FOOTER ============================*/

#footer .aligncenter {
	font-size:.71em;
	text-transform:uppercase;
	color:#fff;
	padding-top:47px;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*=============================================================*/

/*--- faded begin ---*/
#faded {
	height:353px;
	width:582px;
	position:absolute;
	left:20px;
	top:-3px;
	overflow:hidden;
}
#faded ul {
	height:312px;
	overflow:hidden;
}
#faded ul.pagination {
	position:absolute;
	left:224px;
	bottom:0;
	height:auto;
}
	#faded ul.pagination li { 
		float:left;
		padding:0 2px 0 0;
	}
		#faded ul.pagination li a {
			float:left;
			width:27px;
			height:27px;
			background-repeat:no-repeat;
			background-position:0 0;
			background-image:url(images/button.gif);
		}
		#faded ul.pagination li.current a,
		#faded ul.pagination li a:hover {
			background-image:url(images/button-act.gif);
		}
/*--- faded end ---*/
.quick-contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8a8a8c;
}
