/* CSS Document */
/* NAV BAR */

#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/images/bg_nav.png) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 940px;
}

#topNav li {
	float: right;
	padding: 0;
	margin: 0;
}

#topNav li a, #topNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#topNav li a:hover {
	background: url(images/bg_nav_h.png);
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

.white {
	color: #FFF;
}
.image-text {
	margin: 4px;
	padding: 4px;
	float: left;
	height: auto;
	width: 125px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #10517B;
	border-right-color: #10517B;
	border-bottom-color: #10517B;
	border-left-color: #10517B;
	text-align: center;
}
.imgcenter {
	text-align: center;
	border: 1px solid #000;
}
.imgcenter {
	text-align: center;
}
