@charset "utf-8";
/* CSS Document */

#breadcrumb			{ padding:15px 25px 5px 25px; float:left;  height:10px}
#right				{ float:right; clear:right;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



.boldytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 15px;
 text-decoration: none;
 padding-top:5px;
 padding-bottom:10px;
}

.orange-boldtext{ font-family: Verdana, Arial, Helvetica, sans-serif; width:94%; height:25px; font-size: 11px; font-weight: bold;  color: #EB3D00; text-align: left; text-decoration: none;}

.line {
padding-top: 5px;
padding-bottom: 3px;
border-bottom: 1px solid #D7D8E1;
}

.cellbg {	
background:transparent url('images/layoutbg.gif') top no-repeat;
width:155px;
height:117px;
padding-left:8px

}

.nocellbg {	
width:155px;
height:117px;
padding-left:10px
margin:0px;
}

.text_index_link:link, .text_index_link:visited
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align:center;
color:#7F7F7F;
font-weight: bold;
text-decoration:none;
}
.text_index_link:hover
{
color:#3399cc;
}
.texthightlight{
	padding:3px;
}
.kb{
position: relative;
z-index: 0;
background:transparent url('images/layoutbg.gif') top no-repeat;
width:155px;
height:117px;
}

.kb:hover{
	background-color: transparent;
	z-index: 50;

}
.kb a:link {
	text-decoration: none;
	color:#FFFFFF;
}

.kb span{ /*CSS for enlarged image*/
	position: absolute;
	background-color:#CCCCCC;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.kb span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
z-index:inherit;

}

.kb:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
z-index:inherit;

}
