@charset "UTF-8";
/* CSS Document */
/*Navigation styling for each page; styling is created for a horzontal rollover top navigation, utilizing list text links*/
#mainNavigation {
	height: 40px;
	background-image: url(../page/backgrounds/bckgrnd_main_nav.gif);
	text-align: center;
	padding-left: 30px;
}
#mainNavigation ul {
	margin: 0px;
	padding: 0px;
}

#mainNavigation ul li {
	line-height: 40px;
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#mainNavigation ul a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-repeat: repeat-x;
	float: left;
	text-align: center;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #333333;
}
#mainNavigation ul a:hover {
	background-image: url(../page/backgrounds/bckgrnd_main_nav_over3.gif);
	background-repeat: repeat-x;
} /*changes background color of main navigation buttons when mouse cursor hovers*/
