/*
   style.css
*/

/* tag defintions */

body
{
   background-image: url(bin/img/globemap.gif);
   padding: 0px;
   margin: 0px;
   font-family: verdana;
}

img
{
   border: 0px;
}

p
{
   margin: 20px;
}

a
{
   color: white;
}

hr
{
   color: white;
   height: 1px;
   margin: 0px;
   padding: 0px;
   border: 0px;

}

/* layout divs */

#container
{
   text-align: center;
}

#header
{
   position: relative;
   background-color: #29568F;
   width: 750px;
   margin-top: 5%;
}

#blackBar
{
   position: relative;
   background-color: black;
   color: black;
   font-size: 5px;
   width: 750px;
}

#whiteBarUpper
{
   position: relative;
   background-color: white;
   color: white;
   font-size: 1px;
   width: 750px;
}

#whiteBarLower
{
   position: relative;
   background-color: white;
   color: white;
   font-size: 2px;
   width: 750px;
}

#main
{
   position: relative;
   background-color: #29568F;
   width: 750px;
   padding: 0px;
   font-size: 8.5pt;
   line-height: 13pt;
   text-align: left;
   color: white;
}

#navInfoBar
{
   position: relative;
   background-color: #29568F;
   color: white;
   width: 750px;
   padding: 0px;
   font-size: 8.5pt;
   line-height: 13pt;
   text-align: right;
}

#footer
{
   position: relative;
   background-color: black;
   color: white;
   width: 750px;
}

/* specific divs */

#maxTag
{
   margin: 3px;
}

.silver_bow_software
{
   padding:     8px;
   color:       white;
   font-family: tahoma;
   font-size:   8pt;
   text-align:  left;
   vert-align:  top:
}

#logoPic
{
   text-align: left;
   margin: 3px;
}

#crawlWrapper
{
   width: 100%;
   height: 100px;
   left: 0px;
   position: relative;
   overflow: hidden;
   clear: both;
   background-color: white;
}

/* style sets */

.footer_text
{
   text-align:  left;
   margin-left: 8px;
   font-size:   8pt;
}

.companiesList
{
   text-align: center;
}

p.section:first-line
{
   font-size: 12pt;
   font-weight: bolder;
   font-variant: small-caps;
}

.genImg
{
   margin: 10px;
   border-color: black;
   border-style: solid;
   border-width: 3px;
}

.imperial_thumb
{
   margin: 10px;
   border-color: black;
   border-style: solid;
   border-width: 3px;
   float: left;
   width: 600px;
}


.genContent
{
   margin: 4px;
}