/* =====================================
home box
 ======================================*/

/* welcome message (big visual) */

#welcomemsg {
	width: 100%;
	height: 246px;
	margin-bottom: 15px;
}

#welcomemsg_visu {
	vertical-align: top;
}

td#welcomemsg_content {
	height: 246px;
	width: 263px;
	vertical-align: top;
}

img#welcomemsg_grow {
	display: block;
	position: relative;
	left: 358px;
	top: 14px;
}

/* business needs */
#businessneeds td {
	vertical-align: top;
}

/* in the spotlight */
#spotlight td {
	vertical-align: top;
}

#spotlight td img {
	display: block;
	margin-left: 10px;
}



/* =====================================
 all links images with arrows 
 ======================================*/

/* welcome message */
td#welcomemsg_content ul {
	margin: 0 30px 0 0; padding:0;
	list-style: none;
	font-size: 1.1em;
	color: #003366;
}

td#welcomemsg_content li {
	padding: 0 0 12px 44px;
}

td#welcomemsg_content li {
	background: url(links-ar.gif);
	background-repeat: no-repeat;
	background-position: 18px 5px;
}

td#welcomemsg_content li:hover {
	background: url(links-as.gif);
	background-repeat: no-repeat;
	background-position: 18px 5px;
}

td#welcomemsg_content a:link, td#welcomemsg_content a:visited, td#welcomemsg_content a:active {
	color: #003366;
	text-decoration: none;
}

td#welcomemsg_content a:visited {
	color: #00264D;
}

td#welcomemsg_content a:hover {
	display: block;
	text-decoration: underline;
	 margin-left: 0px;
}


/* business needs, our solutions */

table#businessneeds div.businessneeds-links {
	display: inline;
	float: left;
	width: 216px;
	font-size: 1.1em;
	border: 0px solid red;
	clear: top;
}

table#businessneeds div.businessneeds-links {
	background: url(links-ar.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
}

table#businessneeds div.businessneeds-links:hover {
	background: url(links-as.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
}

table#businessneeds a:link, table#businessneeds a:visited, table#businessneeds a:active {
	color: #003366;
	text-decoration: none;
}

table#businessneeds  div.businessneeds-links div {
	padding: 0 0 0px 38px;
}

table#businessneeds a:visited {
	color: #00264D;
}

table#businessneeds a:hover {
	display: block;
	text-decoration: underline;
	margin-left: 0px;
}

/* in the spotlight */
#spotlight_content h2 {
	font-size: 1.1em;
	margin: 0;
}

#spotlight_content p, #spotlight_content p a:link, #spotlight_content p a:active, #spotlight_content p a:visited {
	margin: 0;
	color: #101010;
}

#spotlight_content div.spotlight-div {
	background: url(links-ar.gif);
	background-repeat: no-repeat;
	background-position: 18px 5px;
	margin-right: 20px;
}

#spotlight_content div.spotlight-div:hover {
	background: url(links-as.gif);
	background-repeat: no-repeat;
	background-position: 18px 5px;
}

#spotlight_content a:link, #spotlight_content a:visited, #spotlight_content a:active {
	color: #003366;
	text-decoration: none;
}

#spotlight_content  div div.spotlight-div {
	padding: 0 0 12px 44px;
}

#spotlight_content a:visited {
	color: #00264D;
}

#spotlight_content a:hover {
	display: block;
	text-decoration: underline;
	margin-left: 0px;
}