/*
----------------------------------------------------------
HOMEPAGE CONTENT AREA  
----------------------------------------------------------
*/

#flash {
	line-height: 0;
	}

#mainLeft.home {
	padding: 30px 24px 30px 24px;
	width: 376px;
	float: left;
	background: url(../images/bg_gradient_light.jpg) repeat-x top left;
	font-size: .9;
	}
	
#mainLeft.home p {
	margin-top: 0;
	}

#mainLeft.home ul {
	margin-left: 30px;
	}

#mainLeft.home li {
	font-style: italic;
	}

#mainRight.home {
	padding: 30px 24px 30px 24px;
	width: 262px;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	background:#DAE9EF url(../images/bg_gradient_medium.jpg) repeat-x top left;
	}
	
/* removed until case studies is on homepage
	#mainRight.home ul {
	padding: 0 0 25px 25px;
	line-height: 1.4em;
	list-style-type: none;
	}
	*/
	
#mainRight.home ul {  /* remove this when case studies is on homepage */
	padding: 0 0 190px 25px;
	line-height: 1.4em;
	list-style-type: none;
	}

#mainRight.home p {
	margin: 0 0 0 24px;
	padding-bottom: 0.4em;
	}
	
#featured {
	margin: 0.4em 1em 1em 0;
	padding: 5px;
	float: left;
	width: 85px;
	background-color: #ADCEDA;
	line-height: 0;
	display: block;
	}

#featured:hover {
	padding: 5px;
	background-color: #6DC1DE;
	}
	
#footerlogo img {
	float: right;
	text-align: right;
	margin-top: -0.1em;
	}
