*
{
   padding: 0;
   margin: 0;
}

body
{
   background-image: url(images/plugbg.gif);
   background-repeat: repeat;
}

a:link, a:visited
{
   color: #006666;
   text-decoration: none;
}

a:hover
{
   color: #0000ff;
}

#wrapper
{
   padding: 10px;

   width: 910px;
   font-size: 1em;
}


.warn
{
    color: red;
}

/*
 * Header
 * -----------------------------------------------------------------------------
 */

#header
{
   background-image: url(images/cSLogo-150.gif);
   background-repeat: no-repeat;
   height: 160px;
   padding-left: 160px;
   padding-top: 12px;
   width: 750px;
   top: 0;
   right: 0;
}

#header h1
{
   background-image: url(images/strip1.gif);
   background-repeat: no-repeat;
   background-position: left bottom;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 50px;
   color: #336600;
   display: block;
   margin-left: 20px;
   height: 100px;
   letter-spacing: 2px;
}


/*
 * Menu
 * -----------------------------------------------------------------------------
 */

#menu
{
   width: 150px;
   float: left;
}

#menu a
{
   /* IE hack */
   display: inline-block;
}

#menu ul
{
   list-style: none;
}

#menu li
{
   list-style: none;
}

/*
 * Main menu items style.
 */

#menu ul
{
}

#menu ul li
{
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li span.lnk
{
   text-decoration: none;

   display: block;
   padding-right: 5px;
   margin-top: 3px;

   border-bottom-style: solid;
   border-bottom-width: 2px;
   border-bottom-color: #336600;
   border-right-style: solid;
   border-right-width: 8px;
   border-right-color: #336600;

   color: #336600;

   font-size: 1em;
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-weight: bold;
   letter-spacing: 2px;
   text-align: right;
   line-height: 1.7em;
}

/*
 * Main menu current item.
 */
#menu ul li.here
{
}

#menu ul li.here a:link, #menu ul li.here a:visited, #menu ul li.here span.lnk
{
   color: #006666;
   border-color: #006666;
}

/*
 * Main menu current and sub item.
 */
#menu ul li.subhere
{
}

#menu ul li.subhere a:link, #menu ul li.subhere a:visited, #menu ul li.subhere span.lnk
{
   color: #006666;
   border-color: #006666;
}

/*
 * Main menu items: hover.
 */
#menu ul li a:hover, #menu ul li.here a:hover
{
   background-color: #99ff99;
}

/*
 * Secondary menu items style.
 */

#menu ul#secondary
{
   padding: 0;
   margin: 0;
   border: 0;
}

#menu ul#secondary li
{
   padding: 0;
   margin: 0;
   border: 0;
}

#menu ul#secondary li a:link, #menu ul#secondary li a:visited, #menu ul#secondary li span.lnk
{
   padding: 0;
   margin: 0;
   border: 0;

   display: block;
   padding-right: 5px;
   margin-top: 3px;

   border-bottom-style: solid;
   border-bottom-width: 2px;
   border-right-style: solid;
   border-color: #336600;
   border-right-width: 6px;
   padding-right: 7px;
   margin-left: 30px;
   border-color: #336600;

   color: #336600;

   font-size: 0.9em;
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-weight: bold;
   letter-spacing: 1px;
   text-align: right;
   line-height: 1.4em;
}

/*
 * Secondary menu item: current.
 */
#menu ul#secondary li.here a:link, #menu ul#secondary li.here a:visited, #menu ul#secondary li.here span.lnk
{
   color: #006666;
   border-color: #006666;
}

/*
 * Secondary menu items: hover.
 */
#menu ul#secondary li a:hover, #menu ul#secondary li.here a:hover
{
}

/*
 * Page Quote
 * -----------------------------------------------------------------------------
 */

#page-quote
{
   float: right;
   width: 140px;
   padding-left: 10px;
   border-left-style: solid;
   border-left-color: #336600;
   border-left-width: thin;
   font-family:  cursive;
   font-size: 0.8em;
}

#page-quote p
{
   margin-top: 0.5em;
   margin-bottom: 1em;
   line-height: 1.4em;
}


#page-quote p q
{
   font-style: italic;
}

/*
 * Main Content
 * -----------------------------------------------------------------------------
 */

#page-content
{
   margin-left: 180px;
   margin-right: 180px;
   /*
   font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
   "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref",
   sans-serif;
   */
   font-family: Verdana, sans-serif;
   font-size: 0.8em;
}

#page-content img
{
   border: none;
}

#page-content p
{
   text-align: justify;
   margin-top: 0.5em;
   margin-bottom: 1em;
   line-height: 1.4em;
}

#page-content ul
{
   margin-top: 0.5em;
   margin-bottom: 1em;
   padding-left: 10px;
   text-indent: 0;
}

#page-content li
{
   margin-left: 20px;
   margin-bottom: 0.3em;
   padding-left: 0;
   text-indent: 0;
   line-height: 1.4em;
}

#page-content h1
{
   font-size: 1.5em;
   color: #336600 /* #3300ff */;
   text-align: center;
   margin-top: 0.5em;
   margin-bottom: 0.75em;
}

#page-content h2
{
   font-size: 1.3em;
   color: #336600 /* #3300ff */;
   margin-top: 0.5em;
   margin-bottom: 0.5em;
}

#page-content pre
{
   line-height: 1.8em;
}

#page-content pre code
{
   display: block;

   font-family: "Courier New", monospace;
   font-size: 1.2em;

   margin-bottom: 20px;
}

#page-content #col1
{
   position: relative;
   float: left;
   width: 270px;
}

#page-content #col2
{
   position: relative;
   float: right;
   width: 270px;
}

#page-content #pimage
{
   float: left;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 30px;
}

#page-content dd
{
}

#page-content dt
{
   width: 30%;
   float: left;
   margin-bottom: 10px;
}
#page-content dd
{
   margin-left: 35%;
   margin-bottom: 10px;
}


/*
 * Tables.
 */

#page-content table td
{
   font-size: 1em;
   font-family: Verdana, sans-serif;
}

#page-content table td
{
   vertical-align: top;
   padding-bottom: 3px;
}

#page-content table#contact
{
   width: 540px;
}

#page-content table#contact td
{
   padding-bottom: 20px;
}

#page-content table#contact td.td1
{
   width: 120px;
}

#page-content table#cvsum
{
   width: 540px;
}

#page-content table#cvsum td.td1
{
   width: 25%;
}

#page-content table#cvqual
{
   padding: 0;
   margin: 0;
   width: 540px;
}

#page-content table#cvqual td.td1
{
   width: 20%;
}

#page-content table#cvhist
{
   width: 540px;
}

#page-content table#cvhist td.td1
{
   width: 20%;
}

#page-content table#cvhist td.td2
{
   width: 40%;
}

/*
 * Footer
 * -----------------------------------------------------------------------------
 */

#footer
{
   clear: both;
   border-top-style: solid;
   border-top-color: #336600;
   border-top-width: 5px;
   padding-top: 10px;
   margin-left: 180px;
   margin-top: 50px;
}

#footer p
{
   font-family: Tahoma, Arial, sans-serif;
   font-size: .7em;
}

#footer a
{
   float: right;
   border: none;
   margin: 3px;
}

#footer img
{
   border: none;
}

/*
 * Error Page
 * -----------------------------------------------------------------------------
 */

#box-error
{
   /*
   position: absolute;
   top: 50px;
   left: 50px;
   */
   width: 700px;
   border-width: 5px;
   border-style: solid;
   border-color: black;
   padding: 20px;
   margin-top: 50px;
   margin-left: auto;
   margin-right: auto;
}

#box-error p
{
   margin-bottom: 1em;
   line-height: 1.4em;
   font-size: 1.2em;
}

#box-error h1
{
   font-family: Tahoma, Arial, sans-serif;
   font-size: 3em;
   color: #336600;
   text-align: center;
   margin-top: 0.5em;
   margin-bottom: 0.75em;
}

#box-error h2
{
   font-family: Tahoma, Arial, sans-serif;
   font-size: 1.3em;
   color: red /* #3300ff */;
   margin-top: 0.5em;
   margin-bottom: 1em;
}

#box-error .foot
{
   font-size: 0.8em;
}

/*
 * Explorer Warning
 * -----------------------------------------------------------------------------
 */

#ie-warning
{
   border: 0;
   margin: 0;
   padding: 5px;

   width: 100%;

   background-color: black;
   color: white;
   
   font-family: sans-serif;
   
   font-size: 0.8em;
   
   text-align: center;
}

#ie-warning a:link, #ie-warning a:visited
{
   color: yellow;
}

#ie-warning a:hover
{
   text-decoration: underline;
}
