﻿/*
		FPCMenuBar.css
		
		This file contains the CSS styles used for the Menu Bar in the
		FPC Hickory web site.
*/

/*

	Menu Bar Styles

*/
.menuBar {
	border: 1px solid #C9C28F;
	width: auto;
	background-image: url('Images/FPCMenuBarBackground.jpg');
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	text-align: center;
	background-color: #2B4673;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: repeat-y;
}
.menuBar li {
	padding: 5px 15px 5px 15px;
	text-align: center;
	vertical-align: middle;
	width: 130px;
	font-family: Century;
	font-size: small;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	height: auto;
	list-style-type: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C9C28F;
}
.menuBar li:first-child {
	border-left-style: none;
}
.menuBar li a {
	text-decoration: none;
	color: #C9C28F;
}
.menuBar li a:hover {
	color: #FF0000;
}

.pageSubMenuBar {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
.pageSubMenuBar li {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	list-style-type: none;
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #2B4673;
}
.pageSubMenuBar li:first-child {
	border-left-color: #2B4673;
	border-left-style: solid;
	border-left-width: 1px;
}
.pageSubMenuBar li a {
	text-decoration: none;
	color: #1E3152;
}
.pageSubMenuBar li a:hover {
	color: #FF0000;
}

.pageTopReturn {
	color: #435677;
	text-align: right;
	vertical-align: middle;
	margin-bottom: 10px;
	clear: both;
	float: right;
	margin-right: 30px;
}
.pageTopReturn a {
	text-decoration: none;
	color: #1E3152;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	font-family: Century;
	font-weight: 500;
}
.pageTopReturn a:hover {
	color: #FF0000;
}

.fpcSpecialMenuBar {
	margin-right: auto;
	margin-left: auto;
	float: left;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.fpcSpecialMenuBar a {
	font-size: 12pt;
	color: #000080;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fpcSpecialMenuBar a:hover {
	color: #FF0000;
}

