@charset "utf-8";
/* CSS Document */

#business{
	float: left;
	background: url(../images/business.jpg) no-repeat;
	width: 146px;
	border-right: #602449 2px solid;
	height: 454px;
	margin-left: 5px;
}
#dkblue {
	float: left;
	width: 38px;
	background-color: #274096;
	height: 454px;
}
#dkpurple {
	float: left;
	width: 16px;
	background-color: #602449;
	height: 454px;
}
#employment{
	float: left;
	background: url(../images/employment.jpg) no-repeat;
	width: 146px;
	border-right: #602449 2px solid;
	height: 454px;
	margin-left: 6px;
}
#footer a, #footer a:visited {
	font-weight: bold;
}
#intellectual_property{
	float: left;
	background: url(../images/intellectual_property.jpg) no-repeat;
	width: 146px;
	border-right: #602449 2px solid;
	height: 454px;
	margin-left: 6px;
}
#litigation{
	float: left;
	background: url(../images/litigation.jpg) no-repeat;
	width: 146px;
	border-right: #602449 2px solid;
	height: 454px;
	margin-left: 6px;
}
#ltblue {
	float: left;
	width: 28px;
	background-color: #01ABED;
	height: 454px;
}
#ltpurple {
	float: left;
	width: 27px;
	background-color: #90268E;
	height: 454px;
}
#top {
	margin: 7px auto;
}
#top_nav ul {
	list-style: none;
	float: right;
	margin: 3px 0 0 0;
}
#top_nav ul li {
	display: block;
	float: left;
	width: 146px;
	border-right: 2px solid #602449;
	padding-left: 6px;
}
#top_nav ul li a, #top_nav ul li a:visited {
	font-weight: bold;
	border: none;
}

/***Classes***/
.business a, .business a:visited{
	color: #602449;
}
.employment a, .employment a:visited{
	color: #90268E;
}
.intellectual_property a, .intellectual_property a:visited{
	color: #274096;
}
.litigation a, .litigation a:visited{
	color: #01ABED;
}