@charset "utf-8";

#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	white-space: nowrap;
	background-image: url(images/topbar.gif);
	background-repeat: repeat-x;
}

#topNav li {
	float: left;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

#topNav li a, #topNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	display: block;
	width: 120px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#topNav li a:hover {
	background: url(images/topbarb.gif);
}

/* IE 6 hack to make entire button clickable */
* html #topNav a { width: 1px; }
#topNav li {	
	display: inline; 
}


.image-border {
	padding: 0px;
	border: 1px solid #3366CC;
	white-space: normal;
	margin: 3px;
}


ul#aboutNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

#aboutNav a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
	display: block;
	background-image: url(images/topbar.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#aboutNav a:hover {
	background: url(images/topbarb.gif);
	background-repeat: repeat-x;
}

#aboutNav a.sub {
	color: #000;
	background-image: url(images/topbarl.gif);
	padding-left: 10px;
}
#aboutNav a.sub:hover {
	background: url(images/topbarb.gif);
	background-repeat: repeat-x;
	color: #fff;
}

/* IE Fixes */

/* remove annoying gaps */
#aboutNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #aboutNav a {
	height: 1px;
}
.frame { float:right;
}
