/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #502801;
	background: #ebe8de;
}
a {
	color: #003399;
}
a:hover {
	color: #aa8436;
	text-decoration: none;
}
td {
	vertical-align: top;
}
@media print {
 #header {
 	display: none;
 }
 #footer {
 	display: none;
 }
 #footer_links {
 	display: none;
 }
}

.error {
	border: 2px solid #c75315;
}

.png {
	cursor: pointer;
}

table#base td#content {
	background: #d3cdb8 url(/images/content_bg_tile.jpg) repeat-x top;
	height: 300px;
	vertical-align: top;
	line-height: 1.5em;
	padding-bottom: 40px;
}
table#base td#bottom_nav {
	background: #ebe8de;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
table#base td#home_header {
	background: url(/images/home_header_bg_tile.jpg) repeat-x top;
}
table#base tfoot td {
	background: #002366;
	text-align: center;
}

#header {
	background: url(/images/sub_bg_tile.jpg) repeat-x top;
}

#page_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.7em;
	color: #002366;
	padding-top: 10px;
	height: 35px;
	line-height: 1em;
}
#cta {
	text-align: center;
	padding-bottom: 40px;
}

#body_copy {
	padding: 10px 15px 10px 0px;
	vertical-align: top;
	height: 200px;
}

#news td.headline, .headline {
	text-transform: capitalize;
	font-size: large;
	color: #002366;
}
#news td.article{
	line-height: 1.5em;
}

#footer td {
	color: #ffffff;
	font-size: x-small;
	text-align: left;
}
#footer a {
	color: #ffffff;
}
#footer_links a{
	text-decoration: none;
	font-size: .87em;
}
#footer_links td#spacer {
	padding: 0px 6px 0px 6px;
	color: #333333;
}

table#nav td#spacer {
	padding: 0px 8px 0px 8px;
	font-size: larger; 
	color: #333333;
}
table#nav td a {
	color: #886825;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
table#nav td a:hover {
	color: #22177b;
}

/*
div#emblem {
	position: absolute;
	width: 131px;
	vertical-align: top;
}
*/

div#emblem {
	position: absolute;
	width: 167px;
	vertical-align: top;
}

table#panel_outline thead th, table#panel_outline tfoot th {
	height: 5px;
	width: 5px;
}
table#panel_outline thead td {
	border-top: 1px solid #b89244;
	height: 5px;
}
table#panel_outline tfoot td {
	border-bottom: 1px solid #b89244;
	background: none;
	height: 5px;
}
table#panel_outline tbody th.left {
	border-left: 1px solid #b89244;
}
table#panel_outline tbody th.right {
	border-right: 1px solid #b89244;
}
table#panel_outline tbody td {
	padding: 5px;
}

#events td.title {
	font-size: x-large;
	color: #c75315;
	padding-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 450;
}

#menu .cat {
	font-size: x-large;
	color: #c75315;
	padding-top: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 450;
}
#menu .desc {
	font-size: small;
}

#history_nav a, #beer_nav a {
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	text-decoration: none;
	color: #c75315;
}
#history_nav td.selected {
	font-size: large;
	color: #003366;
}
#beer_nav a:hover, #history_nav a:hover {
	color: #003366;
}
#social a {
	color: #502801;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
}

/* Appended 6-3-2010 mblake @ virgenad.com */

td.ron, td.roff {
border-top: 1px solid #b3ab9f;
font-family: Arial;
font-size:12px;
padding:10px;
color:#363636;
}

td.ron {
background-color:#e9e3d9;
}

td.roff {
background-color:transparent;
}

td.rhead {
font-family:Arial;
font-weight:bold;
color:#363636;
font-size:14px;
padding-bottom:14px;
}

#gameimportant {
font-weight:bold;
}

.announce {
font-family: Arial;
font-size:12px;
padding-top:25px;
color:#363636;
font-weight:bold;			
}

/* End */