a.Profession
{
    text-decoration: none;
    font-size: 16px;
    font-family: verdana;
    color: rgb(68,17,20);
}
a.Profession:hover
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline; 
}

div.ProblemSolution
{ display: none;
  border: 1px solid black;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 5px 5px 5px;
  background-color: rgb(242,242,235);
}
a.ProblemSolution
{
    display: block; 
    position: relative;
    left: 500px;
    width: 100px;  
   
}


div.CaseStudyTable
{
    
  border: 1px solid black;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 5px 5px 5px;
  background-color: rgb(242,242,235);
}
body 
{
   /* background-image: url(images/site_bkg.png);*/
    background-repeat: repeat-x;
    margin: 0 0 0 0; 
   
    font-family: verdana;
    font-size: 14px; 
    color: Black;
    background-color: rgb(210,211,195);
    /* background: rgb(210,211,195) url(images/sand_tile.gif); */
       border-top:  solid 4px rgb(22,4,5);
}
a
{
     color: black;
}
p
{
     line-height: 150%;
}


h1, h1 a
{
    font-family: Georgia;
    font-size: 18px;
    color: rgb(68,17,20);
    text-decoration: none;
}

h1 a:hover
{
    text-decoration: underline; 
}

h2, h2 a
{
    font-family: Georgia;
    font-size: 16px;
    color: rgb(158,156,71);
    text-decoration: none;
}

h3
{
    font-family: Georgia;
    font-size: 14px;
    color: rgb(76,76,76);
    font-weight: bold;
}
td
{
    vertical-align: top;
}


div.SiteBody
{
    width: 980px;
    margin: auto;
    padding-left: 5px; padding-right: 5px; 
    background-image: url(images/page_shadow.png);
    background-repeat: repeat-y; 
    background-color: transparent;

  /*  border-left: solid  1px black;
    border-right: solid  1px black; */
    
}

div.Content
{
    /*   background-color: rgb(248,248,242);*/
}
div.ContentLeft
{
    float: left; width: 605px; text-align: left;
    padding: 15px 15px 15px 15px;
    
}

div.BusinessProblemPanel
{
  border: 1px solid black;

  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 15px;
  background-color: rgb(242,242,235);
}


div.ContentRight
{
    padding-left: 20px;
    padding-right: 0px;
    float: left;
    width: 295px;
    padding-top: 8px;
    padding-bottom: 8px; 
     
}


/* Standard Header */ 

div.Header
{
    background-color: White;
    width: 980px;
    height: 98px;

}

a.Logo
{
    display: block; 
    position: absolute;
    top: 23px;
    margin-left: 20px;

}

/* Menu */
span.Menu
{
    position: absolute;
    top: 40px;
    margin-left: 320px;
}

span.Menu a
{
    color: Black;
    text-decoration: none;
    font-family: Verdana;
    font-size: 13px; 
    display: block;
    padding-left: 20px;
    float: left;
    

}

span.Menu a.Active
{
    color: rgb(150,0,0);
}

span.Menu a:hover
{
    text-decoration: underline;
}

/* Home Page Banner */
div.PageBanner
{
    height: 227px;
    width: 980px;
    background-repeat: repeat-x; 
    background-image: url(images/header_bkg.png);  border-top:  solid 4px rgb(22,4,5);
   
}

.PageBanner p
{
    margin: 0;
    font-size: 26px;
    color: White;
    font-weight: normal;
    font-family: Lucida Sans;
    position: relative;
    padding-top: 20px;
    left: 20px;
    width: 650px;
}
.PageBanner h1
{
    margin: 0;
    font-size: 36px;
    color: White;
    font-weight: normal;
    font-family: Lucida Sans;
    position: relative;
    top: 19px;
    left: 20px;
}

img.ToolIcon
{
    position: absolute;
    top: 129px;
    margin-left: 750px;
}



div.QuickLinks
{
    position: absolute;
    width: 980px;
   /*width: 100%; width: 650px;*/
    top: 289px;
    /*background-image: url(images/menu_tile.jpg);*/
        background-image: url(images/footer_tile.jpg);
    height: 37px;
    background-repeat: repeat-x;
}

.QuickLinks a
{
    color: White;
    padding-top: 10px;
    font-size: 12pt; 
    text-decoration: none;
    font-family: Georgia;
    display: block;
    float: left;
    padding-left: 20px;
    
}

div.QuickLinks a.Active
{
    text-decoration: underline;
}

.QuickLinks a:hover
{
    text-decoration: underline;
}

/* Content Area */ 

div.PageDivider
{
    height: 9px;
    width: 980px;
    background-repeat: repeat-x;
    background-image: url(Images/content_divider.png);    
    margin-top: 0px; margin-bottom: 0; 
}


div.About
{
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
       background-color: rgb(248,248,242);
    margin-top: 0px; margin-bottom: 0; 

    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    border-top:  solid 2px rgb(22,4,5);
    font-size: 12px;   
}

div.Footer
{
    width: 960px;
   
    background-image: url(images/footer_tile.jpg);
    background-repeat: repeat-x;
    margin: auto;
    font-size: 10px; 
    color: White; 
    font-family:  Lucida Sans;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    
    
}
div.FooterDivider
{
     
    width: 2px; 
     background-image: url(/images/footer_divider.jpg);
}
.Footer a
{
    font-size: 12px; 
    color: White; 
    font-family:  Lucida Sans;
    text-decoration: none;
}

.Footer a:hover
{
    text-decoration: underline; 
}


/*Contact Us*/
div.RequestConsulation
{
    background-color: rgb(240,240,231);
    border: solid 1px rgb(22,4,5);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}
.RequestConsulation textarea,.RequestConsulation  select
{
    width: 245px;
}

/*Fast Facts*/
div.FastFacts
{
    background-color: rgb(240,240,231);
    border: solid 1px rgb(22,4,5);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

p.ContactUsBox
{
    background-color: rgb(240,240,231);
    border: solid 1px rgb(22,4,5);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

div.Panel
{
    background: rgb(240,240,231) url(images/panel_background.gif) left 28px repeat-x;
    border: solid 1px rgb(22,4,5);
    padding: 0;
    font-size: 12px;
    border: solid 1px black;
    margin-bottom: 3px;
}
.Panel h1
{
    background: rgb(68,17,20) url(images/panel_title_background.gif) repeat-x;
    padding: 0;
    text-align: center;
    margin: 0;
    height: 34px;
    line-height: 30px;
}
.Panel p
{
    margin: 0 0 0 0;
    padding: 2px 3px 5px 3px;
}

.Panel a
{
    display: block; 
    margin-left: 200px;
}
.Panel h1 a
{
    color: white;
    display: block; 
    margin-left: 0px;
}

/* Problem Identifier */ 
table.Problems
{
    border: solid 1px rgb(22,4,5);
}
.Problems td
{
   border: solid 1px rgb(22,4,5);
   padding: 5px 5px 5px 5px;
}