/*			GRID				*/
#FirstColumn,
#SecondColumn{
	width:360px;
	float:left;
	margin-right:30px;
}
#Grid{
	width:799px;
	float:left;
}
#GridItem{
	width:100%;
	float:left;
	min-height:70px;
	margin-bottom:10px;
}
#GridItem .image{
	float:left;
	
}
.centerImage #GridItem
{
	margin-bottom:18px !important;
}
.centerImage #GridItem .image{
	margin-top:13px;     	
}

.centerImage #GridItem .text{
	width:250px !important;
	padding-left:7px;
}
.centerImage #GridItem .title{
	width:250px !important;
	padding-left:4px;
}

#GridItem .title{
	margin:5px 0 1px;
	color:#375459;
	width:260px;
	float:left;
	font-size:14px;
	font-style:normal;
	line-height:1.2em;
	font-style:normal;
}
#GridItem h3{
	clear:none;
	line-height:0.9em;
}

#GridItem .text{
	font-size:1.1em;
	line-height:1.3em;
	color:#375459;
	width:260px;
	float:left;
}



/*			LIST				*/
#List{
	width:759px;
	float:left;
	margin:31px 60px 35px;
}
#ListItem{
	width:100%;
	float:left;
	min-height:70px;
	margin-bottom:10px;
	
	
}
#ListItem .image{
	float:left;
}

#ListItem div .title{
	margin-left:52px;
}
#ListItem .title{
	margin:9px 0 1px;
	width:420px;
	float:left;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.3em;
	color:#375459;
	font-style:normal;
}
#ListItem h3{
	clear:none;
}

#ListItem .text{
	float:left;
	font-size:1.1em;
	line-height:1.3em;
	color:#375459;
	width:420px;
	margin-left:52px;
}