@import url(content.css); 


body {
  background-color:#FFFFFF;
  color:#000000;
  margin:0;
  padding:0;
}

.hidestyle {display: none;}
.showstyle {}

/************************************************
 * HEADER AREA
 ************************************************/
#header {
}

#namingArea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;   
   width:523px;
    margin-right:25px;
   
    background:#FFFFFF;
    height:70px;
    float:left;
    clear:left;
	position:relative;
	line-height:2em;
}

#logoArea {
	padding-top:11px;
    height:59px;
    _height:70px;
    float:left;
}

#breadcrumbs {
	padding-left:55px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#5A5A5A;
	text-decoration:none;
	text-align:right;
}
#breadcrumbs a {
	text-decoration:none;
	color:#5A5A5A;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#3C3C3C;
}

/************************************************
 * MAIN NAVIGATION
 ************************************************/
#mainNav {
    height:18px;
    clear:none;
    float:left;	    
    background:#9C9E9C;		
    width:780;	
    font-weight:bold;
    margin-bottom:1px;
}

.mainNavItem, .mainNavItemActive, .mainNavItemOrangeActive {
	height:18px;
	color:#FFFFFF;
	font-size:11px;	
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	clear:none;		
}

.mainNavItemOrangeActive {
    background:#FF6600;		
}

.mainNavItem a, .mainNavItemActive a, .mainNavItemOrangeActive a {	
	text-decoration:none;
	color:#FFFFFF;
	background:#9C9E9C;
	border-right:1px solid white;	
	padding:2 8 2 8 ;  /*top right bottom left */
	float:left;
	clear:none;

}
.mainNavItem a:hover, .mainNavItemActive a:hover {
	color:#6B696B;
	background:#D6D7D6;
	float:left;
	clear:none;	
}

.mainNavItemActive a {
    background:#0061CE;
}

.mainNavItemOrangeActive a {
    background:#FF6600;		
}

.homeNavItem a, .homeNavItem a:hover {
   font-size:12px;
   line-height:14px;
   font-weight:normal;
   padding-left:24px;
   
}
.homeNavItem a,.homeNavItem a:hover {
   width:138px;
   _width:171px;
}

/************************************************
 * SUB NAVIGATION (LEFT SIDE NAVIGATION)
 ************************************************/

.subNavItem1, .subNavItemActive1, .subNavItem2, .subNavItemActive2,
.subNavItemOrange1, .subNavItemActiveOrange1, .subNavItemOrange2, .subNavItemActiveOrange2 {
  font-weight:bold;
  color:#6B696B;    
  background:#BDE7FF;    
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom:1px;
  margin-right:0px;
  _margin-right:1px;  
  width:170px;
}
.subNavItemOrange1, .subNavItemActiveOrange1, .subNavItemOrange2, .subNavItemActiveOrange2 {
  background-color:#FFD990;
}

.subNavItem1 a, .subNavItemActive1 a,
.subNavItemOrange1 a, .subNavItemActiveOrange1 a { 
  background:#BDE7FF;    
  width:146px;
  _width:170px;
  margin-bottom:1px;
  color:#6B696B; 
  text-decoration:none;  
  padding-left:24px;
  float:left;
}
.subNavItemOrange1 a, .subNavItemActiveOrange1 a { 
  background-color:#FFD990;
}

.subNavItem1 a:hover {
  background: url(../img/bg_subnav.gif) repeat-y 0 0; 
}
.subNavItemOrange1 a:hover {
  background: url(../img/bg_subnav_orange.gif) repeat-y 0 0; 
}

.subNavItemActive1, .subNavItemActive1 a {
  background:#0061CE;
  color:white;
  background: url(../img/bg_subnav_active.gif) repeat-y 0 0; 
}
.subNavItemActiveOrange1, .subNavItemActiveOrange1 a {
  background:#FF6600;
  color:white;
  background: url(../img/bg_subnav_active_orange.gif) repeat-y 0 0; 
}

.subNavItem2, .subNavItemActive2 {
  background:#DCF2FF; 
}
.subNavItem2 a, .subNavItemActive2 a { 
  color:#696B68; 
  text-decoration:none;  
  padding-left:34px;
}
.subNavItem2 a:hover {
  background: url(../img/bg_subnav2.gif) repeat-y 0 0; 
}

.subNavItemActive2, .subNavItemActive2 a {
  background:#0061CE;
  color:#0066CC;
  background: url(../img/bg_subnav2_active.gif) repeat-y 0 0; 
}

.noweight {
  font-weight:normal;
}

/************************************************
 * BAYER LINKS (BELOW LEFT SIDE NAVIGATION)
 ************************************************/

#bayerLinksHeader {
  padding-left:24px;    
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;  
  font-weight:bold;
  color:white;  
  height:18px;
  background-color:#9C9E9C;
  width:146px;
   _width:170px;
  clear:both;
}

#bayerLinks,#breadcrumbsLeft {
	padding-left:24px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#5A5A5A;
	text-decoration:none;
}
#bayerLinks {
  padding-top:2px;
}
#bayerLinks a,#breadcrumbsLeft a {
	text-decoration:none;
	color:#5A5A5A;
}
#bayerLinks a:hover, #breadcrumbsLeft a:hover {
	text-decoration:none;
	color:#3C3C3C;
}

.bayerLinksItem, .bayerLinksItem a, .bayerLinksItem a:hover {
  font-size:11px;
  line-height:15px;
}
