/* 
table td {border: 1px red solid;}
blue:       #000080   dark
            #083D65   second band
ivory:      #FFFFEB
burgundy    #800040

don't print any elements labelled just for the printed page 
*/

.forprint {display:none;}

Body {
    margin: 3px;             
    padding: 0;
    width: 760px;
   /* background: white url(images/banner.gif) 4px 6px  no-repeat;  */
    background: #FFFFEB;
	}
div.body    {width:760px;
    border: 1px silver solid;
    padding: 0;
 } 	
body,  td, th	{
	font-family: "Verdana", sans-serif;
	font-size: 9px;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	text-align: justify;
	}
	
table  {
    background: white;
    width: 100%;
    border-collapse: collapse;
    }

.smallcaps { font-size: 125%; 
    font-variant: small-caps;
	font-weight: bold;
	color: black;}
	
    
/* ================= banner  layout ======================= */	
td.banner  {
    width: 760px;
    height: 86px;
    background-image: url(images/banner1.gif);
    background-repeat: none;
    }
td.bannerline  {
    display: block;
    background: white;
    height: 9px;
    padding: 0px;
    margin: 1px 15px 0 15px;
    background-image: url(images/doubleline.gif);
    background-repeat: repeat-x;
    }
td.bannersteve  {
    display: block;
    color: #000080;
    background: #C5C5C5;
    padding: 8px 0 8px 0;
    margin: 0px 15px 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: url(images/greybar1.jpg) ;
    }
    
/* ================= menu layout ======================= */	
td.menu  {
    width: 115px;
    vertical-align: top;
    padding-top: 20px;
    }
td.menu  a:visited   {
    display: block;
    vertical-align: top;
    color: #000080;
    font-size: 8pt;
    margin: 3px 0 0 15px;
    padding:  5px 3px 5px 8px;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    }    
td.menu a:link   {
    display: block;
    vertical-align: top;
    color: #000080;
    font-size: 8pt;
    margin: 3px 0 0 15px;
    padding:  5px 3px 5px 8px;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    }    
td.menu  a:hover   {
    display: block;
    vertical-align: top;
    color: #000080;
    font-size: 8pt;
    margin: 3px 0 0 15px;
    padding:  5px 3px 5px 8px;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    }    
td.menu a:hover    {
    background: #635D5D;
    color: white;
    text-decoration: none;
    }
/* ================= rest of layout ===================== */    
table.thebody { padding: 0; margin: 0;
    }
td.content { 
    padding: 9px 25px 10px 25px;
    margin: 0;
    vertical-align: top;
    }


A:link { color:black; text-decoration: underline; font-weight: bold;   }
A:visited {color: black;  text-decoration: underline; font-weight: bold; }
A:hover { color: #0000C0;  text-decoration: underline; font-weight: bold; }
	
    
/* -------  about us ---- */
.maincontent h1 { margin-left: 60px; }
.rightbar   {display: block;
    float: right;
    background: #efefef;
    width: 150px;
    margin: 12px 0px 10px 20px;
    padding: 5px 5px 5px 5px;
    font-size: 9px;
    line-height: 145%;
    text-align: left;
    border: 1px silver solid;
    }
 .rightbar li   {
    list-style:  url(images/sq.gif);
    margin: 8px 0 3px -25px;
    padding: 0;
    }

/* =============================================================================  */
img.steve  {
    float: right;
    border: 1px solid #111111;
    margin: 10px 5px 10px 15px;
    padding: 2px;
    }




/* ==================== format/links in the footer ============================== */
table.footer td {margin: 0px 0 0px 0;
    padding: 5px 0 0 0;
    line-height: 110%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #6E93AE;
	text-align: center;
    }
.footer A { 
    text-decoration: none; 
    font-weight: bold; 
    font-size: 8pt;
    padding: 0 5px 0 5px;
    color: #000080;
    }
.footer a:hover {text-decoration: underline;}

/* ================= all purpose general stuff ======================= */	
.totop {
    text-align:right;
    font-size: 9px;}
    
.totop A:link { color:grey; text-decoration: underline; font-weight: bold;   }
.totop A:visited {color: grey;  text-decoration: underline; font-weight: bold; }
.totop A:hover { color: #800040;  text-decoration: underline; font-weight: bold; }
    

.toright  { text-align: right; }



/* ================== services ============*/

.services li  {list-style: square;
    padding: 0;
    margin: 0 0 4px 0px;
    }



/* ================== clients ============*/
table.clients   {
    width: 100%;
    }
    
table.clients th    {
    font-weight: bold;
    padding: 5px 0 5px 0px;
    margin: 0;
    text-align: center;
  /*  background: #E7E7FF; */
   /*   background: #D6EFEF;  */
   /* background:  #EFEFEF; */
   background: #083D65;
   color: white;
    }
table.clients td    {
    margin: 0;
    padding: 0 5px 10px 20px;
    }



/* =================  FAQ  =============== */
dl.faq dt   { 
    margin: 0 0 0 0;
    padding: 0 0 7px 2px;
    font-weight: bold;
    text-decoration: none;
    }
dl.faq dd   {margin: 0 0 16px 40px;
       }
       
ul.faqlinks li a {
    font-weight: bold;
    font-size: 14px;
    color: #6B2197;
    }
ul.faqlinks li {
    padding: 0 0 0 0;
    margin: 0 0 2px 0;
    list-style: square inside;
   }

    
/* ============= headers ============================ */    
h1  { font-family: Verdana, Arial; 
	font-size: 13pt; 
	font-weight: bold; 
	/* color: #008080; */
	color: #800040;
	margin: 8px 0 8px 135px;
	padding: 0;
	text-align: left;
	 }
h2  { font-family: Verdana, Arial; 
	font-size: 11pt; 
	font-weight: bold; 
	/* color: #008080; */
	color: #800040;
	margin-bottom : 3px;
	 }
h3  { font-family: Verdana, Arial; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #047473;
	font-style: italic;
	margin-bottom : 0;
	 }
h4  { font-family: Verdana, Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #083D65;
	margin: 0 0 5px 0;
	text-align: center;
	 }
h5  { font-family: Verdana, Arial; 
	font-size: 9pt; 
	font-weight: bold;
	font-variant: small-caps;
	color: #083D65;
	margin: 5px 0 5px 0;
	 }

               