html {
  background: #fefefe url(../images/backgrounds/bottom_right.jpg) fixed bottom right no-repeat;
}
body {
  background:  url(../images/backgrounds/body_top.png) repeat-x;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 15px;
}
a {
  text-decoration: none;
  color: #246195;
}
a:hover {
  text-decoration: underline;
}
dl {
	color: #7E7E7E;
	font-size: 0.8em;
	width: 700px;
}
dt {
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
	height: 20px;
	overflow: hidden;
}
dd {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
	height: 20px;
	overflow: hidden;
}

.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%;
}


#container {
  position: relative;
  background: url(../images/backgrounds/container.png) repeat-y;
  width: 903px;
  margin: 0 auto;
  padding: 375px 27px 10px;
}
#press-releases #container, #profile #container, #corporate #container {
  padding-top: 352px;
}
h1 {
	position: absolute;
	top: 5px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 58px;
	height: 58px;
	overflow: hidden;
	background: url(../images/backgrounds/h1.png) top left no-repeat;
	text-indent: -999em;
}
h2 {
  font-size: 2.5em;
  font-weight: 100;
}
h3 {
  font-size: 1.5em;
  font-weight: 100;
  border-bottom: 1px solid #aaaaaa;
}
h4 {
  font-size: 1.3em;
  font-weight: 100;
}
table {
	width: 100%;
	background: #F3F3F3;
}
table th {
	font-weight: bold;
	color: #7E7E7E;
	background: #FFF;
	padding: 3px 10px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 4px solid #c4c4c4;
	border-right: 1px solid #FFF;
	text-align: left;
}
table td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;	
	padding: 3px 10px;
}
#home h1 {
	display: none;
}
#intranet {
	position: absolute;
	top: 3px;
	right: 100px;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	background: url(../images/icons/intranet.png) left top no-repeat;
	padding-left: 20px;
}
#header {
  position: absolute;
  background: url(../images/backgrounds/header.png) repeat-x;
  top: 72px;
  left: -1px;
  height: 281px;
  width: 886px;
  padding: 0 70px 0 50px;
  color: #fff;
}
#home #header {
  background: url(../images/backgrounds/header_home.png) no-repeat;
  width: 424px;
  padding: 0 370px 0 220px;
  color: #FFF;
  overflow: visible;
}
#header h2 {
  font-size: 2.5em;
  font-weight: 100;
  margin: 0;
  padding: 70px 0 0;
  width: 570px;
}
#header p {
  font-size: 1.15em;
  line-height: 1.2em;
  margin: 15px 0 0;
}
#header img {
  float: right;
	padding-top: 70px;
}
#header ul {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 43px;
  list-style: none;
  font-size: 0.7em;
}
#header ul li {
  float: left;
  margin: 0;
  padding: 0 0 10px 0;
  width: 140px;
  background:none;
  position: relative;
  z-index: 50;
}
#header ul li a {
  display: block;
  padding: 10px 22px 12px;
  height: 10px;
  color: #fff;
  text-transform: uppercase;
}
#header ul li.hover ul {
	display: block;
  width: 140px;
}
#header ul li ul {
	display: none;
	position: static;
}
#header ul li ul li {
  float: none;
  background: none;
  padding: 0 0 0 0;
	width: 130px;
}
#header ul li ul li a {
  font-size: 1.3em;
  color: #71a1d2;
  text-transform: normal;
}
#header ul li a:hover {
  text-decoration: none;
}
#header ul li ul li a:hover {
  text-decoration: underline;
}
#home #header ul li#home, 
#profile #header ul li#profile, 
#corporate #header ul li#corporate, 
#management #header ul li#management,
#press-releases #header ul li#press-releases, 
#header ul li.hover {
  background: url(../images/backgrounds/nav_bg.png) left bottom;
}
#home #header ul li#home, 
#profile #header ul li#profile, 
#corporate #header ul li#corporate, 
#management #header ul li#management,
#press-releases #header ul li#press-releases {
  position: static;
}
#home #header ul li#home a, 
#profile #header ul li#profile a, 
#corporate #header ul li#corporate a, 
#management #header ul li#management a,
#press-releases #header ul li#press-releases a,
#header ul li.hover a {
  color: #131313;
}
#header ul li.hover ul li{
  background: none;
}
#home #header ul li#home ul, 
#profile #header ul li#profile ul, 
#corporate #header ul li#corporate ul, 
#management #header ul li#management ul,
#press-releases #header ul li#press-releases ul {
	display: none;
}
#header ul li.hover ul li a {
  color: #71a1d2;
	height: auto;
	padding: 5px 22px 5px;
}
		  
		  
ul#footer {
  list-style: none;
  clear: both;
  width: 937px;
  margin: 0 auto;
  padding: 20px 10px 0;
  background: transparent url(../images/backgrounds/container_bottom.png) no-repeat;
  font-size: 0.6em;
  color: #7E7E7E;
}
.columns {
  
}
.columns .two {
  float: left;
  width: 49%;
}


ul.links {
  list-style: none;
  padding: 0;
  font-size: 0.85em;
}
ul.links li {
  display: block;
  margin-bottom: 3px;
  padding: 3px 0 0 28px;
  background: url(../images/icons/pdf.png) left 3px no-repeat;
}
ul.links li span {
	color: #AFAFAF;
}
ul.links li.blank {
  background: url(../images/icons/file.png) left 3px no-repeat;
}
ul.links li.website {
  background: url(../images/icons/website.png) 2px 3px no-repeat;
}
ul.links li.share {
  background: url(../images/icons/share.png) 2px 3px no-repeat;
}
ul.links li a {
  color: #0053a8;
  text-decoration: underline;
}



ul#promos {
  list-style: none;
  padding: 0;
  margin: 0 0 35px -22px;
}
ul#promos li {
  background: #F5F5F5 url(../images/backgrounds/promo.png) no-repeat;
  float: left;
  overflow: hidden;
  margin-left: 22px;
  padding: 10px;
  height: 150px;
  width: 263px;
}
ul#promos li img {
  float: left;
  margin: 2px 10px 10px 2px;
}
ul#promos li h3 {
  margin: 4px 0 0 0;
  border-bottom: none;
}
ul#promos li h3 a {
	color: #333333;
}
ul#promos li h3 a:hover {
	text-decoration: none;
}
ul#promos li p.larger {
  margin-top: 18px;
  font-size: 0.9em;
}
ul#promos li p.smaller {
  clear: left;
  margin-left: 7px;
  font-size: 0.7em;
}


.contact-us {
  
}
.contact-us p.larger {
  font-size: 0.85em;
}
.contact-us .columns p {
  font-size: 0.7em;
  line-height: 1.5em;
  margin: 0;
}
.contact-us dl {
  margin: 3px 0 0;
  font-size: 0.7em;
  width: auto;
  color: #333333;
}
.contact-us dl dt {
  float: left;
  font-weight: bold;
  width: 45px;
  height: auto;
}
.contact-us dl dd {
  margin-bottom: 2px;
  width: auto;
  float: none;
  height: auto;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: right;
	margin: 0 10px 10px 0;
}
#mini_menu {
	list-style:none;
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 40px;
}
#mini_menu li {
	margin: 0;
	padding: 0;
	display: inline;
}
#mini_menu li a {
	float: left;
	display: block;
	width: 150px;
	text-align: center;
	padding: 10px 0 0 0;
	height: 30px;
	color: #000000;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1em;
}
#mini_menu li.active a, #mini_menu li a:hover {
	margin: 0;
	background: url(../images/backgrounds/pressrelease_bg.png) bottom left no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
ul#pdf_list {
	margin: 0;
	padding: 30px 0;
	list-style: none;
}
ul#pdf_list li {
	background: url(../images/icons/pdf_large.png) left top no-repeat;
	padding: 5px 0 15px 45px;
}
ul#pdf_list li span {
	color: #afafaf;
}
ul#pdf_list li.blank {
	background: none;
}
.director {
	position: relative;
	padding: 0 0 0 0px;
}
.director img {
	position: absolute;
	top: 5px;
	left: 5px;
}

.director h4 {
  font-weight: bold;
    font-size: 1em;
	padding: 0px;
	margin: 0px;

}

#quarterly_reports {
	padding: 0 0 20px 30px;
}
#quarterly_reports h4 {
	margin: 20px 0 0 0;
	padding: 0;
}
#quarterly_reports ul {
	margin: 10px 0;
	padding: 0;
}
a.backtotop {
	display: block;
	text-align: right;
	border-bottom: 1px dotted #dddddd;
	text-transform: uppercase;
	font-size: 9px;
	clear: both;
}