/*
CONTENTS

1.BODY
2.TYPOGRAPHY
3.LINKS
4.DEFAULTS
5.BUTTONS
6.LAYOUT
7.PAGE STYLES
*/

/* RESET CSS */
@import url('reset.css'); 

/* 1.DEFAULTS */
body{background:#fff;color:#1F3640;}
strong{font-weight:bold;}
em{font-style:italic;}
button{cursor:pointer;border:0;margin:0;padding:0;text-indent:-9999px;}
sup{font-size:80%;vertical-align:top;}

/* 2.TYPOGRAPHY */
body{font:14px/1.4em arial,sans-serif;}
h1,h2,h3,h4{clear:both;color:#182363;font-weight:bold;}
h1{font-size:22px;line-height:1em;}
h2{font-size:18px;}
h3{font-size:18px;font-weight:bold;margin-bottom:5px;}
h4{font-size:16px;}
h1,h2,h3,h4,p,ul{margin-bottom:10px;}

/* 3.LINKS */
a:link,a:visited{color:#0FA4DE;text-decoration:none;font-weight:bold;}
a:hover,a:active{color:#182363;text-decoration:none;}

#header{background:url('/interface/images/mobile/bg_header.gif');height:58px;overflow:auto;}
#header #branding{width:192px;height:34px;background:url('/interface/images/mobile/logo.png');text-indent:-9999px;margin:12px 0 0 10px;}

.block{padding:12px;border-bottom:1px solid #E6E6E9;}
p.intro{font-size:16px;color:#79878D;}

#news p.date,#news h3{font-size:14px;margin-bottom:0;font-weight:bold;}
#news h3{margin-bottom:5px;}

#share_price #shareprice{font-size:35px;color:#0FA1DB;}
#share_price h2{margin-bottom:17px;}
#share_price ul,#share_price li{float:left;}
#share_price p{clear:both;}
#share_price #email_updates{display:none;}

#contact #contact_map,#contact #contact_image,#contact .download{display:none;}

#careers #whatsitlike{display:none;}

#navigation  h2{font-size:14px;}
#navigation a{font-size:14px;font-weight:bold;}
#footer{border:none;}
#footer p{font-size:11px;color:#78868C;}
