/***********************************
	Color Palette
************************************



*/

/***********************************
	Reset
***********************************/

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, font, 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, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}
ol, ul { list-style: none; }
html { overflow-y: scroll; }

/***********************************
	Universals
***********************************/

.clear { clear: both; }
.floatright,.alignright { float: right; margin: 0 0 10px 16px; clear: both; }
.floatleft,.alignleft { float: left; margin: 0 16px 10px 0; clear: both; }
small {	font-size: 10px; }

/***********************************
	Essentials
***********************************/

body {
	font-family: arial, Sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #444;
}
a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
p {	margin-bottom: 16px; line-height: 16px; }
p strong { color: #444; }

/***********************************
	H Tags
***********************************/

h1, h2, h3, h4, h5 { margin-bottom: 16px; }
h1 {
	color: #000;
	font-size: 18px;
}
h2 {
	color: #dd9a05;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	letter-spacing: 0.2px;
}

/***********************************
	Forms
***********************************/

form p {
	margin-bottom: 6px;
	overflow: hidden;
	clear: left;
}
label {
	padding-top: 4px;
	width: 120px;
	display: block;
	float: left;
}
label span {
	font-family: Verdana, arial, sans-serif;
	color: #990000;
}
input, select, textarea {
	padding: 4px;
	width: 200px;
	border: 0;
	font-family: arial, Sans-serif;
	font-size: 12px;
	color: #555;
	border: 1px solid #bbb;
}
select {
	background-image: none;
	background-color: #fff;
	width: 210px;
}
textarea {
	width: 300px;
	height: 93px;
}
input.radio, input.checkbox {
	width: auto;
	border: 0;
	background: none;
}
.btnHolder input {
	margin: 0 8px 0 120px;
	padding: 9px 14px;
	width: auto;
	background-color: #000;
	color: #fff;
	border: 0;
}
fieldset {
	margin: 0 8px 20px 0;
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	position: relative;
}
fieldset legend {
	margin: 0;
	padding: 0 10px;
	font-weight: bold;
	font-size: 14px;
}

/***********************************
	Form Sections
***********************************/

form ul {
	overflow: hidden;
}
form > ul > li {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #CFE0E7;
}
form > ul > li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}
form h4 {
	color: #043649;
	font-size: 15px;
	font-family: georgia, times, sans-serif;
}
form ul ul li {
	width: 200px;
	float: left;
}

/***********************************
	Lists
***********************************/

ul.styled {
	margin: 0 10px 16px 0;
	padding-left: 42px;
	list-style: disc outside;
	overflow: hidden;
	font-weight: bold;
	color: #dd9a05;
}
ul.styled li {
	line-height: 19px;
}
#content ul.styled li a {
	font-weight: bold;
	color: #dd9a05;
}
ul.special {
	margin-bottom: 26px;
	color: #444;
	font-weight: normal;
}
ul.special strong {
	color: #dd9a05;
}
ul.col {
	margin-left: 16px;
	float: left;
}
dl dt {
	margin-bottom: 4px;
	font-size: 13px;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
dl dd {
	margin-bottom: 16px;
	line-height: 16px;
}
dl ul {
	margin: 16px 10px 24px 0;
	padding-left: 42px;
	list-style: disc outside;
	overflow: hidden;
}

/***********************************
	Wrapper
***********************************/

#pageWrap {
	margin: 0 auto;
	padding-bottom: 0px;
	width: 920px;
	position: relative;
}

/***********************************
	Header
***********************************/

#header {
	height: 115px;
	position: relative;
}
#header #logo {
	width: 198px;
	height: 51px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 36px;
	left: 51px;
}
#header #logo a {
	height: 51px;
	display: block;
}
#header #topbar {
	padding: 14px 16px;
	background-image: url(../images/topbar_bg.png);
	background-repeat: repeat-x;
	position: absolute;
	right: 0;
}
#header #topbar a {
	padding: 0 11px;
	color: #fff;
	font-size: 11px;
	text-shadow: 0 -1px 0 #777;
}
#header #phone {
	width: 283px;
	height: 44px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 55px;
	right: 0;
}

/***********************************
	Nav
***********************************/

#navContainer {
	z-index: 9;
}
#nav {
	padding: 0;
	width: 920px;
	font-size: 12px;
	background-color: #000;
	float: left;
}
.home #nav {
	display: none;
}
#nav li {
	padding: 5px 0;
	float: left;
	position: relative;
	z-index: 7;
}
#nav > li > a {
	padding: 0 28px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	color: #fff;
	text-align: right;
	border-left: #555 1px solid;
}
#nav > li > a:hover, #nav > li > a.over {
	color: #dd9a05;
}
#nav li:first-child a {
	border: 0;
}
#nav li.last a {
	text-align: left;
}

/***********************************
	Nav Dropdowns
***********************************/

#nav li ul {
	margin: 0;
	padding: 10px 10px 30px;
	width: 467px;
	display: none;
	position: absolute;
	left: -8px;
	top: 100%;
	background-image: url(../images/dd_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	overflow: hidden;
}
#nav li:hover ul {
	display: block;
}
#nav li ul li, #nav li ul li a {
	float: left;
}
#nav li ul li {
	_display: inline; /* for IE6 */
}
#nav li ul li a {
	padding: 4px 16px;
	width: 201px;
	font-size: 12px;
	display: block;
	background-image: none;
	text-align: left;
	color: #333;
}
#nav li ul li a:hover {
	text-decoration: underline;
}
#nav li.narrow ul {
	padding: 10px 10px 30px;
	width: 233px;
	background-image: url(../images/dd_bg_narrow.png);
}


/***********************************
	Footer
***********************************/

#footer {
	margin: 0 auto;
	padding: 16px 20px 18px;
	width: 880px;
	overflow: hidden;
	background-color: #f3f3f3;
	color: #000;
}
#footer ul#footerNav {
	margin: 0 auto;
	overflow: hidden;
}
#footer ul#footerNav li {
	border-left: 1px solid #bbb;
	margin: 0 0 0 18px;
	padding: 0 0 0 18px;
	float: left;
}
#footer ul#footerNav li:first-child {
	margin-left: 0;
	border: 0;
}
#footer ul#footerNav li a {
	color: #000;
}
/*** Copyright ***/
#copyright {
	padding: 16px 0 24px;
	text-align: center;
	clear: left;
}
#copyright a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #dd9a05;
}

/***********************************
	Content
***********************************/

#content {
	min-height: 400px;
	position: relative;
	clear: left;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	border-bottom: 5px solid #000;
	z-index: 1;
	float: left;
}
#content_promo {
	min-height: 400px;
	position: relative;
	clear: left;
	background-color:#FFFFFF
	border-bottom: 5px solid #000;
	z-index: 1;
	float: left;
}
#content a {
	color: #444;
	text-decoration: underline;
}
#body {
	padding: 24px 16px 28px;
	width: 593px;
	float: left;
}
#body_promo {
	padding: 24px 16px 28px 16px;;
	width: 883px;
	float: left;
}

/***********************************
	Sidebar
***********************************/

#sidebar {
	padding: 24px 16px 28px;
	width: 260px;
	min-height: 200px;
	float: left;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	border-left: 3px solid #9e9e9e;
}
#sidebar h2 span {
	margin-top: 4px;
	text-shadow: 0;
	color: #000;
	font-size: 12px;
	text-transform: none;
	display: block;
}
#sidebar a.more {
	display: block;
}
/*** Crime Facts ***/
.fact {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
}

/***********************************
	Page Header
***********************************/

#pageHeader {
	padding: 0 24px;
	width: 920px;
	height: 94px;
	background-image: url(../images/page_header_bg.jpg);
	background-repeat: no-repeat;
}
#pageHeader h1 {
	font-size: 21px;
	line-height: 82px;
	text-shadow: 0 1px 0 #f6e28d;
}
#pageHeader2 {
	padding: 0 24px;
	width: 890px;
	height: 94px;
	background-image: url(../images/page_header_bg.jpg);
	background-repeat: no-repeat;
}
#pageHeader2 h1 {
	font-size: 21px;
	line-height: 82px;
	text-shadow: 0 1px 0 #f6e28d;
}

/***********************************
	Home Banner
***********************************/

#homeBanner {
	width: 920px;
	height: 266px;
	background-image: url(../images/home/banner_bg1.jpg);
	background-repeat: no-repeat;
	border-top: 5px solid #000;
	position: relative;
}
#homeBanner .darken {
	width: 920px;
	height: 14px;
	position: absolute;
	bottom: 0;
	background-image: url(../images/darken.png);
	background-repeat: repeat-x;
	z-index: 99;
}
#homeBanner #tagline {
	width: 230px;
	height: 115px;
	background-image: url(../images/home/tag_line_img.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 21px;
	right: 43px;
}
#homeBanner #tagline_sm {
	width: 221px;
	height: 59px;
	background-image: url(../images/home/local_personal.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 161px;
	right: 36px;
}
#homeBanner #mnbutton_exist_system {
	width: 289px;
	height: 101px;
	background-image: url(../images/home/mnbutton_b1b.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 20px;
	left: 16px;
}
#homeBanner #mnbutton_new_system {
	width: 289px;
	height: 101px;
	background-image: url(../images/home/mnbutton_b2b.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 121px;
	left: 16px;
}
#homeBanner ul {
	padding-top: 9px;
	width: 235px;
	height: 263px;
	background-image: url(../images/home/banner_nav_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -5px;
	left: 42px;
}
#homeBanner ul li {
	padding: 0 20px 0 16px;
}
#homeBanner ul li a {
	padding: 8px 16px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-top: 1px solid rgba(0,0,0,0.2);
	color: #444;
}
#homeBanner ul li:first-child a { border: 0; }
/*** Promo ***/
#homeBanner #promo {
	width: 278px;
	height: 90px;
	position: absolute;
	bottom: 20px;
	right: -11px;
	background-image: url(../images/home/promo_01_upd.png);
	background-repeat: no-repeat;
}
#homeBanner #promo_old {
	width: 278px;
	height: 90px;
	position: absolute;
	bottom: 20px;
	right: -11px;
	background-image: url(../images/home/promo_01.png);
	background-repeat: no-repeat;
}
#homeBanner #promo a {
	width: 278px;
	height: 65px;
	display: block;
}

/***********************************
	Products
***********************************/

#productList {
	margin-bottom: 16px;
}
#productList > li {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
	clear: left;
}
#productList > li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
#productList li h3 {
	font-size: 16px;
}

















