p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

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

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

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}



h2 {
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}


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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p {
	margin-bottom: 0px;
	color: #333;
	line-height: 18px;
}

.blue_text {
	color: #10499e;
}

.green_text {
	color: #00a952;
}
.bold_text {
	font-weight: bold;
	color: #000;
}
.hightline_text {
	background-color: #fdf7e0;
}
.center_text {
	text-align: center;
}
#products_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.5em;
	color: #00a952;
	padding-left: 20px;
	padding-top: 10px;
}
#products_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 30px;
	font-weight: normal;
}
#products_content p {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 40px;
}
#form_wrapper p {
	padding-left: 5px;
}

.form_text_spacing {
	margin-left:5px;
	margin-bottom: 3px;
}
#content_box #product_container a:link {
	color: #104595;
}
#content_box #product_container a:hover {
	color: #00A952;
}
#content_box #product_container a:visited {
	color: #FFFFFF;
}
/*
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #00A952;
}
*/
a:visited {
	color: #00a952;
}
