/* css for envis-precisely.com/iscraper */

body
{
	padding:0px;
	margin:0px;
	background-color:#fff;
}

#main
{
	position:absolute;
	left:50%;
	margin-left:-400px;
	background-color:#000a14;
	min-height:100%;
}


#header
{
	width:800px;
	height:300px;
	float:left;
	background-image: url("iscraper-header.png");
	background-repeat:no-repeat;
}


#content
{
	float:left;
	clear:both;
	margin-left:20px;
	width:760px;
	min-height:600px;
}

div.col
{
	width:220px;
	float:left;
}

div.row
{
	width:760px;
	float:left;
	margin-top:40px;
}

a
{
	color:#FFFFFF;
	text-decoration:underline;
}

a#envis
{
	z-index:100;
	position:absolute;
	display:block;
	right:0px;
	top:70px;
	width:85px;
	height:70px;
	background-image:url("http://s.envis-precisely.com/badge.png");
}

span#envis
{
	display:none;
}

h1
{
	display:block;
	clear:both;
	width:306;
	height:42px;
	margin-left:7px;
	background-image:url("headline.png");
	background-repeat:no-repeat;
	padding-bottom:0px;
	margin-bottom:0px;
}

h2
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	float:left;
	margin:0px;
	padding:0px;
	margin-left:10px;
}

p
{
	color:#FFFFFF;
	float:left;
	font-size:24px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}

p.small
{
	width:200px;
	font-size:14px;
}

img
{
	border:none;
}

img.left
{
	display:block;
	float:left;
}

img.right
{
	display:block;
	float:right;
}
