
body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-image: images/scroll_bg.jpg;
background-position: left;
background-color: #f0f0e1;
min-width: 500px; }

/* Banner across top of page that says the name of the whole site */

table.banner {
margin: 0px 0px -3px 0px;
padding: 0px;
 }

img.negmargin {
margin: 0px 0px -3px 0px;
padding: 0px; }

#maintitle {
margin: 0px;
padding: 0px;
background: url(images/css/main_title_bg.gif) repeat-x 0px;
height: 35px;
width: 100%;
border: 0px;
}

/* Styles for the main text on the page. */

#main-text {
padding: 10px;
width: 575px;
border-left: 1px #666633 solid;
border-right: 1px #666633 solid;

background: #ffffff url(images/css/main_text.gif) repeat-x;}

/*Special styles to deal with the calendar page main-text*/
#main-text-cal {
padding: 10px;
border-left: 1px #666633 solid;
border-right: 1px #666633 solid;
margin: 0px 0px 0px 210px;
background: #ffffff url(images/css/main_text.gif) repeat-x;}

#main-text img {
}

#main-text img.right {
margin: 5px;
padding: 5px;
float: right;
background: #f0f0e1;
border: 1px #996633 solid; }

#main-text form.login {
margin: 5px;
padding: 5px;
background: #f0f0e1;
border: 1px #996633 solid; }

#main-text p.error {
font-size: 9pt;
color: #f00;
}

h1 {
text-align: left;
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #660033;
color-old: #bf8f30;
padding-bottom: 3px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
border-bottom: 1px #660033 solid; }
border-bottom-old: 1px #3366CC solid; }

h2 {
margin-top: 0;
margin-bottom: 8px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1em;
color: #3366CC;
font-weight: bold;
}

h3 {
margin-top: 4px;
margin-bottom: 4px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: .8em;
font-weight: bold;
color: #bf8f30; }

p, ul, ol, table {
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
font-size: 9pt;
}

.news {
padding-bottom:10px;
border-bottom: 1px #996633  solid; }

ol, ul {
margin-left: 0 px;
}

a:link, a:visited {
color: #cc6600;
text-decoration: none;
}

a:hover {
color: #3366CC;
text-decoration: underline;
}

/* Styles for the navbar on the left side. */

#left-menu {
margin: 0px;
width: 210px;
float: left; }

#left-menu p {
border-bottom: 1px #FFFFFF dotted;
text-align: right;
line-height: 20px;
font-size: 12pt;
padding-bottom: 7px;
padding-top: 7px;
margin-bottom: 0;
}

#left-menu a:link, #left-menu a:visited {
color: #cc6600;
}

#left-menu a:hover, #left-menu a.current {
color: #7f3f00;
text-decoration: none;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: relative;
margin: 0px;
padding:10px;
width: 150px;
background: url(images/css/right_bg.gif) no-repeat;
float: right; }

#right-column p {
line-height: 1.5em;
font-size: .7em;
}

#right-column strong {
color: #cc6600;
}

/* Styles for the footer at the bottom of the page */

#footer {
height: 25px;
width: 100%;
text-align: center;
color: #ffffff;
padding: 10px 0px 0px 0px;
font-size: 9pt;
border-left: 1px #666633 solid;
border-right: 1px #666633 solid;

background: #cc6600 url(images/css/main_title_bg.gif) repeat-x;
 }

/*Special styles to deal with the calendar page footer*/

#footer-cal {
height: 25px;
text-align: center;
color: #ffffff;
padding: 10px 0px 0px 0px;
font-size: .7em;
border-left: 1px #666633 solid;
border-right: 1px #666633 solid;
margin: 0px 0px 0px 210px;
background: #cc6600 url(images/css/main_title_bg.gif) repeat-x;
 }

#footer-cal a:link, #footer-cal a:visited {
color: #f0f0e1;
}

#footer-cal a:hover {
color: #f0f0e1;
text-decoration: underline;
}

/*Special styles to deal with the calendar page footer*/

#footer a:link, #footer a:visited {
color: #f0f0e1;
}

#footer a:hover {
color: #f0f0e1;
text-decoration: underline;
}

/* Styles for the navbar on the page. */

#navmenu {
border-width: 0px;
text-align: left;
margin: 0px;
padding: 0px;
}
#navmenu li {
font-family: Verdana, sans-serif;
vertical-align: middle;
padding: 4px;
padding-left: 8px;
padding-right: 8px;
margin-right: 2px;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
list-style: none;
display: block;
float: left;
}
#navmenu li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7F0D19;
	
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	
	border-top: solid #FFCC66 1px;
	border-left: none;
	border-bottom: solid #8f351e 1px;
	border-right: none;
}

#navmenu li a:hover {
	color: #ffffff; 
	background-color: #9e3f28;
	text-decoration: none;
	border-top: solid #8f351e 1px;
	border-bottom: solid #de7c63 1px;
}



img.banner {
padding: 3px;
margin: 3px;
border: 1px #996633 solid; }

form#directory {
margin-bottom: 50px; }

table#results {
min-width:800px;
}
.results {
padding: 5px;
margin: 5px 5px 10px 5px;
background: #f0f0e1;
border: 1px #996633 solid;
min-width: 500px;
 }

tr#weekdays{
color: #ffffff; }

li.pdf{
list-style-image: url(images/adobe.gif); }

li.coupon{
margin-top: 0;
padding-left: 0px;
margin-left: 2px;
}

#coupon_print {
text-align: right;
margin-bottom: 2px;
}

#coupon_print a {
font-size: 12px;
color: #036;
}

#coupon_print a:hover {
color: #c00;
}

#coupon {
border-color: #ADBCC9;
border-style: dashed;
border-width: 3px;
padding: 3px;
}

#coupon h1 {
border: 0;
padding: 0;
color: #cc0000;
font-size: 18px;
font-weight: bold;
}

#coupon h2 {
color: #000;
padding: 0;
border: 0;
font-size: 14px;
font-weight: bold;
}

#coupon h3 {
color: #000;
font-weight: normal;
}

#coupon h4 {
color: #333;
background-color: #ADBCC9;
text-align: center;
font-weight: bold;
font-size: 12px;
margin: 3px;
padding: 4px;
}

#coupon p {
line-height: 12px;
}

#whitespace {
height: 300px; }


