html {
	font-size: 100%;
}

body {
	background-color: #999999;
	margin: 0px;
	padding: 12px;
	font-family: Gill sans, arial, sans-serif;
	font-size: 10pt;
	text-align: left;
}

a:link {
	color: #000000;
}

a:hover {
	color: #92c83e;
}

a:visited {
	color: #000000;
}

a:visited:hover {
	color: #92c83e;
}

a img { border: 0; }

table {
	font-size: 10pt;
}

table li {
	margin-left: -20px;
}

td {
	text-align: left;
}

h1 {
	font-size: 13pt;
	margin: 0px;
}

h2 {
	font-size: 12pt;
	color: #b6a45c;
	margin: 8px 0;
}

h3 {
	font-size: 11pt;
	margin: 0px;
}

h4 {
	font-size: 11pt;
	text-align: center;
	margin-bottom:12px;
}

.clear {
	clear:both;
}

#holder {
	background-color: #ffffff;
	width: 974px;
	max-width: 950px;
	overflow: hidden;
	padding: 12px;
}

#header {
	position: relative;
	width: 950px;
	height: 110px;
}

#main {
	width: 950px;
}

#bordered {
	width: 703px;
	max-width: 701px;
	border: 1px #92c83e solid;
}

#editable {
	padding: 12px;
}

	#editable .callout {
		border:		1px solid #92c83e;
		padding:	4px 16px;
	}

#spacer {
	padding-top: 12px;
}

#spacer-half {
	padding-top: 6px;
}

small {
	font-size: 7pt;
}

.footer {
	background-color: #ffffff;
	width: 950px;
	height: 79px;
	font-size: 8pt;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7d7d7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}

a:link.foot {
	color: #666666;
	text-decoration: none;
}

a:hover.foot {
	color: #ffffff;
	text-decoration: none;
	background-color: #92c83e;
}

a:visited.foot {
	color: #666666;
	text-decoration: none;
}

a:visited:hover.foot {
	color: #ffffff;
	text-decoration: none;
	background-color: #92c83e;
}

#foot-text {
	float: left;
	padding-top: 10px;
}

#foot-logo {
	float: right;
	padding-top: 10px;
}

#copyright {
	width: 974px;
	font-size: 7pt;
	color: #f4f4f4;
	overflow: hidden;
}

.tblcolor {
	background-color: #CCCCCC;
	padding: 2px;
	width: 677px;
	max-width: 673px;
}

.tbldata {
	width: 677px;
}

td.tbldata1 {
	border-bottom: 1 solid #FFF;
	padding: 2px;
}

td.tbldata2 {
	border-bottom: 1 solid #FFF;
	border-left: 1 dashed #FFF;
	padding: 2px;
}

.tbldata3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
	padding-bottom: 2px;
	font-size: 9pt;
}

.tbldata4 {
	padding-top: 4px;
	padding-bottom: 4px:
}

tr.archive-trigger td {
	text-align: center;
}

tr.archive-trigger a {
	font-size: 10px;
}

tr.closed {
	display: none;
}

.last-updated {
	padding-left: 32px;
	border-top: 32px solid white;
	line-height: 26px;
	height: 26px;
	background-color: #92c83e;
	color: #fff;
	font-size: 13px;
}

.tableSection {
	margin:		12px 0 24px 0;
}

	.closed table {
		display: none;
	}

	.tableSection h3 {
		position: relative;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 4px;
		font-size: 10pt;
	}
	
	.tableSection h3 a {
		position: absolute;
		right: 0;
		font-size: 12px;
		font-weight: normal;
		height: 16px;
		width: 16px;
		background: transparent url('/images/expand_contract.gif') no-repeat 0 -17px;
	}
	
	.closed h3 a {
		background-position: 0 0;
	}
	
.galleries {
	margin-top: 40px;
}

	.galleries .gallery-link {
		display: block;
		margin-bottom: 4px;
	}
	
	.galleries .archived {
		text-align: center;
	}
	
	.galleries .archived .gallery-link {
		*display:inline;
		*zoom:1;
		display:inline-block;
		width: 110px;
		margin: 0 2px;
	}

/* Search styles */
#search-wrapper {
	position: absolute;
	right: 19px;
	bottom: 7px;
}

#search-wrapper #s {
	width: 198px;
	height: 13px;
	float: left;
}

#search-wrapper a {
	display: block;
	float: right;
	margin: 1px 0 0 4px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	background: transparent url('/images/search-glass.gif') no-repeat center;
}

#search-results {
	min-height: 250px;
}

#search-results .result {
	margin: 24px 16px;
}

#search-results p {
	margin-top: 8px;
}

.idleField {
	color: #aaa;
}

/* Footer links */
.footer-links {
	clear: both;
	font-size: 11px;
}

.footer-links ul {
	list-style: none;
	text-align: center;
	margin: 6px auto;
}

.footer-links ul li {
	display: inline;
	margin: 0 16px;
}

.footer-links ul li a {
	text-decoration: none;
	color: #999;
}

.footer-links ul li a:hover {
	text-decoration: underline;
	color: #aaa;
}

/* Sitemap */
#sitemap ul {
	line-height: 1.6em;
	font-size: 14px;
}

#sitemap ul ul {
	font-size: 12px;
}
