/* CSS Document */
a:link{
	color:#1F5AA9;
	text-decoration:none;
	}
a:visited{
	color:#1F5AA9;
	text-decoration:none;
	}
a:hover{
	color:#1F5AA9;
	text-decoration:none;
	font-weight:bold;
	}
body{
	margin:0 0 0 0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#515151;
	}
.maincontentbox{
	width: 778px;
	height: 150px;
	border: 1px #C3CFDF solid;
	background-color:white;
	text-align:left
	}
.contentbanner{
	width:780px;
	height:210px;
	}
.imageslider{
	width: 778px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 108px;
	border: 1px #C3CFDF solid;
	background-color:white;
	}
.banner{
	width:758px;
	height:105px;
	border: 1px #C3CFDF solid;
	background-color:white;
	padding:10px;
	}
.financing{
	width:371px;
	height:105px;
	border:1px #C3CFDF solid;
	margin-right:5px;
	float:left;
	}
.webservices{
	width:371px;
	height:105px;
	border:1px #C3CFDF solid;
	margin-left:5px;
	float:right;
	}
.productscontentbox{
	width: 140px;
	height: 135px;
	text-align:left;
	margin-left:10px;
	margin-top: 5px;
	clear: right;
	float:left;
}

.solutionscontentbox{
	width: 140px;
	height: 135px;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
	clear: right;
	float: left;
	}

.supportcontentbox{
	width: 140px;
	height: 135px;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
	clear: right;
	float:left;
	}

.textheaders{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #FF9933;
	}

.textmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #1F5AA9;
	margin-left:10px;
	}

/*News Box*/


.latestnews{
	width: 295px;
	height: 125px;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
	clear: right;
	float:left;
	border: 1px #C3CFDF solid;
	overflow:auto;
	padding:5px;
	} 

.latestnewstext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #1F5AA9;
	margin-left:10px;
	text-align:justify;
	margin-right:5px;
	}