/***************
ESSENTIAL TAGS
***************/ 

body { 
   font-family: verdana, helvetica, sans-serif; 
   height: 100%;
   background-color: #fff;
   color: #000000;
   text-align: center; /*for old IE browsers*/
   }

* {
   margin: 0px;
   padding: 0px; 
   border: 0;
   behavior: url(iepngfix.htc)
   }

.clearfloats { 
   clear: both; 
   }
   
a:link { 
   color: #00381f; 
   font-weight: bold; 
   text-decoration: underline; 
   }
   
a:visited { 
   color: #00381f;
   font-weight: bold; 
   text-decoration: underline; 
   }
   
a:hover { 
   color: #cd9c11;
   font-weight: bold;
   text-decoration: underline;
   }

p {
   color: #000000;
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   padding: 0 0 .7em 0;
   margin: 0 20px 0 20px;
   }
     
p span {
   font-weight: bold;
   }
   
h1, h2 {
   color: #00381f;
   font-family: verdana, helvetica, sans-serif;
   font-size: 1.4em;
   font-weight: bold;
   margin: 12px 0px 5px 15px;
   padding-bottom: 0;
   }   
   
h2 {
   font-size: 1em;
   margin: 10px 0px 2px 20px;
   border-bottom: 1px solid #000;
   overflow: hidden;
   color: #cd9c11;
   /*ie6 - to fix line going behind nav */
   _width: 460px;
   }   

ul, ol {
   margin: 3px 30px 20px 50px;
   list-style-type: disc;
   list-style-position: outside;
   }   

ol {
   list-style-type: decimal;
   }   
   
ul li, ol li {
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   font-weight: normal;
   margin: 0px 0px 3px 0px;
   float: none;
   color: #000;
   }      
   
li span {
   font-weight: bold;
   }   
   
/*************
CONTAINERS
*************/   
   
#page_container {
   margin-right: auto; 
   margin-left: auto;
   margin-top: 30px;
   width: 790px;
   background: #fff;
   text-align: left; /*to fix center align in body*/
   }
 
#header {
   background: url(../pix/layout/header.gif) no-repeat 0 0;
   width: 789px;
   height: 11px;
   margin-left: -5px;
   }
   
#box {
   background: url(../pix/layout/bkg.gif) repeat-x 0 0;
   border-right: 1px solid #000;
   border-left: 1px solid #000;
   width: 778px;
   /*ff*/
   margin-top: -12px;
   /*ie*/
   #margin-top: 0;
   /*ie6*/
   _margin-top: -12px;
   }      
 
   
/*************
TOP OF PAGES
*************/  
          
#logo {
   float: right;
   margin-right: 10px;
   }
   
/***************
BOTTOM OF PAGES
***************/   
   
#footer {
   font-size: .8em;
   padding: 8px 10px 6px 0;
   margin-top: 30px;
   text-align: right;
   width: 768px;
   background: #eee;
   border-top: 1px solid #000;
   }  
   
#footer img {
   margin-top: 4px;
   }   
   
.footer_bar {
   background: url(../pix/layout/footer.gif) no-repeat 0 0;
   width: 789px;
   height: 11px;
   margin-left: -4px;
   }      

.design {
   font-size: .7em;
   text-align: right;
   }      
  
/***************
SPECIFIC PAGES
***************/ 

/* business listings */

.biz_sm, .biz_sm_left {
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   text-align: center;
   padding: 5px;
   border: 1px solid #000;
   float: left;
   width: 200px;
   margin: 10px 20px 20px 50px;
   /*ie6*/
   _width: 180px;   
   _margin: 10px 20px 20px 30px;
   }

.biz_pic {
   margin-left: 30px;
   border: 1px solid #000;
   }   
   
blockquote {
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   margin: 1em 0 18px 50px;
   }   

.biz_table {
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   margin: 5px 0 1em 50px;
   }   

.biz_table td {
   padding: 5px;
   }   
   
.rt {
   text-align: right;
   }   
   
/* about */

.jay_pic {
   float: left;
   margin: 5px 15px 10px 20px;
   }   
   
/* contact page */

#contactform {
   font-size: .9em;
   width: 430px;
   padding: 0px 20px 0px 40px;
   }
   
.formitem {
   margin-top: 20px;
   }   
      
.formitem input, .formitem textarea {
   border: 1px solid #eee;
   background: #fff;
   }      
      
.submit { 
   margin: 10px 0 10px 0;
   border: 0;
   }
                     
.disclaimer { 
   font-size: .9em;
   font-style: italic; 
   text-align: left;
   margin-bottom: 10px;
   }   
    
/* confidentiality agreement */

#conf_agreement {
   font-size: .9em;
   width: 630px;
   padding: 0px 20px 0px 40px;
   }    
   
#conf_agreement .formitem input {
   border-bottom: 1px solid #000;
   background: #eee;
   }   
   
#conf_agreement .formitem label {
   width: 140px;
   float: left;
   }   

#conf_agreement .submit {
   float: right;
   margin-right: 167px;
   border: 1px solid #000;
   text-align: center;
   width: 270px;
   background: #ECE9D8;
   /*ie*/
   _margin-right: 50px;
   _width: 100px;
   }   
   
#conf_agreement .formitem select {
   border: 1px solid #000;
   background: #eee;
   }   
   