/***********************************************************************/
/*styles specific to the adsensus website*/
/***********************************************************************/
/*home page content*/
/*************************************************************************/
/*the space for the big logo*/
#big_logo
{
	position: relative;
	top: 10px;
	left: 10px;
	width: 363px;
	height: 136px;
}
/***********************************************************************/
/*the space for the shadow banner (define develop aply assess)*/
#shadow_banner ul 
{
	position: relative;
	top: 75px;
	width: 98%;
	left: 0px;
	list-style-type: none;
	text-align: center;
}
#shadow_banner ul li
{
	display: inline;	
}
.bannerstyle
{
	text-decoration: none;
	margin: 0px 40px;
	color: #CCCCCC;
	font-size: 200%;
	font-weight: bold;
}
/***********************************************************************/
/*the space for a quotation*/
#quotation
{
	position: absolute;
	font-weight: bold;
	color: black;
	font-size: 150%;
	text-align: left;
	width: 500px;
	height: 50px;
	bottom: 50px;
	right: 10px;
}
/*************************************************************************/
/* picture and snippet containers for website pages*/
/*************************************************************************/
/* the picture one container*/
#picture_one
{	
	height: 224px;
	width: 224px;
	padding: 5px 10px 0px 10px;
	float: left;
}
/* the picture two container*/
#picture_two
{	
	height: 224px;
	width: 224px;
	padding: 5px 10px 0px 10px;
	float: right;
}
/* the picture three container*/
#picture_three
{	
	height: 224px;
	width: 224px;
	padding: 5px;
	float: left;
	border: medium solid #CCCCCC;
	margin: 10px 10px 0px 0px;
}
/* the snippet one container*/
#snippet_one
{	
	margin-top: 10px;
	margin-bottom: -5px;
	width: 120px;
	float: right;
	font-size: 15px;
	color: #CC9933;
	background-color: white;
}
/* the snippet two container*/
#snippet_two
{	
	margin-top: 10px;
	margin-bottom: -5px;
	width: 120px;
	float: left;
	font-size: 15px;
	color: #CC9933;
	background-color: white;
}
/* the snippet three container*/
#snippet_three
{
	margin-top: 10px;
	margin-bottom: -5px;
	width: 120px;
	float: right;
	font-size: 15px;
	color: #CC9933;
	background-color: white;
}
/* the snippet four container*/
#snippet_four
{
	margin-top: 10px;
	margin-bottom: -5px;
	width: 120px;
	float: right;
	font-size: 15px;
	color: #CC9933;
	background-color: white;
}
/* the snippet five container*/
#snippet_five
{
	margin-top: 10px;
	margin-bottom: -5px;
	width: 120px;
	float: left;
	font-size: 15px;
	color: #CC9933;
	background-color: white;
}