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


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

body {
  color: black;
  background-color: rgb(243,242,235);
  font-family: verdana, helvetica, arial, 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(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


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

.reduced {
  font-size: 75%; 
  color: #000000; 
  line-height: 140%;
}

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

#header {
  color: inherit;
    background-color: rgb(184,38,25);
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
  text-align: center; 
  
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size: 2em;
}

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

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

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: bold;
  font-size: 60%;
  text-align: center;
}

.headerLink a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  font-size: 100%;   
}

.headerLink a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.headerAddress {
  text-align: center; 
  color: white;
  font-weight: bold;
  font-size: 0.5em;
  font-style: normal;
  line-height: 160%;
}

.headerAddress a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  font-size: 90%;
  font-style: normal;
}

.headerAddress a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.subHeaderCCM {
  color: rgb(230,223,207);
  background-color: rgb(184,38,25);
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeaderCCM a {
  color: rgb(230,223,207);
  background-color: rgb(184,38,25); 
  text-decoration: underline;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeaderCCM a:hover {
  color: rgb(230,223,207);
  background-color: rgb(184,38,25); 
  text-decoration: none;
}

.subHeader {
  color: white;
  background-color: black;
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}

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

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

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

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

.leftSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: underline;
}

.leftSideBar a:hover {
  /* color: rgb(64,64,64); */
  background-color: transparent;
  text-decoration: none;
}

.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: 13em;
  margin: 1ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

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

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

.rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: underline;
/* font-weight: bold; */
}

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

.rightSideBar .sideBarText {
  line-height: 1.75em;
  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;
}

/* ##### Middle Copy ############################################### */

#middle-copy {
  color: black;
  background-color: white;
/*  text-align: left; */
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 0;
  padding: 1em 5em 0.5em 5em; 
/*         T   R   B   L  */
  border-bottom: 1px solid rgb(216,210,195);
}

#middle-copy .centeredTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  text-align: center;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0.5em 0.5em; 
/*         T   R   B   L  */
}

#middle-copy .FAQquestion {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 1em 0em 0em 0em;
  padding: 0.5em 0em 0.5em 0.5em; 
/*         T   R   B   L  */
}

#middle-copy .FAQanswer {
  color: rgb(64,64,64);
  margin: 1em 0em 0em 0em;
  padding: 0.5em 0em 0.5em 0.5em; 
/*         T   R   B   L  */
}

#middle-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: verdana, helvetica, sans-serif;
/*  font-size: 125%; */
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
/*  text-align: center; 
    margin: 0em 0 0 0;
  padding: 0em 0 0 0; */
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.75em;
}

#middle-copy-left h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: verdana, helvetica, sans-serif;
  font-size: 125%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 0em 0 0 0;
  padding: 0em 0 0 0;
  line-height: 1.75em;
}

#middle-copy a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

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

#middle-copy-center {
  color: black;
  background-color: white;
  text-align: center;
  line-height: 1.5em;
  margin: 0.5em 2em 0.5em 2em;
  padding: 1em 1em 1em 1em;
}

#middle-copy-center a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

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

#middle-copy-indent {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0.5em 0em 0.5em 2em;
}

#middle-copy h2 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#middle-copy h3 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#middle-no-border {
  color: black;
  background-color: white;
/*  text-align: left; */
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 0;
  padding: 1em 5em 0.5em 5em; 
/*         T   R   B   L  */
  border-bottom: none;
}

#middle-no-border h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: verdana, helvetica, sans-serif;
/*  font-size: 125%; */
  font-size: 125%;
  font-weight: bold;
  font-style: italic;
/*  text-align: center; 
    margin: 0em 0 0 0;
  padding: 0em 0 0 0; */
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.75em;
}

#middle-no-border h2 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: verdana, helvetica, sans-serif;
/*  font-size: 125%; */
  font-size: 125%;
  font-weight: bold;
  font-style: italic;
/*  text-align: center; 
    margin: 0em 0 0 0;
  padding: 0em 0 0 0; */
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.75em;
}

#middle-no-border a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

#middle-no-border a:hover {
  text-decoration: none;
}

.title-center {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

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

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 15em 0em 1em;
/*         T     R    B   L  */
  border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy h2 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#main-copy a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

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

p {
  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.25em 1.25em;
  padding: 0;
}


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

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

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

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

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

/* --SEARCH BUTTON--*/
#search {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position:absolute; top:90px; left:5px; *left:0; *top: 80px;
}

#search form {
	margin:0;
	padding:0;
	float:left;
}

/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
/*padding: 10px 5px 5px 10px; */
  padding:  0px 5px 5px 10px;
  /*         T   R   B   L  */
  border: 1px solid #FFFFFF;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}

/* -- FORMS -- */
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form br {
	clear:left;
}

form input, form textarea {
	...
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

/* ##### Sitemap Left ##### */

.sitemapLeft {
  position:relative;
  width: 33%;
  float: left;
/*  clear: left; */
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 0.75em;
  margin: 0 0 0 0;
/*padding: 0.5ex 1em 1em 1em; */
/*         T   R   B   L  */
}

.sitemapLeft .sitemapLeftTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
  line-height: 1.0em;
}

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

.sitemapLeft li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.sitemapLeft a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: underline;
}

.sitemapLeft a:hover {
  background-color: transparent;
  text-decoration: none;
}

.sitemapLeft .sitemapLeftText {
  color: rgb(166,140,83);
  background-color: white;
  line-height: 1.25em;
/*margin: 1ex 0.25ex 1.5em 0.75ex; */
  padding: 0;
  display: block;
}

.sitemapLeft .sitemapLeftText a {
  text-decoration: underline;
}

.sitemapLeft .sitemapLeftText a:hover {
  text-decoration: none;
}

/* ##### Sitemap Center ##### */

.sitemapCenter {
  position:absolute;
  top:50;
  left:28em;
  width:33%;
/*  float: Center; */
/*  clear: Center; */
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 0.75em;
  margin: 0 0 0 0;
/*padding: 0.5ex 1em 1em 1em; */
/*         T   R   B   L  */
}

.sitemapCenter .sitemapCenterTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
  line-height: 1.0em;
}

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

.sitemapCenter li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.sitemapCenter a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: underline;
}

.sitemapCenter a:hover {
  background-color: transparent;
  text-decoration: none;
}

.sitemapCenter .sitemapCenterText {
  color: rgb(166,140,83);
  background-color: white;
  line-height: 1.25em;
/*margin: 1ex 0.25ex 1.5em 0.75ex; */
  padding: 0;
  display: block;
}

.sitemapCenter .sitemapCenterText a {
  text-decoration: underline;
}

.sitemapCenter .sitemapCenterText a:hover {
  text-decoration: none;
}

/* ##### Sitemap Right ##### */

.sitemapRight {
  position:absolute;
  top:50;
  left:56em;
  width:33%;
/*  float: Right; */
/*  clear: Right; */
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 0.75em;
  margin: 0 0 0 0;
/*padding: 0.5ex 1em 1em 1em; */
/*         T   R   B   L  */
}

.sitemapRight .sitemapRightTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
  line-height: 1.0em;
}

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

.sitemapRight li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.sitemapRight a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: underline;
}

.sitemapRight a:hover {
  background-color: transparent;
  text-decoration: none;
}

.sitemapRight .sitemapRightText {
  color: rgb(166,140,83);
  background-color: white;
  line-height: 1.25em;
/*margin: 1ex 0.25ex 1.5em 0.75ex; */
  padding: 0;
  display: block;
}

.sitemapRight .sitemapRightText a {
  text-decoration: underline;
}

.sitemapRight .sitemapRightText a:hover {
  text-decoration: none;
}
