<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Navigation */
div#header ul#nav {
	height: 40px;
	clear: both;
	padding-left: 12px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	list-style: none;
	position: relative;
	padding-top: 24px;
}
div#header ul#nav li {
	display: inline;
	position: relative;
	padding-bottom: 20px;
}
div#header ul#nav li a {
	text-decoration: none;
	padding: 4px 14px 5px 13px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 17px;
	color: #666666;
}
/* Nivo Slider */
div#homepage #slides {
}
div#homepage #slides img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	height: 250px;
}
div#homepage #slides a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	bottom: -22px;
	position: absolute;
	left: 50%;
	margin-left: -36px; /* Tweak this to center bullets */
}
div#homepage #slides .nivo-controlNav {
	z-index: 12;
}
div#homepage #slides .nivo-controlNav a {
	display: block;
	float: left;
	margin-right: 6px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #c1c1c1;
	text-indent: -999999px;
	box-shadow: inset 0px 2px 2px #888;
}
div#homepage #slides .nivo-controlNav a.active {
	background: #C20017;
}</pre></body></html>