html {
	font-size: 100%;
}

body {
	font: 62.5%/1.25 Arial, sans-serif;
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Main typography */

#main h2 {
	color: #06c;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#main h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.2em 0 0;
}

#main p {
	margin: 0 0 1.2em;
}

#main ul {
	margin: 1.2em 0;
}

	#main ul li {
		list-style-image: url('../images/leftnav_arrow_green02.gif');
		margin: 0.5em 0 0.5em 1.25em;
	}

	
	
	
#main a {
	text-decoration: underline;
}


#page {
	font-size: 1.2em;
}

	#page-header {
	}
	
		#abbott-logo {
		}
		
			#abbott-logo a {
				background: transparent url('../images/symbol/Abt_Sym_Blue3.gif') left top no-repeat;
			}
		
		#page-title {
			
		}
		
		#signature {
		}
		
			#signature a {
				background: transparent url('../images/signature/Abt_wBL_2C_Blue3.gif') left top no-repeat;
			}
	
		#support-navigation {
			color: #999;
		}
		
			#support-navigation a {
				color: #999;
				font-size: 0.9em;
				font-weight: bold;
			}
		
		#horizontal-navigation {
			background: #06c;
			color: #fff;
		}
		
			#horizontal-navigation ul {
			}
			
				#horizontal-navigation ul li {
				}
				
					#horizontal-navigation ul li a {
						/*removed to take away border for slogan
						border-right: 1px solid #fff;*/
						color: #fff;
						font-style: italic;
					}
					
			#horizontal-navigation #utility-buttons a {
				color: #fff;
			}

	#page-body {
	}
	
		#primary-sidebar {
		}
		
			#search-box {
			}
			
				#search-box .search-input {
				}
				
				#search-box .search-submit {
				}
			
			#language-selector {
			}
			
			
			/* === PRIMARY-NAVIGATION === */

			#primary-navigation {
				border: 1px solid #06c;
				border-width: 1px 0;
				font-size: 0.9em;
			}

				/* First-level (always visible) */

				#primary-navigation ul {
				}

					#primary-navigation ul li {
					}
					
						#primary-navigation ul li a {
							color: #666;
							font-weight: bold;
						}
						
					#primary-navigation ul li.highlighted a {
						color: #06c;
					}

						#primary-navigation ul li a.selected {
							background: transparent url('../images/arrow/leftnav_arrow_blue03.gif') left 0.67em no-repeat;
							color: #06c;
						}

						/* Secondary-level (visible if class="highlighted") */

						#primary-navigation ul li ul {
						}
						
						#primary-navigation ul li  ul.highlighted {
						}
						
							#primary-navigation ul li.highlighted ul a {
								color: #06c;
								font-weight: normal;
							}

							#primary-navigation ul li ul li {
							}

								#primary-navigation ul li ul li a {
									font-weight: normal;
								}

								#primary-navigation ul li ul li a.selected {
								}


			#site-locator {
				color: #666;
				font-size: 0.9em;
				font-weight: bold;
			}
			
				#site-locator a {
					color: #666;
				}
	
				#site-locator table {
					border: 2px solid #060;
				}
				 
				#site-locator span.header {
					color: #060;
					font-size: 1.6em;
				}

			#left-pane-content {
				margin-top: 35px;
			}
			
		#content {
		}
		
			#breadcrumbs {
				color: #999;
				font-size: 1.9em;
				font-weight: bold;
			}
			
				#breadcrumbs a {
					color: #999;
				}
			
			#main {
			}
			
	#page-footer {
		color: #999;
		font-size: 0.9em;
		font-weight: bold;
		text-align: center;
	}
	
		#page-footer a {
			color: #999;
		}
	
		#page-footer p {
			margin: 0 0 1.2em;
		}