/* SERVICE BAR */ /* bar above header - outside main_div */
#service_bar{ width: 93em; height: 3.5em; margin: auto; padding-top: 1em}
#service_links{ float: right; margin: .2em 12.5em 0 0; }
#service_links ul{ list-style: none; overflow: hidden; margin-right: 1em; }
#service_links ul li{ float: left; overflow: hidden; }
#service_links ul li a{ text-decoration: none; }
#service_links ul li a:hover{ text-decoration: underline; }
#service_buttons{ float: right; }
#service_buttons img{ margin-left: .5em; }

/* HEADER */ /* Start of header content - inside main_div */
#header_content{ height: 11.5em; }
/* left header */
#left_header{ float: left; width: 65%; }
#page_title{ font-family: Arial,sans-serif; font-size: 2.4em; font-weight: bold; margin: .85em 0 0 4.3em; }
#page_title a{ text-decoration: none; }
#page_subtitle{ width: auto; font-family: Arial,sans-serif; font-size: 1.6em; font-weight: bold; margin: .3em 0 0 6.45em; }
#page_subtitle a{ text-decoration: none; }
/* right header */
#right_header{ float: right; width: 34%; }
#login_area{ float: right; width: auto; height: auto; margin-top: 2em; }
#login_area a{ text-decoration: none; }
#login_area .button{ margin-left: auto; display: inline-block; }
#share_buttons{ float: right;  margin: .5em 0 0 0; }
#share_buttons a{ text-decoration: none; margin-left: .5em; }
/* breadcrumb */
#breadcrumb{ height: 2em; background-color: #0c4ca3; font-weight: bold; display: inline-block; }
#breadcrumb .text{ float: left; margin-top: .25em; margin-left: 1em; }
#breadcrumb a{ text-decoration: none; }
#breadcrumb a:hover{ text-decoration: underline; }
