@import url("2-col-static.css");    /* basic two column, static layout */

/*
 *  Application specific styles, layouts, fonts, etc
 */

body {
  background: url("/images/ginghambg.gif") #E6EDD3 repeat;
  background-position: top center;
  margin-bottom: 20px;
}

h1 {
  margin-top: 0px;
  padding-top: 0px;
  color: #557255;
  font-size: 170%;
  font-weight: normal;
}

img {
  border: 0px;
}

ul.linklist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.linklist li {
  background-image: url("/images/arrowbullet.gif");
  background-repeat: no-repeat;
  background-position: 0 .5em;
  padding-left: .6em;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #999;
}

a:active, a:hover {
  color: #f33;
  text-decoration: none;
  border-bottom: 1px solid #f33;
}

#container {
  background-color: #E5EED3;
  color: #333333;
}

/* Image layouts can benefit from block positioning,
   otherwise inline image lineheight expands with user font size adjustments */
#header * img {
  display: block;
}

/* remove some link styling for the header */
#header a {
  border: none;
}

div#content h2 {
  color: #557255;                            /* matched */
  font-size: 130%;
}

#header {
  border-top: solid #557255 15px;
}

/* Used to removed underlined space around img tags in nav bars (Opera) */
div#nav2 table tr td a
{
  text-decoration: none;
}

div#nav2 table
{
  float: right;
/*
   margin-left: 0px;  -------------- for Opera to left justify - tbd
*/
  position: relative;

}


div#content table {
    margin-bottom: 2em;
}

#header div#nav2 {
  margin-top: 5px;
  height: 78px;
  width: 100%;
  background-color: #F5F6E1;
  background-image: url('/images/bottomstripe.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

#header div#logo {
  z-index: 5;
  position: relative;
  text-align: left;
  top: -44px;
  left: 15px;
  height: 89px;
  width: 305px;
}

div#logo img { display: block; }


/*
 *   Section: left navigation
 */

/* General styling for the left nav sidebar */
div#leftnav {
  line-height: 1.2em;
}


div#leftnav h2 {
  margin: 0 0 .5em 0;
  font-size: 100%;
  color: #557255;   /* matched */
  text-align: center;
}


/* A little breathing room */
#leftnav img#tart { margin-top: 0px; }


/* this should be a child selector */
/* Any block-level items that are to be "boxed" should be listed here */
div#leftnav div.boxed,  /* being deprecated */
div#leftnav div#leftnavMenu,
div#leftnav div.leftnavComponent
{
  width: 180px;         /* provides space on right side of components */
  margin: 0 0 5px 15px;
  padding: 4px;
  border: solid 1px #C8D5B7;
  background-color: #F5F6E1;
}


/* Specialized styling for the left navigation menu */

div#leftnav div#leftnavMenu {
  line-height: 1.5em;
  font-size: 80%;
  text-align: left;
  text-transform: uppercase;
}


div#leftnav div#leftnavMenu a {
  border: none;
}


/*
 *   Section: content area
 */

div#content {
  padding-right: 10px;
}

#footer { font-size: 90%; }
#footer, #footer a
{
  line-height: 1.1em;
  color: #777;
  text-align: center;
  padding-bottom: 5px;
}

p.signature /* tbd: I don't think this is needed. */
{
  text-align: right;
  padding-right: 30px;
  font-weight: bold;
}

/*  NEWS SECTION */

#content div.post,
#content div.boxed
{
    border: solid 1px #C8D5B7;
    padding: 5px 10px 10px 10px;
    margin: 5px;
    background: #EBF4DA;
}

#content div.side_bar {
  margin-top: 3em;
  width: 30%;
  float: right;
}

div#news h2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

div#news div#date {
    padding-left: 20px;
    font-size: 80%;
}

div#news div.sig {
    font-size: 80%;
}

@import url("clients.css");    /* /clients section */

div#nextAnnouncment  /* style the "next announcment" widget */
{
  text-align: center;
  margin-top: 5px;
  font-size: 80%;
}

:link.feed,
:visited.feed
{
  border: 1px solid;
  border-color: #FC9 #630 #330 #F96;
  padding: 0 3px;
  font: bold 90% verdana,sans-serif;
  color: #000;
  background: #F60;
  text-decoration: none;
  margin: 4px;
}


ul.linklist li a,
ul.linklist li a,
ul.linklist li a:visited,
ul.linklist li a:link
{
  color: #900;
  text-decoration: none;
  border: none;
}

div#leftnav ul.linklist li a:hover ,
ul.linklist li a:hover
{
  color: #f33;
}


#content div.boxed h2 {
  color: #333;
  font-size: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}

div#footer a {
  text-decoration: underline;
  border: none;
}

div#footer a:hover {
  color: #f33;
}
