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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal; 
	border: 0px;
	color: #333333;
	line-height: 150%;
	letter-spacing:0.1em;
}

a:focus {
	outline: 1px dotted invert;
}
a  			{color: #333333; text-decoration:none;}
a:Visited  	{color: #333333; text-decoration:none;}
a:Active   	{color: #333333; text-decoration:none;}
a:Hover    	{color: #4d8317; text-decoration:none;}

#footer a{color:#D8EB52;}
#footer a:hover{color:#FFFFFF;}


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

p {
	padding-bottom:1em;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	padding-top:8px;
	padding-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

h2 {
	font-size: 14px;
	color:#c42525;
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	padding-top:10PX;
	font-size: 12px;
	color:#4d8317;
	font-weight:bold;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

#footer h4{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:20px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

.callout_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	color:#4d8317;
	line-height:normal;
}

.testimonial-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	font-style:italic;
	color:#4d8317;
	line-height:normal;
}

.more-text{
	font-size:11px;
	color:#4d8317;
	font-style:italic;
	padding:10px 0px 10px 0px;
}

