/* -----------------------------------------------------------------------------------------
  TYPE SELECTOR RULES
  --------------------------------------------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

a:link {
  color: white;
  text-decoration: underline;
}
a:visited {
  color: white;
}
a:hover, a:active {
  color: #ffb11a;
}
body {
  background: #0D2A43 url(../img/bg-body.jpg) repeat-x 0 0;
  color: #ccc;
  font: 80%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
  overflow-y: scroll;
}
img {
  border: 0;
}
h1 {
  color: white;
  font: 150%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 30px 0 0.75em 0;
}
h2 {
  color: #a4b1bc;
  border-bottom: 1px solid #3d5263;
  font: 120%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
  font-weight: normal;
  padding: 0.25em 0 0 0;
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-transform: uppercase;
}  
h2 span {
  color: #ffb11a;
  font-size: 80%;
  margin-left: 10px;
  text-transform: none;
}
h3 {
  color: #4782bc;
  font: 120%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 0.25em 0 0.5em 0;
} 
p {
  padding: 0.5em 0;
  line-height: 1.5em;
}
  

/* -----------------------------------------------------------------------------------------
  ID SELECTOR RULES
  --------------------------------------------------------------------------------------- */

#container-body {
  margin: 0 auto;
  width: 900px;
}
#container-columns {
  position: absolute;
  top: 200px;
  width: 900px;
}
#container-content {
  float: left;
  width: 360px;
  margin: 0 30px;
  padding-bottom: 1em;
}
#container-content ul {
  margin: 1em 0 1em 1em;
}
#container-content li {
  list-style-type: none;
  padding: 0.25em 0 0.25em 1.75em;
  background: transparent url(../img/bullet.gif) no-repeat 0 0.45em;
}
body.fullwidth #container-content {
  width: 620px !important;
}
#container-content p {
  font-size: 95%;
}

/* Right hand side column
----------------------------------------------- */
#container-side {
  background: #0B253C url(../img/bg-side.jpg) no-repeat 0 0;
  color: #6993B7;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
  width: 260px;
}
#container-side h3 {
  font-size: 90%;
}
#container-side img {
  border: 3px double #6993B7;
  float: left;
  margin: 6px 10px 2px 0;
}
#container-side p {
  font-size: 85%;
}
#container-side li {
  font-size: 85%;
  padding-left: 0;
  margin-left: 92px;
  line-height: 1.4em;
  list-style-type: square;
}
#container-side ul.no-image li {
  margin-left: 5px;
  font-size: 100%;
}
#container-side ul.left li {
  margin-left: 5px;
}
#container-side a,
#container-side a:link {
  color: #7da6c9;
}
#container-side a:visited {
  color: #6993B7;
}
#container-side a:hover {
  color: #ffb11a;
}
#container-side .container {
  padding: 20px;
}
#container-side .news-item {
  margin-bottom: 15px;
}
#footer {
  clear: both;
  height: 40px;
  background-color: #0b253c;
  text-align: center;
  padding-top: 5px;
  font-size: 90%;
}
#footer a,
#footer a:link,
#footer a:visited {
  color: #284d6d;
}
#footer a:hover {
  color: #5881a4;
}

#header {
  background: transparent url(../img/bg-header.jpg) no-repeat 100% 0;
  height: 147px;
  margin: 0 auto;
  width: 900px;
}
#header img {
  margin-top: 33px;
  margin-left: 30px;
}
#header p {
  color: #80AEDB;
  font-style: italic;
  font-size: 130%;
  margin-top: 42px;
  text-align: center;
}
#nav {
  background: transparent url(../img/bg-nav.gif) no-repeat 100% 0;
  float: left;
  width: 210px;
  height: 432px;
  position: relative;
}
#nav .portrait {
  color: #6993B7;
  font-size: 85%;
  padding-top: 365px;
  padding-left: 30px;
  width: 180px;
  text-align: center;
}
#nav .portrait p {
  margin-top: -20px;
}
#nav ul {
  position: absolute;
  top: 60px;
  right: 0;
}
#nav li {
  font-size: 110%;
  width: 210px;
  text-align: right;
  list-style-type: none;
}
#nav li a,
#nav li a:link {
  padding: 10px 20px 10px 0;
  background: transparent url(../img/bg-nav-off.jpg) no-repeat 100% 0;
  display: block;
  width: 210px;
  color: #C8C6C6;
  text-decoration: none;
}
#nav li a:visited {
  color: #C8C6C6;
}
#nav li a:hover {
  color: #ffb11a;
}
#nav li.active {
  background: transparent url(../img/bg-nav-on.jpg) no-repeat 100% 0;
  padding: 10px 20px 10px 0;
}
#nav li.last a,
#nav li.last a:link {
  padding: 11px 20px 15px 0;
  background: transparent url(../img/bg-nav-off-last.jpg) no-repeat 100% 1px;
  display: block;
  width: 210px;
  color: #C8C6C6;
  text-decoration: none;
}
#nav li.last a:visited {
  color: #C8C6C6;
}
#nav li.last a:hover {
  color: #ffb11a;
}


/* Photo captions
----------------------------------------------- */
.caption {
  background-color: #0a2339;
  margin-bottom: 10px;
  margin-top: 10px;
}
.caption p {
  font-size: 85%;
  padding: 5px 5px 10px 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.caption-left {
  float: left;
  margin-right: 15px;
}
.caption-right {
  float: right;
  margin-left: 15px;
}

.newsbox {
  background: #0d2c48 url(../img/bg-news.jpg) no-repeat 0 0;
  float: right;
  width: 102px;
  border: 1px solid #3d5263;
  margin-left: 15px;
  margin-top: 15px;
}
.newsbox h2 {
  border: none;
  padding: 5px 2px 0 37px;
  font-size: 100%;
  font-weight: bold;
  color: white;
}
.newsbox p {
  margin-left: 10px;
  margin-right: 2px;
}
.newsbox p.more {
  font-weight: normal;
}


/* Other non specific styles
----------------------------------------------- */
.back {
  background: transparent url(../img/arrow-back.gif) no-repeat 0 0.25em !important;
  padding: 0 0 0 1.5em !important;
}
.clear {
  clear: both;
}
div.hr {
  height: 16px;
  border-top: 1px dashed #3d5263;
  margin: 1.5em 0 0.5em 0;
}
div.hr hr {
  display: none;
}
.floatright {
  float: right;
  padding-left: 20px;
  margin-top: 5px;
}
.floatleft {
  float: left;
  padding-right: 20px;
  margin-top: 50px;
}
.img-bottom {
  margin: 20px 0;
}
.email {
  background: transparent url(../img/ico-email.gif) no-repeat 0 0.7em !important;
  padding-left: 2em !important;
}
.wings {
  background: transparent url(../img/ico-wings.gif) no-repeat 0 0.4em !important;
  padding-left: 2em !important;
  list-style-type: none !important;
  margin-left: 78px !important;
}
.news {
  background: transparent url(../img/ico-news.gif) no-repeat 0 0.6em !important;
  padding-left: 2em !important;
}
.pdf {
  background: url(../img/ico-pdf.gif) no-repeat 1px 0.6em !important; 
  list-style-type: none !important;
  padding: 5px 0 5px 25px !important;
}
.ppt {
  background: url(../img/ico-ppt.gif) no-repeat 1px 0.6em !important; 
  list-style-type: none !important;
  padding: 5px 0 5px 25px !important;
}
.more {
  font-weight: bold;
  font-size: 100% !important;
}
.roundel {
  float: right;
  margin-top: 15px;
}
