html {
	background-color: #7F7C72;
}

body {
	margin-bottom: 20px;
	font-family: verdana, arial, sans-serif;
	line-height: 1.4;
}

#doc3 {
	margin: 0;
/*	background: #EEE url('../static/template/images/bg-slice.gif') repeat;*/
	background-color: #FFF;
}

#superhd {
	padding: 5px;
	border-bottom: 1px solid #000;
	background: #67655C url('../static/template/images/superhd-slice.gif') repeat-x;
	color: #FFF;
	font-size: 85%;
}

#superhd a {
	font-weight: bold;
	color: #FFF;
}

#google-search {
	padding: 0 2px;
}

#hd {
	width: 100%;
	background-color: #AF3100;
}

#post-it {
	position: absolute;
	top: 40px;
	left: 740px;
	width: 150px;
	height: 110px;
	background-image: url('../static/template/images/post-it.png');
	z-index: 1;
}

#banner {
	position: relative;
	width: 100%;
	height: 100px;
	background: url('../static/template/images/banner-slice.gif') repeat-x;
}

#bd {
	width: 921px;
	margin: 0 auto;
/*
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
*/
	padding: 10px 30px 40px;
	background-color: #FFF;
}

#home-image {
	width: 921px;
	height: 347px;
	margin-bottom: 20px;
	background: url('../static/template/images/sfrp.jpg') no-repeat;
}

#breadcrumbs {
	margin: 10px 0;
	font-size: 85%;
}

#breadcrumbs a {
	color: #000;
}

#leaf-breadcrumb {
	font-weight: bold;
/*	color: #8E2800;*/
}

.first-section {
	padding-bottom: 15px;
}

.section {
	border-top: 1px dashed #AAA;
	padding: 15px 0;
}

.section h2 {
	margin-top: 0;
}

.column-section {
	padding: 15px 0;
	border-bottom: 1px dashed #999;
}

.column-section h2 {
	margin-top: 0;
}

#ft {
	width: 100%;
	background-color: #413F3A;
	font-size: 85%;
	font-weight: normal;
	color: #CCC;
}

#ft-inner {
	width: 921px;
	margin: 0 auto;
	padding: 20px 30px;
	text-align: center;
}

#ft-inner a {
	font-weight: bold;
	color: #FFF;
}

#ft-shadow {
	height: 9px;
	background: url('../static/template/images/ft-shadow.gif') repeat-x;
}

h1 {
	margin: 10px 0;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 182%;
	font-weight: normal;
	color: #8E2800;
}

h2 {
	margin: 15px 0 5px;
	font-family: trebuchet ms, arial, sans-serif;
	color: #405D69;
	text-transform: uppercase;
}

h3 {
	margin: 15px 0 5px;
	font-family: arial, sans-serif;
	color: ##534E3B;
}

h3 code {
	font-size: 100%;
	font-weight: bold;
}

h3.starred {
	padding-left: 20px;
	background: url('icons/star.png') no-repeat;
}

h4 {
	margin: 10px 0 0;
	font-family: trebuchet ms, arial, sans-serif;
	color: #333;
}

ul {
	margin-top: 10px;
}

pre {
	margin-top: 2px;
	border: 1px dashed #CCC;
	padding: 10px;
	background-color: #EEE;
	overflow: hidden;
}

.adsense {
	margin: 15px 0;
}

img.photo {
	border: 1px solid #666;
}

.photo-caption {
	text-align: right;
	font-size: 77%;
}

.starred {
	padding-left: 20px;
	background: url('icons/star.png') no-repeat;
}

/* ========================================================================= */
/* Forms                                                                     */
/* ========================================================================= */

input, select, textarea {
	font-family: verdana, arial, sans-serif;
}

input {
	padding: 2px 0;
}

.form-field {
	margin: 5px 0;
}
}

fieldset {
	border: 1px solid #CC9;
	padding: 10px;
	background-color: #FFC;
}

.form-item {
	margin: 15px 0;
}

.form-label {
	margin: 0;
	font-weight: bold;
}

.form-field, .form-error-field {
	margin: 0;
	border: 1px solid #A19879;
	font-size: 116%;
	font-weight: bold;
	background-color: #E3E0D7;
	color: #534E3B;
}

.selected-form-field {
	background-color: #FFF;
}

.form-error-field {
/*	border: 2px solid #885;*/
}

.form-error-message {
	margin-top: 5px;
	padding-left: 20px;
	background-image: url('icons/error.png');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #8E2800;
}

div.wmd-preview {
	width: 100%;
	background-color: #FFF0A5;
}

div.grippie {
	background: #EEE url(grippie.png) no-repeat scroll center 2px;
	border-color: #DDD;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}

.resizable-textarea textarea {
	display: block;
	margin-bottom: 0;
	width: 95%;
	height: 20%;
}


/* ========================================================================= */

.table-with-caption {
	margin: 20px 0;
}

.table-with-caption table {
	margin: 0;
}

table {
	width: 100%;
}

th {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #284573;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}

td {
	border-top: none;
	border-bottom: 1px solid #284573;
	border-left: none;
	border-right: none;
	background-color: #DDE6F6;
}

td.row-header {
	font-weight: bold;
}

.highlight-box {
	border-top: 2px solid #A19879;
	border-bottom: 1px solid #A19879;
	padding: 10px;
	background: #E3E0D7;
}

.alert-box {
/*	display: none;*/
	margin: 20px auto;
	border: 2px solid #C99;
	padding: 10px 10px 10px 36px;
	background: #FCC url('icons/error.png') no-repeat 10px 10px;
	font-weight: bold;
	color: #333;
}

.emphasis-box {
	width: 60%;
	margin: 20px auto;
	border: 2px solid #CC9;
	padding: 10px;
	background: #FFC;
	text-align: center;
	font-weight: bold;
}

.download {
	margin: 20px 0;
	text-align: center;
}

.download-zip {
	padding-left: 20px;
	background-image: url('icons/compress.gif');
	background-repeat: no-repeat;
}

a.change, a.cancel {
	color: #00F;
	text-decoration: none;
}

.edit {
	padding-left: 20px;
	background-image: url('icons/pencil.png');
	background-repeat: no-repeat;
}

span.cancel {
	padding-left: 20px;
	background-image: url('icons/cancel.png');
	background-repeat: no-repeat;
}

.news-item {
	margin-top: 15px;
}

p {
	margin: 12px 0;
}

.cueball {
	padding: 0 4px;
	background-color: #2B598A;
	font-weight: bold;
	color: #FFF;
}

