/*
	ISS.com - Image Sensing Systems, Inc. (ISS)
	Website Color Palette

	hex			name			primary use
	-----------------------------------------------
	#BE0027		Red				links
	#666		Grey			body copy				
	#333		Grey - dark		bold copy

*/	
	

/*------------------------------------------------------------------------------
	basic styles 
------------------------------------------------------------------------------*/	
	
	body {
		margin: 0; padding: 0;
		color: #666;
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		text-align: center;
	}

	p{ margin: 0 0 15px 0; line-height: 160%; }
	
	img{ display: block; border: 0; }
	td{ vertical-align: top; }
	
	h1{ 
		color: #BE0027;
		font-size: 34px; 
		font-weight: normal;
		margin: 0px 0 25px 0;
	}
	
	h2{ 
		color: #999;
		font-size: 24px;
		font-weight: normal;
		margin: 20px 0 10px 0;
		border-bottom: 1px solid #D6D6D6;
	}
	
	h3{ 
		color: #666;
		font-size: 18px; 
		margin: 25px 0 15px 0;
	}
		h3 i{ font-weight: normal; }
	
	h3.snug, h2.snug{ margin-bottom: 0px; }
		
	h4{ 
		font-size: 12px; 
		margin: 10px 0 0 0;
	}
	
	h5{ 
		color: #666;
		font-size: 13px;
		font-weight: bold;
		margin: 20px 0 15px 0;
		border-bottom: 1px solid #D6D6D6;
	}
	
	h6{ 
		font-size: 12px; 
		margin: 20px 0 0 0;
	}
	
	b{ color: #666; }


/*------------------------------------------------------------------------------
	navigation
------------------------------------------------------------------------------*/	

	a{ color: #BE0027; }
	a:hover{ color: #333; }


	#nav_main {
		position: absolute;
		z-index: 20;
		left: 2px;
	}
		
		#nav_main img {
			float: left;
		}

		#nav_main a {
			position:relative; 
			z-index:10;
			float: left;
		}
			

	#nav_secondary{
		position: absolute;
		z-index: 25;
		top: 140px;
		left: 20px;
	}
	
		#nav_secondary img { float: left; }



/*------------------------------------------------------------------------------
	nav - with icons
------------------------------------------------------------------------------*/	

	.icon_arrow{
		background: url(../shared/icon_arrow.gif) no-repeat right center;
		padding-right: 18px;
		text-decoration: none;
		font-weight: bold;
	}

	.icon_arrowL{
		background: url(../shared/icon_arrow.gif) no-repeat left center;
		padding-left: 15px;
		margin: 3px 0;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}

	.icon_arrowUp{
		background: url(../shared/icon_arrowUp.gif) no-repeat left center;
		padding-left: 15px;
		margin: 3px 0;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}


	.icon_pdf{
		background: url(../shared/icon_pdf.gif) no-repeat left center;
		padding-left: 15px;
		margin: 3px 0;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}



/*------------------------------------------------------------------------------
	layout
------------------------------------------------------------------------------*/	

	#wrappa{
		margin:0px auto;
		text-align: left;
		width: 1000px;
		position: relative;
	}


	#header{
		width: 1005px;
		height: 188px;
		background: url(../shared/header.jpg) no-repeat;
	}
	
		#header #logo{
			position: absolute;
			top: 10px;
			right: 25px;
			zindex: 5;
		}
		

	#content{
		clear: both;
		float: left;
		width: 670px;
	}
		#content .pad{
			padding: 35px 0 40px 23px;
		}
	
	#content_mrd{
		clear: both;
		float: left;
		width: 800px;
	}
			#content_mrd .pad{
			padding: 35px 0 40px 23px;
		}
	#content_secondary{
		float: left;
		width: 320px;
	}
		#content_secondary .pad{
			padding: 50px 0 40px 76px;
		}
	
		#content_secondary h4{ margin: 20px 0 0 0; }
		#content_secondary p{ margin: 0; }
	

	#footer{
		clear: both;
		width: 1000px;
		height: 61px;
		font-size: 10px;
		background: url(../shared/footer.jpg) no-repeat;
		color: #999;
	}
	
		#footer a{ color: #CCC; }
		#footer a:hover{ color: #fff; }
		#footer .pad{ padding: 25px 30px 25px 23px; }



		
		
	
/*------------------------------------------------------------------------------
	homepage - ID from class in body
------------------------------------------------------------------------------*/	

	#home #header{
		width: 1001px;
		height: 359px;
		background: url(../home/header_home.jpg) no-repeat;
	}
	

	#positioningStatment{
		position: absolute;
		top: 133px;
		left: 29px;
		zindex: 7;
	}
	
	#quad{
		margin: 30px 0 50px 15px;
	}
		#quad .icon_arrow, #quad .icon_arrowL, #quad .icon_arrowUp{ font-weight: normal; }
	
		#quad .column{
			width: 245px;
			float: left;
			border-left: 1px solid #E5E5E5;
		}
		
		#quad .column .pad{ padding: 0px 20px 20px 10px; }
		#quad .column h3{ margin-top: 10px; }
		
		#quad .link{
			padding-top:37px;
		}
	
	
/*------------------------------------------------------------------------------
	news
------------------------------------------------------------------------------*/	
	.contact{
		font-style: italic;
		font-size: 12px;
	}
	
	.newsBlock img{
		float: left;
		margin: 0 10px 10px 0;
	}

	
/*------------------------------------------------------------------------------
	forms
------------------------------------------------------------------------------*/	

	input{ vertical-align: middle; }
	
	form {
		font-size: 1.2em;
		margin: 0;
		padding: 0;
	}
	
		form p {
			width: 100%;
			margin: 5px 0;
		}
	
	
	/* fieldset styling */
	fieldset {
		margin: 5px 0 0 0; /*  space out the fieldsets a little*/
		padding: 1em 0;
		border: none;
	}
	
	
	/* legend styling */
	legend {
		font-weight: bold;
		color: #666;
		margin: 0;
		padding: 5px 0 0 2px;
		*margin-left: -5px;
	}
	
	
	/* style for  labels */
	label {
		float: left;
		width: 10em;
		padding-left: 4px;
	}
	
		label .required {
			font-size: 1em;
			font-weight: 700;
			color:#760000;
		}
	
		.required {
			font-size: 1em;
			font-weight: 700;
			color:#760000;
		}
	
	
	/* style for inputs */
	input {
		width: 200px;
	}
	
		input[type="text"], textarea {
			border-top: 2px solid #999;
			border-left: 2px solid #999;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
			margin: 0px;
		}
	
		input.radio {
			width: auto;
			float: left;
			padding-left: 0;
		}
	
		input.submit {
			width: 100px;
		}
	
		input:focus, textarea:focus {
			background: #ffc;
		}
	
	textarea {
		width: 200px;
		height: 100px;
	}
	


/*------------------------------------------------------------------------------
	tables - data
------------------------------------------------------------------------------*/	
	
	table.dataTable{
		font-size: 11px;
		width: 100%;
		margin:0;
		padding:0;
		border:0;
		border-collapse:     collapse;    /* ie6 ? */
	    border-spacing:      0;           /* px? ns 6? */
	}

	table.dataTable td{
		padding:5px 10px;
		border:0px;
	}
	
	td.blackborder {
		border: 1px solid #000000;
	}

	table.dataTable tr.none b{ color: #000; font-size: 12px; }
	table.dataTable a{ text-decoration: none; }
	table.dataTable tr.none{ background: #fff; }
	table.dataTable tr.alter{ background: #E9F6FC; border-top: 1px solid #DDE9EF; border-bottom: 1px solid #DDE9EF; }

	td.dB{ color: #000; background: url('../shared/dotted_back.gif') repeat-x;}

/*------------------------------------------------------------------------------
	popup window
------------------------------------------------------------------------------*/	

	#popup{ background: url('../backgrounds/generic.gif')  center -130px no-repeat; }

		#popup #wrappa{
			margin:0px auto;
			text-align: left;
			width: 750px;
			position: relative;
		}

		#popup #content{
			width: 400px;
		}

		#popup #content_secondary{
			float: left;
			width: 320px;
		}
			#popup #content_secondary .pad{
				padding: 180px 0 40px 30px;
			}


/*------------------------------------------------------------------------------
	misc
------------------------------------------------------------------------------*/	
	
	.clearB{ clear: both; }
	.clearR{ clear: right; }
	.clearL{ clear: left; }
	
	hr{
		border: 0;
		margin: 20px 0px 20px 0px;
		color: #E5E5E5;
		background-color: #E5E5E5;
		height: 1px;
	}

	.hide{display: none;}

	ul{ margin-left: 0; padding-left: 20px;}
	ul li{ margin-left: 0; padding-left: 0; font-style: italic; margin-bottom: 10px;}
	
	ol{ margin-left: 0; padding-left: 20px;}
	ol li{ margin-left: 0; padding-left: 0;}
	
	.imgover{}
	
	
	.legal_type{
		font-size: 10px;
	}

/*------------------------------------------------------------------------------
	sIFR - used to swap the h1, h2 and h3 elements with flash versions
------------------------------------------------------------------------------*/	
		
	/* These are standard sIFR styles... do not modify */

	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	
	.sIFR-replaced {
		visibility: visible !important;
	}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}
	
	/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
	
	.sIFR-hasFlash h1 {
		visibility: hidden;
		font-size: 44px; 
	}
	
	.sIFR-hasFlash h2 {
		visibility: hidden;
	}
	
