﻿
a, a:visited
{
	color: #237924;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	margin: 0 0 10px 0;
}
h1
{
	color: #237924;
	font-size: 1.5em;
	font-weight: normal;
	padding: 1px 5px 1px 5px;
	line-height: 100%;
	white-space: nowrap;
	letter-spacing:2px;
}
h2
{
	color: #999;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	line-height: 100%;
	white-space: nowrap;
	letter-spacing: 2px;
}
h3
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 5px 4px 0;
	color: #237924;
}
h4
{
	color: #237924;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 5px 0 0;
	line-height: 100%;
	white-space: nowrap;
}
h5
{
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin:-2px 0 10px 0;
	line-height: 100%;
	white-space: nowrap;
}
/* ----------- basic ---------------*/
.Errors
{
	display: block;
	width: 75%;
	color: #c00;
	background-color: #FFEAEA;
	border: dotted 1px #c00;
	margin: 15px 0px 15px 68px;
	padding: 5px;
	font-size: 1.1em;
	text-align: center;
}
.Button
{
	font-size: 0.85em;
	letter-spacing: 1px;
	padding: 0px 2px 0px 2px;
	margin: 4px 0 4px 0;
}
.ButtonLarge
{
	font-size: 1.1em;
	margin: 6px 0 6px 0;
	padding: 2px 4px 2px 4px;
}
.BuyButton
{
	margin: 0;
}
.DropDownList
{
	font-size: 0.95em;
}
/* nicer hr's */
div.divider
{
	margin-top: 3px;
	margin-bottom: 3px;
	padding:0;
	height: 3px;
	border-top: solid 1px #D5D99E; /*#C69C6E;*/
	width: 100%;
	clear: both;
}
div.divider hr
{
	display: none;
}
p.Back
{
	margin: 40px 0 40px 0;
}
/* ----------- typefaces ---------------*/
.bold
{
	font-weight: bold;
}
.large
{
	font-size: 1.1em;
}
.small
{
	font-size: 0.9em;
}
.tiny
{
	font-size: 0.8em;
	letter-spacing: 0;
}
.light
{
	color: #666;
}
.Green
{
	color: #237924;
}
.UpperCase
{
	text-transform: uppercase;
}
.watermarked
{
	color: #aaa;
}
.Tan
{
	color:#C69C6E;
}
.Expanded
{
	letter-spacing:1px;
}
/* ----------- Positional ---------------*/
.padTop5
{
	padding-top: 5px;
}
.padTop10
{
	padding-top: 10px;
}
.padTop20
{
	padding-top: 20px;
}
.padTop40
{
	padding-top: 40px;
}
.padRight5
{
	padding-right: 5px;
}
.padRight10
{
	padding-right: 10px;
}
.padRight20
{
	padding-right: 20px;
}
.padRight40
{
	padding-right: 40px;
}
.padBottom5
{
	padding-bottom: 5px;
}
.padBottom10
{
	padding-bottom: 10px;
}
.padBottom20
{
	padding-bottom: 20px;
}
.padLeft5
{
	padding-left: 5px;
}
.padLeft10
{
	padding-left: 10px;
}
.padLeft20
{
	padding-left: 20px;
}
.padLeft40
{
	padding-left: 40px;
}
.marginRight10
{
	margin-right: 10px;
}
.marginLeft10
{
	margin-left: 10px;
}
.marginBottom10
{
	margin-bottom: 10px;
}
.marginBottom40
{
	margin-bottom: 40px;
}
.Left
{
	text-align: left;
	padding-right: 20px;
}
.Right
{
	text-align: right;
}
.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.Inline
{
	display: inline;
}
.noWrap
{
	white-space: nowrap;
}
.Wrap
{
	white-space: normal;
}
.Centre
{
	text-align: center;
}
.Clear
{
	clear: both;
}
span.Block
{
	display: block;
}
div.homeFooterText
{
	margin:0 30px 0 80px;
	text-align:center;
}
div.homeFooterText h3
{
	line-height:1.8em;
}
.SubHead
{
	padding-top: 10px;
	font-size: 1.2em;
	color: #237924;
}
/* --------- Input Controls ---------*/
.inputboxes
{
	clear: both;
	margin-top: 20px;
	line-height: 180%;
}
.inputboxes span
{
	vertical-align: top;
	padding-top: 3px;
	width: 100px;
}
select, textarea, .admininput
{
	font-size: 0.85em;
	font-weight: normal;
	background-color: #F2EACA;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	padding: 1px;
	letter-spacing: 1px;
	font-family: Tahoma,Helvetica,sans-serif;
}

select:focus, .admininput:focus, textarea:focus
{
	background-color: #EADDAA;
}
.inputfontlarge, .inputfontlarge:focus
{
	font-size: 1.2em;
}
.inputfontmedium, .inputfontmedium:focus
{
	font-size: 1em;
}
