/*
   (1) html elements
   (2) structures
   (3) formatting for structures
   (4) general purpose
   (5) hacks 
      made in washington */

/************************************************
   (1) html elements
*************************************************/
html {
   height: 100%;
   margin: 0;
   padding: 0;
}

body {
   height: 100%;
/*   background-color: #bfbfbf;*/
   font: normal 100% "Times New Roman", Times, serif;
   margin: 0;
   padding: 0;
}

a {
   color: #5b0906;
   text-decoration:none;
}

a:hover {
   color: #E1846C;
}

img {
   border: none;
}

form {
   display: inline;
}

p {
   margin: 0 0 6px 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: .8em;
}

h1, h2, h3, h4, h5 {
   margin: 0;
   padding: 0;
   color: #5b0906;
}

h1 {font-size: 1.5em;
   }

.testimonial {
   color: blue;
   font-size: 1.2em;
   text-align: center;
   margin: 6px 0;
}

.pages {
   color: #0100fc;
   margin: 0 0 18px 278px;
}

.definition {
   margin: -10px 0 18px 278px;
   font-size: 13px;
}

h3 {font-size: 1em;
   height: 2.1em;
   }

h2 {font-size: 1.2em;
   min-height: 2.1em;
   text-transform: uppercase
   }

ul {
    margin: 0 0 0 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    color: #5b0906;
    font-weight: bold;
    list-style-image: url('../images/diamond-li.png');
}

#body-right ul {
    margin: 0 0 1.5em 3em;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    list-style-image: url('../images/diamond-li.png');
}

/*
ul, li {
   list-style-image: url('../images/diamond.png');
   list-style: circle;
   margin: 0 0 0 1.5em;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   color: #5b0906;
   font-size: .9em;
}
*.

/* Need to find a home for these */
.indent {
   margin-left: 3em;
}


/* Need to find a home for these */

input.std {
   color: #fff;
   border: 1px solid #808080;
   border-right-color: #dbdbdb;
   border-bottom-color: #dbdbdb;
   background-color: #999;
}

/************************************************
   (2) structures
*************************************************/
#main {
   width: 950px;
   margin: 0 auto;
   padding: 0;
   background-color: #FFFFFF;
   height:auto !important; /* real browsers */
   height:100%; /* IE6: treated as min-height*/
   min-height:100%; /* real browsers */
   padding-bottom: 0px;
   position: relative;
}

#masthead {
   background: transparent url(../images/header.jpg) 0 0 no-repeat;
   height: 77px;
}

#masthead-b {
   background: transparent url(../images/header-b.jpg) 0 0 no-repeat;
   height: 77px;
}


#top, top-last {
   background-color: #FFFFFF;
   margin: 0;
   padding: 10px 20px 20px;
   font-size: .9em;
}
#top-last {
   padding: 10px 0 20px 20px;
}

#nav {
   margin-left: 230px;
}

#nav .nav {
   float: left;
   padding: 26px 6px 0 6px;
   font-size: .8em;
   font-weight: bold;
   color: #5b0906;
}

.title, .title-first, .title-last {
   float: left;
   padding: 3px 8px 0 8px;
   font-size: .7em;
   font-weight: bold;
   color: #5b0906;
}

.title-first {
   padding-left: 24px;
   margin-left: 4px;
}

.title-last {
   padding-right: 0;
}

.bullet {
   float: left;
   width: 15px;
   background: transparent url('../images/diamond.png') 0 0 no-repeat;
}

#content {
   background-color: #FFFFFF;
   margin: 0;
   padding: 10px 20px 0px;
   font-size: .9em;
}

#content .left {
   float: left;
   width: 489px;
   margin-left: 5px;
}

#content .right {
   float: left; width:
   400px;
}

.line {
   background-color: #b2b0c4;
   width: 900px;
   height: 4px;
   margin: 0 20px;
}

#bottom {
   margin:0;
   padding: 0 0 0 12px;
   text-align: center;
}

#bottom p {
   font-size: .7em;
   margin: 0;
   padding: 0;
}

#bottom img {
   margin: 0;
   padding: 6px 0;
}

.bottom-pannel, .bottom-pannel-left, .bottom-pannel-right {
   float: left;
   width: 160px;
   margin: 12px;
}

#bottom a {
   font-weight: bold;
   font-size: .8em;
}

#bottom-nav {
   text-align: center;
   font-size: .8em;
   color: #8B8B8B;
   padding-top: 2em;
}

#footer {
   text-align: center;
   color: #5b0906;
   font-size: .7em;
}


/* Start of inner pages*/

      #body-left {
         float: left;
         width: 205px;
         padding: 0 24px;
      }

      #body-left p {
         font-size: 11px;
         font-weight: bold;
         color: #5b0906;
      }

      #body-right {
         float: left;
         width: 600px;
         border-left: solid;
         border-left-color: #b2b0c4;
         padding: 0 24px;
         min-height:400px;
         height:auto !important;
         height:400px;
      }

      #body-right p {
         font-size: 12px;
         margin-bottom: 1.5em;
         font-weight: normal;
      }

      #body-right a {
         color: blue;
         text-decoration: underline;
         font-weight: bold;
      }

      .call-out {
         font-weight: bold;
         text-decoration: underline;
      }

      .body-title {margin-left: 274px;}

      .clear {clear: both;
   padding: 0px;
   margin: 0px;
      }

