#sidenav{
	float: left;
	width: 252px;
	background-color: #cae1ff;
}

#sidenav div.navgroup{
	margin: 8px 10px 10px 9px;
	height: 200px;
}
#sidenav div.navgroup a{
	display: block;
	width: 200px;
	font-size: 12px;
	padding-left: 22px;
	font-weight: bold;
	line-height: 20px;
	color: #2d3155;
}
#sidenav div.navgroup a.current{
	color: #901927;
	background-image: url(images/current_indicator.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#sidenav div.navgroup a:link,
#sidenav div.navgroup a:visited{
	text-decoration: none;
}

#sidenav div.navgroup a:hover{
	background-color: #e9f2ff;
}
#sidenav div.navheader{
	height: 25px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#header div.topnavbar,
#sidenav div.navheader{
	color: #ffffff;
	padding-left: 22px;
	line-height: 25px;
	font-size: 14px;
}


#frost_tek{
	height: 214px; 
	width: 252px; 
	background-color: #ffffff; 
	padding-top: 5px;
}

#frost_tek div.ft_container{
	border: 1px solid #007eb1; 
	height: 212px;
	background-color: #363639;
}
#frost_tek div.ft_tile{
	width: 122px;
	height: 167px;
	float: left;
	background-image: url(images/frost-tek-tile.jpg);
	background-repeat: no-repeat;

}
#frost_tek div.ft_footer{
	height: 36px;
	clear: left;
	background-color: #ffffff;
	padding-top: 9px;
	padding-left: 47px;
}
#frost_tek div.ft_footer div{
	background-image: url(images/ft-logo.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 186px;
}

#frost_tek div a{
	float: right;
	width: 87px;
	display: block;
	padding: 35px 10px 40px 23px;
}

#frost_tek div a:link, #frost_tek div a:active, #frost_tek div a:visited {
	color: #007eb1;
	text-decoration: none;
}

#frost_tek div a:hover{
	color: #ffffff;
	text-decoration: none;
}



