﻿/*
This is the site stylesheet. It should contain
styles for basic HTML elements only. It should not contain styles for
classes or "id" elements (i.e. h3.News). Those items should be defined
in SiteQualified.css.

This stylesheet should always be linked *after* all Global stylesheets.

NOTES:
Site primary (Red) = #EE3023

*/

html, body 
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: none;
	font-size: 12px;
}

/* Default font settings for the site */
html, body, div, p, span, td, ul, select, input, textarea, a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

a
{
	font-size: 12px;
	text-decoration: none;
	color: #4C721D;
}

a:hover
{
	font-size: 12px;
	color: #8FB200;
	text-decoration: none;
}

label
{
	font-size: 11px;
	font-weight: bold;
	/* text-transform: uppercase; */
}

p
{
	margin-top: 2px;
}

/* Global header styles */
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Sans-Serif;

}

h1
{
	font-size: 24px;
	font-weight: bold;
	color: #4C721D;
	margin-top: 1em;
	margin-bottom: 1em;
	text-transform: capitalize;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: .2em;
	color: #4C721D;
}

h3
{
	color: #4C721D;
	font-size: 13px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
}

h3
, h3 a, h3 a:hover
{
	font-size: 13px;
	color: #4C721D;
}

h5
{
	font-size: 1em; /* 1em means this will be the same size as the current text */
	font-weight: bold;
}

ul
{
	margin-left: 10px;
	padding-left: 10px;
}

.siteMap
{
	margin-left: 10px;
	padding-left: 10px;	
}
.siteMapLinks
{
	margin-top:3px;	
}
