/*
blue: 003d8a
background: #efefef

biosimilar text orange: c35f23
*/
body{
	background-color: #efefef;
	marging:0;
}

h1 {
	font-size:1.8em;
	color:#003d8a;
	line-height: 20px;
}

A:hover
{
	text-decoration: none;
	color: #F26430;
}

.txtmandate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.txtbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.txtpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
}
a {
	color: #00345E;
	text-decoration: underline;
}
.shadow {
	border-bottom-width: 4px;
	border-bottom-style: ridge;
}
.imageborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #5C8EB3;
	border-right-color: #5C8EB3;
	border-bottom-color: #FFFFFF;
	border-left-color: #5C8EB3;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #999999;
	padding-left: 15px;
}
.heading {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 20px;
	font-weight: lighter;
	color: #F26430;
}
.subheading {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 20px;
	font-weight: bold;
	color: #F26430;
}

.textborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #6FA6CD;
	border-left-color: #CCCCCC;
}

.txtsmallbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: lighter;
	color: #666666;
	padding:3px;
	text-align:left;
}

.txtsmallbodyblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: lighter;
	color: #ccc;
	padding:3px;
	text-align:justify;
}

.bullets {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/common/bullet.gif);
}

/* left menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 20px 5px 20px;
padding-left: 0;

width: 200px;
border-bottom-width: 0;
}

.glossymenu li a{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
color: #f26430;
}

/* table */
.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}

#bgi-table #bgi-table-th
{
	background: #EFEFEF;
	border-bottom: 1px solid #d6dfff;
	border-top: 1px solid #d6dfff;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}

#bgi-table #bgi-table-td
{
}
#content img{   
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
}

.strong{
	font-weight: bold;
}

#response{
	display: none;
	border: 1px solid #ccc;
	padding-left: 50px;
	width: 800px;
	color: #f26430;
	height: 25px;
}

#content .mailformleft{
	font-weight: bold;
	width: 200px;
	text-align:right;
}

#content .mailformright{
	width: 450px;
}

#content .input-text{
border:1px solid #3b6e22;
color:#666666;
}

.input {
    border: 1px solid #006;
    background: #efefef;
	width: 200px;
}
.input:hover {
    border: 1px solid #F26430;
    background: white;
}
.submitbutton {
    border: 1px solid #006;
    background: #003d8a;
	color:white;
	font-weight: bold;
	
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }

#content .rightbartitle{
	color: #F26430;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 23px;
}

.leftbartitle{
	color: white;
	font-weight: bold;
	font-size: 1.7em;
	padding-top:10px;
	text-align:center;
}

.leftbarlink{
	color: #ccc;
}

.leftbar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: lighter;
	color: #ccc;
	padding:15px;
	text-align:left;
}
.searchGO{
	color: white;
	font-weight: bold;
	font-size: 1em;
	padding-top:10px;
	text-decoration:none;
}
 
.wwd_page_menu{
	cursor: hand; 
	cursor: pointer;
}
/*
horizontal menu
*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;

/*background-color: #F3F3F3; */
/*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 90px; */
/*Width of top level menu link items*/
padding: 10px 10px;
border-right: 1px solid white;
border-left-width: 0;
text-decoration: none;
color: white;
font-weight:bold;
background-color:#003d8a;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
color: white;
background-color:#003d8a;
}

.suckertreemenu ul li a:hover{
color: #f26430;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(images/common/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(images/common/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */




.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}

#sitemap a {
	text-decoration: none;
	font-size:14px;
}

.leftBarAddInfo {
color:#003d8a;
padding:15px;
font-size:0.8em;
font-weight:bold;
background-color:#ccc;
border-left:solid 1px #003d8a;
border-right:solid 1px #003d8a;
font-family: Arial, Helvetica, sans-serif;
}
.img-caption{
font-size:7px;
line-height: 9px;	
padding-top:5px;
}



#thankyoutext {
	color: #f26430;
}
#Timothy-Riley-bio-short{
	cursor: pointer;
}
#Timothy-Riley-bio-long{
	display: none;	
}
#Pat-bio-long{
	display: none;	
}

