/* CSS Document */

body, html { margin: 0; padding: 0; color: #000; font-family: Arial, Helvetica, sans-serif; background-color: #000; text-align: center; /* center page in older IE versions */ height: 100%; }
p { font-size: 14px; }
h3, h4, h5, h6 {color:#333333; font-style: italic;}
a { color: #99211E; text-decoration: none; }
a:hover { color: #D32E29;}
img { border: 0; }
input, select, textarea { border: 1px solid #000; }
.clear { clear: both; }
blockquote { font-style: italic; }
#content table.links { text-align: center; width: 100%; border: 0; border-top: 1px solid black; margin-top: 30px; }
#content table.links td { width: 50%; }
#content ol li, #content ul li { font-size: 12px; }
.error, .required { color: red; }
.message { color: green; }
.contact {  font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: italic; text-decoration: none; word-spacing: .0em}
small {font-size:11px;}
#events {font-size:11px;}
	
#frame { width: 984px; 	margin: 0 auto; min-height: 100%; background: #fff url(../images/total_bg.jpg) repeat-y; /* faux columns */ text-align: left; }
* html #frame { height: 100%;  /* IE min-height */ }
#header { background: #000; padding: 0; width: 984px; height: 182px; font-size: 0px; position: relative; }
#tracker { width: 374px; height: 106px; position: absolute; left: 600px; top: 81px; }
#eNewsForm { width: 374px; height: 35px; position: absolute; left: 595px; top: 32px; color: #99211E; font-weight: bold; font-size: 10px;}
#menu { width: 984px; height: 25px; background-color: #99211E; }
#innerFrame { width: 984px; }
#left { width: 780px; float: left; }
#right { width: 199px; float: right; }
#right ul { list-style: none; padding-bottom: 4px; }
#right li { padding-bottom: 2px; }
.rightTable { width: 199px; margin: 0; padding: 0; }
.rightTableLCSponsors { width: 199px; margin: 0; padding: 0; background-color: #F4EAE0; background-image: url(../images/chocolatada_sponsors_bottom_bg.jpg); background-position: bottom; background-repeat: no-repeat; }
.rightTitle { font-size: 0px; }
.rightCount, .rightTotal, #right .rightTeam a:link, #right .rightTeam a:active, #right .rightTeam a:visited { color: #000; font-family: "Arial Narrow", Arial, Helvetica; font-size: 14px; text-decoration: none; line-height: 100%; }
#right .rightTeam a:hover { color: #CB3D38; }
.rightBig a:link, .rightBig a:active, .rightBig a:visited { color: #000; font-family: "Arial Narrow", Arial, Helvetica; font-size: 11px; font-weight: bold; text-decoration: none; line-height: 170%; }
.rightBig a:hover { color: #CB3D38; }

#ads { width: 780px; height: 100px; background-color: #111111; }
#content { width: 750px; margin: 15px; }
#footer { width: 780px; font-size: 12px; text-align: center; }

/* Navigation Dropdown Code */
#nav { /* all lists */
	padding: 5px 0 0 15px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display:block;
	color:#F9E8BF;
	font-size:12.5px;
	font-weight:bold;
	font-style: italic;
	text-decoration:none;
	padding: 2px 0 5px 0;
}

#nav li ul a {
	margin: 5px;
	padding: 0;
	font-size: 12px;
	font-style: normal;
}

#nav li ul li ul a {
	display: block;
	padding: -10px;
	margin: 5px;
	font-size: 12px;
	font-style: normal;
}

#nav li ul li ul a:hover {
	color: #ECB784;
}

#nav li { /* all list items */
	float: left;
	margin-right: 20px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #6A1715;
	width: 13em;
	border: 1px solid #99211E;
	margin: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 13em;
	margin: -1px 0 0 0;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 13em;
	_margin: -24px 0 0 13em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

table.silent-auction {width:100%; border:1px solid teal; border-right:none; border-bottom:none;}
table.silent-auction th {background-color:teal; color:#F5F2D7; font-size:12px; font-weight:normal; text-align:left; padding:4px; border-right:1px solid teal; border-bottom:1px solid teal;}
table.silent-auction td {color:#333333; font-size:12px; text-align:left; border-right:1px solid teal; border-bottom:1px solid teal;}
table.silent-auction tr.shaded {background-color:#E6EFB6;}

table#abfh a, table#abfh a:visited {color: teal; text-decoration:none;}
table#abfh a:hover, table#abfh a:active {color: #000000; text-decoration: underline;}
