@charset "utf-8";
/*-----------------------------------------------------------------------------
author: PalmettoSoft
date: 11/30/2007
client: IVP Investigations, Inc.
Copyright 2007 PalmettoSoft, Inc.
/*

/* GENERAL
-----------------------------------------------------------------------------*/
/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { 
	margin-bottom : 1px;	
	
}

/* set global margin and padding to none */
* {
	margin:0;
	padding:0
}

body {
	width: 100%;
	background: #060606 url(../_media/graphics/bg.png) repeat-x center 40px;
	text-align: left;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div {
	margin: 0;
	padding: 0;
}

/*debug border on all divs*/
div {
	border: 0;
}

/* Class for clearing floats */
.clear {
	clear: both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
	border: 0;
	vertical-align: bottom;
}

/* STRUCTUAL
-----------------------------------------------------------------------------*/

#bgimgindex, #bgimgabout, #bgimgintelligence, #bgimgprocess,#bgimgsurveillance, #bgimgadditional, #bgimglinks {
	display: none;
}

#container {	
	margin: 0 auto;
	width: 100%;


	}

#topBlue {
	margin: 30px 0 0 0;
	height: 28px;
	width: 100%;
	background: url(../media/graphics/bgTopBlue.png) repeat-x;
}



#contentArea{
	margin: 0 auto;
	width: 857px; 
}

#spyingGuy {
	margin: 0 auto;
	width: 857px;
	height: 49px;
	background: #000 url(../_media/graphics/c_spyingGuy.jpg) center right no-repeat;
}

#logospace {
	width: 850px; 
	margin: 0 auto;
	left: -200px;
}

#logo {
	position: absolute;
	top: 66px;
	margin-left: 20px;
	width:240px;
	height: 316px;
	background: url(../media/graphics/logo.png);
	z-index: 9999;
}

img, #logo {
	behavior: url(../iepngfix.htc);
}

#middle {
	position: relative;
}

#tagline {
	background: url(../media/graphics/bg_tagline.gif) no-repeat;
	width:598px;
	height: 15px;
	position: relative;
	top: -50px;
	left: 210px;
}

#colholder {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 612px;	
}

#col {
	float: right;
	margin: 0;
	width: 567px;	
	background: url(../media/graphics/bg_box.png);
	border: 1px solid #36428c;
	padding: 22px;	
	position: relative; 
	top: 100px;
	left: 0;
}

#holder {
	width: 567px;
	overflow: auto;
}

#liveLeft {
float: left;
	width: 274px;
	height: 274px;
	background: url(../_media/graphics/c_ivp.jpg) no-repeat;
}

#liveRight {
	width: 274px;	
	background: #373737;
	height: 274px;
	float: right;
}

#contentarea {
	width: 817px;
	margin:  0 auto ;
	padding-top:100px;
}

#live {float: right;
	position: relative;
	width: 578px;
	background: #373737;
	border: 1px solid #36428c;	
}

#livecontainer {
		padding: 22px;
	border: 1px solid #36428c;
	width: 580px;
	position: relative;
	left: 22px;
	top: 20px;
	overflow: auto;
	background: url(../_media/graphics/bg_box.png);
}

#livecontainerindex {
	padding: 22px;
	border: 1px solid #36428c;
	width: 570px;
	position: relative;
	left: 32px;
	top: 20px;
	overflow: hidden;
	background: url(../_media/graphics/bg_box.png);
	margin-bottom: 130px;
}

#leftcol {
float: left;
	width: 146px;
	height: 262px;
	background: url(../media/graphics/bg_box.png);
	border: 1px solid #36428c;
	padding: 7px;
	position: relative;
	top: 150px;
}

#leftcolInner { 
	width: 146px;
	height: 262px;
	background: url(../media/graphics/bg_contact.png) no-repeat;
}

#bottom {
	margin-top: 50px;
}

table {
	margin: 10px 0 0 10px;
	font-size:90%;
}

table td {
		line-height: 24px;
	border-bottom: 1px solid;
	border-color: #9b8afd;
	
}

#bottomBlue {
	width: 100%;
	background: url(../media/graphics/bgBtmBlue.png) repeat-x;
	height: 29px;
	margin: 10px 0;
}
/* SECONDARY STRUCTURE
-----------------------------------------------------------------------------*/

/*#hrID2 {
	clear: both;
}

#spacer {clear: both;
margin: 0 0 0
width: 300px;height: 20px;

}*/

#col2 {
	width: 567px;
	background: url(../media/graphics/bg_box.png);
	border: 1px solid #36428c;
	padding: 22px;
/*margin: 10px 0 0 220px	;*/
}

#liveLeft2 {
float: left;
	width: 254px;
	margin-left: 20px;
}

#liveRight2 {
	width: 254px;	
	float: right;
	margin-left: 20px;
}

/* TYPOGRAPHY
-----------------------------------------------------------------------------*/

#leftcolInner p {
	text-align: center;
	text-transform: uppercase; 
	margin: 0 0 20px 0;
	position: relative;
	top: 56px;
	font: .75em/1.5em Arial, Helvetica, sans-serif;
}

#liveRight p {
	margin: 10px;
	font-size: 75%;
	line-height: 140%;
}

#live p {
	margin: 10px;
	font-size: 75%;
	line-height: 140%;
}

strong {
	font-weight: normal;
	color: #9c8bfe;
	font-size: 110%;
}

#live ul {
	padding: 0;
	margin: 5px 0 15px 10px;
	list-style-type: none;
	font-size: 80%;
}

#live li {
	line-height: 20px;
}

#live  {
	overflow: visible !important;
}

/* HEADINGS
-----------------------------------------------------------------------------*/

h2 {
	padding: 4px 4px 2px 10px;
	background: #000;
	color: #e6e6e6;
	letter-spacing: .1em;
	border-bottom: 1px solid #9b8afd;
	border-color: #5a5a5a;
	font-size: 120%;font-weight: normal;
	text-transform: uppercase;
} 

h3 {
	margin: 0 0 5px 10px;
	font-size: 80%;
	color: #0d6eed;
	border-bottom: 2px dotted #0d6eed;
	width: 560px;
	text-transform: uppercase;
	letter-spacing: .15em
}

h4 {
	margin: 10px 0 -2px 10px;
}

/* LINKS
-----------------------------------------------------------------------------*/

/* BRANDING
-----------------------------------------------------------------------------*/

#branding { 
	padding: 2px;
	text-align: right;
	float: right;
	margin: 10px 0 10px 0;	
}

#branding img {
	padding: 0 0 0 .2em;
	border: none;
}

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

#topNav { 
	margin: 0 auto;
	width: 857px;
	height: 28px;
	overflow: hidden;
}

/* image rollover technique */

#topNav ul {
	
}

#topNav li {
	height: 28px;
	margin: 0; 
	padding: 0px;
   list-style: none;
   display: inline;
}

#topNav a {
	 float: left; 
	padding: 28px 0 0 0;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:28px; /* for IE5/Win only */
}
	
#topNav a:hover {
	background-position: 0 -28px;
}

#topNav a:active{
	background-position: 0 -56px;
}

#nav00 a  {
	width: 60px;
	background: url(../media/graphics/nav00.png) no-repeat top left;
}

#nav01 a  {
	width: 65px;
	background: url(../media/graphics/nav01.png) no-repeat top left;
}

#nav02 a  {
	width: 174px;
	background: url(../media/graphics/nav02.png) no-repeat top left;
}

#nav03 a  {
	width: 208px;
	background: url(../media/graphics/nav03.png) no-repeat top left;
}

#nav04 a  {
	width: 120px;
	background: url(../media/graphics/nav04.png) no-repeat top left;
}

#nav05 a  {
	width: 168px;
	background: url(../media/graphics/nav05.png) no-repeat top left;
}

#nav06 a  {
	width: 62px;
	background: url(../media/graphics/nav06.png) no-repeat top left;
}
	
/* end image rollover */

/* SUB NAV
-----------------------------------------------------------------------------*/

#leftcolInner a:link {
	text-decoration: none;
	border: 1px;
	color: #cfd6fd;
}

#leftcolInner a:visited {
	color: #6a6c91;
	text-decoration: none;
	border: 1px;
}

#leftcolInner a:hover {
	border: 1px solid #FFF;
	color: #fff;
	text-decoration: none;	
}

#leftcolInner a:active {
	border: 1px solid #fff;
	background-color: #7367ba;
}

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

/* SECONDARY CONTENT
-----------------------------------------------------------------------------*/

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

#ftr {
	padding: 2px;
	width: 807px;
	margin: 0 auto;
	text-align: right;
	font-size: 70%;
	clear: both; 
}

#copyright {
	float: left;
	text-align: left;
	color: #9293ac;
	clear: both;
	margin: 10px 0 0 0;
}

#addy {
	text-align: center;	
	color: #bebfdf;
	font-size: 70%;
	width: 100%;
	line-height: 32px;
	letter-spacing: .1em
}

#ftr ul li {
	list-style-type: none;
	display: inline;
	padding: 0 2px;
	margin: 0 4px;	
	color: #9293ac;
}

#ftr a:link, #ftr a:visited, #ftr a:hover,  #ftr a:active, #live a:link, #live a:visited, #live a:hover, #live a:active {
	text-decoration: none;
	border-width: 1px;
}

#ftr a:link {
	color: #9293ac;
	border: 1px solid #000;
}

#live a:link {
	color: #693;
	border: 1px solid #373737;
} 

#ftr a:visited {
	color: #727787;
	border: 1px solid #000;
}

#live a:visited {
	color: #9C6;
	border: 1px solid #373737;
}

#ftr a:hover {
	border: 1px solid #b8bfdf;
	color: #d7d8fe;
}

#live a:hover {
	border: 1px solid #6C0;
	color: #6c0;
}

#ftr a:active {
	color: #FFF;
	border: 1px solid #000;
}

#live a:active {
	color: #fff;
	border: 1px solid #FFF;
}

#addy a:link {
	text-decoration: none;
	border: 1px dotted #262f63;
	padding: 1px;
	color: #bebfdf;
}

#addy a:visited {
	color: #fff;
	text-decoration: none;
	border: 1px none #262f63;
	margin-left: 1px;
}

#addy a:hover {
	border-top: .1em dotted;
	border-bottom: .1em dotted;
	color: #cfd7fe;
	text-decoration: none;
	border: 1px solid #cfd7fe;
}

#addy a:active {
	color: #FFF;
}


/* FORMS
-----------------------------------------------------------------------------*/

/* TABLES
-----------------------------------------------------------------------------*/

/* MISC 1
-----------------------------------------------------------------------------*/

/* MISC 2
-----------------------------------------------------------------------------*/

img {
	behavior: url(../_css/iepngfix.htc);
}

/* targets Opera 9 & below - valid CSS */
html:first-child #livecontainer{ 
position: relative !important;
 left: 160px !important;
margin-left: 30px !important;
}

html:first-child #livecontainerindex { 
position: relative !important;
 left: 160px !important;
margin-left: 30px !important;
}