/* ########################################## */
/* # lexipixel.css                            */
/* ########################################## */
/* # Copyright (c)2004-2007 Randy M. Harris,  */
/* # all rights reserved.                     */
/* ########################################## */


html { 
  margin: 0px;
  padding: 0px;
  border-style: none;
  border-width: 0px;
} 

BODY { 
  margin: 0px;
  margin-bottom: 22px;
  padding: 0px;
  border-width: 0px; 
  border-style: none;
  border-collapse: collapse;
  background: #009999;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #880033;
}

H1, H2, H3 { 
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Arial, Verdana, Helvetica, Sans-serif;
  font-weight: 700; 
}
H1 { font-size: 20px; }
H2 { font-size: 16px; }
H3 { font-size: 14px; }

A:link { font-weight: 700; color: #009999; text-decoration: none; }
A:visited { font-weight: 700; color: #009999; text-decoration: none; }
A:hover { font-weight: 700; color: #FFFFFF; background: #009999; text-decoration: none; }
A:active { font-weight: 700; color: #990000; background: #FFFFFF;  text-decoration: none; }

SMALL { font-size: 9px; text-decoration: none;}



/* ==================================================== */
/* leader - class for objects to display ahead of page  */
/* ==================================================== */

.leader {
  width: 982px;
  height: auto;
  margin: 6px; 
  padding: 6px; 
  text-align: center;
  border-style: none; 
  border-width: 0px; 
  border-color: #000000; 
}



/* ==================================================== */
/* master - container class for page layout */
/* ==================================================== */

.master { 
  clear:both; 
  position: relative; 
  width: 982px;
  height: auto;
  margin: 0px;
  padding: 0px;
  border-style: none; 
  border-width: 0px; 
  border-color: black;
  background-color: #ffffff;
}


/* ==================================================== */
/* masthead - class for masthead objects      */
/* ==================================================== */

.masthead {
  width: 982px;
  height: 105px;
  min-width: 982px;
  min-height: 105px;
  max-width: 982px;
  max-height: 105px;
  clear:both; 
  margin: 0px;
  padding: 0px;
  border-style: none; 
  border-width: 0px; 
  border-color: black;
  background-color: #ffffff;
  color: #000080;
}


/* ==================================================== */
/* navt - class for top of page navigation    */
/* ==================================================== */

.navt {
  clear:both; 
  float:left; 
  width: 982px;
  min-height:20px; 
  height: 24px; 
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #000080;
  vertical-align: middle;
  text-align: center;
  border-style:solid;
  border-width: 1px 0px 0px 0px;
  border-color: #666666;
}



/* ==================================================== */
/* bodywrap - container class, sets up body of page     */
/* ==================================================== */

.bodywrap {
  clear: both;
  float: left;
  width: 982px;
  margin: 0px;
  padding: 0px;
  border-style: none; 
  border-width: 0px; 
  border-color: black;
  background-color: #ffffff;
}


/* ==================================================== */
/* navl - class for left (navigation/ads) column        */
/* ==================================================== */

.navl {
  float: left;
  width: 130px;
  height:100%;
  margin: 0px;
  padding: 4px; 
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #000096;
  background-color: #ffffff;
  color: #000080;
  text-align: left;
  line-height: 1.5em;
}



/* ==================================================== */
/* bod0 - class for 'blank page' (no columns)           */
/* ==================================================== */

.bod0 {
  float: left;
  clear: both;
  width: 970px;
  margin: 0px;
  padding: 6px; 
  border-style: none; 
  border-width: 0px; 
  border-color: black;
  color: navy; 
  background-color: #ffffff;
  color: #000080;
  text-align: left;
}



/* ============================================== */
/* bod1 - class for body content left (with navr) */
/* ============================================== */

.bod1 {
  width: 620px;
  float: left;
  margin: 0px;
  padding: 12px;
  border-style: none; 
  border-width: 0px; 
  border-color: black;
  background-color: #ffffff;
  color: navy; 
  text-align: left;
}



/* ==================================================== */
/* bod2 - class for body content left (with navr)      */
/* ==================================================== */

.bod2 {
  width: 600px;
  float: left;
  margin: 0px;
  padding: 12px;
  border-style: none;
  border-width: 0px;
  border-color: black;
  background-color: #ffffff;
  color: navy; 
  text-align: left;
}



/* ==================================================== */
/* bod3 - class for body center (left & right columns)  */
/* ==================================================== */

.bod3 {
  float: left;
  width: 480px;
  margin: 0px;
  padding: 12px; 
  border-style: none;
  border-width: 0px;
  border-color: black;
  background-color: #ffffff;
  color: navy; 
  text-align: left;
}



/* ==================================================== */
/* bbox - class for banner box, (top of (2) right cols) */
/* ==================================================== */

.bbox {
  width: 322px;
  float: right;
  margin: 0px;
  padding: 10px;
  border-style: dotted;
  border-width: 0px 0px 0px 2px;
  border-color: #000000;
  background: #e0e0ff;
  color: #000080;
  text-align:center;
  vertical-align: top;
}



/* ==================================================== */
/* navr - class for right (navigation/ads) column       */
/* ==================================================== */

.navr {
  width: 320px;
  float: right;
  margin: 0px;
  padding: 4px;
  border-style: none;
  border-width: 0px;
  border-color: black;
  background-color: #ffffff;
  color: #000080;
}



/* ==================================================== */
/* navb - class for bottom of page navigation           */
/* ==================================================== */

.navb {
  width: 982px;
  clear:both; 
  margin: 0px;
  padding: 0px;
  border-style: none;
  border-width: 0px;
  border-color: black;
  background-color: #ffffff;
  color: #000080;
  vertical-align: middle;
  text-align: center;
}



/* ==================================================== */
/* foot - class for bottom of page footer               */
/* ==================================================== */

.foot {
  width: 982px;
  clear:both; 
  margin: 0px;
  padding: 0px;
  border-style: none;
  border-width: 0px;
  border-color: black;
  background-color: #ffffff;
  color: #000080;
  vertical-align: middle;
  text-align: center;
}




/* ==================================================== */
/* trailer - container class for below bottom of page   */
/* ==================================================== */

.trailer {
  width: 982px;
  margin: 12px 0px 0px 0px; 
  padding: 12px; 
  text-align: center;
  border-style: none; 
  border-width: 0px; 
  border-color: #000000; 
}


/* ########################################################## */
/* # NEW v01.34 - Classes for CSS styling of generated output */ 
/* ########################################################## */


/* SITE MAP RELATED CLASSES */ 

/* indexpglink - site map index link (index.htm or .html) */ 
.indexpglink { 
  font-weight: 700;
  font-size: 18px;
}
a:hover.indexpglink { 
  font-weight: 700;
  font-size: 18px;
  background-color: red;
  color: yellow;
}


/* regpglink - site map regular link */ 
.regpglink { 
  font-weight: 500;
  font-size: 14px;
}

/* mapdesctxt - site map, link description text */ 
.mapdesctxt {
  font-size: 11px;
  line-height: 1.2em;
  color: #003693;
}









/* #################################################### */
/* # end of default CSS, start custom tags & properties */ 
/* #################################################### */


BODY.tritoma { background: #FFFFFF; color: #FF9933;}

.cb {
  width:100%;
  clear:both;
}

.logobox {
  float:left;
  width:285px;
  margin:0;
  padding:6px;
  text-align:left;
  border-style: none;
}

.topbox {
  float:right;
  width: 400px;
  padding: 4px;
  margin: 6px 6px 0px 0px;
  border-style: solid;
  border-width: 1px;
  background: #FFF4FF;
  color: #000040;
  font-family: Verdana; 
  font-size: 10px;
  text-align: justify;
}





.caption {
  color: #000080;
  font-size: 10px;
}

.code {
  color: #800000;
  font-family: Courier, "Courier New", monospace;
  font-size: 11px;
}

HR {
  color: #000000;
}


.blurb {
  border-width: 1px;
  border-style: solid;
  padding: 6px;
  margin: 18px;
  background: #F0F0F0;
  text-align: center;
}

.breadcrumb {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-family: Arial, sans-serif; 
  font-size: 10px;
}


/* CSS for table on portfolio pages */

.portfolio {
  font-size:10px;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* CSS to include (5) forum posts into home page */

.inc5phpbb {
  font-size: 12px;
  border-style:solid;
  border-color:#c4c4c4;
  border-width: 0 0 1px 0;
  padding: 2px;
}

/* #################################################### */
/* #  EOF:  lexipixel.css */ 
/* #################################################### */