body {
    margin: 0px auto;
    background-image: url(../images/celgene_bkg.jpg);
    background-color: #0c3278;
    background-repeat: repeat-y;
    background-position: center;
    text-align: center;
	overflow: -moz-scrollbars-vertical;
}
/*  Highest level div for all pages  */
#container {
	margin: 0 auto;
	width: 710px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	color: #666666;
	position: relative; }
.homepage {
	background-image: url(images/hm_bkg.gif);
	background-repeat: no-repeat;
	height: 800px; }

/*  Top area on Home page  */
#hmleft {
    margin: 10px 0px 15px 0px;
    width: 398px;
    float: left;
}
#hmright {
    margin: 10px 0px 15px 0px;
    width: 312px;
    float: right;
}
/*  Top area on all drill pages  */
#header {
    margin: 10px 0px 0px 0px;
    width: 710px;
}
#hdleft {
    margin: 0px 0px 0px 0px;
    width: 287px;
    float: left;
}
#hdright {
    margin: 0;
    width: 423px;
    float: right;
    text-align: right;
}
/*  Main Navigation */
#navwrapper {
    background-image: url(/images/nav_bkg.gif);
    margin: 0 0 20px;
    width: 710px;
    clear: both;
}
#navtop {
	font-size: 12px;
	font-family: arial, helvetica, geneva;
	font-weight: normal;
	background-color: #426bbb;
	width: 710px;
	height: 30px;
	clear: both;
	border-top: 1px solid #fff;
	/* border-bottom: 1px solid #fff; */
	display: block; }
#navtop a {
	color: #fff;
	font-weight: normal;
	background-image: none;
	text-decoration: none;
	display: block;
	padding: 6px 14px;
	border-right: 1px solid #fff; 
	border-bottom: 1px solid #fff;}
#navtop a:hover {
	color: #fff;
	background-color: #f60;
	}
#navtop a.selected {
	color: #fff;
	background-image: url(/images/nav_bkg.gif);
	border-bottom: 1px solid transparent; }
#navtop ul {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	display: block;
	}
#navtop li {
	background-image: none;
	float: left;
	margin: 0;
	padding: 0; }
#navtop li.navtopline {
	width: auto;
	border-bottom: 1px solid #fff; }

/*  Second Level Navigation */
#subnav {
	width: 710px;
	clear: left;
	padding-bottom: 4px;
	display: block; }
#subnav ul {
	background-image: url(/images/nav_bkg.gif);
	clear: left;
	margin: 0 0 0 10px;
	padding: 0 0 2px;
	display: table; }
#subnav li {
	float: left;
	display: block; }
#subnav li a 
{
	font-size: 11px;
	margin: 0 15px 0 0;
	padding: 6px 0 6px 10px;
	color: #e2f2fa;
	line-height: 12px;
	text-decoration: none;
	background: url(../images/sub_nav_unselected_arrow.gif) no-repeat left center;
	white-space: nowrap; }
#subnav a.selected {
    color: white;
    font-weight: bold;
    background: url("../images/sub_nav_selected_arrow.gif") no-repeat left center; 
}
#subnav li a:hover {
    text-decoration: underline;
}
/*  Callout area for the Home Page  */
#hmco {
    margin: 15px 0;
    width: 710px;
    height: 146px;
}
/*  Left side content area on 2 column layout  */
#callout {
    margin: 0px 20px 5px 0px;
    width: 170px;
    float: left;
    line-height: 16px;
}
#callout li {
    margin-right: 10px;
}
/*  Right side content area on 2 column layout  */
#content {
margin: 0 0 30px;
width: 520px;
overflow: hidden;
float: right; }
#content h2, #content p, #content li {
    margin-right: 25px;
}
/*  Content area for 1 column layout  */
#content2 {
    margin: 0px 50px 0px 50px;
    width: 610px;
}
/*  Area above Footer containing small text callouts  */
#smftr {
    clear: both;
    margin: 0px 0px 0px 0px;
    width: 710px;
    color: #666666;
    font-size: 10px;
    line-height: 16px;
    padding-top: 5px; 
    border-top-style: solid; 
    border-top-color: #999999; 
    border-top-width: 1px;
    padding-bottom: 5px;
}
#smftr p {
    margin: 0px 25px 0px 0px;
}
/*  Footer area on all Drill Pages  */
#footer {
    clear: both;
    margin: 0px 0px 0px 0px;
    width: 710px;
    padding-top: 5px; 
    border-top-style: solid; 
    border-top-color: #999999; 
    border-top-width: 1px;
    padding-bottom: 5px;
}
/*  Genereic Tags  */
ul {
    margin: 0px 0px 15px 15px;
    padding-left: 15px;
}
ol {
    margin: 0px 0px 15px 15px;
    padding-left: 15px;
}
li {
    margin: 5px 0px 0px 0px;
    padding-left: 3px;
}

h1 {
    margin: 0px 0px 15px 0px;
    color: #0c3d8d;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px; 
    border-bottom-style: solid; 
    border-bottom-color: #999999; 
    border-bottom-width: 1px;
}

h2 {
    margin: 0px 0px 15px 0px;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

h3 {
    margin: 0px 0px 5px 0px;
    color: #B3940E;
    font-weight: bold;
    font-size: 12px;
}

h4 {
    margin: 0px 0px 15px 0px;
    line-height: 18px;
    padding-bottom: 5px; 
    border-bottom-style: solid; 
    border-bottom-color: #999999; 
    border-bottom-width: 1px;
}

h5 {
    font-size: 12px;
    margin: 5px 0px 15px 0px;
    line-height: 10px;
    padding-bottom: 5px; 
    border-bottom-style: dashed; 
    border-bottom-color: #0c3d8d; 
    border-bottom-width: 1px;
}

p {
    margin: 0px 0px 15px 0px;
}

td {
    line-height: 18px;
    font-weight: normal;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    color: #666666;
    vertical-align: top;
}
.lst {
    margin: 0px 25px 5px 0px;
}
.small {
    font-size: 10px;
}
/*  Attributes for Celgene Global ListBox  */
.globalmenu {
    background-color:#e8eff7; 
    font-family: arial, helvetica, sans-serif;
    font-size: 9px;
    color: #003866;	
    width: con;
}
/*  Attributes for Content Area on Locations Pages  */
.locmenu {
    margin: 10px 0px 10px 0px;
    width: 150px; 
    font-size: 12px; 
    font-weight: bold;
}
.locleft {
    width: 170px; 
    float: left;
}
.locright {
    width: 440px; 
    float: right;
}
.locsp {
    margin: 0px 0px 5px 0px;
}
.locsp2 {
    margin: 0px 0px 10px 0px;
}
/*  Attributes for Fair and Balance Section  */
.fbwarn {
    margin: 0px 0px 15px 0px;
    color: #000000;
    width: 480px;
    padding: 6px; 
    border-style: solid; 
    border-color: #000000; 
    border-width: 1px;
}
.ind {
    margin: 0px 0px 15px 0px;
    color: #000000;
}
/*  Attributes for Left Callout Area  */
.contentleftbox {
	background-image: url(../images/sidebar_fade.gif);
	background-repeat: no-repeat;
	color: #000000;
	line-height: 16px;
	font-size: 11px;
	margin-bottom: 2px;
	padding: 10px 10px 10px 5px; }
/*  Spacing for Tertiary Navigation  */
.lev3 {
    margin: 0px 0px 5px 0px;
} 
/*  Default Link Attributes  */
A:link {
    color: #003866;
    text-decoration: underline;
}
A:visited {
    color: #003866;
    text-decoration: underline;
}
A:hover {
    color: #ff6600;
    text-decoration: underline;
}
/*  Attributes for Links in Top Utility Navigation  */
.topnav {
    color: #002776;
    font-size: 10px;
    vertical-align: middle;
}
A.topnav:link {
    text-decoration: none;
    color: #0c3d8d;
}
A.topnav:visited {
    text-decoration: none;
    color: #0c3d8d;
}
A.topnav:hover {
    text-decoration: underline;
    color: #0c3d8d;
}
/*  Attributes for Links in Bottom Utility Navigation  */
.util {
    font-size: 10px;
}
A.util:link {
    text-decoration: none;
    color: #666666;
}
A.util:visited {
    text-decoration: none;
    color: #666666;
}
A.util:hover {
    text-decoration: underline;
    color: #666666;
}
/*  Attributes for Links in Fair/Balance Section  */
A.fb:link {
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
}
A.fb:visited {
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
}
/*  Attributes for Links in Left Callout Area  */
A.colink:link {
    text-decoration: none;
    color: #0c3d8d;
    font-weight: bold;
    font-size: 11px;
}
A.colink:visited {
    text-decoration: none;
    color: #0c3d8d;
    font-weight: bold;
    font-size: 11px;
}
A.colink:hover {
    text-decoration: underline;
    color: #0c3d8d;
    font-weight: bold;
    font-size: 11px;
}

/*  Attributes for third Level Navigation in Drill Pages  */
A.tert:link {
    text-decoration: none;
    color: #ff6600;
    font-weight: bold;
    font-size: 12px;
}
A.tert:visited {
    text-decoration: none;
    color: #ff6600;
    font-weight: bold;
    font-size: 12px;
}
A.tert:hover {
    text-decoration: underline;
    color: #ff6600;    
    font-weight: bold;
    font-size: 12px;
}
.tertsel {
    color: #293d6e;    
    font-weight: bold;
    font-size: 12px;
}
/*  Default sizes for Trademark characters  */
.tmsm {
    font-size: 10px;
}
.tm {
    font-size: 11px;
}
.tmsub {
    font-size: 12px;
}
/*  Margins for Site Map Page  */
.sm0 {
    margin: 0px 0px 8px 0px;
}
.sm1 {
    margin: 0px 0px 8px 20px;
}
.sm2 {
    margin: 0px 0px 8px 40px;
}
.sm3 {
    margin: 0px 0px 8px 60px;
}

/*  Attributes Homealert  */

#homealertwrapper {
	color: white;
	background-color: #a82b17;
	background-image: url(/images/c-tl.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 158px;
	left: 380px;
	width: 326px;
	height: 126px; }
*html #homealertwrapper {
	top: 134px;
}
#homealert {
	line-height: 14px;
	margin: 12px; }
#homealert h1 {
	color: #fff;
	 }

#homealert a {
	color: #ffd500; }

.ctr, .cbl, .cbr {
  position : absolute;
  width : 20px;
  height : 20px;  /* corner images are 20x20 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}
.ctr {
  background : transparent url(/images/c-tr.png) no-repeat;
  top : 0;
  right : 0;
}
.cbl {
  background : transparent url(/images/c-bl.png) no-repeat;
  bottom : 0;
  left : 0;
}
.cbr {
  background : transparent url(/images/c-br.png) no-repeat;
  right : 0;
  bottom : 0;
}
