/* CSS Document */
a {	font-family:Century Gothic, Arial, sans-serif;
	font-weight:normal; 
	text-decoration:none;
	color:#3A3B7C; 
	font-size:10pt; }

blockquote {	font-family:Century Gothic, Arial, sans-serif;
	font-weight:normal; 
	text-decoration:none;
	color:#3A3B7C; 
	font-size:8pt;padding: 0em; margin-top: 0em; margin-bottom: 0em; }
body  {font-family: Arial, Helvetica, sans-serif; font-size:12px;}
.rainbow{ behavior:url(rainbow.htc) } 
.style1 {font-family: Arial, Helvetica, sans-serif; font-size:12px;}
.style2 {color: #274f84; font-size: 16px; font-family: Arial, Helvetica, sans-serif;}
.style3 {color: #609090; font-family: Arial, Helvetica, sans-serif; font-size: 36px;}
.style4 {color: #FF6600; font-weight: bold; font-size: 14px;}
.style5 {font-family: "Arial Black"; font-size: 24px; color: #4b9316;}
.style6 {font-size: 14px; font-weight: bold;}
.style7 {font-size: 14px; font-weight: bold; color: #006633;}
.style8 {font-size: 14px; font-weight: bold; color: #542F37;}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #609090}
.style10 {color: #5B8244}
.style11 {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #3A3B7C;}
.style17 {color: #000000}
.style18 {font-size: 12px; font-style: italic;}
.style19 {font-family:Arial, helvetica, sans-serif;text-decoration:none;color:#3A3B7C;font-size:11pt;font-weight: bold;}
.style20 {color: #990033; font-weight: bold;}
.style21 {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #990033;}

hr {color: #993300;}

#parentDiv {
position: absolute; 
left: 50px; 
top: 450px; 
width: 400px; 
height: 100px; 
clip: rect(0,400,100,0); 
} 
#childDiv {
position: absolute;
}

td.top {text-align:center; vertical-align:top;}
td.background {background-image:url(images/green.jpg); background-repeat:no-repeat; background-position:center;}
td.background1 {background-image:url(images/woodboard1.jpg); background-repeat:no-repeat; background-position:center;}
td.background2 {background-image:url(images/contact0.jpg); background-repeat:no-repeat; background-position:center;}
td.background3 {background-image:url(images/buddha2.jpg); background-repeat:no-repeat; background-position:center;}
td.background4 {background-image:url(images/pinkflowers.jpg); background-repeat:no-repeat; background-position:center;}
td.background5 {background-image:url(images/sunflower.jpg); background-repeat:no-repeat; background-position:left;}
td.background6 {background-image:url(images/orchid.jpg); background-repeat:no-repeat; background-position:center;}
td.patient1 {text-align:justify; vertical-align:top; background-color:#D7AFD6; padding:1em;}
td.patient2 {text-align:justify; vertical-align:top; background-color:#F8DCB3; padding:1em;}
td.patient3 {text-align:justify; vertical-align:top; background-color:#97BBD6; padding:1em;}
td.patient4 {text-align:justify; vertical-align:top; background-color:#A7DAA7; padding:1em;}
td.patient5 {text-align:justify; vertical-align:top; background-color:#F4F5BD; padding:1em;}

/*Modify attributes of #contentwrapper below as desired used for the billboard in home page*/
#contentwrapper{
font: 18px Century Gothic, sans-serif;
width: 350px;
height: 60px;
padding: 5px;
margin-top: 100px;
margin-bottom:60px;
}
.billcontent{
width: 100%;
display:block;
}


/*This is for the research sub menu on all pages*/
#popitmenu{
position: absolute;
background-color: white;
border:1px solid #3A3B7C; 
font-family:"Century Gothic", Arial, sans-serif; 
color:#3A3B7C;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: #3A3B7C;
display: block;
}

#popitmenu a:hover{ /*hover background color*/

}


/*This style is for the discription box in reference library page  */

#dhtmltooltip{
position: absolute;
width: 300px;
border: 1px solid #3A3B7C;
padding: 2px;
background-color: #CCCCFF;
visibility: hidden;
z-index: 100;
font-family: Arial;
font-size:12px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/*This style is for the discription box in conditions treated page */

#fixedtipdiv{
position:absolute;
width:400px;
padding:2px;
border:1px solid #3A3B7C;
background-color: #FFFF99;
font:normal 12px Arial;
z-index:100;
}




