/**********************************
 * 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: 140%;  /* Enables font size scaling in MSIE */
  margin-left: 4%;
  margin-right: 10%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  max-width: 94.05em;
  min-width: 67.05em;
}

#wrapper {
	border: 1px solid black;
	clear: both;
	background-color: transparent;
	padding: 0px;
	 max-width: 94.05em;
	min-width: 65.05em;
}

#wrapperblue {
	color: inherit;
	border: 0px solid darkblue;
	background-color: white;
	 max-width: 94.05em;
	min-width: 65.05em;
}

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: 3em;
	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: 4em;
	border-left: 0px solid #4682B4;
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-right: 1px solid black;
	margin-right: 0px;
	margin-bottom: 0em;
	width: 6em;
   float: left;
	clear: left;
	text-align: left;
	background-color: #E8CD63;
	font-size: 20px;
}

.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;
  margin-bottom: 0em;
}

.leftSideBar ld {
  margin-left: 2em;
  margin-top: -1em;
  padding-top: -1px;
  position: relative;
  text-align: right;
  font-size: 0.6em;
  color: #A0522D;
  border: 0px solid black;
  
}

.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;
}


/* ##### Left middle Bar     REVIEWS SECTION    ##### */

.leftmiddleBar {
	border-left: 0px solid #4682B4;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	margin-right: 0px;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 3em;
	width: 8.84em;
	float: left;
	clear: left;
	text-align: left;
	height: 13em;
	background-color: #E8CD63;
	font-family: Calibri;
	font-size: 1em;

}

.leftmiddleBar ul {
	list-style-type: none;
	list-style-position: outside;
	margin-top: -2.5em;
	margin-left: -1.6em;
	font-size: 1em;
	height: 1em;
	line-height: 0.9em;
	font-weight: normal;

}

.leftmiddleBar ld {
  margin-left: -0.5em;
  margin-top: -1em;
  padding-top: -1px;
  position: relative;
  text-align: left;
  font-size: 1em;
  line-height: 1em;
  color: black;
  border: 0px solid black;
}

.leftmiddleBar a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal; 
  width: 20em;
  font-size: 1em;
  height: 1em;
  line-height: 0.8em;
  border: 0px solid black;
}

.leftmiddleBar a:hover {
  text-decoration: underline;
  color: #C30000;
  font-weight: bold;
}

/* ##### Left Side2 Bar ##### */

.leftSide2Bar {
	height: 1.3em;
	border-left: 0px solid #4682B4;
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-right: 1px solid black;
	margin-right: 0px;
	margin-bottom: 0em;
	width: 6em;
   float: left;
	clear: left;
	text-align: left;
	background-color: #E8CD63;
	font-size: 20px;
	position: relative;
}

.leftSide2Bar .sideBarTitle {
  color: white;
  background-color: #4682B4;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSide2Bar 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: -0.3em;
}

.leftSide2Bar li {
  margin: 1ex;
  padding: 0px;
  /*padding: 0 0 1.25ex 0.75ex;*/
  font-size: 16px;
  margin-bottom: 0em;
}

.leftSide2Bar ld {
  margin-left: 2em;
  margin-top: -1em;
  padding-top: -1px;
  position: relative;
  text-align: right;
  font-size: 0.6em;
  color: #A0522D;
  border: 0px solid black;
  
}

.leftSide2Bar a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.leftSide2Bar a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.leftSide2Bar .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;
}

.leftSide2Bar .sideBarText a {
  text-decoration: underline;
}

.leftSide2Bar .sideBarText a:hover {
  text-decoration: none;
}

.leftSide2Bar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}

/* ##### Left middle2 Bar ##### */

.leftmiddle2Bar {
	border-left: 0px solid #4682B4;
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-right: 1px solid black;
	margin-right: 0px;
	margin-bottom: 0em;
	padding-top: 3em;
	width: 8.84em;
   float: left;
	clear: left;
	text-align: left;
	height: 0.2em;
	background-color: #E8CD63;
	font-family: Tahoma;
	font-size: 1em;
}

.leftmiddle2Bar ul {
	list-style-type: none;
	list-style-position: outside;
	margin-top: -2.5em;
	margin-left: -1.6em;
	font-size: 15px;
	height: 1em;
	line-height: 0.9em;
	font-weight: bold;
}

.leftmiddle2Bar ld {
  margin-left: 0em;
  margin-top: -1em;
  padding-top: -1px;
  position: relative;
  text-align: left;
  font-size: 0.6em;
  line-height: 0.8em;
  color: #A0522D;
  border: 0px solid black;
  
}

.leftmiddle2Bar a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
  width: 20em;
  font-size: 1.2em;
  height: 1em;
  line-height: 0.8em;
  border: 0px solid black;
}

.leftmiddle2Bar a:hover {
  text-decoration: underline;
}


/* ##### Left bottom Bar ##### */

.leftbottomBar {
	height: 7em;
	border-left: 0px solid #4682B4;
	border-bottom: 1px solid black;
	border-top: 0px solid black;
	border-right: 1px solid black;
	margin-right: 0px;
	margin-bottom: 0em;
	padding-top: 0.6em;
	width: 6em;
   float: left;
	clear: left;
	text-align: left;
	background-color: #E8CD63;
	font-size: 20px;
}

.leftbottomBar .sideBarTitle {
  color: white;
  background-color: #4682B4;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftbottomBar 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: -0.6em;
}

.leftbottomBar li {
  margin: 1ex;
  padding: 0px;
  /*padding: 0 0 1.25ex 0.75ex;*/
  font-size: 16px;
  margin-bottom: 0em;
}

.leftbottomBar ld {
  margin-left: 2em;
  margin-top: -1em;
  padding-top: -1px;
  position: relative;
  text-align: right;
  font-size: 0.6em;
  color: #A0522D;
  border: 0px solid black;
  
}

.leftbottomBar a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.leftbottomBar a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.leftbottomBar .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;
}

.leftbottomBar .sideBarText a {
  text-decoration: underline;
}

.leftbottomBar .sideBarText a:hover {
  text-decoration: none;
}

.leftbottomBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}





/* ##### Main Copy ##### */

#main-copy {
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 13px;
	margin-left: 125px;
   margin-right: 8px; 
	margin-top: 0px;
	margin-bottom: 0px;
   padding: 0.5ex 0em 0em 0em;
	margin-left: 10em;
	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;
}





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: 180px;
	padding: 2px;
	color: #A0522D;
}


dd {
  margin-left: 15px;
  padding: 0;
  font-size: 80%;
  font-weight: bolder;
  line-height: 20px;
  position: relative;
  top: -8px;
}


ff {
  margin-left: 20px;
  padding: 0;
  
}


/* ##### NEW benchmark section selector Navigation ##### */


#benches {
	position: relative;
	top: 5px;
	width: 45em;
	height: 36em;
	background: transparent;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 9em;
	margin-bottom: 5em;
	border: 1px solid black;
}


#leftbenches {
  color: black;
  margin-left: 10px;
  padding: 5px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 12px;
  position: absolute;
  left: 5px;
  width: 16em;
  border: 1px solid black;
  margin-bottom: 1em;
  background-color: #F5F5F5;

}


#rightbenches {

  color: black;
  margin-left: 5px;
  padding: 3px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 12px;
  border: 1px solid black;
  position: absolute;
  left: 20em;
  width: 16em;
  margin-bottom: 1em;
  background-color: #F5F5F5;
}

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: 145px;
	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;
}
