/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  background-color: rgb(215,230,208);
  font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(51,102,153);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

dfn {
  display: none !important;
}

.sitemap {
	list-style: none;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: rgb(215,230,208);
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

img {
  border: none;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: rgb(0,120,153);
  text-align: justify;
  margin: 0;
  padding: 0.5ex 0;
}

.iconBar {
  color: rgb(255,255,255);
  font-size: 75%;
  margin: 0 0 0 0;
  padding: 0 1.0ex;
  text-align:right;
}

.iconBar a {
  text-decoration:none;
  color: rgb(255,255,255);
  margin-right:1.2em;
}

.iconBar a:hover {
  color: rgb(255,255,255);
  text-decoration: none;
  background: rgb(115,180,200);
}


.iconBar img {
  vertical-align:middle;
  padding-right: 1ex;
}

.container { 
  height:100%;
}  

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 14.5em;
  float: left;
  clear: left;
  color: rgb(51,102,153);
  background: rgb(215,230,208);

}

.leftSideBar .sideBarTitle {
  color: rgb(255,255,255);
  background-color: rgb(58,158,62); 
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0.8ex 1ex;
}


.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 2em 0.5em;
  padding: 0em; 
}

.leftSideBar ul.sub {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 1em;
  padding: 0em;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.leftSideBar a {
  color: rgb(1,100,125);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(58,158,62);
  background-color: transparent;
  text-decoration: underline;
}

.leftSideBar a.active {
  font-weight:bold;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 15em;
  margin: 2ex 0.75ex 5ex 0; 
  margin-left: 10px;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(215,230,208);
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(215,230,208);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(51,102,153);
  background-color: transparent;
  text-decoration: underline;
  font-weight: normal;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.7em;

  margin: 0 0 0 14.5em;
  padding: 0.5ex 17.4em 16em 1em;
}

#main-copy:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility:hidden;
} 

#main-copy h1 {
  color: rgb(51,102,153);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0.8em 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid rgb(215,230,208);
}

#main-copy h2 {
  font-size: 115%;
  font-weight: bold;
}

#main-copy a {
  color: rgb(51,102,153);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
 }

#main-copy img {
  margin-left: 1em;
  margin-bottom: 1em;
}

#main-copy ul img {
  margin:0;
}

#main-copy ul {
  list-style-image:url(/assets/site/images/item-bullet.png);
}

#main-copy ul.items {
  list-style-image:url(/assets/site/images/item-arrow.png);
}

p {
  font-size:110%;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(30,153,188);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 0.5em 4mm 0.5em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer img {
  vertical-align:middle;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: normal;
}

#footer a:hover {
  text-decoration: none;
}

#gallery img {
  margin: 0px;
  padding: 0px;
}

#gallery a {
  font-weight:normal;
  text-decoration:none;
}

#gallery a:hover {
  font-weight:bold;
  text-decoration:none;
  background-color: #f5f5f5;
}

#gallery p {
  margin:0px;
  padding:0px;
  font-size:97%;
  font-style:italic;
  color: #666666;
}