/* Screen cascading style sheet for GARLAND Website */

body {
  font-family: Arial, Verdana;
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

a:link {color: #CC0000; font-weight: bold; text-decoration: none}
a:visited {color: #CC0000; font-weight: bold; text-decoration: none}
a:hover {color: #001977; font-weight: bold; text-decoration: none}
a:active {color: #CC0000; font-weight: bold; text-decoration: none}

blockquote {font-style: italic; text-align: justify}

h1 {border-bottom: 2px solid #000000; color: #720000; float: right; font-size: 1.8em; font-weight: bold; margin: 10px 0px; text-align: right; width: 40%}

h1.sub {border: 0px; color: #720000; float: right; font-size: 1.2em; font-weight: bold; margin: 0px; text-align: right; width: 100%}

h2 {color: #720000; font-size: 1.4em; font-weight: bold; margin: 30px 0px -5px 0px; text-align: left}

img.thumb {border: 1px solid #000000; margin: 2px}

#footer a:link {color: #6A8E52; font-weight: normal; text-decoration: none}
#footer a:visited {color: #6A8E52; font-weight: normal; text-decoration: none}
#footer a:hover {color: #B30000; font-weight: normal; text-decoration: none}
#footer a:active {color: #6A8E52; font-weight: normal; text-decoration: none}

ul {list-style: square}

p {text-align: justify}

td.cv_date {color: #720000; font-weight: bold; width: 100px}
td.cv_head {background: #720000; color: #FFFFFF; font-weight: bold; padding: 5px}

#container {
  background: url(images/panel.gif) no-repeat;
  margin: 10px auto;
  text-align: left;
  height: 800px;
  width: 920px;
}

#footer {
  color: #8DC16F;
  float: left;
  font-family: Arial, Helvetica, Verdana;
  font-size: 0.9em;
  margin-bottom: 20px;
  padding-top: 6px;
  text-align: center;
  width: 100%;
}

#footer hr {
  background: #90AAB7;
  border: 0px;
  color: #90AAB7;
  height: 1px;
  margin: 2px 0 0 0;
}

#footer_w3c {
  float: left;
  width: 150px;
}

#header {
  color: #8DC16F;
  float: left;
  height: 100px;
  width: 100%;
}

.image {
  text-align: center;
}

.image_l {
  float: left;
  margin: 10px 10px 10px 0px; 
  text-align: center;
}

.image_r {
  float: right;
  margin: 10px 0px 10px 10px;
  text-align: center;
}


#image a:link {color: #000000; font-weight: bold; text-decoration: none}
#image a:visited {color: #000000; font-weight: bold; text-decoration: none}
#image a:hover {color: #CC0000; font-weight: bold; text-decoration: none}
#image a:active {color: #000000; font-weight: bold; text-decoration: none}

#left {
  float: left;
  width: 180px;
}

#main {
  float: right;
  padding: 30px;
  text-align: left;
  width: 674px;
}

.message {
  background: #faffe8;
  border: 1px solid #000000;
  margin: 5px;
  padding: 5px
}

#nav {
  font-family: Arial, Helvetica, Verdana;
  float: left;
  margin: 200px 0 0 13px;
  text-align: left;
  width: 172px;
}

#nav ul {
  font-size: 0.9em;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#nav li {
  width: 100%;
}

#nav li a {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #C0C0C0;
  color: #FFFFFF;
  display: block;
  padding: 8px 0px 8px 8px;
  text-decoration: none;
  width: 100%;
}

html>body #nav li a {
  width: auto;
}

#nav li a:hover {
  background: #330000;
}

#news {
  font-size: 0.85em;
  padding-left: 8px;
  width: 162px;
}

#newshead {
  background: url(images/newstab.gif);
  color: #FFFFFF;
  float: left;
  font-weight: bold;
  height: 21px;
  margin-top: 5px;
  padding-left: 8px;
  padding-top: 5px;
  width: 162px;
}

#panels {
  width: 180px;
}

#right {
  position: relative;
  float: left;
  width: 170px;
}

/* Panel Rollovers */

.panel {
  float: right;
  height: 153px;
  width: 182px;
}

#panel1 {
  background: url(images/panel1.gif);
}

#panel1:hover {
  background: url(images/panel1_.gif);
}

#panel2 {
  background: url(images/panel2.gif);
}

#panel2:hover {
  background: url(images/panel2_.gif);
}

#panel3 {
  background: url(images/panel3.gif);
}

#panel3:hover {
  background: url(images/panel3_.gif);
}

#panel4 {
  background: url(images/panel4.gif);
}

#panel4:hover {
  background: url(images/panel4_.gif);
}