/*
 * Project:		Bentall Centre
 * Date:		2009/05/14
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; background: #c9ddf5 url(../images/bg-img.jpg) 50% 0; background-repeat: no-repeat; }
body { background: #c9ddf5 url(../images/bg-img.jpg) 50% 0; font-size: 62.5%; background-repeat: no-repeat; }

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #333; font-family: Tahoma,Arial,'Helvetica Neue',Helvetica,sans-serif; line-height: 1.5; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.2em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }

a { color: #369; text-decoration: none; }
a:hover, a:focus, a:active { color: #369; text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

#root { position: relative; z-index: 10; width: 950px; margin: 0 auto; overflow: hidden; }
 #top { height: 25px; position: relative; padding: 50px 20px 0 0; text-align: right; color: #fff; }
  #logo { position: absolute; z-index:100; left: 0; top: 0;	width: 163px; height: 192px; background: url(../images/logo-screen.png) no-repeat scroll top left; }
   #logo a { display: block; position: absolute; top: 12px; left: 38px; width: 94px; height: 155px; overflow: hidden; text-indent: -999em; text-align: left; }
  #skip-links { position: absolute; top: 0; left: -10001px; list-style: none; margin: 0; padding: 0; }
   #skip-links li a:focus, #skip-links li a:active { display: block; position: absolute; left: 10701px; right: 0; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 2px 0; background: #333; color: #fff; text-align: center; text-decoration: none; }

 #nav { position: relative; z-index: 80; width: 216px; margin: 136px 0 0 9px; padding: 0; display:inline; float: left; }
 #content { position: relative; z-index: 90; top: -5px; float: right; width: 748px; min-height: 550px; margin-left: -195px; padding: 7px;  background: url(../images/content-bg.png) no-repeat; }
 * html #content { height: 550px; }

 #footer { position: relative; top:-5px; clear: both; width: 718px; padding: 22px 22px 7px; margin: 0 0 20px 188px; overflow: hidden; background: url(../images/content-bg.png) 0 -4764px no-repeat; }

/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { font-family: 'Arial Narrow',Tahoma,Arial,Helvetica,sans-serif; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

/* ELEMENTS
------------------------------------------- */
#top p { font-size: 1.1em; }
 #top p a { color: #fff; margin: 0 5px; }

/* featured section */
.featured { position: relative; width: 753px; background: url(../images/separator-a.png) 100% 100% no-repeat; padding: 0 0 24px; }
 .featured img { display: block; }
 .featured .description { position: absolute; bottom: 24px; width: 703px; padding: 15px 25px; background: url(../images/featured-description.png) 0 100% no-repeat; color: #fff; overflow: hidden; }
 .featured .col-1 { float: left; width: 410px; }
  .featured .col-1 p { line-height: 2em; margin: 0; }
   .featured .col-1 p span { font-weight: bold; }
 .featured .col-2 { float: right; width: 200px; }
  .featured .col-2 h2 { margin: 0 0 10px; }
  .featured .col-2 p { font-size: 1.1em; margin: 0; }
  .featured .col-2 p.date { font-weight: bold; font-size: 1em; }
 .featured .more { position: absolute; bottom: 0; width: 713px; height: 24px; margin: 0; padding: 0 20px; line-height: 20px; text-align: right; font-size: 1.1em; }
  .featured .more a { color: #fff; text-transform: uppercase; font-weight: bold; }

/* navigation */
#nav ul { padding: 0; margin: 0; }
#nav ul li { float:left; width: 100%; background: url(../images/nav.png) 0 50%; list-style: none; margin: 0; border-bottom: 1px solid #5f9ac6; }
#nav ul li.active, #nav li:hover { background-position: 100% 50%;}

#nav ul li.first { background-position: 0 0; padding-top: 5px; }
#nav ul li.first-active, #nav li.first:hover { background-position: 100% 0; }

#nav ul li.last { background-position: 0 100%; padding-bottom: 5px; border-bottom: none; }
#nav ul li.last-active, #nav li.last:hover { background-position: 100% 100%; }

 #nav ul li a { display: block; height: 1%; color: #fff; padding: 8px 35px 8px 15px; }
 #nav ul li a:hover { text-decoration: none; }
 #nav ul li em { position: absolute; left: -999em; }
 
  #nav li ul { margin: -5px 0 0; padding: 0 35px 0 15px; overflow: hidden; }
   #nav li li { background: none; border: none; font-size: 0.92em; }
    #nav li li a { padding: 5px 0 5px 8px; background: url(../images/nav-item.png) -100% 0 no-repeat; }
    #nav li li a:hover, #nav li li a.active { background-position: 0 50%; }

/* sidebar */
#aside { position: relative; right: -10px; float: right; width: 250px; padding: 10px 0 15px 0;  }
 #aside .figure-a { margin-top: 70px; }
  #aside .figure-a img { display: block; padding: 3px; border: 1px solid #999; }
 #aside .section-a,
 #aside .section-b { position: relative; margin: 0 0 10px; padding: 0 15px 24px 20px; height: 1%; overflow: hidden; background: url(../images/separator-b.png) 0 100% no-repeat; }
 #aside .section-b { background-image: url(../images/separator-c.png); }
 
  #aside h2 { color: #069; margin: 0 0 10px; }
  #aside p { margin: 0 0 10px; font-size: 1.1em; line-height: 1.25; }
  #aside p.thumb { float: left; margin: 0 10px -14px 0; }
   #aside p.thumb img { display: block; }

  #aside p.more { position: absolute; clear: both; bottom: 0; width: 190px; height: 24px; line-height: 19px; margin: 0; padding: 0 20px; text-align: right; }
   #aside p.more a { color: #fff; font-weight: bold; }
  #aside .section-a p.more { text-transform: uppercase; }
 
/* footer */
#footer ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
#footer ul li { float: left; font-size: 1.1em; color: #333; margin: 0; padding: 0 20px 0 0; }
 #footer ul li a { color: #333; }

#footer .copyright { font-size: 1em; width: 300px; float: left; color: #666; }
 #footer .copyright a { color: #666; }

#footer .powered-by { font-size: 1em; width: 300px; float: right; color: #999; text-align: right; }
 #footer .powered-by a { color: #999; }

/* content */

#primaryWide { float: left; width: 668px; padding: 15px 40px; }
#primary { float: left; width: 410px; padding: 15px 40px; }
 #primary h1, #primaryWide h1 { font: normal 3em/1 "Times Roman","Times New Roman",serif; color: #ed1b2e; margin: 0 0 30px; }
 #primary h2, #primaryWide h2 { margin: 0; font: bold 1.2em/1.4 Tahoma,Arial,Helvetica,sans-serif; }

.towers-list p { margin-left: 10px; }
.footnote { font: normal 1.1em/1.6 Tahoma,Arial,Helvetica,sans-serif; color: #999; margin: 0; }