/* CSS Document

------------------------------------------------
fonts sized in em's so IE user's can resize text
------------------------------------------------
body sets default (browser's "normal" font size setting) of 1em = 10px, creating following font-size structure:

0.9em = 9px
1.05em = 11px (don't know why it's not 1.1em)
1.2em = 12px
1.4em = 14px
1.6em = 16px
etc.

*/

html {
	font-size: 100%; /* necessary IE5 hack */
}

body {
	margin-top: 0px;
	margin-left: 0px;
	/*background-color: #FFFFCC;*/
	background-color: #FFFFFF;
	background-image: url(/images/bg_tile.gif);
	background-attachment: fixed;
	/*text-align: center;*/
	font-size: 62.5%; /* = sets default of 10 px under browser's normal font view setting */
	font-family: Arial, Times New Roman, serif; 
	font-style: normal; 
	color: #333333;
}

#container {
	/*margin: 0 auto;*/
	width: 950px;
	text-align: left;
}

.holdertable {
	background-color: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	/*border-color: #666666;*/
	/*border-style: solid;*/
}

.holdercell {
	padding: 0px 10px 10px 10px;
}

.maincontentcell {
	padding: 0px 0px 10px 10px;
}


/* SIDENAV MENU
---------------------------- */
.anylinkcss{
position: absolute;
visibility: hidden;
border: 1px solid #660000;
border-bottom-width: 0;
font-size: 11px;
font: normal Arial, Helvetica, sans-serif;
z-index: 100;
background-color: white;
width: auto;
}

.anylinkcss a{
color: #660000;
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #660000;
font: bold 1.05em Arial, Helvetica, sans-serif;
padding: 2px 0;
/*padding-right: 10px;*/
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #ffe292;
font: bold 1.05em Arial, Helvetica, sans-serif;
color: #660000;
text-decoration: none;
}



/* ------------------------------ */
/* ALPHABETIZED FROM HERE ON DOWN */

a:link {
	text-decoration: none;
} 

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.arrow1 {
	color: #ffcc66;
	font-size: 1.2em; /* = 12px under browser's normal font view setting */
	font-weight: bold;
}

.arrow2 {
	color: #336699;
	font-size: 1.0em; /* = 11px under browser's normal font view setting */
	font-weight: bold;
}

.bluetitlebar {
	font-family: Arial, Times New Roman, serif;
	font-size: 16px; /* = 16px under browser's normal font view setting */
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 0px 0px 15px;
}

.boardfont {
	font-size: 0.95em;
	line-height: normal;
	padding-right: 10px;
}

.boardtable {
	border: 1px solid #999999; 
	float: right; 
	margin: 10px 0px 10px 15px;
}

.bodycopy {
	font-size: 1.1em; /* = 11px under browser's normal font view setting */
	font-family: Arial, Times New Roman, serif; 
	font-style: normal; 
	color: #333333; 
	line-height: 15px;
}

td.bodycopy {
	padding: 20px 25px 20px 15px;
}

td.indentright {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bodycopy a {
	color: #336699; 
}

.bodycopy a.maroon {
	color: #663333;
	font-size: 1.05em;
	font-weight: bold; 
	line-height: 14px;
}

td.bodycopy2 {
	padding: 20px;
}

.bottomboxcopy {
	font-size: 1.1em; /* = 11px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif; 
	font-style: normal; 
	color: #FFFFFF; 
	font-weight: normal;
}

.breadcrumbs {
	color: #666633; 
	font-size: 9px; /* = 9px under browser's normal font view setting */
	font-family: Arial, Times New Roman, serif;
	font-style: normal;
	padding: 7px 0px 7px 15px;
}

.breadcrumbs a {
	color: #666633;
}

.comptable td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.footer {
	color: #666633; 
	font-size: 10px; /* = 10px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif;
	font-style: normal; 
	line-height: 12px;
}

.footer a {
	color: #666633; 
}

.headercopy {
	font-size: 1.1em; /* = 11px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif; 
	font-style: normal; 
	color: #666633; 
	line-height: 16px;
	font-weight: normal;
}

.headercopy a {
	color: #29568f; 
	text-decoration: none;
}

.headercopy_headline {
	font-size: 1.2em; /* = 12px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif; 
	font-style: normal; 
	color: #666633; 
	line-height: 20px;
	font-weight: bold;
}

.headercopywhite {
	font-size: 1.1em; /* = 11px under browser's normal font view setting */
	font-family: Arial, Times New Roman, serif; 
	font-style: normal; 
	color: #FFFFFF; 
	line-height: 14px;
	font-weight: normal;
	padding: 15px 10px 15px 20px;
}

.headercopywhite a {
	color: #FFFFFF; 
	text-decoration: underline;
}

.headline {
	font-family: Arial, Times New Roman, serif;
	font-size: 1.1em; /* = 12px under browser's normal font view setting */
	font-weight: bold;
	line-height: 15px;
	color: #333333; 
}

td.indentboth {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.precontent a.normalblue {
	font-weight: normal;
	font-size: 1.0em;
	color: #336699;
}

.precontent, td.precontent {
	color: #666633; 
	font-size: 1.1em; /* = 11px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif;
	font-weight: normal; 
	line-height: 13px;
	padding: 20px;
}

.precontent a.maroon {
	color: #663333;
	font-size: 1.1em;
	font-weight: bold; 
	line-height: 16px;
}

.precontent a.powderblue {
	color: #6699CC;
	font-size: 1.1em;
	font-weight: bold; 
	line-height: 16px;
}

.precontent a.green {
	color: #669966;
	font-size: 1.1em;
	font-weight: bold; 
	line-height: 16px;
}

.precontent a.green2 {
	color: #669999;
	font-size: 1.1em;
	font-weight: bold; 
	line-height: 16px;
}

.precontent_dkgreen, td.precontent_dkgreen {
	color: #666633; 
	font-size: 1.1em; /* = 11px under browser's normal font view setting */
	font-family: Arial, Times New Roman, serif;
	font-weight: normal; 
	line-height: 13px;
}

.precontent_dkgreen2, td.precontent_dkgreen2 {
	color: #666633; 
	font-size: 1.1em; /* = 11px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif;
	font-weight: normal; 
	line-height: 13px;
}

.precontent_maroon, td.precontent_maroon {
	color: #666633; 
	font-size: 1.1em; /* = 11px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif;
	font-weight: normal; 
	line-height: 13px;
}

.precontent a, td.precontent a {
	color: #6699CC;
	font-size: 1.1em; /* = 12px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif;
	font-weight: bold; 
	line-height: 15px;
}

.precontent_dkgreen a, td.precontent_dkgreen a {
	color: #669999;
	font-size: 1.1em; /* = 12px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif;
	font-weight: bold; 
	line-height: 14px;
}

.precontent_dkgreen2 a, td.precontent_dkgreen2 a {
	color: #669966;
	font-size: 1.1em; /* = 12px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif;
	font-weight: bold; 
	line-height: 14px;
}

.precontent_maroon a, td.precontent_maroon a {
	color: #663333;
	font-size: 1.1em; /* = 12px under browser's normal font view setting */ 
	font-family: Arial, Times New Roman, serif;
	font-weight: bold; 
	line-height: 14px;
}

.prodcontent, td.precontent {
	color: #000000; 
	font-size: 1.1em; /* = 11px under browser's normal font view setting */ 
	font-family: Arial, "Times New Roman", serif;
	font-weight: normal; 
	line-height: 13px;
}

.prodcontent a.maroon {
	color: #663333;
	font-size: 1.1em;
	font-weight: bold; 
	line-height: 16px;
}
.producttitlebar {
	font-family: Arial, Times New Roman, serif;
	font-size: 1.6em; /* = 16px under browser's normal font view setting */
	color: #860038;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.redalert {
	color: red; 
	font-weight: bold;
}

td.regcell {
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

td.regcell_left {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

td.regcell_right {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

.rightnavcell {
	padding: 5px 0px 5px 1px; 
}

.rightnavcaton, .rightnavcaton a {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #FFFFFF;
	font-weight: bold;
}

.rightnavcatoff, .rightnavcatoff a {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #666666;
	font-weight: normal;
}

.rightnavsubcat, .rightnavsubcat a {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #336699;
	line-height: 12px;
	font-weight: normal;
}

.rightnavsubcat_active, .rightnavsubcat_active a {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #336699;
	line-height: 12px;
	font-weight: bold;
}

.rightnavsubcat_green1, .rightnavsubcat_green1 a {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #669999;
	line-height: 12px;
	font-weight: normal;
}

.rightnavsubcat_green1_active, .rightnavsubcat_green1_active a {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #669999;
	line-height: 12px;
	font-weight: bold;
}

.rightnavsubcat_green2, .rightnavsubcat_green2 a {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #669966;
	line-height: 12px;
	font-weight: normal;
}

.rightnavsubcat_green2_active, .rightnavsubcat_green2_active a {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #669966;
	line-height: 12px;
	font-weight: bold;
}

.rightnavsubcat_green3, .rightnavsubcat_green3 a {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #666633;
	line-height: 12px;
	font-weight: normal;
}

.rightnavsubcat_green3_active, .rightnavsubcat_green3_active a {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #666633;
	line-height: 12px;
	font-weight: bold;
}

.specialtyhead {
	font-size: 1.05em; /* = 11px under browser's normal font view setting */
	color: #336699;
	line-height: 20px;
	font-weight: bold;
}

.spiffcopywhite {
	font-size: 1.1em; /* = 11px under browser's normal font view setting */
	font-family: Arial, Times New Roman, serif; 
	font-style: normal; 
	color: #FFFFFF; 
	line-height: 14px;
	font-weight: normal;
}

.staffrow {
background: url(/images/nav_dots.gif) repeat-x 0 12px; height: 14px; margin-right: 10px; margin-bottom: 5px; width: 475px;
}

.staffrow .left {
background: #ffffff; margin-right: 2px; padding-left: 1px; float: left;
}

.staffrow .right {
background: #ffffff; margin-left: 2px; float: right;
}

.subhead {
	font-weight: bold;
	/*padding-top: 15px;
	line-height: 20px;*/
}

SUP, SUB { 
	font-size: 0.9em; /* = 9px under browser's normal font view setting */ 
	line-height: 0px;
}

.tablehead {
	background-color: #DCDCDC;
	color: #663333;
	font-weight: bold;
}

.precontent a.thinblue {
	font-weight: normal;
	font-size: 1.0em;
}

td.undercell {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

td.undercell2 {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

td.undercell_h {
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

td.undercell_h_left {
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
}

td.undercell_left {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

td.undercell2_left {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}

td.undercell_right {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
/* ADDED FOR COMPATIBILITY WITH WHO'S CERTIFIED
---------------------------- */

.FormBorder
{
    BORDER-RIGHT: black 2px solid;
    BORDER-TOP: black 2px;
    BORDER-LEFT: black 2px solid;
    BORDER-BOTTOM: black 2px solid
}
.NoTab
{
    BORDER-BOTTOM: black 2px solid
}
.CurrentTab
{
    BORDER-RIGHT: black 2px solid;
    BORDER-TOP: black 2px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BORDER-LEFT: black 2px solid;
    COLOR: #800000;
    BORDER-BOTTOM: black 2px;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #eaeaea
}
.NotCurrentTab
{
    BORDER-RIGHT: black 2px solid;
    BORDER-TOP: black 2px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BORDER-LEFT: black 2px solid;
    COLOR: #800000;
    BORDER-BOTTOM: black 2px solid;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR: #cccccc
}
.FormBorder
{
    BORDER-RIGHT: black 2px solid;
    BORDER-TOP: black 2px;
    BORDER-LEFT: black 2px solid;
    BORDER-BOTTOM: black 2px solid
}
.NotCurrentTabHL
{
    BORDER-RIGHT: black 2px solid;
    BORDER-TOP: black 2px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BORDER-LEFT: black 2px solid;
    CURSOR: hand;
    COLOR: #cccccc;
    BORDER-BOTTOM: black 2px solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #800000
}
.SearchLimit
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: red;
    FONT-FAMILY: Arial
}
.LegalText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial
}
