﻿#divHomePageLinks {
	font-size:x-small;
}

#divHomePageLinks #divHomePageLinksTop {
  background-image : url('/global/img/home-page-links-header.png');
	background-repeat : no-repeat;
	height:23px;
}

#divHomePageLinks #divHomePageLinksBackground {
  background-image : url('/global/img/home-page-links-bg.png');
	background-repeat : repeat-y;
	width:960px;
}

#divHomePageLinks #divHomePageLinksContent {
	margin-left:20px;
	min-height: 200px;
	overflow:hidden;
}

#divHomePageLinks #divHomePageLinksContent .rowbreak {
	clear:both;
}

#divHomePageLinks #divHomePageLinksContent .contentRow {
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	width:755px;
	display:inline;
	float:left;
	overflow:hidden;
}

#divHomePageLinks img {
	display: inline;
	float:right;
	border : none 0;
}

#divHomePageLinks #divHomePageLinksContent .contentItem  {
	margin-right:15px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	width:170px;
	color:White;
}

#divHomePageLinks #divHomePageLinksContent .contentItem .header{
	font-size:small;
	font-weight:bold;
	color: white;
}

#divHomePageLinks #divHomePageLinksContent .linksList {
	margin-bottom:0px;
	color:white;
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}

#divHomePageLinks #divHomePageLinksContent .linksList a {
	color:white;
	text-decoration: none;
}

#divHomePageLinks #divHomePageLinksContent .linksList a:hover {
	color:white;
	text-decoration: underline;
}

#divHomePageLinks #divHomePageLinksBottom {
  background-image : url('/global/img/home-page-links-footer.png');
	background-repeat : no-repeat;
	height:10px;
}

