/* == MODULE - Links
-------------------------------------------------------------------------------------------------- */
.module-links {}

#content-primary .text h3 {
	margin-bottom: 0.5em;
}
#content-primary .text p {
	margin: 0;
	color: #f90; font-size: 1.25em;
}


#category {
	float: left;
	width: 45%;
}
#category ul {
	margin-left: 0;
	list-style: none;
}
#category ul li {
	padding-bottom: 4px;
	background: #fff url(../images/underline-repeat.gif) repeat-x 0 100%;
}
#category ul li a {
	display: block;
	padding-left: 10px;
	color: #000; text-decoration: none; line-height: 275%; font-size: 1.25em;
}
#category ul li a:hover,
#category ul li.active a,
#category ul li.active a:hover {
	background: #d9d7cf url(../images/active_large.gif) repeat-x 0 -1px;
}
#category ul li.fli a:hover,
#category ul li.fli.active a,
#category ul li.fli.active a:hover {
	background: #d9d7cf url(../images/active_large.gif) repeat-x 0 0;
}

#links {
	margin-left: 50%;
}
#links dl {}
#links dt,
#links dd {}
#links dt {}
#links dd {
	margin-bottom: 1.5em;
}
#links dd p {
	margin: 0;
}
#links dt a {}