﻿html
{
	background: #fff4c7;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

body
{
	margin: 15px;
	padding: 0;
}

a, a:visited
{
	color: #842916;
	text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

label
{
	font-size: 0.8em;
}

.error
{
	color: #f00;
}

.text-field
{
	background: #fff;
	border: 1px solid #842916;
	color: #000;
}

a.button, a.button:visited
{
	background: #842916;
	border: 1px solid #9C5448;
	color: #fff;
	display: inline-block;
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 5px;
	text-decoration: none;
}

a.button:active, a.button:hover
{
	background: #fff;
	color: #842916;
}

#container
{
	background: #fff;
	color: #000;
	margin: 0 auto;
	position: relative;
	width: 759px;
}

#header h1
{
	background: transparent url("images/header.jpg") no-repeat left top;
	width: 759px;
	height: 152px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#content
{
	margin: 45px 10px 0 10px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	border-bottom: 1px solid #842916;
	color: #842916;
	font-family: "Times New Roman", serif;
}

#content .announcement
{
	background: #fff4c7;
	/* border: 2px solid #842916; */
	float: right;
	margin: 0 0 1em 1em;
	padding: 5px;
	text-align: center;
	width: 260px;
}

#content .announcement a
{
	text-decoration: none;
}

#content .announcement strong
{
	color: #842916;
}

#content .announcement p
{
	margin: 0;
}

#content img
{
	border: 2px solid #842916;
}

#content img.odd, body.gifts #content img.even
{
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}

#content img.even
{
	float: left;
	margin: 0 1em 1em 0;
}

#content .logos
{
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
	width: 250px;
}

#content .logos img
{
	border: 0;
	display: block;
	margin: 0 auto;
}

#content #contact-ip
{
	font-size: 0.65em;
	font-style: normal;
}

#content .note
{
	font-size: 0.8em;
}

#content .association
{
	clear: right;
	float: right;
	font-size: 0.8em;
	text-align: center;
	width: 250px;
}

#content .association img
{
	border: 0;
}

#content .hours
{
	font-size: 0.9em;
	text-align: center;
	width: 450px;
}

#content .hours h3
{
	border: 0;
	text-decoration: underline;
}

#content .hours ul
{
	clear: left;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

body.home #content .hours
{
	clear: right;
	float: right;
	width: 270px;
}

#navigation
{
	background: #842916;
	position: absolute;
	top: 152px;
	width: 759px;
	height: 35px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a
{
	border-right: 1px solid #9c5448;
	color: #fff;
	display: inline-block;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	height: 27px;
	margin: 0;
	padding: 8px 17px 0 17px;
	text-decoration: none;
}

#navigation a:active, #navigation a:hover, #navigation li.current a
{
	background: #fff;
	color: #842916;
}

#footer
{
	clear: both;
	font-size: 0.75em;
	padding: 2em 10px 10px 10px;
	text-align: center;
}

#footer .contact-info
{
	font-size: 1.15em;
	margin: 0 auto 1em auto;
	width: 40%;
}

#footer .contact-info .name
{
	margin-bottom: 0.5em;
}

#footer .contact-info address
{
	float: left;
	font-style: normal;
	margin: 0 0 1em 0;
	text-align: center;
}

#footer .contact-info .phone
{
	float: right;
}

#footer .copyright
{
	clear: both;
}

/* Page-specific styles */
body.refills #refill .sent
{
	font-size: 1.1em;
	margin: 3em 0;
	text-align: center;
}

body.refills #refill table
{
	width: 100%;
}

body.refills #refill table th
{
	text-align: left;
	width: 20%;
}

body.refills #refill .text-field
{
	width: 99%;
}

body.refills #refill #message-header
{
	font-weight: normal;
	padding-top: 1em;
	text-align: left;
}

body.refills #refill .anti-spam-code td
{
	padding-bottom: 0.5em;
}

body.refills #refill .anti-spam-code img
{
	border-width: 1px;
	float: right;
	margin-right: 400px;
}

body.refills #refill .anti-spam-code .text-field
{
	width: auto;
}

body.refills .controls
{
	padding-top: 0.5em;
	text-align: center;
}

body.contact .controls
{
	padding-top: 0.5em;
	text-align: center;
}

body.contact #directions
{
	float: right;
	width: 25%;
}

body.contact #directions table img
{
	border: 0;
	display: block;
	margin: 0 auto;
}

body.contact #email
{
	width: 70%;
}

body.contact #email table
{
	width: 100%;
}

body.contact #email table th
{
	font-weight: normal;
	text-align: left;
}

body.contact #email .text-field
{
	width: 99%;
}

body.contact #email .anti-spam-code td
{
	padding: 0.5em 0;
}

body.contact #email .anti-spam-code img
{
	border-width: 1px;
	float: right;
	margin-right: 250px;
}

body.contact #email .anti-spam-code .text-field
{
	width: auto;
}

body.contact #email .sent
{
	font-size: 1.1em;
	margin-top: 6.5em;
	text-align: center;
}