﻿/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* end clearfix */

img 
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

body
{
	margin: 0;
	padding: 19px 0px 0px 0px;
	width: 976px;
	background-color: #FFFFFF;
	color: #333333;
	font: normal normal normal 0.75em/1.25em Arial, sans-serif;
	text-align: justify;
}

h1 
{
	font-size: 150%;
}

h2 
{
	font-size: 125%;
}

a 
{
	color: #0066CC;
}

a:hover 
{
	text-decoration: underline;
}

ul.alpha 
{
	list-style-type:lower-latin;
}

li 
{
	margin-bottom: 1em;
}

.flash_container 
{
	display: block;
}

/* masthead */

#masthead 
{
	width: 976px;
	margin-bottom: 19px;
}

#masthead #abbott_symbol 
{
	margin-right: 31px;
	float: left;
}

#masthead #headline 
{
	float: left;
}

#masthead #signature 
{
	float: right;
	margin: 0px 36px 38px 0px;
}

/* end masthead */

/* page content */

#content 
{
	width: 800px;
	margin-left: 176px;	
	padding: 0;
}

#left
{
	float: left;
	width: 450px;
}

#left p 
{
	margin-top: 0.5em;
}

#map 
{
	margin-top: 35px;
	padding: 45px 0px 95px 25px;
	background-image: url('/images/map-background.gif');
	background-position:left top;
	background-repeat: no-repeat;
}

#map p 
{
	margin: 0;
	color: #6699CC;
}

#map select 
{
	width: 160px;
	margin-top: 8px;	
	border: solid 1px #9AADC5;
	font-size: 1em;
}

#flash 
{
	float: right;
	width: 350px;
	height: 520px;
}

#copy 
{
	float: left;
	width: 450px;
}

#copy p 
{
	margin: 1em 0 0 0;
	padding: 0;
}

#copy a 
{
	color: #86721A;
	display: block;
	float: left;
	cursor: pointer;

}

#copy #about_abbott 
{
	border-right: solid 1px #86721A;
	padding-right: 18px;
	margin-right: 18px;
}

#copy div.sliding_panel 
{
	width: 450px;
}

#copy div.hidden_panel 
{
	display: none;
} 

/* end page content */

/* footer */

#footer 
{
	float: left;
	width: 800px;
	padding: 18px 0px 10px 0px;	
	text-align: center;
	color: #999999;
}

#footer a 
{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover 
{
	text-decoration: underline;
}

#footer ul 
{	
	list-style-type: none;
	margin: 0 auto 0 auto;
	padding: 0;	
}

#footer ul li 
{	
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #999999;	
}

#footer #terms_link 
{
	border-right: 0;	
}

#footer #footer_text 
{
	text-align: justify;
}

/* end footer */ 

#terms, #privacy 
{
	text-align: justify;
}

/* popup */

#confirm_popup_container 
{
	display: none;
}

#confirm_popup 
{
	width: 636px;
	height: 406px;
	background-image: url('/images/popup-background.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#confirm_popup #content
{
	padding: 23px 0px 13px 92px;
	width: 443px;
	margin: 0;
}

#confirm_popup #content #close_button 
{
	display: block;
	margin-left: 505px;
	margin-bottom: 44px;
}

#confirm_popup #content p 
{
	margin: 0.5em 0 0.5em 0;
}

#confirm_popup #content h2 
{
	color: #A59233;
	font-size: 125%;
	margin: 1.5em 0 1em 0;
}

#confirm_popup #content #buttons
{
	width: 443px;
	text-align: center;
}

#confirm_popup #content #buttons a 
{
	display: inline-block;
	margin: 4px;
}

/* end popup */