﻿body
{
	font-family: Arial;
	font-size: 9pt;
	background-color: #d6ccb5;
}
h1
{
	font-size: medium;
	color: #333333;
	margin: 0 0 0 0;
}
h2
{
	font-size:medium;
	color:#cc0000;
	margin: 0 0 0 0;
}
h3
{
	font-size:small;
	color:#cc0000;
	margin: 0 0 0 0;
	display:inline;
}
.loc 
{
	font-size:9pt;
	color:#0000cc;
	text-decoration:none;
}
.rss 
{
	border:0px;
	padding-right:5px;
	color:#ffcc00;
}
.rss a 
{
	color:#ffcc00;
	font-size:7pt;
	text-decoration:underline;
}
.main
{
	width: 920px;
	border: 1px solid #999999;
	margin: 0 auto;
	padding: 20px;
	background-color: #ffffff;
}
.menuover
{
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	white-space: nowrap;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #3b3b3b;
}
.menu
{
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	white-space: nowrap;
	background-image: url('/images/menu-bg.png');
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.states
{
	color: #ffffff;
	font-weight: normal;
	font-size: 9pt;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}
.states a
{
	color: #ffffff;
	text-decoration: none;
}
.states a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.menu a
{
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.title
{
	font-weight: bold;
	font-size: medium;
}
.picture
{
	width: 300px;
	height: 250px;
	border: 1px solid #999999;
}
.hour
{
	position: absolute;
	top: 3px;
}
.report
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rheader
{
	padding-left: 10px;
	padding-right: 10px;
}
.atop 
{
	vertical-align:top;
	text-align:left;
}
.readmore, .readmore a, .readmore a:hover
{
	font-size:7pt;
	color:#009900;
	text-decoration:none;
}
.line
{
	height: 1px;
	border-top: 1px outset #cccccc;
}
a.button {
    background: transparent url('/img/button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
	font-weight:bold;
	
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    text-align:center;
}

a.button span {
    background: transparent url('/img/button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	white-space:nowrap;
} 

a.button:active 
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

