/*

Copyright © Starkis Design 2008


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

*/
body {
	font-family: Verdana, 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: #29316E;
}
a:visited {
	color: #29316E;
}
a:hover {
	color: #89866F;
}
a:active {
	color: #89866F;
}
/* 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: 1.4em;
	margin-bottom: 0em;
	line-height: 1.4em;
	letter-spacing: 0;
	font-style: normal;
	color: #29316E;
}
/*h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	color: #29316E;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #29316E;
}*/
h1 {
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: 160%;
	line-height: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	font-style: italic;
}
h5 {
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}
h6 {
	float: left;
	margin: 0.35em 0.35em 0 0;
	font-weight: bold;
}
h6, p, li, table {
	font-size: 120%;
	line-height: 1.4em;
}
/* Not yet widely supported:
h6 {
	display: run-in;
}
*/
p, blockquote {
	margin-top: 0.7em;
	margin-bottom: 0.35em;
}
ul, ol {
	margin-top: 0.35em;
	margin-bottom: 0.7em;
}
li, li p {
	margin-top: 0.35em;
	margin-bottom: 0;
}
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 {
	width: 100%;
	margin: 1em 0 1em 0;
	border-spacing: 0px;
	border-collapse: collapse;
}
table, table td input {
	background-color: #D1D0BF;
}
table tbody.item2, table tbody.item4, table tbody.item2 td input, table tbody.item4 td input {
	background-color: #E6E6E6;
}
table tbody {
	border-bottom: 10px solid #F0EFEA;
}
table th, table td {
	padding: 0.35em 0.5em 0.35em 0.5em;
}
table th {
	background-color: #89866F;
	vertical-align: bottom;
	text-align: left;
	white-space: nowrap;
	color: #F0EFEA;
}
table td {
	border-bottom: 1px solid #F0EFEA;
	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: #F0EFEA;
	}
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: #F0EFEA;
	}
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)

*/
.subHeading {
	margin-top: 0;
	margin-bottom: 1.2em;
	color: #89866F;
	font-weight: bold;
}
.testimonial {
	font-size: 92%; /* Apply style to enclosing div */
	color: #89866F;
}
.intro {
	font-style: italic;
	color: #666666;
}
.breakout {
	border: 1px solid #9966CC;
	margin: 24px 0 24px 0;
	background-color: #F5F0FA;
	padding: 10px;
}
.caption, .footnote, .legal, .credit {
	font-size: 110%;
}
.credit {
	margin-top: -0.35em;
	margin-bottom: 0;
}
table .caption {
	font-size: 92%; /* Percentage of parent's size */
}
.caption {
	margin-top: 0.35em;
}
.footnote, .footnote a:link, .footnote a:visited {
}
.legal, .legal a:link, .legal a:visited, .credit, .credit a, .credit a:visited {
	color: #333333;
}
.footnote a:hover, .legal a:hover {
	color: #89866F;
}
.credit a {
	text-decoration: none;
}
.outsideAlign {
	float: left;
	clear: left;
	margin-left: -70px;
	margin-bottom: 8px;
}
.alignWithImage {
	clear: left;
}
.imageWrap {
	margin-right: 15px;
	float: left;
}
.indent {
	margin-left: 42px;
}
.indent img {
	float: left;
	margin-left: -42px;
	margin-bottom: 10px;
}
.linkInfo {
	display: block;
	margin-top: 0;
	margin-bottom: 1.4em;
	font-size: 85%; /* Percentage of parent's size */
}
.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;
}
.hide {
	display: none;
}
