body
{
	background: #eee url("../images/bg.jpg") 50% -9px no-repeat;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 15px 0;
	padding: 0;
}
#wrapper
{
	position: relative;
	background: #fff url("../images/content-bottom.png") bottom left no-repeat;
	width: 950px;
	padding: 0;
	margin: 0 auto;
}
#toolbar
{
	width: 932px;
	border: 10px solid #276a0c;
	border-width: 0 0 10px 0;
	background: #cecece url("../images/toolbar-background.jpg") top left no-repeat;
	margin: 0 auto;
	padding: 7px 9px 5px 9px;
}
#toolbar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#toolbar ul li
{
	font-size: .9em;
	font-weight: bold;
	float: left;
	padding: 0 5px;
	border-right: 1px solid #777;
}
#toolbar ul li.first-item
{
	padding: 0 5px 0 0;
}
#toolbar ul li.last-item, #toolbar ul li.not-logged-in
{
	border: 0;
}
a#member-login-link:active, a#member-login-link
{
	outline: none;
}
#toolbar ul.right li.last-item
{
	padding: 0 0 0 5px;
}
#toolbar ul li a
{
	color: #333;
	background: transparent;
}
#header h1
{
	background: url("../images/header-plain.jpg") top left no-repeat;
	width: 950px;
	height: 175px;
	margin: 0;
}
#navigation ul
{
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#navigation ul li
{
	float: left;
	margin: 0 1px 0 0;
	background: url("../images/tab-right.png") bottom right no-repeat;
	border-top: 1px solid #226009;
}
#navigation ul li a
{
	padding: 4px 8px 4px 8px;
	display: block;
	background: url("../images/tab-left.png") bottom left no-repeat;
	color: #fff;
	text-decoration: none;
	outline: none;
}
#navigation ul li a:active
{
	outline: none;
}
#navigation ul li.active-tab
{
	background: url("../images/tab-right-active.png") bottom right no-repeat;
	border-top: 1px solid #418824;
}
#navigation ul li.active-tab a
{
	background: url("../images/tab-left-active.png") bottom left no-repeat;
	font-weight: bold;
	padding-bottom: 7px; /* make active tab drop 3px below the baseline */
}
#content
{
	width: 60%;
	padding: 10px 10px 5px 10px;
}
#breadcrumb
{
	list-style: none;
	margin: 10px;
	padding: 0;
	border: 1px solid #eee;
	border-width: 1px 0;
	padding: 2px 0;
}
#breadcrumb li
{
	float: left;
	padding-right: .3em;
	font-size: .9em;
}
#sidebar
{
	width: 35%;
	padding: 10px 10px 5px 10px;
	float: right;
}
#footer
{
	width: 950px;
	margin: 10px auto;
	padding: 0;
}
#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li
{
	color: #777;
	font-size: .9em;
}
#footer ul.right li
{
	text-align: right;
}
#toolbar ul li a
{
	text-decoration: none;
}
#toolbar ul li a.active-link
{
	background: url("../images/triangle-down.gif") 0 60% no-repeat;
	padding-left: 10px;
}
#toolbar ul li a.inactive-link
{
	background: url("../images/triangle-right.gif") 0 60% no-repeat;
	padding-left: 10px;
}
#login-panel
{
	margin: 7px 0;
	clear: left;
}
#login-panel form
{
	margin: 0;
	padding: 10px 0 0 0;
	border: 0;
}

#login-panel label
{
	font-weight: bold;
	font-size: .9em;
	color: #333;
}
#login-panel ul li #submit-button
{
	border: 1px solid #777;
	padding: .5em;
	background: #fff;
	color: #2b2b2b;
}
		#content { border-right: 2px solid #3f8822; }
		#sidebar { font-size: .9em; color: #333; }

/* Typography ************************************************************ */

h1, h2, h3, h4
{
	margin: 0 0 .75em 0;
	padding: 0;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #b42424;
	font-weight: bold;
}
h2
{
	font-family: Georgia, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #b42424;
	font-weight: normal;
	/*font-weight: bold;
	font-variant: small-caps;*/
}
h3
{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}
h4
{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: bold;
}
p, li, dt, dd, label
{
	font-size: 1em;
	line-height: 1.5em;
}
li li
{
	font-size: 1em;
}
input, select
{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
a
{
	color: #276a0c;
}
/*
#content a, #breadcrumb li a, #sidebar a
{
	border-bottom: 1px dotted #276a0c;
}
*/
a img
{
	border: 0;
}
a.image-link
{
	background: none;
	border: none;
}
abbr, acronym
{
	border: 0;
}

/* Reuseable Classes ***************************************************** */

.ampersand
{
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

.left
{
	float: left;
	margin: 10px 10px 10px 0;
}
.right
{
	float: right;
	margin: 7px 0 7px 7px;
}
.visible
{
	margin: 0;
}
.bold
{
	font-weight: bold;
}
.hidden
{
	margin: 0 0 0 -999em;
}
.clearfix:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}
.emergency
{
	color: #b42424;
	font-weight: bold;
	text-transform: uppercase;
}