body {
	margin: 0 auto;
	padding: 20px 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.25;
	background: #D2D7DA;
	color: #313031;
}
#topshadow {
	width: 778px;
	height: 9px;
	padding: 0 9px;
	margin: 0 auto;
	background: #D2D7DA url(/images/backgrounds/shadows/top.gif) bottom left no-repeat;
}
#mainbox {
	width: 778px;
	background: white url(/images/backgrounds/shadows/middle.gif) repeat-y;
	padding: 0 9px;
	margin: 0 auto;
}
/* @group Header */
#header {
	width: 778px;
	height: 200px;
	padding-bottom: 20px;
	background: white url(/images/backgrounds/yellow-line.gif) bottom no-repeat;
	position: relative;
}
#header h1 a {
	width: 614px;
	height: 146px;
	position: absolute;
	z-index: 1000;
	top: 27px;
	left: 82px;
	background: url(/images/banners/header.png) no-repeat;
	text-indent: -9999px;
	display: block;
}
* html #header h1 a {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/banners/header.png',sizingMethod='crop');
}
/* @end */
#content {
	margin: 0px auto;
	padding: 10px 20px;
	font-size: 1.2em;
	text-align: left;
	float: left;
	width: 520px;
	line-height: 1.5;
}
/* @group Headings */
h1 {
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
}
h2 + p, h3 + p {
	margin-top: 0;
}
h2, h3 {
	padding: 1px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}
h3 {
	font-size: 13px;
	clear: left;
}
/* @end */
/* @group Images */
#content img {
	margin: 0;
	margin-bottom: 1em;
}
#content img.left {
	margin-right: 1em;
	float: left;
}
#content img.right {
	margin-left: 1em;
	float: right;
}
img.clear {
	clear: both;
	margin: 1em 0;
}
/* @end */
/* @group Links */
a {
	color: #224359;
}
a img {
	border: none;
}
/* @end */
/* @group Sidebar */
#sidebar {
	width: 190px;
	padding: 10px 8px 40px 8px;
	float: right;
	font-size: 1.1em;
	text-align: left;
}
#sidebar h2 {
	text-align: left;
	font-size: 12px;
	margin-bottom: 0;
}
#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li ul {
	margin-left: 1em;
	font-size: 0.9em;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* @end */
/* @group Footer */
#footer {
	background: #D2D7DA url(/images/backgrounds/shadows/bottom.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0.5em 9px 0 9px;
	width: 778px;
	min-height: 9px;
	color: #313031;
	clear: both;
	text-align: right;
	font-size: 9px;
}
/* @end */
/* @group Home page */
body#Home #content p + h2 {
	margin-top: 3em;
}
p#count_on_crocker {
	background: url(/images/text/count_on_crocker.gif) top left no-repeat;
	text-indent: -9999px;
	height: 53px;
	width: 177px;
	float: left;
	padding-bottom: 1em;
}
p#credit_cards {
	background: url(/images/logos/visa-mastercard.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 85px;
	float: right;
	margin: 25px 15px 0 15px;
	padding-bottom: 1em;
}
/* @group Logos */
ul.logos, ul.logos li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.logos {
	padding-top: 3em;
	clear: both;
}
ul.logos li {
	display: inline;
	padding-left: 15px;
}
ul.logos li.first {
	padding-left: 0;
}
ul.logos a {
	color: grey;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
ul.logos a:hover {
	text-decoration: none;
}
ul.logos img {
	margin: 0;
}
ul.logos + p {
	margin-bottom: 3em;
}
/* @end */
/* @end */
/* @group Subscribe form */
form#maillist_public ul {
	margin: 0;
	padding: 0;
}
form#maillist_public li {
	margin: 0 2em 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
form#maillist_public label {
	display: block;
	vertical-align: top;
	padding: 4px 0;
}
form#maillist_public input {
	padding: 1px;
	margin-bottom: 1em;
}
form#maillist_public input#Add {
	margin-top: 1.5em;
}
/* @end */