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

	Licensed under GPL and MIT.
*/

/* `global text styles
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.headings {
	color: #FFF;
	text-decoration: none;
}

a.headings:hover {
	color: #979381;
}

a.subbadgeheadings {
	color: #FFF;
	text-decoration: none;
}

a.subbadgeheadings:hover {
	color: #ae8955;
}

/* `colors
----------------------------------------------------------------------------------------------------*/
.green {
	color: #387c2b;
}

.white {
	color: #ffffff;
}

.black {
	color: #000;
}

/* `text styles
----------------------------------------------------------------------------------------------------*/

.first {
	margin-top: -10px;
}

.sitewelcome {
	font-size: 34px;
	color: #387c2b;
	font-weight: 300;
}

.index_badge_headings {
	font-size: 22px;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 20px;
}

.index_subbadge_headings {
	font-size: 22px;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 8px;
}

.index_badge_body {
	font-size: 15px;
	color:#000;
	line-height: 20px;
	padding-top: 8px;
}

.index_badge_subtext {
	font-size: 11px;
	color:#000;
	line-height: 20px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.index_badge_subtext_links {
	font-size: 11px;
	color:#000;
	line-height: 20px;
	padding-top: 8px;
	padding-right: 10px;
}

.index_badge_subheadings {
	font-size: 18px;
	color: #FFF;
}

.subpage_headings {
	padding-left: 45px;
	padding-top: 162px;
	font-size: 22px;
	color: #ffffff;
}

.sub_title {
	text-align: left;
	font-size: 18px;
	color:#000;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.subpage_body {
	font-size: 15px;
	color:#000;
	line-height: 20px;
	margin-bottom: 20px;
}

.sidebar_headings {
	padding-left: 8px;
	padding-top: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.sidebar_body {
	padding-top: 15px;
	font-size: 12px;
	fontweight: bold;
	line-height:18px;
}

.products {
	font-size: 12px;
	fontweight: bold;
	line-height:18px;
}

.right_contact_badge_subtext {
	font-size: 11px;
	color:#000;
	line-height: 20px;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 10px;
}

.footer_text {
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
}

.sidebar_smalltext {
	font-size: 12px;
	line-height: 18px;
}

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

h1 {
}

h2 {
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: outside;
}

li {
	margin-left: 30px;
	line-height: 20px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
}