@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;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F1F5F7;
}
#wrapper {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#container  {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
#container2  {
	width: 800px;
	margin: 0 auto;
	text-align: left;
} 
#headerProducts  {
	height: 340px;
	width: 800px;
	background-color: #F1F5F7;
	background-image: url(../images/header_products2.jpg);
} 
.orderNOWbutt {
	float: right;
	height: 114px;
	width: 114px;
	clear: right;
	margin-right: 240px;
}
#header2 {
	font-family: Tahoma;
	font-size: 18px;
	color: #000000;
	background-image: url(../images/header2_red_grad.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 114px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
	background-image: url(../images/sidebar_plat_out.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 16px;
	height: 1300px;
}
#sidebarContact  {
	float: left; /* since this element is floated, a width must be given */
	width: 188px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/sidebar_plat_out.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 16px;
	height: 1100px;
}
#sidebarAbout  {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
	background-image: url(../images/sidebar_about.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 16px;
	font-family: Tahoma;
	font-size: 16px;
}
#sidebarAffil  {
	float: left; /* since this element is floated, a width must be given */
	width: 680px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
	background-image: url(../images/sidebar_affil.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 16px;
}
#mainContentContact  {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	text-align: left;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
} 
#medicalAdvisor {
	font-family: Tahoma;
	padding: 20px;
	height: 350px;
	width: 380px;
	background-image: url(../images/med_advisor_bkgdpanel.jpg);
	background-repeat: no-repeat;
}
.medadvisorHeadline {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bolder;
	color: #E41A15;
	float: right;
	height: 120px;
	width: 200px;
	margin-right: 80px;
	text-align: left;
}
.medadvisorBodycopy {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	float: none;
	height: 270px;
	width: 380px;
	line-height: 18px;
	text-align: justify;
	margin-top: 140px;
}
.medadvisorPhoto {
	float: left;
	height: 120px;
	width: 81px;
}
h3 {
	color: #E41A15;
	font-family: Tahoma;
	font-style: italic;
	font-weight: 400;
}
h2 {
	color: #E41A15;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-variant: normal;
}
h1 {
	color: #A694C2;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #E5EAEE;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
}
.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;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bulletedlist  {
	font-family: Tahoma;
	font-size: 14px;
	color: 383836;
	margin-left: 25px;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin-right: 50px;
	line-height: 16px;
}
.checkmarkedlist {
	font-family: Tahoma;
	font-size: 14px;
	color: 383836;
	margin-left: 25px;
	list-style-position: outside;
	list-style-image: url(../images/checkmark.gif);
	margin-right: 40px;
	line-height: 16px;
}
.nonelist {
	font-family: Tahoma;
	font-size: 14px;
	color: 383836;
	margin-left: 40px;
	list-style-type: none;
	line-height: 12px;
}
#nav {
	list-style-type: none;
	width: 800px;
	float: right; /* Contain floated list items */
	height: 32px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: 300;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/plat_button3_bkgd.gif);
	line-height: 18px;
}
#nav2 {
	list-style-type: none;
	width: 800px;
	float: right; /* Contain floated list items */
	height: 30px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: 300;
	background-image: url(../images/plat_button2_bkgd.gif);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 30px;
}
#nav li {
	float: left;
	padding: 0;
	margin: 0;
}
#nav2   li {
	float: right;
	padding: 0;
	margin: 0;
}
#nav a {
	float: left;
	width: 110px;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	font-family: Tahoma;
	text-align: center;
}
#nav_hom  a {
	float: left;
	width: 70px;
	color: #333333;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	font-family: Tahoma;
	text-align: center;
}
#nav_tru   a {
	float: left;
	width: 160px;
	color: #333333;
	text-decoration: none;
	line-height: 26px;
	height: 30px;
	font-family: Tahoma;
	text-align: center;
}
#nav_abo     a {
	float: left;
	width: 76px;
	color: #333333;
	text-decoration: none;
	line-height: 26px;
	height: 30px;
	font-family: Tahoma;
	text-align: center;
}
#nav_cli      a {
	float: left;
	width: 68px;
	color: #333333;
	text-decoration: none;
	line-height: 26px;
	height: 30px;
	font-family: Tahoma;
	text-align: center;
}
#nav_lon    a {
	float: left;
	width: 142px;
	color: #333333;
	text-decoration: none;
	line-height: 26px;
	height: 30px;
	font-family: Tahoma;
	text-align: center;
}
#nav_aff     a {
	float: left;
	width: 112px;
	color: #333333;
	text-decoration: none;
	line-height: 26px;
	height: 30px;
	font-family: Tahoma;
	text-align: center;
}
#nav_con      a {
	float: left;
	width: 96px;
	color: #333333;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	font-family: Tahoma;
	text-align: center;
}
#nav_ord       a {
	float: left;
	width: 110px;
	color: #333333;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	font-family: Tahoma;
	text-align: center;
}
#nav2  a {
	float: left;
	width: 160px;
	color: #333333;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	font-family: Tahoma;
	text-align: center;
	font-weight: 300;
	font-size: 12px;
}
#nav a:hover {
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #A6B1B8;
}
#nav2  a:hover {
	font-family: Tahoma;
	font-weight: 300;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/plat_button2_bkgd2.gif);
}
#spacer {
	background-color: #F1F5F7;
	height: 12px;
}
#time {
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
	height: 26px;
	padding-left: 200px;
}
#body_hom #nav_hom a,#body_pro #nav_pro a,
#body_tru #nav_tru a,#body_ord #nav_ord a,
#body_lon #nav_lon a,#body_aff #nav_aff a,
#body_con #nav_con a {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Tahoma;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #737A7F;
}
#body_tru #nav2_tru a,#body_pro #nav2_pro a,
#body_lon #nav2_lon a {
	color: #000000;
	font-weight: normal;
	font-family: Tahoma;
	background-image: url(../images/plat_button2_bkgd2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.headline2 {
	font-family: Tahoma;
	font-size: 18px;
	color: #FE9613;
	text-align: center;
	line-height: 22px;
}
.headline22 {
	font-family: Tahoma;
	font-size: 18px;
	color: #FE9613;
	text-align: left;
	line-height: 22px;
	font-weight: bold;
}
.headline222 {
	font-family: Tahoma;
	font-size: 18px;
	color: #FE9613;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}
.body44 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E41A15;
	text-align: justify;
}
.body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	line-height: 10px;
}
.sidebar1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: 9A2E05;
	text-align: left;
	padding-left: 5px;
}
.sidebarAbout {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.sidebarAffil {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.sidebar3 {
	font-family: Tahoma;
	font-size: 16px;
	color: 9A2E05;
	font-style: italic;
	font-weight: 800;
}
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: justify;
}
.body12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: left;
}
.body11 {
	font-family: Tahoma;
	font-size: 16px;
	color: #383836;
	line-height: 20px;
	text-align: justify;
}
.body111 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	text-align: left;
}
.body111_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	font-weight: 900;
}
#client1 {
	width: 230px;
	float: left;
	margin-left: 30px;
}
#contact {
	width: 230px;
	float: left;
	margin-left: 30px;
}
#clientPanel {
	height: 1250px;
	width: 230px;
	float: right;
	background-image: url(../images/products_bkgdpanel.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 16px;
	margin-right: 20px;
}
#trustdeptsolutions {
	width: 800px;
	float: left;
	font-family: Tahoma;
	margin-top: 12px;
}
#puzzleDiagram {
	padding-left: 20px;
}
#trustdeptsolutions2 {
	background-color: #E5EAEE;
}
.trustdeptsolutionsp {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	padding-left: 70px;
	line-height: 24px;
}
.style1 {
	color: #E41A15;
	font-family: Tahoma;
	font-size: 18px;
}
.style11 {
	color: #E41A15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 18px;
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #E41A15;
	text-align: center;
}
.times4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #E41A15;
	text-align: center;
}
.times4_italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #E41A15;
	text-align: center;
	font-style: italic;
}
.times44 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #E41A15;
	text-align: center;
}
.times1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #E41A15;
	text-align: center;
	font-style: italic;
}
.red1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #E41A15;
	text-align: left;
	font-style: italic;
}
.blue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #0033CC;
	text-align: left;
	font-style: italic;
}
.times11 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #E41A15;
	text-align: center;
	font-style: italic;
}
.times2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #CC3399;
	text-align: center;
	font-style: italic;
}
.times22 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	line-height: 14px;
	text-align: center;
}
.times222 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	text-align: center;
}
fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	line-height: 20px;
}
quantity {
}
legend {
	margin-left: 1em;
	color: #E41A15;
	font-weight: bold;
}
fieldset ol {
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	font-family: Tahoma;
	font-size: 12px;
	list-style-type: none;
}
fieldset li {
	padding-bottom: 1em;
}
.style3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
}
label {
float: left;
width: 10em;
margin-right: 1em;
text-align: right;
}
label2 {
	float: none;
	line-height: 30px;
	font-family: Tahoma;
	font-size: 12px;
}
fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 12em;
	text-decoration: none;
	color: #FFFFFF;
}
.reset  {
	margin-left: 50px;
	text-decoration: none;
}
.style1 {
}
blockquote.style2 {
	padding-left: 50px;
	font-size: 14px;
}
.style2 {
	font-size: 16px;
	line-height: 18px;
}
.style22 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 17px;
	text-align: left;
	font-style: italic;
	color: #000000;
}
.style23 {
	color: #E41A15;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
.style233 {
	color: #E41A15;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}
.style24 {
	color: #E41A15;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
}
.style26 {
	font-size: 16pt;
	color: #FE9613;
	font-family: Tahoma;
	font-weight: 300;
}
#divisions a {
	color: #000000;
	text-decoration: none;
}
#divisions a:hover {
	color: #999999;
	text-decoration: none;
}
#happyElderlyCouple {
	background-image: url(../images/satisfact.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 250px;
	float: left;
	margin-top: 8px;
}
#headerLinks {
	height: 64px;
	width: 350px;
	float: right;
	clear: right;
}
.emailaFriend {
	float: right;
	width: 420px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 6px;
	color: #E41A15;
	text-align: right;
	margin-right: 6px;
	height: 20px;
}
.inputButton {
	float: right;
	padding-left: 6px;
}
.imputText {
}
.linkButton {
	margin-top: 6px;
}.audio {
	text-align: center;
}
.p.submit {
	text-decoration: none;
}
.backToTop {
	font-family: Tahoma;
	font-size: 10px;
	width: 60px;
	float: right;
}
.style27 {
	color: #FF0000
}
.style28 {
	color: #FFFFFF
}
.style233div {
	color: #E41A15;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin-top: 14px;
}
.style233div1 {
}
.style233div2 {
	padding-left: 80px;
}
.toEnlargeTip {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999;
	text-align: center;
	line-height: 14px;
	height: 16px;
	background-color: #FFF;
}

