/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 10px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
}


a {
	color: #073201;
	text-decoration: underline;
}

a:active {
	color: #2E7F2E;
	text-decoration: underline;
}

a:hover
{
	color: #01b121;
	text-decoration: underline;
}

a:visited
{
	color: #2E7F2E;
	text-decoration: none;
}


p
{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
	padding: 0 0 0 10px;
	
}

.callout1 p, .callout2 p {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	padding: 0;
	text-align: left;
}

.callout1 h3 {
	font-size: 21px;
	padding: 0;
	text-align: left;
	margin-bottom: 0px;
}


.main p {
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px 0 0 10px;
	}

.footer p {
	font-size: 10px;
	padding: 0 0 0 20px;
}


a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
	font-weight: bold;
	color: #2E7F2E;
	text-align: left;
	padding: 20px 0 0 10px;
}

h2
{
	font-size: 23px;
	padding: 20px 0 0 10px;
	text-align: left;
	color: #2E7F2E;
}

h3
{
	font-size: 18px;
	padding: 10px 0 0 10px;
	text-align: left;
	color: #2E7F2E;
}

h4
{
	font-size: 18px;
	padding: 10px 0 0 10px;
	text-align: left;
}

h5
{
	font-size: 17px;
	padding: 10px 0 0 10px;
	text-align: left;
}

h6
{
	font-size: 15px;
	padding: 10px 0 0 10px;
	text-align: left;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 10px;
}