/**********************************************************************************
 *                                                                                *
 *     IRVINEPHARMA.COM Cascading Style Sheet                                     *
 *     Ronald Phan / Geoffrey Roberts                                             *
 *     December 16, 2008                                                          *
 *                                                                                *
 **********************************************************************************/


/**********************************************************************************
 * Main Navigation Drop-Down Menus                                                *
 * Smooth Navigational Menu                                                       *
 * (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)                    *
 * This notice MUST stay intact for legal use                                     *
 * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code       *
 * NOTE: Modified by Ronald Phan & Geoffrey Roberts December 16, 2008             *
 **********************************************************************************/

.ddsmoothmenu{
font: bold 12px Verdana;
background: #6aadde;
/* width: 750px; */
width: 765px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #6aadde; /*background of menu items (default state)*/
color: white;
padding: 5px 5px;
color: #2d2b2b;
text-decoration: none;
font-family: Century Gothic, Arial;
font-size: 10pt;
font-weight: normal;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
margin-top: -3px;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
margin-top:0px;
top: 0;
}

.ddsmoothmenu ul li ul li a.dropdownClass1{
font: normal 10px Arial;
width: 135px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
/* background-color: #000000; */
background-color: #0D5CAB; /* copied from class .nav below per katee 12/09/09 */
opacity: 0.8;
filter: alpha(opacity=80);
}

.ddsmoothmenu ul li ul li a.dropdownClass2{
font: normal 10px Arial;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
/* background-color: #000000; */
background-color: #0D5CAB; /* copied from class .nav below per katee 12/09/09 */
opacity: 0.8;
filter: alpha(opacity=80);
}

.ddsmoothmenu ul li ul li a.dropdownClass2a{
font: normal 10px Arial;
width: 190px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
/* background-color: #000000; */
background-color: #0D5CAB; /* copied from class .nav below per katee 12/09/09 */
opacity: 0.8;
filter: alpha(opacity=80);
}

.ddsmoothmenu ul li ul li a.dropdownClass3{
font: normal 10px Arial;
width: 145px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
/* background-color: #000000; */
background-color: #0D5CAB; /* copied from class .nav below per katee 12/09/09 */
opacity: 0.8;
filter: alpha(opacity=80);
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
/*right: 30px;*/
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
filter: alpha(opacity=80);
}

body>#bigBody #newLineDiv
{
	clear: left;
}

/********************* END NAVIGATION MENU STYLE DECLARTIONS **********************/

/**********************************************************************************
 *     OTHER SITE STYLE DECLARATIONS                                              *
 **********************************************************************************/

body {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	}
	
a.siteMapLink:link, a.siteMapLink:visited
{
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #179B66;
	font-style: normal;
	text-decoration: underline;	
}

a.siteMapLink:hover
{
    font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #858585;
	font-style: normal;
	text-decoration: underline;
}

a.normalLink:link, a.normalLink:visited
{
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	/*color: #179B66;*/
	color: #858585;
	font-style: italic;
	/*text-decoration: underline;*/	
	text-decoration: none;
}

a.normalLink:hover
{
    font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	/*color: #179B66;*/
	color: #0D5CAB;
	/*font-style: italic;*/
	/*text-decoration: underline;*/
	text-decoration: none;
}

A.InstantLinkNav:link, A.InstantLinkNav:visited  {
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	line-height: 2.5em;
	
}

A.InstantLinkNav:hover {
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #858585;
	text-decoration: none;
	padding-left: 20px;
	line-height: 2.5em;
}

A.InstantLinkNavOn:link, A.InstantLinkNavOn:visited  {
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #858585;
	text-decoration: none;
	padding-left: 20px;
	line-height: 2.5em;
}

A.InstantLinkCareers:link, A.InstantLinkCareers:visited   {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #858585;
	text-decoration: underline;
}

A.InstantLinkCareers:hover {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #179B66;
	text-decoration: underline;
}

A.InstantLinkBlue:link, A.InstantLinkBlue:visited  {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #0D5CAB;
	text-decoration: underline;
	padding-left: 20px;
	
}

A.InstantLinkBlueAvrio:link, A.InstantLinkBlueAvrio:visited  {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #0D5CAB;
	text-decoration: underline;
	
}

A.InstantLinkBlue:hover {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #858585;
	text-decoration: underline;
	padding-left: 20px;
}

A.InstantLinkBlueAvrio:hover {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #858585;
	text-decoration: underline;
}

.submitButton {
	background-color: #0D5CAB; 
	font-family: "Century Gothic", Arial;
	font-weight: bold;
	font-size: 12px; 
	color: white;
}

.nav {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #0D5CAB;
}

.PageTitle {
	font-family: "Century Gothic", Arial;
	font-size: 17px;
	font-weight: bolder;
	color: #0D5CAB;
	padding-left: 15px;	
}

.PageTitle1 {
	font-family: "Century Gothic", Arial;
	font-size: 17px;
	font-weight: bolder;
	color: #0D5CAB;	
}

h3, h4
{
	margin:0;
}

.uspTitleHeader
{
	margin:0;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #179B66;
}

.subTitle {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #179B66;
	padding-left: 15px;
}

.subTitle2 {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #179B66;
}

.location {
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #179B66;
}

.content {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #858585;
	padding-left: 15px;
}

.content2 {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #858585;
}

.content3
{
    font-family: "Century Gothic" , Arial;
    font-size: 11px;
    font-weight: bold;
    color: #858585;
    font-style: italic;
}
    

ul.listClass {
	list-style-image: url(images/circle.gif);
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #858585;
	margin-left:33px;
	padding: 0;
}

.directions {
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-weight: bold;
	color: #858585;
	/* border-bottom-style: solid; 
	border-bottom-color: #858585; 
	border-bottom-width: 1px; */
}

.directionFrom {
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-weight: bold;
	color: #858585;
}

.blue {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0D5CAB;
}

.green {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #179B66;
	font-style: italic;
}

.forms {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #858585;
	border-bottom-style: solid; 
	border-bottom-color: #858585; 
	border-bottom-width: 1px; 
}

.FormContent {
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	font-weight: bold;
	color: #858585;
}

.grayBack {
	background-color: #E7E7E8;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #858585;
	padding-left: 10px;
	padding-right: 15px;
}

h4.sitemapHeaders
{
	color:gray;
	font-size: 14px;
}

td.spaceOnSide
{
	padding-left: 20px;
}

td.firstSentence
{
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #179B66;
	padding-left: 15px;	
}

#exID, #mycoID, #resolID, #impID
{
	list-style-image: url(images/circle.gif);
	font-family: "Century Gothic", Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0;
	font-style: normal;
}

ul.industryUpdateNav
{
	list-style-image: url(images/circle.gif);
	font-family: "Century Gothic", Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left:40px;
	margin-right: 10px;
	padding: 0;
}
.content_tbl
{
    padding: 5px;
    font-family: "Century Gothic" , Arial;
    font-size: 12px;
    font-weight: bold;
    color: #858585;
    border: solid 1px;
    text-align: center;
    border-collapse: collapse;
    margin: 20px;
}

/********************* END IRVINEPHARMA.COM CSS ***********************************/