﻿/* CSS layout */
/* ERIC MEYER'S CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
	list-style-position: inside;
	line-height: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END CSS RESET */

#header {
	width: 960px;
	height: 150px;
	background-image: url('Images/Banner.png');
	background-repeat: no-repeat;
	bottom: auto;
}
#mainMenu {
	padding: 0px;
	margin: 0px;
	top: 130px;
	width: 960px;
	background-image: url('Images/MenuBackground.png');
	height: auto;
	background-repeat: repeat;
}
#pageContent {
	background-image: url('Images/BWLOGOTB1.gif');
	background-color: #CCCCCC;
	font-family: font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
}
#pageContent p {
	margin-bottom: 10px;
	margin-top: 10px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#footer {
	background-color: #666666;
	height: 50px;
	font-size: medium;
	color: #FFFFFF;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clip: rect(auto, auto, auto, auto);
	width: 960px;
	left: -50px;
	padding-right: -10px;
	padding-left: -10px;
}
#centeredBG {
}
body {
	background-image: url('Images/gradient1.jpg');
	height: 100%;
	width: 100%;
	background-repeat: repeat;
}
.headerText {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #808080;
	bottom: auto;
	float: left;
	margin-left: 10px;
}
.footerText {
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	text-align: center;
	height: 75px;
	font-size: medium;
	clip: rect(auto, auto, auto, auto);
}
#corpMembers {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: large;
	margin: 10px;
	width: 250px;
	display: inline-block;
	float: right;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}
.corpMemberImages {
	margin: 10px auto 10px auto;
	display: block;
}
.corpMemberText {
  margin: 5px;
  text-align: center;
  font-family: "font-family: Verdana", Geneva, Tahoma, sans-serif;
  font-size: small;
  font-weight: bold;
}
#divLeft {
	float: left;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	display: inline;
	overflow: auto;
}
.ridePicTable {
	width: 98%;
	background-image: url('Images/BWLOGOTB1.gif');
	background-color: #FFFFFF;
	border-spacing: 2px;
	padding: 2px;
}
.rideDate {
	color: #800000;
	font-weight: bold;
	padding-top: 10px;
}
.flashPlayerRight {
	margin: 10px;
	clip: rect(auto, auto, auto, auto);
	display: inline-block;
	float: right;
}
.flashPlayerCenter {
	display: block;
	clip: rect(20px, auto, auto, auto);
	cursor: pointer;
	margin: 20px auto 20px auto;
}
h4 {
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .9em;
}
.ol_Numbered {
	list-style-type: decimal;
	margin: 20px;
	list-style-position: outside;
	padding-left: 20px;
}
.ol_Numbered li {
	padding-top: 5px;
	list-style-position: outside;
	padding-bottom: 5px;
}
.ol_UpAlphaIndent {
	list-style-type: upper-alpha;
	list-style-position: outside;
	padding-left: 30px;
}
.ol_upAlphaIndent li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.headerText h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: normal;
}

