/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #DCDCDC;
  font-family: arial;
  font-size: 100%;  /* Enables font size scaling in MSIE */
  margin-left: 4%;
  margin-right: 10%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
}

#wrapper {
	border: 1px solid black;
	clear: both;
	background-color: transparent;
	padding: 0px;
	max-width: 88.2em;
	min-width: 74em;
}

#wrapperblue {
	color: inherit;
	border: 0px solid red;
	clear: both;
	background-color: white;
	max-width: 88.2em;
	min-width: 74em;
}

html > body {
  font-size: 85%;

}

#IEMessage {
	display: none;
}

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;
}


/* ##### Header ##### */


#header {
  color: inherit;
  height: 1em;
  background-color: white;
	border-bottom: 6px solid black;
	border-color: #646464;
	font: Gulim;
	Font-size: 5em;
	font-family: Gulim;
	color: #E0BB28;
}

.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;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
border-left: 0px solid #4682B4;
border-top: 1px solid #4682B4;
	border-bottom: 5px solid black;
	border-right: 0px solid #4682B4;
  color: black;
  background-color: #E8EEF6;
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: black;
  background-color: #E8EEF6;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: #4682B4;
  text-decoration: underline;
  /*background-color: white;*/
}

/* ##### Left Side Bar ##### */

.leftSideBar {
	height: 20em;
	border-left: 0px solid #4682B4;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin-right: 0px;
	width: 8em;
   float: left;
	clear: left;
	text-align: left;
	background-color: #E8CD63;
	font-size: 15px;
}

.leftSideBar .sideBarTitle {
  color: white;
  background-color: #4682B4;
  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;
	font-family : Arial, Helvetica, sans-serif;
	font: Arial;
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0px;
  /*padding: 0 0 1.25ex 0.75ex;*/
  font-size: 16px;
}

.leftSideBar a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.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: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid #4682B4;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: white;
  background-color: #4682B4;
  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.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: justify;
	line-height: 13px;
	margin-left: 10em;
   margin-right: 8px; 
	margin-top: 0px;
	margin-bottom: 0px;
   padding: 0.5ex 0em 0em 0em;
	border-left: 0px solid #0C7DDD;
	border-bottom: 0px solid #0C7DDD;
	border-right: 0px solid #0C7DDD;
	position: relative;
	left: 0px;
}

#main-copy h1 {
	color: #C80000;
	background-color: white;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding: 1px;
	border-top: 0px solid black;
}

#main-copy h2 {
	color: red;
	background-color: white;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-bottom: 20px;
	border: 0px solid black;
}

#main-copy h3 {
	color: black;
	background-color: white;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 1em 0 0 0;
	border: 0px solid black;
	line-height : 20%;
}

#main-copy h4 {
	color: black;
	background-color: white;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 1em 0 0 0;
	padding-bottom: 4px;
	border-bottom: 5px solid #860F09;
	line-height : 70%;
}

#main-copy h5 {
	color: blue;
	background-color: white;
	text-align: left;
	font-family: arial;
	font-size: 100%;
	font-weight : normal;
	margin-left: 40px;
	padding: 2px;
	width: 45%;
	line-height: 15px;
}

#main-copy intro {
	color: black;
	background-color: white;
	text-align: left;
	font-family: arial;
	font-size: 100%;
	font-weight : normal;
	margin-left: 40px;
	padding: 2px;
	width: 45%;
	line-height: 12px;
}


#main-copy h6 {
	color: black;
	background-color: white;
	text-align: left;
	font-family: arial;
	font-size: 90%;
	font-weight : normal;
	border: 1px solid #860F09;
	margin-left: 10px;
	padding: 5px;
	width: 65%;
	line-height: 19px;
}


#main-copy a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  height: 100px;
}

#main-copy a:hover {
  text-decoration: underline;
}


ul.specs {
	color: maroon;
	background-color: white;
	text-align: left;
	font-family: arial;
	font-size: 100%;
	font-weight : normal;
	border: 1px solid #860F09;
	margin-left: 10px;
	padding: 5px;
	width: 40%;
	line-height: 20px;
	list-style-type: none;
}


p {
  margin-left: 10px;
  padding-right: 10px;
  text-align: left;
  font-family: Arial;
  font-size: 1em;
  font-weight: normal;
  line-height: 18px;
  
}

dt {
	font-weight: bold;
	font-family: arial;
	font-size: 120%;
	margin-left: 5px;
	padding: 5px;
	text-align: left;
	border-bottom: 2px solid black;
	width: 17em;
	padding: 2px;
	color: #A0522D;
}


dd {
  margin-left: 20px;
  padding: 0;
  font-size: 88%;
  font-weight: bolder;
  line-height: 20px;
}


ff {
  margin-left: 20px;
  padding: 0;
  
}

/* ##### Image ##### */

#image {
	color: black;
	background-color: white;
	position: relative;
	margin-top: 2em;
	margin-left: 1em;
   margin-right: 10px; 
	margin-bottom: 0px;
   padding: 0.5ex 0em 0em 0em;
	left: 0px;
	width: 62em;
	height: 17em;
	border: 0px solid red;
}

i1 {
  margin-left: 1em;
  padding: 0;
  margin-left: 6em;
  margin-bottom: 10em;
  margin-top: 0.1em;
  border: 0px solid red;
  position: absolute;
}

i2 {
  margin-left: 1em;
  padding: 0;
  margin-left: 45em;
  margin-top: 0.1em;
  margin-bottom: 10em;
  border: 0px solid red;
  position: absolute;
}

i3 {
  padding: 0;
  margin-left: 21.8em;
  margin-top: 0.1em;
  margin-bottom: 10em;
  border: 0px solid red;
  position: absolute;
}

#image2 {
	color: black;
	background-color: white;
	position: relative;
	clear: both;
	margin-top: 2em;
	margin-left: 0.2em;
   margin-right: 10px; 
	margin-bottom: 0px;
   padding: 0.5ex 0em 0em 0em;
	left: 0px;
	width: 63.5em;
	height: 30em;
	border: 0px solid red;
}

i21 {
  margin-left: 1em;
  padding: 0;
  margin-left: 0.5em;
  margin-bottom: 10em;
  margin-top: 0.1em;
  border: 0px solid red;
  position: absolute;
}

i22 {
  margin-left: 1em;
  padding: 0;
  margin-left: 27em;
  margin-top: 0.1em;
  margin-bottom: 10em;
  border: 0px solid red;
  position: absolute;
}

#image3 {
	color: black;
	background-color: white;
	position: relative;
	margin-top: 1em;
	margin-left: 1em;
   margin-right: 10px; 
	margin-bottom: 0px;
   padding: 0.5ex 0em 0em 0em;
	left: 0px;
	width: 62em;
	height: 17em;
	border: 0px solid red;
}

i31 {
  margin-left: 1em;
  padding: 0;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 0.3em;
  border: 0px solid red;
  position: absolute;
}

i32 {
  margin-left: 1em;
  padding: 0;
  margin-left: 32em;
  margin-top: 0.3em;
  margin-bottom: 10em;
  border: 0px solid red;
  position: absolute;
}

#image4 {
	color: black;
	background-color: white;
	position: relative;
	margin-top: 1em;
	margin-left: 0.5em;
   margin-right: 10px; 
	margin-bottom: 0px;
   padding: 0.5ex 0em 0em 0em;
	left: 0px;
	width: 63em;
	height: 16em;
	border: 0px solid red;
}

i41 {
  margin-left: 1em;
  padding: 0;
  margin-left: 0.5em;
  margin-bottom: 1em;
  margin-top: 0.3em;
  border: 0px solid red;
  position: absolute;
}

i42 {
  margin-left: 1em;
  padding: 0;
  margin-left: 34em;
  margin-top: 0.3em;
  margin-bottom: 10em;
  border: 0px solid red;
  position: absolute;
}

#image5 {
	color: black;
	background-color: white;
	position: relative;
	margin-top: 1em;
	margin-left: 0.5em;
   margin-right: 10px; 
	margin-bottom: 0px;
   padding: 0.5ex 0em 0em 0em;
	left: 0px;
	width: 63em;
	height: 30em;
	border: 0px solid red;
}

i51 {
  margin-left: 1em;
  padding: 0;
  margin-left: 0.5em;
  margin-bottom: 1em;
  margin-top: 0.3em;
  border: 0px solid red;
  position: absolute;
}

i52 {
  margin-left: 1em;
  padding: 0;
  margin-left: 30.6em;
  margin-top: 0.3em;
  margin-bottom: 10em;
  border: 0px solid red;
  position: absolute;
}

#image6 {
	color: black;
	background-color: white;
	position: relative;
	margin-top: 1em;
	margin-left: 0.5em;
   margin-right: 10px; 
	margin-bottom: 0px;
   padding: 0.5ex 0em 0em 0em;
	left: 0px;
	width: 61em;
	height: 24em;
	border: 0px solid red;
}

i61 {
  margin-left: 1em;
  padding: 0;
  margin-left: 0.5em;
  margin-bottom: 1em;
  margin-top: 0.3em;
  border: 0px solid red;
  position: absolute;
}

#sides {
	color: black;
	background-color: white;
	position: relative;
	margin-top: 1em;
	margin-left: 1em;
   margin-right: 10px; 
	margin-bottom: 0px;
   padding: 0.5ex 0em 0em 0em;
	left: 0px;
	width: 62em;
	height: 13.4em;
	border: 0px solid red;
}

sidea {
  margin-left: 1em;
  padding: 0;
  margin-left: 2em;
  margin-top: 0.3em;
  margin-bottom: 10em;
  border: 0px solid red;
  position: absolute;
}

sideb {
  margin-left: 1em;
  padding: 0;
  margin-left: 0.5em;
  margin-top: 0.3em;
  margin-bottom: 10em;
  border: 0px solid red;
  position: absolute;
}

sidec {
  margin-left: 1em;
  padding: 0;
  margin-left: 30.5em;
  margin-top: 0.3em;
  margin-bottom: 10em;
  border: 0px solid red;
  position: absolute;
}

/* ##### NEW benchmark section selector Navigation ##### */


#benches {
	position: relative;
	top: 5px;
	width: 860px;
	height: 500px;
	background: transparent;
	font-size: 90%;
	margin-left: 120px;
	border: 0px solid black;
}


#leftbenches {
  color: black;
  margin-left: 10px;
  padding: 5px;
  font-size: 100%;
  font-weight: normal;
  line-height: 12px;
  position: absolute;
  left: 5px;
  border: 1px solid black;
  width: 225px;

}


#rightbenches {

  color: black;
  margin-left: 5px;
  padding: 3px;
  font-size: 100%;
  font-weight: normal;
  line-height: 12px;
  border: 1px solid black;
  position: absolute;
  left: 280px;
  width: 235px;
}

du {
	font-weight: bold;
	font-family: arial;
	font-size: 120%;
	margin-left: 5px;
	padding: 5px;
	text-align: left;
	border-bottom: 2px solid black;
	width: 260px;
	padding: 2px;
	color: #A0522D;
}

bd {
  margin-left: 10px;
  margin-top: 5px;
  padding: 1;
  font-weight: normal;
  line-height: 20px;
  border: 0px solid red;
  position: relative;
  top: -8px;
}


be {
  margin-left: 2px;
  margin-top: 2px;
  padding: 2;
  font-weight: bold;
  line-height: 10px;
}


#benches a {
  color: #CD3333;
  background-color: transparent;
  text-decoration: none;
}

#benches a:hover {
  text-decoration: underline;
}




/* ##### Bottom 2 Selector Navigation ##### */

#bottomnav2 {
	border: 1px solid #860F09;
	padding: 5px;
	width: 90%;
	height: 11em;
	color: #860F09;
	float: center;
	background-color: #FFF1BA;
}

.left {
	float: left;
    width: 25%;
	font-weight: normal;
	font-family: arial;
	font-size: 83%;
	margin: 0;
	padding-top: 0x;
	padding-left: 0px;
	color: black;
	border: 0px solid black;
}

.center {
	float: left;
	width: 30%;
	font-size: 83%;
	font-family: arial;
	line-height: 16px;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10%;
	border: 0px solid black;
	color: black;
}
.right {
   float: right;
    width: 25%;
	font-weight: bold;
	font-family: arial;
	font-size: 83%;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 30px;
	text-align: right;
	color: black;
	border: 0px solid black;
} 

#bottomnav2 a {
  color: #860F09;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#bottomnav2 a:hover {
	text-decoration: underline;
}
/* ##### Bottom 2 Selector Navigation ##### */





/* ##### Bottom 3 Selector Navigation ##### */

#bottomnav3 {
	border: 1px solid #860F09;
	padding: 5px;
	width: 90%;
	height: 60px;
	color: #860F09;
	float: center;
	background-color: #FFF1BA;
}

.left3 {
	float: left;
    width: 25%;
	font-weight: bold;
	font-family: arial;
	font-size: 83%;
	margin: 0;
	padding-top: 0x;
	padding-left: 0px;
	color: black;
	border: 0px solid black;
}

.center3 {
	float: left;
	width: 30%;
	font-size: 83%;
	font-family: arial;
	line-height: 15px;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10%;
	border: 0px solid black;
	color: black;
}
.right3 {
   float: right;
    width: 25%;
	font-weight: bold;
	font-family: arial;
	font-size: 83%;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 30px;
	text-align: right;
	color: black;
	border: 0px solid black;
} 

#bottomnav3 a {
  color: #860F09;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#bottomnav3 a:hover {
	text-decoration: underline;
}
/* ##### Bottom 3 Selector Navigation ##### */








/* ##### Footer ##### */

#footer {
	position: inherit;
	color: black;
	background-color: #E8CD63;
	font-size: 92%;
	text-align: center;
	line-height: 1.25em;
	border-top: 0px solid #0C7DDD;
	border-left: 0px solid #0C7DDD;
	border-bottom: 0px solid #0C7DDD;
	border-right: 0px solid #0C7DDD;
	padding: 1em 4mm 1em 4mm;
	clear: both;
	<br>
}

#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;
}