body {
	background-size: cover;
	background-image: url(images/green_leaves_bkgd.jpg);
	background-repeat: no-repeat;
	background-color: #070707;
}
#topMenu {
	color: #7EB0CC;
	font-family: "Arial Narrow", "Helvetica Condensed", Arial;
	font-size: 14px;
	font-weight: bold;
	width: 500px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 5px;
}
#topMenuBar {
	height:25px;
	background-color: hsla(121,1%,84%,.6);
	border-radius: 0 0 10px 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
#mainMenu {
	position: relative;
	height: 55px;
	width: 100%;
	top: 0px;
	text-align: right;
	right: 0px;
	display: flex;
}
#header {
	position: relative;
	height: 75px;
	width: 100%;
	left: 0px;
	top: 5px;
	background-image: url(auction/images/header.jpg);
	background-repeat: no-repeat;
}
#main {
	position: relative;
	height: auto;
	width: 100%;
	left: 0px;
	top: 20px;
	background-color: #FFF;
}
.pageTitle {
	color: #FFF;
	background-color: #C2272D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
}
.pagesubTitle {
	color: #FFF;
	background-color: #C2272D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 10px;
}
.pageTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}



#logo {
	background-image: url(images/logoBadge.png);
	position: absolute;
	height: 146px;
	width: 150px;
	left: 20px;
	top: 7px;
	z-index: 99;
}

#container {
	width: 100%;
	height: inherit;
	margin-left: 0px;
	left: 0px;
	top: 60px;
	position: absolute;
}

#topMenu a {
	color: #FFFFFF;
	font-family: "Arial Narrow", "Helvetica Condensed", Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
#topMenu a:hover {
	color: #E31836;
}
.subMenu {
	font-family: "Arial Narrow", "Helvetica Condensed", "Newhouse DT Condensed";
	color: #666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}
.subMenu strong {
	font-family: "Arial Narrow", "Helvetica Condensed", "Newhouse DT Condensed";
	color: #666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: bold;
}
.subMenu a:link{
	color: #666;
	text-decoration: underline;
	font-style: italic;
	font-family: "Arial Narrow", "Helvetica Condensed", Arial;
	font-size: 14px;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #C1272D;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-top: 3px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 17px;
	padding-right: 10px;
}
.maintext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.maintext strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.maintext li {
	list-style-type: disc;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 3px;
	list-style-position: inside;
}
.tables {
	border: medium solid #C1272D;
}
.calender_day {
	border: medium solid #C1272D;
	font-size: .8em;
}
.calDay {
	font-family: "Arial Narrow", "Helvetica Condensed", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #C2272D;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}
.calEvent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 15px;
}
.calLocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	line-height: 15px;
}
.calTime {
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
}
.calDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: justify;
	padding-right: 5px;
	line-height: 15px;
}

.calender_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border: medium solid #C1272D;
	text-align: center;
	color: #C1272D;
	height: 30px;
	font-weight: bold;
	vertical-align: middle;
}
.calTimeSpecial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
.calDaySpecial {
	font-variant: small-caps;
	text-decoration: underline;
}
.calDetails strong {
	font-weight: bold;
}
.calDetails em {
	font-style: italic;
}
.title a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #C1272D;
}
.title a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #C1272D;
}
.loggedIn {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0;
	font-size: 12px;
	line-height: 13px;
	padding-top: 10px;
}
#facebookLogin {
	height:25px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	width: 148px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: 128px;
}
#greyOut {
	background-image: url(images/greyOut.png);
	height: 1200px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	display: none;
	text-align: right;
}
#donationBox {
	height: 190px;
	width: 400px;
	background-color: #FFF;
	text-align: center;
	margin-left: -200px;
	position: absolute;
	left: 50%;
	top: 150px;
}

#greyOut a{
	color: #FFF;
	background-color: #000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#greyOut a:hover{
	color: #FF0;
	text-decoration: none;
}
#footer {
	position: relative;
	height: 50px;
	width: 100%;
	left: 0px;
	top: 20px;
	text-align: center;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
#footer p em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.indent {
	text-indent: 20px;
}
.maintext em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
}
.error  {
	background-color: #FCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	border: 2px solid #F00;
	text-align: center;
	font-weight: bold;
}
.pageTitleBadges {
	color: #FFF;
	background-color: #C2272D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#menuRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #030;
	width: 918px;
	border: 2px solid #4F2002;
	padding-top: 1px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: middle;
	z-index: 100;
	float: none;
	margin-left: -1px;
}
.menu {
	line-height: 21px;
}
#menuRow a {
	color: #FFF;
	text-decoration: none;
}
#menuRow li:hover {
	color: #030;
	background-color: #000;
}
li.sub {
	position:relative;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 8px;
}
li.sub ul {
	display: none;
	font-size: 0.9em;
	font-weight: normal;
}
li.sub:hover > ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	background-color: #030;
}
ul.menu > li {
	z-index: 100;
	display: inline;
	poistion: relative;
}
ul.menu ul {
	display: none;
}
ul.menu li.sub:hover > ul {
	display: block; 
	position: absolute;
	white-space: nowrap;
}
ul.menu > li.sub:hover > ul {
	top: 100%; 
	left: 0;
}
ul.menu ul li.sub:hover > ul {
	top: 0;
	left: 100%;
}
.navigationMenu {
	font-family: "Arial Narrow", "Helvetica Condensed", "Newhouse DT Condensed";
	color: #666;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-left: 10px;
}
.navigationMenu a:link {
	color: #666;
	text-decoration: underline;
	font-style: italic;
	font-family: "Arial Narrow", "Helvetica Condensed", Arial;
	font-size: 14px;
}
.tableTitleRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCC;
}
#mainMenu .maintext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0;
}
#mainMenu .sectionTitle {
	position: relative;
	width: 16.7%;
}
#mainMenu #beavers {
	background-color: #7F6B66;
	background-image: url(images/beaversMenu.png);
	background-repeat: no-repeat;
	background-position: center;
}
#mainMenu #cubs {
	background-color: #C6BCB0;
	background-image: url(images/cubsMenu.png);
	background-repeat: no-repeat;
	background-position: center;
}
#mainMenu #scouts {
	background-color: #68775E;
	background-image: url(images/scoutsMenu.png);
	background-repeat: no-repeat;
	background-position: center;
}
#mainMenu #venturers {
	background-color: #415A67;
	background-image: url(images/venturersMenu.png);
	background-repeat: no-repeat;
	background-position: center;
}
#mainMenu #rovers {
	background-color: #C2272D;
	background-image: url(images/roversMenu.png);
	background-repeat: no-repeat;
	background-position: center;
}
#newAuctionStuff {
	width: 800px;
	height: 37px;
	background-image: url(auction/images/specialMessage.png);
	border-radius: 10px;
	border: 2px solid #C2272D;
	text-align: center;
	padding-top: 8px;
	position: relative;
}
#newAuctionStuff a {
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
}
#newAuctionStuff a em {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #E8FF00;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
}
