/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Page
-------------------------------------------------------------- */

#page { margin: 0 auto; width: 1000px; }


/* Header
-------------------------------------------------------------- */

#header { margin-top: 20px; border-bottom: 1px solid #696969;}
#header h1 { margin: 5px 0; }
#header h4 { color: #696969;}
#header IMG {display: inline; float: left; margin: 5px 10px 0 0;}


/* Body
-------------------------------------------------------------- */
#content {min-height: 500px;}

.column-1 {float: left; width: 700px; margin-top: 20px; }
.column-1 h2 { font-size: 16pt; border-bottom: 1px solid #eee;}
.column-1 h3 {margin: 5px 0; padding: 0; font-size: 16pt; line-height: 18pt;}
.column-1 p {margin: 0 0 2px 20px;}
.column-1 .src {text-decoration: underline; color: red;}
.column-1 .cl {margin: 5px 0; clear: left;}
.column-1 .cl IMG {display: inline; float: left; margin: 0 5px 5px 0; padding: 1px; border:1px solid #696969;}
.column-1 .clD {color: #696969;}
.column-1 #clDesc {font-weight: bold; margin-bottom: 30px;}
.column-1 #clDesc blockquote {display: block;  margin-top: 10px; background: url('/tmpl/default/img/quote-tp.gif') no-repeat top left;}
.column-1 #clDesc blockquote p {padding: 10px; margin: 20px;  background: url('/tmpl/default/img/quote-bt.gif') no-repeat bottom right; font-weight: normal; font-style:italic;}

.column-1 .dupl a {color: #191970;}

.column-1 #pageN {clear: left; margin: 20px 0 0 0; padding: 5px 20px; border: 1px solid #191970; font-size: 1.4em; }
.column-1 #inxpgcntr {margin: 10px 25px; font-weight: bold; list-style:none;}
.column-1 #inxpgcntr .inxpnum { text-decoration: underline;}

#help {float: right; width: 250px; margin-top: 20px; color: #696969;}

#help #mainNav  {list-style: none; background-color: #F5F5F5; margin:10px 0; padding: 5px;}

#help #mainNav li {padding: 1px 5px;}
#help #mainNav li:hover {background-color: #191970;}
#help #mainNav li:hover a {color: white;}

#help #mainNav li {border-left: 5px solid #F5F5F5;}
#help #mainNav li.active {border-left: 5px solid red;}

/* Footer
-------------------------------------------------------------- */
#footer { clear: both; border-top: 1px solid #eee; margin-top: 20px; }
#footer p { text-align: center; margin: 2px 0;}

