﻿/* real red= #b13838 ,  real blue= #1e2995 , real green= #24971e 
   gsc pink= #ff00ff , gsc blue= #00ffff , gsc yellow= #ffff00 */

a:link {
  text-decoration: none;
  color: #ffd401;
}

a:visited {
  text-decoration: none;
  color: #ffd401;
}

a:hover {
  text-decoration: none;
  color: #ff00ff;
}

a:active {
  text-decoration: none;
  color: white;
}


li a {
  font-family: sans-serif;
  padding: 5px
}

li a:link, li a:visited {
  text-decoration: none;
  background-image: url(pics/fade.png);
  background-repeat: repeat-x;
  background-color: #444444;
  color: #ffd401;
  border-bottom: 2px solid #171717;
  border-left: 2px solid #5c5c5c; 
  border-top: 2px solid #5c5c5c;
  border-right: 2px solid #171717;
}


li a:hover {
  text-decoration: underline;
  background-color: #262626;
  background-image: url(pics/linkback2.png);
  background-repeat: repeat-x;
  color: #ffd401;
  border-bottom: 2px solid #444444;
  border-left: 2px solid #262626; 
  border-top: 2px solid #262626;
  border-right: 2px solid #444444;
}

li a:active {
  text-decoration: none;
  background-color: #9a9a9a;
  color: black;
}


body {
  background-color: black;
}

#body {
  position: absolute;
  border: 2px solid #444444;
  width: 950px;
  height: 7000px;
  background-color: white;
}

#banner {
  border-bottom: 1px solid #444444;
  padding: 5px;
  background-image: url(pics/fadegrayHGSC.png);
  background-repeat: repeat-y;
  height: 150px;
}

.topimage {
  position: absolute;
  right: 10px;
  top: 10px;
}

#tagline {
  margin: 0;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-top: 15px;
  height: 45px;
} 
 
.tagline {
  font-family: "trebuchet MS", sans-serif;
  color: #ffd401;
  margin: 0;
  font-weight: lighter;
  font-size: 24pt;
}

#date {
  position: absolute;
  right: 10px;
  top: 135px;
  font-weight: normal;
  padding-left: 10px;
  font-size: 11pt;
  color: #81807d;
  font-family: "trebuchet MS", "times new roman";
}


#search {
  height: 30px;
  width: 180px;
  border: 2px solid gold;
  position: absolute;
  right: 10px;
  top: 175px;
  background-color: white;
}

 
#navigation {
  border-bottom: 1px solid #494949; 
  height: 60px;
  padding: 0;
  background-color: #262626; 
}

#navigation li {
  display: inline;
  font-size: 14pt
}

#navigation ul {
  font-size: 14pt
  list-style: none;
  position: absolute;
  left: -33px;
  width: 940px;
}



#body-background {
  background-image: url(pics/fadegrayH2GSC.png);
  background-repeat: repeat-y;
  height: 8200px;
}

#a-cell {
  background-color: #171717;
  border: 1px solid #444444;
  position: relative;
  margin: 8px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 930px;
}

#a-cell p, #a-cell h1, #a-cell h2, #a-cell h3, #a-cell h4, #a-cell h5 {
  padding-left: 8px;
  padding-right: 8px;
  font-family: ariel, sans-serif;
  color: white;
}

#google-search form {
  position: relative;
  top: -20px;
  left: 680px;
  border-bottom; solid 50px red;
}

#textbody li {
  padding-left: 8px;
  padding-right: 8px;
  font-family: ariel, sans-serif;
}

#textbody img {
  padding: 5px 20px 5px 10px;
}

#b-cell {
  background-color: #171717;
  border: 1px solid #444444;
  position: relative;
  margin: 8px;
  width: 930px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#b-cell p, #b-cell h1, #b-cell h2, #b-cell h3, #b-cell h4, #b-cell h5  {
  padding-left: 8px;
  padding-right: 8px;
  font-family: ariel, sans-serif;
  color: white;
}

#b-cell script {
  padding-left: 20px;
}

#c-cell {
  background-color: #171717;
  border: 1px solid #444444;
  position: relative;
  margin: 8px;
  width: 930px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#c-cell p, #c-cell h1, #c-cell h2, #c-cell h3, #c-cell h4, #c-cell h5 {
  padding-left: 8px;
  padding-right: 8px;
  font-family: ariel, sans-serif;
  color: white;
}

#d-cell {
  background-color: #171717;
  border: 1px solid #444444;
  position: relative;
  margin: 8px;
  width: 930px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#d-cell p, #d-cell h1, #d-cell h2, #d-cell h3, #d-cell h4, #d-cell h5 {
  padding-left: 8px;
  padding-right: 8px;
  font-family: ariel, sans-serif;
  color: white;
}


#fixedtipdiv {
  position: absolute;
  width: 150px;
  padding: 2px 5px 5px 5px;
  border-top: 1px solid #bababa;
  border-right: 2px solid #878787;
  border-bottom: 2px solid #878787;
  border-left: 1px solid #bababa;
  font: normal 14px Times New Roman;
  line-height:20px;
  z-index:200;
  background-color: #262626;;
  color: #b07b7b;  /*red*/
}