﻿@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 14px}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #876028
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED1C26;
	padding-top: 6px;
	padding-bottom: 6px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #876028;
	padding: 2px 0px 2px 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #F00;
	font-size: 14px;
	font-weight: bold
}
li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
}

.twoColFixLtHdr #container {
	width: 810px;
	background-image: url(images/page_bg_drop.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #876028;
} 
.twoColFixLtHdr #header {
	width: 800px;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size: 12px;
	color: #63471D;
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-top: 4px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 12px;
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	clear: none;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar2 p {
	padding: 0px;
	font-size: 12px;
}
.twoColFixLtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	clear: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 4px;
	background-color: #E9D5B6;
	border: 1px solid #805B26;
	margin-left: 12px;
}
.twoColFixLtHdr #sidebar3 p {
	font-size: 13px;
	color: #000;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #876028;
	width: 560px;
} 
.twoColFixLtHdr #mainContent p {
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	padding-right: 20px;
} 
.twoColFixLtHdr #mainContent h1 {
	color: #ED1C26;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	padding-right: 20px;
	font-size: 16px;
} 
.twoColFixLtHdr #mainContent h2 {
	color: #ED1C26;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	padding-right: 20px;
	font-size: 14px;
}
.twoColFixLtHdr #mainContent h3 {
	color: #ED1C26;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	padding-right: 20px;
	font-size: 14px;
} 
.twoColFixLtHdr #mainContent ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	font-size: 14px;
	margin-left: 20px;
}

.twoColFixLtHdr #mainContent table {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	padding-right: 20px;
} 

.twoColFixLtHdr #sidebar_video {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #1329A0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #sidebar_video h2 {
	font-size: 14px;
	color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-top: 4px;
}
.twoColFixLtHdr #sidebar_video p {
	font-size: 12px;
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebar_video ul {
	font-size: 12px;
	color: #FFF;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 16px;
}
.twoColFixLtHdr #sidebar_video_left {
	float: left; /* since this element is floated, a width must be given */
	width: 540px;
	background-color: #1329A0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #sidebar_video_left h2 {
	font-size: 14px;
	color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-top: 4px;
}
.twoColFixLtHdr #sidebar_video_left p {
	font-size: 12px;
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebar_video_left ul {
	font-size: 13px;
	color: #FFF;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 16px;
}
.twoColFixLtHdr #apex_answers {
	background-color: #A3B4FA;
} 
.twoColFixLtHdr #apex_answers h1 {
	font-size: 13px;
	margin-top: 4px;
	color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 8px;
	margin-right: 4px;
	margin-left: 6px;
}
.twoColFixLtHdr #apex_answers p {
	font-size: 13px;
	margin-top: 4px;
	color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-left: 6px;
}

.twoColFixLtHdr #mainContent_homepage {
	width: 520px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #homepage_topics {
	width: 500px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin: 0px;
} 
.twoColFixLtHdr #homepage_topics img {
	padding-right: 10px;
	display: inline;
	padding-top: 0px;
	float: left;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
} 
.twoColFixLtHdr #homepage_topics h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #876028;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
} 
.twoColFixLtHdr #homepage_topics p {
	font-size: 13px;
	margin-top: 4px;
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-left: 0px;
} 
.twoColFixLtHdr #community_topics {
	width: 500px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin: 0px;
} 
.twoColFixLtHdr #community_topics img {
	padding-right: 10px;
	display: inline;
	padding-top: 0px;
	float: left;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
} 
.twoColFixLtHdr #community_topics h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #876028;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
} 
.twoColFixLtHdr #community_topics p {
	font-size: 13px;
	margin-top: 4px;
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-left: 0px;
}
.twoColFixLtHdr #fullacross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 750px;
	margin-top: 0px;
	margin-left: 20px;
}
.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	width: 800px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E6DFCA;
	border-top-width: 12px;
	border-top-color: #FFF;
	margin-top: 0px;
	background-image: url(images/topic_bg.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #footer p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.clearfloat_left { 
	clear:left;
  }
.nav_top {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
a.nav_top:link {
	color: #5A7724;
	text-decoration: none;
}
a.nav_top:visited {
	color: #5A7724;
	text-decoration: none;
}
a.nav_top:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_not_link_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
	color: #000;
}
.nav_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
}
a.nav_sidebar:link {
	color: #5A7724;
	text-decoration: none;
}
a.nav_sidebar:visited {
	color: #5A7724;
	text-decoration: none;
}
a.nav_sidebar:hover {
	color: #876028;
	text-decoration: none;
}
.nav_sidebar_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
}
a.nav_sidebar_active:link {
	color: #ED1C26;
	text-decoration: none;
}
a.nav_sidebar_active:visited {
	color: #ED1C26;
	text-decoration: none;
}
a.nav_sidebar_active:hover {
	color: #876028;
	text-decoration: none;
}

.nav_hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* 
a.nav_hometext:link {
	color: #63471D;
	text-decoration: underline;
}
a.nav_hometext:visited {
	color: #C00;
	text-decoration: none;
}
a.nav_hometext:hover {
	color: #292414;
	text-decoration: underline;
}
*/
.tag_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #876028;
	font-weight: bold;
	line-height: 30px;
}
.text_red {
	color: #ED1C26;
}
.text_red_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ED1C26;
}
.tag_line_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #49611D;
	font-weight: bold;
	line-height: 130%;
}
.text_bold_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #FE523A;
	letter-spacing: 0.2em;
	line-height: 20px;
}
.list_products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	list-style-type: square;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 4px;
}
.list_products_shortlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	list-style-type: square;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.list_shortlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	padding-left: 6px;
	padding-bottom: 4px;
	margin-left: 6px;
}
.list_overview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 120%;
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 30px;
}
.text_bold {
	font-weight: bold;
}
.nav_cathome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.list_rx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-image: url(../images/bullet_rx.gif);
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 10px;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
	margin-right: 10px;
	font-weight: bold;
}
.td_home_bg {
	background-image: url(images/topic_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 124px;
	width: 500px;
}
.ul_main_points {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
.text_10 {
	font-size: 10px;
}

