@charset "UTF-8";
/* CSS Document */

/* Global Reset */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

/* Styles */

#wrapper {
	font-size: 1.3em;
	width: 100%;
	background: url(../images/main_bg.png) repeat-x bottom;
}
	
/* Header */

#hd {
	display: block;
	background: url(../images/main_hd_bg.png) repeat-x top;
	width: 100%;
	height: 265px;
	overflow: hidden;
	color: #000;
}

#hdContent {
	position: relative;
	width: 701px;
	margin: auto;
	padding: 55px 0 0 60px;
}

#hdContent p {
	float: left;
	color: #FFF;
	font-size: 0.7em;
	margin: 0 0 0 29px;
}

#surveillanceHd {
	background: url(../images/box_header_1.png) no-repeat top;
	margin: 15px 0 0 0;
	padding: 70px 0 0 0;
	height: 0px;
	overflow: hidden;
	width: 500px;
	float: left;
	color: #7cceff;
}

#systemsHd {
	background: url(../images/box_header_2.png) no-repeat top;
	margin: 15px 0 0 0;
	padding: 70px 0 0 0;
	height: 0px;
	overflow: hidden;
	width: 500px;
	float: left;
	color: #7cceff;
}

#logo {
	background: url(../images/logo.gif) no-repeat top left;
	float: left;
	width: 95px;
	height: 67px;
	margin: 0 0 0 25px;
	z-index: 1;
}

#logoReflection {
	background: url(../images/logo_reflection.png) no-repeat top left;
	float: right;
	width: 120px;
	height: 80px;
	margin: -8px 69px 0 0;
	z-index: 0;
}

/* Main Content */

#content {
	width: 761px;
	position: relative;
	margin: -50px auto 0 auto;
	color: #666666;
	z-index: 1;
}

#contentTop {
	background: url(../images/main_content_top.png) no-repeat;
	width: 100%;
	height: 46px;
}

#contentTop1 {
	background: url(../images/main_content_top1.png) no-repeat;
	width: 100%;
	height: 32px;
}

#contentTop2 {
	background: url(../images/main_content_top2.png) no-repeat;
	width: 100%;
	height: 32px;
}

#contentTop3 {
	background: url(../images/main_content_top3.png) no-repeat;
	width: 100%;
	height: 32px;
}

#contentTop4 {
	background: url(../images/main_content_top4.png) no-repeat;
	width: 100%;
	height: 32px;
}

#contentTop5 {
	background: url(../images/main_content_top5.png) no-repeat;
	width: 100%;
	height: 32px;
}




#contentBottom {
	background: url(../images/main_content_bottom.png) no-repeat;
	width: 100%;
	height: 10px;
}

#contentBg {
	width: 100%;
	background: url(../images/main_content_sides.png) repeat-y;
}

#links {
	list-style-type: none;
	width: 751px;
	height: 25px;
	margin: auto;
}

#links li {
	display: inline;
	float: left;
	width: 16.66%;
	text-align: center;
	margin: auto;
	padding: 10px 0 0 0;
}

#links a {
	color: #fff;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}
	

#contentContainer {
	width: 640px;
	margin: auto;
}

#contentContainer em {
	color: #004089;
	font-weight: bold;
	font-style: normal;
}

#contentContainer img {
	float: left;
	padding: 0 20px 13px 0;
	margin: 13px 0 0 0;
}

#contentContainer .imgNoFloat {
	background: #e6e6e6;
}

#contentContainer .imgNoFloat img {
	float:none;
	padding: 10px 0 0 15px;
}

#contentContainer a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}

#contentContainer p, h4 {
	margin: 12.5px;
}

#contentContainer h3, h2 {
	color: #004089;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	margin: 13px 13px 20px 13px;
}

#contentContainer h2 {
	font-size: 1.5em;
	margin: 13px 13px 0 13px;
}

#contentContainer h4 {
	clear: both;
	font-size: .9em;
	margin: 0 0 0 29px;
}

#contentContainer .subHeader {
	font-style: italic;
	font-weight: bold;
	color: #004089;
}

#contentContainer p strong {
 font-style: normal;
 font-weight: normal;
 color: #FF0000;
}

#contentContainer h2 em, #contentContainer h3 em {
	color: #FF0000;
}

#contentBullets {
	width: 45%;
	float: left;
	margin: auto;
	padding: 0 0 25px 25px;
	list-style: outside;
}

#contentBullets li {
	margin: 5px 0 0 0;
}

#contentBullets p {
	clear: both;
}

#contentBulletsRed {
	width: 45%;
	float: left;
	margin: auto;
	padding: 0 0 25px 25px;
	list-style: outside;
	color: #FF0000;
}

#contentBulletsRed li span {
	color: #666666;
}

#contentBulletsRed li {
	margin: 5px 0 0 0;
}

#contactUs {
	clear: both;
}

#rule {
	background: url(../images/hr_replace.gif) repeat-x bottom;
	heigt: 20px;
	width: 640px;
	color: #fff;
	clear: both;
	padding: 13px 0 0 0;
}

#contentClear {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

/* Footer */

#footer {
	position: relative;
	background: #000;
	width: 100%;
	height: 100px;
	margin: -25px 0 0 0;
	z-index: 0;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerLinks {
	font-size: .9em;
	color: #666666;
	position:absolute;
	top: 5px;
	left: 25px;
	margin: 50px 0 50px 0;
}

#copywrite {
	font-size: .9em;
	color: #666666;
	position:absolute;
	top: 5px;
	right: 25px;
	margin: 50px 0 50px 0;
}
	 
