
/***************************************************

GENERAL STYLES

***************************************************/

body {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
  font-family: Verdana, Arial, Tahoma, "Lucida Sans", "Trebuchet MS", Helvetica, Sans-Serif;
  font-size: 76%;
  color: #333;
  background-color: #B1953A; /* BRIGHT GREEN */
}

p,h1,h2,h3,h4,h5,h6,ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: none;
}

a {
  color: #333;
}

.strong {
  font-weight: bold;
}

.em {
  font-style: italic;
}

.center {
  text-align: center;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}


/***************************************************

TABLE GRID

***************************************************/

td#TopPane {
  padding: 20px 0;
  background-color: #FFF;
}

td#TopPane ul {
  list-style-type: none;
  font-size: 60%;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: solid 1px #B1953A; /* BRIGHT GREEN */
  margin-left: 110px;
}

td#TopPane ul a {
  text-decoration: none;
  color: #9DB440; /* GREEN */
  color: #333;
  padding-bottom: 4px;
}

td#TopPane ul a:hover {
  border-bottom: solid 6px #B1953A; /* BRIGHT GREEN */
}

td#TopPane li {
  display: inline;
  margin-right: 22px;
}

#ContentPane {
  padding: 60px 30px;
  background: url(images/bottomLines04.gif) repeat-x;
  background-position: bottom;
  background-color: #FFF;
  font-size: 0.7em;
  line-height: 1.4em;
  margin-bottom: 20px;
  min-width: 410px;
  /* dynamic expression to emulate min-width in ie*/
  width: expression(document.body.clientWidth < 900? "410px" : "100%" );
}

#ContentPane h1 {
  margin-bottom: 10px;
  color: #333;
  font-size: 1em;
  text-transform: uppercase;
}

#ContentPane h2 {
  margin-bottom: 10px;
  color: #007CAF; /* DARK BLUE */
  font-size: 1em;
  text-transform: uppercase;
}

#ContentPane table {
  font-size: 1em;
}

#ContentPane p {
  margin-bottom: 20px;
}

#ContentPane ul {
  padding: 20px 40px;
}

#ContentPane #homeContent {
  text-align: right;
  width: 200px;
}

#ContentPane #homeContent p {
  text-align: right;
}

#ContentPane #homeContent h1,h2,h3,h4,h5,h6 {
  text-align: right;
}

#ContentPane #news {
  width: 180px;
  float: right;
  margin: 0 10px 20px 20px;
  text-align: right;
}

#ContentPane #news p {
  text-align: right;
}

#ContentPane #news h1,h2,h3,h4,h5,h6 {
  text-align: right;
}

#ContentPane .finePrint {
  font-size: 0.8em;
}

td#BottomPane {
  background: #FFF url('images/footer04.gif') no-repeat left bottom;
  padding-left:10px; padding-right:10px; padding-top:80px; padding-bottom:40px
}

td#BottomPane #contact {
  float: right;
  width: 350px;
  font-size: 60%;
  margin-top: -70px;
}

td#BottomPane #contact p {
  text-align: right;
}

td#BottomPane ul {
  margin-top: -70px;
  list-style-type: none;
  font-size: 65%;
  margin-left: 100px;
  text-transform: lowercase;
}

td#BottomPane ul a {
  text-decoration: none;
}

td#BottomPane ul a:hover {
  border-bottom: solid 1px #B1953A; /* BRIGHT GREEN */
}

td#BottomPane li {
  display: inline;
  margin: 10px 0;
}

td#LeftPane {
  text-transform: uppercase;
  width: 320px;
  padding-bottom: 40px;
  background: #FFF url('images/leftCurve04.gif') no-repeat left bottom;
  position:relative; background-color:#FFF
}

td#LeftPane ul {
  text-align: right;
  list-style-type: none;
  font-size: 70%;
  position: relative;
  z-index: 10;
}

td#LeftPane ul a {
  text-decoration: none;
  color: #007CAF; /* BLUE */
}

td#LeftPane ul a:hover {
  color: #B1953A; /* GREEN */
}

td#LeftPane ul a.active {
  font-weight: bold;
  color: #B19531; /* GREEN */
}

td#LeftPane ul ul {
  font-size: 90%;
  width: 320px;
}

td#LeftPane ul ul a {
  color: #B1953A; /* GREEN */
  padding-right: 35px;
}

td#LeftPane ul ul a.activeSub {
  background: url('images/active04.gif') no-repeat right center;
  font-weight: bold
}

td#LeftPane li {
  margin: 10px 0;
}

td#LeftPane #portraits {
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
}

td#RightPane {
  padding-bottom: 100px;
  background: #FFF url('images/bottomLines04.gif') repeat-x 0% 100%;
  
}

/***************************************************

SMARTBRIEF NEWS STYLES

***************************************************/

#ContentPane #news .sb_date {
  font-weight:bold;
}

#ContentPane #news .sb_link {
}

#ContentPane #news .sb_sectionname {
  font-size:12px;
  color: #000000;
  font-weight:bold;
  font-style: normal;
  margin-bottom: 10px;
}

#ContentPane #news .sb_headline {
  font-weight:normal;
  margin-bottom: 10px;
}

#ContentPane #news .sb_copy {
  font-weight:normal;
  font-style: italic;
  margin-bottom: 10px;
}

#ContentPane #news .sb_info {
  font-size:10px;
  color: #000000;
  margin-bottom: 10px;
}