/***********************************************
 * Document
 ***********************************************/
#document {
}

body {
  background-color: #fff;                     /* Background */
  color: #333;                                /* Foreground */
  font: 90% arial, helvetica, sans-serif;
  margin: 0;
  padding: 1em;                               /* Padding */
}


h1, h2, h3 {
  margin: 0;
  clear: both;
}

.spacer {
  clear: both;
}

#content {
  padding: 0.5em;
}


/***********************************************
 * Header
 ***********************************************/
#header {
  background: #658fb8;                        /* Background */
  color: #333;                                /* Foreground */
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #333;                         /* Document border */
  background-image: url(../images/header_background.jpg);
  background-repeat: repeat-x;
  min-height: 100px;
  height: 100px;
  max-height: 100px;
}

#header img {
  border-style: none;
  vertical-align: top;
  margin: 0 0 0 4px;
}

#header a {
  text-decoration: none;
  color: #333;                                /* Foreground */
}

#header a:hover {
}

#header h1 {
}

/***********************************************
 * Breadcrumb
 ***********************************************/
#breadcrumb {
  background-color: #ddd;                     /* Background */
  color: #333;                                /* Foreground */
  padding-left: 0.5em;                        /* Padding */
  margin-bottom: 0.5em;
}

#breadcrumb ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
}

#breadcrumb ul li {
  border: none;
  list-style: none;
  display: inline;
}

/***********************************************
 * Navigation
 ***********************************************/
#navigation {
  padding: 0.3em;
  margin: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #333;                         /* Document border */
  background-color: #ddd;                     /* Background */
  color: #333;                                /* Foreground */
  background-image: url(../images/navigation_background.jpg);
  background-repeat: repeat-x;
}

#navigation, #navigation ul li {
  font-size: 1em;
}

#navigation ul {
  padding: 0;
  margin: 0;
  display: inline;
  border: none;
}

#navigation ul li, #sub-navigation ul li {
  list-style: none;
  display: inline;
}

#navigation ul li {
  padding: 0.3em;
  margin: 0;
  font-weight: bold;
}

#navigation, #navigation a, #navigation a:hover {
  color: #333;                                /* Foreground */
}

#navigation li.current {
  padding: 0.3em;
  background-color: #333;                     /* Background */
  color: #ddd;                                /* Foreground */
  background-image: url(../images/navigation_background_c.jpg);
  background-repeat: repeat-x;
}

#navigation a {
  text-decoration: none;
}

#navigation a:hover, #sub-navigation a:hover{
  text-decoration: underline;
}

#sub-navigation {
  font-size: 1.0em;
  padding: 1em 0 0 0.5em;
  margin: 0;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #333;                         /* Document border */
}

#sub-navigation ul {
  padding: 0;
  margin: 0;
  font-weight: bold;
  border: none;
}

/***********************************************
 * Content
 ***********************************************/
#content {
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #333;                         /* Document border */
}

#content h2 {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  clear: left;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #333;                        /* Border */
}

#content h3 {
  margin-top: 0.5em;
  margin-bottom: 0;
}

#content h4 {
  margin-top: 0.5em;
  margin-bottom: 0;
}

#content p {
  margin-top: 0.5em;
  margin-bottom: 0.6em;
  line-height: 1.4em;
}

#content ul {
  margin-left: 0.8em;
  padding-left: 0.8em;
  padding-top: 0;
  margin-top: 0.5em;
  margin-bottom: 0;
}

#content li {
  margin-top: 0.2em;
  margin-bottom: 0;
}

#content img {
  margin-top: 0.3em;
  margin-bottom: 0;
  border-style: none;
}

#content .img-border {
  margin: 0.3em 0.3em 0.5em 0;
  border-style: solid;
  border-width: 1px;
  border-color: #333;                        /* Border */
}

#content .img-border-left {
  margin: 0.3em 0.3em 0.5em 0;
  border-style: solid;
  border-width: 1px;
  border-color: #333;                        /* Border */
  float: left;
}

#content td {
  vertical-align: top;
}

/***********************************************
 * Footer.
 ***********************************************/
#footer {
  font-size: 0.7em;
  clear: left;
}

#footer p {
  margin: 0;
}

