@charset "utf-8";
/* CSS Document */

/****************************
	Modules
*****************************/

/***TECHNOLOGY IN ACTION***/
#landingpagecontent .techinaction {
	width:280px;
	*margin-left:auto;
	*margin-right:auto;
	margin-bottom:10px;
	display:inline-block;
	text-align:center;
	background-color:#EEEEEE;
}
#landingpagecontent .caption {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
        clear: both;
}
/***OTHER***/
#landingpagecontent .news {
	width:280px;
	*margin-left:auto;
	*margin-right:auto;
	margin-bottom:10px;
	display:inline-block;
        background-color:#EEEEEE;
        color:black;
}

#landingpagecontent .image {
	width:135px;
	float:left;
}

#landingpagecontent .text {
	width:110px;
	text-align:left;
	float:right;
}

#landingpagecontent .text h4 {
	color:#666666;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
}

#landingpagecontent .readmore {
	text-align:right;
        clear: both;
}