/*

Copyright © Starkis Design 2008


—————————————————————————————————————————————
Body and links

*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1em;
	color: #333333;
}
/* Specify consistent font size in pixels for compliant browsers
(ignoring IE which doesn't allow user resizing of text with pixel sizes) */
html>body {
font-size: 10px;
}

a:link {
	color: #403C30;
}
a:visited {
	color: #403C30;
}
a:hover {
	color: #897E53;
}
a:active {
	color: #897E53;
}
/* Remove border around linked images
.map style is used to identify images which use image maps, to remove border in Mozilla browsers  */
a img, img.map {
	border: none;
}
/*

—————————————————————————————————————————————
Heading and paragraph styles

*/
h1, h2, h3, h4, h5 {
	margin-top: 1em;
	margin-bottom: 0.35em;
	line-height: 1.4em;
	letter-spacing: 0;
	font-style: normal;
	color: #897E53;
}
h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	color: #897E53;
}
h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #897E53;
}
h1 {
	margin-bottom: 0;
	font-size: 200%;
	line-height: 1.2em;
	font-weight: normal;
	color: #FFFFEB;
}
h2 {
	font-size: 140%;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 1.75em;
	margin-bottom: 0.7em;
	text-transform: uppercase;
}
h3 {
	font-size: 140%;
	font-weight: bold;
}
h4 {
	font-size: 130%;
	font-weight: normal;
}
h5 {
	margin-bottom: 0;
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
}
h6 {
	float: left;
	margin: 0.35em 0.35em 0 0;
	font-weight: bold;
}
h6, p, li, table {
	font-size: 130%;
	line-height: 1.4em;
}
.subhead {
	font-style: italic;
	margin-top: -0.35em;
}
/* Not yet widely supported:
h6 {
	display: run-in;
}
*/
p, blockquote {
	margin-top: 0.5em;
	margin-bottom: 0.35em;
}
ul, ol {
	margin-top: 0.35em;
	margin-bottom: 0.7em;
}
li, li p {
	margin-top: 0.35em;
	margin-bottom: 0;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}
ol ol ol ol {
	list-style-type: circle;
}
table p {
	margin-top: 0.35em;
	margin-bottom: 0;
}
blockquote {
	margin-left:30px;
}
cite {
	font-style: italic;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* Prevent scaling of nested styles from compounding */
li p, li li, table p, table li, #navMain li p, #navMain li li, #navSub li p, #navSub li li {
	font-size: 100%;
}
/*

—————————————————————————————————————————————
Table styles

*/
table {
	margin: 1em 0 1em 0;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.fixedWidth {
	width: 600px;
}
table, table td input {
	background-color: #E1DFD4;
}
table tbody.item2, table tbody.item4, table tbody.item2 td input, table tbody.item4 td input {
	background-color: #EDECE5;
}
table tbody {
	border-bottom: 3px solid #FFFFEB;
}
table th, table td {
	padding: 0.35em 0.5em 0.35em 0.5em;
}
table th {
	background-color: #897E53;
	vertical-align: bottom;
	text-align: left;
	/*white-space: nowrap;*/
	color: #FFFFFF;
}
table td {
	border-bottom: 1px solid #FFFFEB;
	vertical-align: top;
	text-align: left;
}
/*
table th.footnote {
	background-color: #666666;
	}
table td.footnote {
	background-color: #999999;
	}
*/
table td.footnote, table p.footnote {
	margin-bottom: 0.35em;
	font-size: 75%;
	}
table .tableRowHeader, table .tableClearCell {
	background-color: #FFFFEB;
	}
table .tableRowHeader {
	font-size: 75%;
	text-align: right;
	}
table .tableImageCell {
	padding: 0;
	text-align: center;
	vertical-align: middle;	
}
table td input {
	padding: 0;
	border-width: 0;
	border-style: none;
	}
table td.tableFormInput, table td.tableFormInput input {
	background-color: #FFFFEB;
	}
table .tableNumberCell, table .tableNumberCell input {
	text-align: right;
	}
/*

—————————————————————————————————————————————
Form styles

*/
fieldset {
	padding: 0;
	margin: 0;
	padding-top: 1.2em;
	padding-bottom: 1.6em;
	border: none;
/*	border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #E1E5EB;*/
}
fieldset.first {
	border-top: none;
}
fieldset.last {
	border-bottom: none;
}
legend {
	font-size: 120%;
	font-weight: bold;
	padding-top: 2em;
}
/* Put labels to the left of form objects
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 1em;
}
*/
/* Put labels above form objects */
label {
	display: block;
	margin: 0px;
}
label.inline {
	display: inline;
	margin-right: 1em;
}
input {
	padding: 2px;
}
/*
input, select, textarea {
	border: 1px solid #666666;
}
*/
input.formTextField, fieldset {
	width: 400px;
}
input.formShortField {
	width: 10em;
}
input.formNumberField {
	width: 4em;
}
formTextArea {
	width: 400px;
	height: 8em;
}
form #submit {
	margin-top: 0.7em;
	font-size: 140%;
}
/*

—————————————————————————————————————————————
Custom styles (classes)

*/
.intro {
	font-style: italic;
	color: #666666;
}
.caption {
	margin-bottom: 2.1em;
	font-weight: bold;
}
.footnote {
	margin-bottom: 2.1em;
	font-size: 110%;
}
.linkInfo {
	margin-top: 0;
	margin-bottom: 1.4em;
	font-size: 84.6%;
	display: block;
}
.imageWrapLeft, .imageWrapRight {
	margin-top: 3px;
	margin-bottom: 15px;
}
.imageWrapLeft {
	margin-right: 15px;
	float: left;
}
.imageWrapRight {
	margin-left: 30px;
	float: right;
}
.outsideAlign {
	float: left;
	position: absolute;
	left: 0px;
}
.clearFloat {
	clear: both;
}
.noWrap {
	white-space: nowrap;
}
.spaceAboveNegative {
	margin-top: -0.7em;
}
.spaceAboveNone {
	margin-top: 0;
}
.spaceAboveMedium {
	margin-top: 0.7em;
}
.spaceAboveLarge {
	margin-top: 1.4em;
}
#siteInfo {
	margin-top: 2.1em;
}
.legal, .credit {
	font-size: 110%;
	color: #897E53;
}
.legal a {
	color: #897E53;
}
.credit a {
	color: #897E53;
	text-decoration: none;
}
.hide {
	display: none;
}

