@charset "UTF-8";
/* CSS Document */

/* Headings */

h1 {
	margin: 0px;	
}

h2 {
	margin: 0px;
}

ul {
	margin: 0px;
	padding-left: 20px;
}

/* Basic Formats */

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

p {
	margin: 0px;
}

/* Link Styles */

a.bodyLink {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a.bodyLink:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.bodyLink:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a.subSidebarLink {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

a.subSidebarLink:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

a.subSidebarLink:visited {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}

a.footerLink {
	color: #FFF;
	text-decoration: undeline;
}

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

/* Margins */

/* Text Styles */

.subTitle {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #789943;
	line-height: 30px;
}

.listCopy {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.bodyCopyResellers {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding-bottom: 20px;
	padding-left: 30px;
	text-transform: uppercase;
}

.bodyCopy {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding-bottom: 20px;
}

.bodyCopyCallout {
	font-size: 14px;
	line-height: 20px;
	color: #c6fc70;
	padding-bottom: 20px;
}

.footerCopy {
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
}

.subNavTitle {
	font-size: 24px;
	font-weight: bold;
	color: #c6fc70;
	padding-left: 30px;
}

.subSidebarCopy {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding-bottom: 5px;
	padding-left: 35px;
}