﻿body
{
	margin: 0;
	padding: 0;	
	background-color: #CCCCCC;
	background-image: url('/images/global/background.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	font: normal normal normal 0.75em/1.5em Arial, sans-serif;
	color: #474747; 
}

img 
{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

/* heading styles */

h1, h2, h3, h4, h5, h6 
{
	line-height: normal;
	font-weight: normal;
}

h1, h2.section_title
{
	margin: 0.75em 0 0.75em 0;
	font-size: 200%;
	color: #CC0000;
}

h2 
{
	margin: 0;
	font-size: 150%;
}

h2.gray 
{
	color: #474747;
}

h3 
{
	margin: 0;
	font-size: 125%;
}

h4 
{
	margin: 0;
	font-size: 100%;
}

/* end heading styles */

p 
{
	margin: 0 0 1.5em 0;
}

a 
{
	color: #CC0000;
}

.float_left,
.float_Left
{
	float: left;	
}

.float_right,
.float_Right 
{
	float: right;
}

.display_none
{	
	display: none;
}

.red 
{
	color: #CC0000;
}

.underline 
{
	text-decoration: underline;
}

.message 
{
	color: #CC0000;
	font-weight: bold;
}

ol li 
{
	margin-bottom: 1em;
}

ol.no_margin_bottom li 
{
	margin-bottom: 0;
}

div.pf_button 
{
	padding-top: 1em;
}

/* error styles for validation */

.error,
input.error,
select.error
{
	border: solid 1px #CC0000;
	background-color: #F5EAEA;
}

label.error 
{
	color: #CC0000;
	font-weight: bold;
}

/* end error styles for validation */


/* 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: 1px;
}

/* end clearfix */

/* content area */

div#content_wrapper 
{
	width: 974px;
	margin: 0 auto 0 auto;
	background-image: url('/images/global/content-background-repeater.png');
	background-position: left top;
	background-repeat: repeat-y;
}

div#content
{
	width: 974px;
	margin: 0 auto 0 auto;
	background-image: url('/images/global/content-background.png');
	background-position: left top;
	background-repeat: no-repeat;
}

div.white_background 
{
	background-image: url('/images/global/white-background.gif');
	background-position: center top;
	background-repeat: repeat-y;
}

/* class for standard padding for content underneath of headings */
.standard_padding 
{
	padding-left: 12px;
}

/* end content area */

/* header */

div#header 
{
	width: 974px;
	height: 112px;
	margin: 0 auto 0 auto;
	position: relative;
}

div#header img#bfl_logo 
{
	width: 90px;
	height: 106px;
	position: absolute;
	left: 28px;
	top: 6px;
}

div#header img#bfl_heading 
{
	width: 176px;
	height: 44px;
	position: absolute;
	left: 132px;
	top: 34px;
}

div#header img#abbott_signature 
{
	width: 100px;
	height: 28px;
	position: absolute;
	left: 840px;
	top: 17px;	
}

div#header div#message_container 
{
	width: 250px;
	height: 55px;
	position: absolute;
	left: 526px;
	top: 8px;	
	overflow: hidden;
	text-align: right;
}

div#header div#message_container,
div#header div#message_container a 
{
	color: #FFFFFF;
}

div#header div#message_container a:hover 
{
	text-decoration: underline;
}

div#header ul#tabs 
{
	margin: 0;
	padding: 0;
	width: 842px;
	position: absolute;
	left: 132px;
	bottom: 0;
	list-style-type: none;
	font-family: Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: normal;
	text-transform: uppercase;
}

div#header ul#tabs li 
{
	float: left;
	display: block;
	margin-right: 2px;
	overflow: hidden;
	background-color: transparent;
}

div#header ul#tabs li a 
{
	float: left;
	display: block;
	padding: 4px 12px 4px 12px;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

div#header ul#tabs li a.active 
{
	background-color: #CC0000;
	color: #FFFFFF;
}

div#subnav 
{	
	width: 940px;
	margin: 0 auto 0 auto;
	background-image: url('/images/global/subnav-background-repeater.png');
	background-position: left top;
	background-repeat: repeat-y;
}

div#subnav div#subnav_top 
{
	width: 940px;
	background-image: url('/images/global/subnav-background-top.png');
	background-position: left top;
	background-repeat: no-repeat;
}

div#subnav div#subnav_bottom 
{
	width: 940px;
	background-image: url('/images/global/subnav-background-bottom.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#subnav div#subnav_bottom ul#subnav_links 
{
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px 0px 0px 117px;
	list-style-type: none;
	font-size: 1em;
}

div#subnav div#subnav_bottom ul#subnav_links li 
{
	float: left;
	display: block;
	padding: 9px 9px 9px 0px;
}

div#subnav div#subnav_bottom ul#subnav_links li a 
{
	color: #FFFFFF;
	text-decoration: underline;
}

div#search_container 
{
	float: right;
	width: 156px;
	padding: 8px 17px 8px 0px;
}

div#search_container div.search_box_wrapper 
{
	padding: 4px;
	background-color: #FFFFFF;
	
}

div#search_container div.search_box_wrapper .search_button 
{
	float: right;
}

div#search_container div.search_box_wrapper .search_text
{	
	float: left;
	width: 120px;
	border-width: 0;
	height: 1em;
	line-height: 1em;
}


/* end header */

/* footer */

div#footer 
{
	width: 942px;
	margin: 0 auto 0 auto;
	padding: 60px 16px 25px 16px;
	background-color: #CCCCCC;
	background-image: url('/images/global/footer-background.png');
	background-position: left top;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 0.83em;
	text-align: left;
}

div#footer p 
{
	margin: 0;
	padding: 0;
}

div#footer ul#footer_links 
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

div#footer ul#footer_links li 
{
	display: inline;
	margin: 0px 4px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #333333;
}

div#footer ul#footer_links li.right 
{
	border-right: 0;
	padding-right: 0;
}

div#footer ul#footer_links li a 
{
	color: #333333;
	text-decoration: none;
}

div#footer ul#footer_links li a:hover 
{
	text-decoration: underline;
}

/* end footer */

/* main content area */

div#left_pane 
{
	float: left;
	width: 598px;
	padding: 0px 40px 0px 42px;
}

div#main_content_area
{
	width: 598px;
	text-align: left;
}


/* end main content area */

/* breadcrumbs */

div#breadcrumbs 
{
	width: 588px;
	margin: 25px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
	border-top: dotted 1px #000000;
	border-bottom: dotted 1px #000000;
	color: #474747;
	line-height: 1em;
	text-align: right;
}

div#breadcrumbs a 
{
	color: #CC0000;
	text-decoration: none;
}

div#breadcrumbs a.active 
{
	color: #474747;
}

div#breadcrumbs a:hover 
{
	text-decoration: underline;
}

/* end breadcrumbs */

/* bottom boxes/callouts */

div#callouts 
{
	width: 936px;
	margin: 0 auto 0 auto;	
	padding: 40px 19px 0px 19px;
}

div#callouts div.callout 
{
	float: left;
	width: 200px;	
	padding: 0px 17px 0px 17px;
	background-image: url('/images/global/callout-background-repeater.png');
	background-position: center top;
	background-repeat: repeat-y;	
}

div#callouts div.callout div.callout_top 
{
	background-image: url('/images/global/callout-background-top.png');
	background-position: center top;
	background-repeat: no-repeat;	
}

div#callouts div.callout div.callout_content 
{
	height: 118px;
	background-image: url('/images/global/callout-background-bottom.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;	
	overflow: hidden;
}

div#callouts div.callout div.callout_content img 
{
	display: inline;
}


/* end bottom boxes callouts */

/* right pane */

div#right_pane 
{
	float: right;
	width: 256px;
	padding: 8px 34px 0px 4px;	
}

/* end right pane */

/* common paging links */

ul#paging 
{
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

ul#paging li 
{
	float: left;	
	margin-right: 6px;
	display: block;
	padding: 6px;
	border: solid 1px #CC0000;
	line-height: 1em;
	text-decoration: none;
	cursor: pointer;
}

ul#paging li.hidden 
{
	display: none;
}

ul#paging li.current,
ul#paging li.hover 
{
	background-color: #FFD9D9;
}

ul#paging li.last_button 
{
	margin-right: 0px;
}

/* end common paging links */

/* sitemap */

div.sitemap_column 
{
	float: left;
	width: 200px;
	padding-right: 30px;
}

ul.sitemap 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sitemap li 
{
	padding-bottom: 20px;
}

ul.sitemap ul 
{
	list-style-type: none;
	margin: 0;
	padding-left: 30px;
}

ul.sitemap ul li 
{
	padding-bottom: 0;
}

/* end sitemap */

/* print and share */

ul#print_and_share 
{
	list-style-type: none;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

ul#print_and_share li 
{
	margin-bottom: 6px;
	background-position: left center;
	background-repeat: no-repeat;
}

ul#print_and_share li#print 
{
	background-image: url('/images/global/print-icon.png');
}

ul#print_and_share li#share 
{
	background-image: url('/images/global/share-icon.png');
}

ul#print_and_share li a 
{
	padding-left: 25px;
	font-size: 83%;
	line-height: 15px;
	text-decoration: none;
}

/* end print and share */
