﻿body, html {
	margin: 0px;
	font-size: 88%;
	font-family: Arial, Helvetica, sans-serif;
	/* letter-spacing:.02px; */
	width: 960px;
}





.clearfix:after 
{
    content: ""; 
    display: block; 
    height: 1%; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

p {
	margin: 4px 0px 8px;
	padding: 0px 0px 0px 1px;
}

/* ID Elements */

#LeftNav 
{
    float: left;
    width: 220px;  
    margin-top: 0;
    padding-top: 1.5em;
    height: auto;
}

#LeftNav a, #LandingContent a
{
      color: #0066cc;
      font-weight: bold;
      text-decoration: none;
}

#LeftNav a.selected
{
    color: Black;    
}

#LeftNav li, #LandingContent li
{
    list-style-type: none;
}

#LeftNav li.language
{
    color: #0066cc;    
}

#LeftNav li.language.selected
{
    list-style-image: url(/static/images/leftnav_arrow_blue.gif);
}

#LeftNav li.country, #LandingContent li.country
{
    text-transform:capitalize;
    padding: 2px 0;    
}

#LeftNav li.country img, #LandingContent li.country img
{
    vertical-align: middle; 
    margin-right: 5px;
    display: inline;
}

#LeftNav li.language, #LandingContent li.language
{
    text-transform: none;
}


#MainContent
{
    position: relative;
    height: 1%;
    margin-left: 240px;
    margin-top: 10px;
    width: 680px;
}

#LeftNav #abbott_link
{
    margin: 6px 0px 0px 16px;
}

/* common elements */

.blue_line
{
    margin-top: 6px;
    width: 146px;
    border-bottom: solid 1px #0066CC;
}

/* end commen elements */

/* footer control */

.footer
{
    color:#999999;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    text-align:center;
    
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 25px; 
    margin-top: 25px;
}

.footer a:link, .footer a:visited
{
    color: #999999;
    text-decoration: none;
}

.footer a:hover, .footer a:active
{
    text-decoration: underline;
}

/* end footer */

/* header control */

.header
{
    color: #0066CC;
    position: relative;
    margin-top: 19px;
}

.header .left_img
{
    float: left;
    width: 220px;
}

.header .right_content
{
    float: left;
    width: 700px;
    margin-left: 10px;
    padding-bottom: 40px;
}

.header .title 
{
    font-size: 3em;
    margin-top: 10px;
    font-weight: bold;
    
}

.header .title a
{
    color: #0066CC;
    text-decoration: none;    
}

.header .sub_title
{
    font-weight: bold;
    margin-top: 4px;
}

.header .blue_bar
{
    background-color: #0066CC;
    color: #FFFFFF;
    text-align: right;
    padding: 5px 0px 4px;
    width: 700px;
    /* margin: 17px 0px 0px 0px; */
    position: absolute;
    bottom: 0;
}

.header .blue_bar a:link, .header .blue_bar a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.header .blue_bar a:hover, .header .blue_bar a:active
{
    color: #FFFFFF;
    text-decoration: underline;
}

.header .blue_bar img
{
    vertical-align: middle;
    border-width: 0px;
}

.header .top_right
{
    position: absolute;
    top: 0;
    right: 0;
}

#printer_controls
{
    color: #999999;
    display: none;
    margin-top: 10px;
}

#printer_controls a:link, #printer_controls a:visited
{
    color: #999999;
    text-decoration: none;
}

#printer_controls a:hover, #printer_controls a:active
{
    color: #999999;
    text-decoration: underline;
}


/* end header */

/* anchor links */

.anchor_links_container
{
    margin-top: 10px;
}

#anchor_links
{
    display: inline;
    margin: 0;
    padding: 0;
}

#anchor_links li
{
    display: inline;
    padding-right: 8px;
}

#anchor_links a:link, #anchor_links a:visited, #anchor_links a:active, #anchor_links a:hover 
{
    color: #0066CC;
    text-decoration: underline;
    font-weight: bold;
}

/* end anchor links */

/* country columns */
.countryColumn
{
    width: 24%;
    float: left;    
}

#AffectedCountries
{
    margin-top: 10px;
    margin-bottom: 10px;    
}

#UnaffectedCountries
{
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;    
}

#LandingContent
{
    margin: 15px 20px 15px 20px;
    
}

#LandingContent p
{
    font-weight: bold;
    font-size: 120%;      
}