
/*------------------------------------------------------------------------------

(c)2012 20th Ave Designs and Robin Morrison
This Program is not for distribution without the express permission of its
creators and copyright holders.

header.css.php
Cascading Style Sheet for the Header Section Elements.
Coded by: Robin Morrison
Started: April 22nd, 2007
Last Updated: April 22nd, 2007

------------------------------------------------------------------------------*/

body {
	background-color: #c4c4c4;
	margin: 0px;
	font: 10pt Tahoma;
}
.pageHead {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.pageContents {
	margin: 10px; 10px; 10px; 10px;
	text-align: left;
}
.pageLogo {

	background-image: url('../images/siteLogo.jpg');
	background-repeat: no-repeat;
	height: 88px;
	position: relative;
	z-index: 1;
}
.pageLogoBg {
	background-color: #003333;
	height: 27px;
	width: 100%;
	position: absolute;
	top: 61px;
	z-index: 0;
}
.menuBar {
	background-image: url('../images/menuBarBg.gif');
	height: 18px;
	}
.menuLeftFill, .menuItem, .menuItemActive, .menuClock {
	font: 10pt Tahoma;
	color: #fff;
	border-left: 1px solid #005252;
	border-right: 1px solid #002020;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	height: 18px;
	cursor: pointer;
}
.menuClock {
	border: none;
	float: right;
	font-size: 8pt;
	top: 1px;
	margin-right: 5px;
	cursor: default;
}
.menuLeftFill {
	width: 10px;
	border-left: none;
	cursor: default;
}
.menuItemActive {
	background-image: url('../images/menuBarBgActive.gif');
	color: #003333;
	border-left: 1px solid #ffa437;
	border-right: 1px solid #a25800;
}
.menuItem a {
	color: #fff;
	text-decoration: none;
}
.menuItemActive a {
	color: #003333;
	text-decoration: none;
}
.subMenuBg {
	background-color: #c4c4c4;
	height: 14px;
	width: 100%;
}
.subMenuBar {
	height: 14px;
	width: 577px;
	background-color: #003333;
	background-image: url('../images/subMenuBarBg.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.subMenuLeftFill, .subMenuItem, .subMenuItemActive {
	position: relative;
	float: left;
	background-color: #003333;
	color: #cccccc;
	font: 7pt Tahoma;
	height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.subMenuLeftFill {
	width: 10px;
	cursor: default;
}
.subMenuItemActive {
	background-color: #005f87;
	color: #ccc;
}
.subMenuVersion {
	color: #6b6b6b;
	font: 8pt Courier New;
	position: absolute;
	left: 575px;
	cursor: default;
}
.subMenuItem a {
	color: #cccccc;
	text-decoration: none;
}
.subMenuItemActive a {
	color: #ccc;
	text-decoration: underline;
}

.forumMenu { text-align: left; font: 7pt Tahoma; position: absolute; top: 110px; left: 100px; border: 1px solid black; background-color: white; z-index: 5; padding: 1px 1px 1px 1px; }
#senateMenu { left: 205px; }
.fMenuOption { color: #013c79; cursor: pointer; padding: 1px 5px 1px 5px; }
.fMenuOptionHover { background-color: #013c79; color: #fff; cursor: pointer; padding: 1px 5px 1px 5px; }
a:link.fMenuLink, a:visited.fMenuLink, a:active.fMenuLink { color: #000; text-decoration: none; }
a:hover.fMenuLink { color: #465584; text-decoration: none; }
a:link.fMenuLinkHover, a:visited.fMenuLinkHover, a:active.fMenuLinkHover { color: #fff; text-decoration: none; }
a:hover.fMenuLinkHover  { color: #fff; text-decoration: none; }
