/* home page divs */

#logo	{
	position:absolute;
	left:25px;
	top:0px;
	width:76px;
	height:80px;
	background-image:url(images/logo-header.jpg);
}

#uppernav	{
	position:absolute;
	left:773px;
	top:5px;
	width:200px;
}

#mainnav	{
	position:absolute;
	left:46px;
	top:80px;
}

#greennav	{
	position:absolute;
	left:25px;
	top:80px;
	width:948px;
	height:44px;
	background-color:#49BF24;
}

#bluenav	{
	position:absolute;
	left:25px;
	top:124px;
	width:948px;
	height:11px;
	background-color:#008EDD;
}

#greendivider	{
	position:absolute;
	left:25px;
	top:496px;
	width:620px;
	height:4px;
	background-color:#008EDD;
}

#bluedivider	{
	position:absolute;
	left: 660px;
	top: 496px;
	width: 313px;
	height: 4px;
	background-color:#49BF24;
}

#positioning	{
	position:absolute;
	left: 25px;
	top: 531px;
	width: 280px;
	height: 271px;
	background-image:url(images/home-positioning-text.gif);
}

#newsevents	{
	position:absolute;
	left: 425px;
	top: 520px;
	width: 195px;
	height: 319px;
}

#col3wide	{
	position:absolute;
	left: 673px;
	top: 520px;
	width: 300px;
}

#homepredict	{
	position:absolute;
	left:673px;
	top:149px;
	width:300px;
}

#homeacquire	{
	position:absolute;
	left:673px;
	top:337px;
	width:300px;
}

#homeretain	{
	position:absolute;
	left:673px;
	top:243px;
	width:300px;
}

#homedemo	{
	position:absolute;
	left:673px;
	top:432px;
	width:300px;
}

#homepicture	{
	position:absolute;
	left:25px;
	top:135px;
	width:620px;
	height:361px;
}

#leftnav	{
	position:absolute;
	left:25px;
	top:208px;
	width:145px;
}

#maintext	{
	position:absolute;
	left:200px;
	top:150px;
	width:400px;
}

#photoboxright	{
	position:absolute;
	left:660px;
	top:135px;
	width:313px;
	height:361px;
}

#footer	{
	position:absolute;
	left:673px;
	top:1000px;
	width:300px;
}

#footerlong	{
	position:absolute;
	left:673px;
	top:1175px;
	width:300px;
}

#footerxlong	{
	position:absolute;
	left:673px;
	top:1300px;
	width:300px;
}

#footercareers	{
	position:absolute;
	left:673px;
	top:2000px;
	width:300px;
}	
	

/* main styles for Proclivity Interim Site */


body	{
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #909194;
	background-color: #ffffff;
}

h1	{ 
	font-size: 16px;
	font-weight: normal;
	color: #008EDD;
	background-color: transparent;
}

h2	{
	font-size:18px;
	font-weight: normal;
	line-height:24px;
	color: #008EDD;
	background-color: transparent;
}


/* Paragraph formats for the site are here */


p	{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #909194;
	background-color: transparent;
}

p.uppernav	{
	margin-top:10px;
	font-size: 11px;
	font-weight: normal;
	color: #909194;
	text-align: right;
}

p.mainnav	{
	margin-top: 17px; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

p.leftnav	{
	margin-top: 0px;
	margin-bottom: 24px; 
	font-size: 12px;
	font-weight: normal;
	color: #909194;
}

p.homeright	{
	margin-top: 0px;
}

p.maintext	{
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	color: #909194;
}

p.form	{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #909194;
	background-color: transparent;
}


img	{
	border: none;
}

ul	{
	list-style-type:disc;
	list-stye-position:outside;
}

/* Context link formats are here */

a:link	{
	color: #909194;
	background-color: transparent;
	text-decoration: none;
}

a:visited	{
	color: #909194;
	background-color: transparent;
	text-decoration: none;
	
}

a:hover	{
	color: #008EDD;
	background-color: transparent;
	text-decoration: none;
}

a.white:link	{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

a.white:visited	{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	
}

a.white:hover	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a.black:link	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a.black:visited	{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	
}

a.black:hover	{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

a.bblk:link	{
	color: #008EDD;
	background-color: transparent;
	text-decoration: none;
}

a.bblk:visited	{
	color: #008EDD;
	background-color: transparent;
	text-decoration: none;
	
}

a.bblk:hover	{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}



span.green	{
	color: #49BF24;	}

span.grey	{
	color: #909194;
	}
	
span.darkgry	{
	color: #76777a;
}
	
