/***************************************************************************
/* This is a special style-sheet for the Invivo Spot landing pages.  
/* Designed by: Ryan Desroches
/*
/***************************************************************************/
h1
{
	text-align:center;
	font-size:20px;
}
h2
{
	text-align:left;
	font-size:18px;
}
h3
{
	text-align:center;
	font-size:16px;
}

/***************************************************************************
/* pageContainer (class)
/* Description:   wrapper for the content of the page.   
/*
/***************************************************************************/
.pageContainer
{
	float:left;
	width:520px;
	padding:0;
	color:#000;
}

/***************************************************************************
/* topSpot
/* Description: Contains the main image and text for the page.   
/*
/***************************************************************************/
.topSpot
{
	float:left;
	width:500px;
	margin:10px;  
	color:#000;
	text-align:center;
	
}

.topSpot p
{
	color:#000;
	text-align:left;
	font-size:16px;
}

/***************************************************************************
/* mainContent
/* Description: Contains bottom/Main Content area that will cotnatin the
/*              the left and right E-Spot. (Due to layout - only use two
/*				e-spots per content area.  
/*
/***************************************************************************/
.mainContent
{
	float:left;
	display:block;
	width:500px;
	margin-left:10px; 
	margin-right:10px; 
	*padding-bottom:10px;
	color:#000;
	
}

.eSpot
{
	float:left;
	width:240px;
	margin:5px;
	*margin:2px;
	color:#000;
}

	
.eSpot p
{ 
	display:block;
	color: #000;
	padding-left:5px;
 	padding-right:5px;
	font-size:16px;
}

.espotTop
{
	float:left;
	display:block;
	width:240px;  
	color:#000;
}

.espotTop img
{
	float:right;
	display:inline;
	margin-left:5px;
	width:95px;
	
}

.espotTop ul
{
	float:left;
	display:inline;
	list-style:disc;
	*padding-left:5px;
	*margin:5px;
}

.espotTop li
{
	padding:0px;
	*margin:0px;
	text-indent:5px;
	color:#000;
	font-size:14px;
}
	
#evolution
{
	color:#F00;
}

