﻿body
    {
     margin:10px 10px 10px 10px;
     padding: 0;
     font-family: Arial, Helvetica, sans-serif, Georgia, Times, "Times New Roman", serif;
     color: black;
     width: 100%;
     border-right: 1px solid black;
     background-color: #98B3F6;
   }
   #header 
   {
    background-color:#1B7DCE;
    margin:10px 10px 0px 10px;
    height:100px; 
    overflow:hidden;
   }

#SideBar {
    float: left;
    width: 235px;
    margin-left: 5px;
    margin-right: 15px;
    padding-top: 5px;
    height:900px;
}
   
    #Content
  {
    padding-top: 1em;
    margin: 0 12px 0 180px;
    background-color:White;
    overflow:hidden;
   }

   #Footer
  {
    clear: both;
    background-color: #62645C;
    padding-bottom: 1em;
    border-top: 1px solid #333;
    padding-left: 200px;
   }  

   #header .Title
   {
       color:White;
   }

   #header h1
   {
       margin:10px 40px 10px 40px;
   }
   
   #header .TagLine
   {
       color:White; 
       margin:40px 40px 10px 70px;
   }
#Container {
    background-color: #F5F5F5;
    overflow: hidden;
}

       
#content1 {
    float:left;
    width:255px;
   }
#content2 {
    float:left;
    width:840px;
    background-color: white;
}

#content3 {
    float:left;
    width:200px;
}
#content4 {
    float:right;
    width:200px;
   background-color: white;
}

#footer2 {
    clear:both;
    padding:10px;
    background-color:white;
}



  a
   {
       color:#1177CC;
  }

   a:visited
   {
      color:Gray;
  }
  .Menu ul
   {
     
   }
   .Menu li
     {
         display:inline;
        margin:0px;
     }
   .Menu  a
     {
      
         text-decoration:none;
         background-color:Blue;
         padding:5px;
         color:White;
         border-right:4px solid Maroon;
         margin:0px;
         border-left:none;
    }
    .Menu a:hover
   {
         background-color:Maroon; padding:5px;
         border-right:4px solid Blue; margin:0px;
     }
    .gridAlternatingRowStyle
    {
         background-color:White;
         
     }
    .gridEditRowStyle
   {
        background-color:#2461BF;
    }
    .gridFooterStyle
   {
      background-color:#98B3F6;
      color:White;
      font-weight:bold;
    }
    .gridHeaderStyle
   {
       background-color:#1B7DCE;
       font-weight:bold;
       color:White;
    }
   .gridPagerStyle
    {
        background-color:#98B3F6;
        color:White;
        text-align:center;
        margin:20px;
        border:1px solid black;
        background-image:url(http://foxvalleyhearingloop.com/app_themes/admin/images/abc.gif);
   }
   .gridRowStyle
    {
       background-color:#EFF3FB;
    }
   .gridSelectedRowStyle
    {
           background-color:#D1DDF1;
         color:#333333;
    }
    .grid
    {
        border:none;
        width:100%;
    }
    .welcome span
    {
       color:#98B3F6;
   }
    .imagecells img
   {
     width:140px;
      height:100px;
     border:2px solid Gray;
      padding:15px;
      margin:15px;
     background-color:#98B3F6; 
     border-style:inset;
    }
  .quotehomepage blockquote {
     font: italic 1em/1.6em Georgia, "Times New Roman", Times, serif;
     width: 300px;
     background: url(http://foxvalleyhearingloop.com/thememanager/images/closequote.gif) no-repeat right bottom;
     padding-left: 18px;
      text-indent: -18px;
      float: right;
      margin: 20px 0 10px 10px;
      color: #999999;
  }
  .quotehomepage blockquote:first-letter {
      background: url(http://foxvalleyhearingloop.com/thememanager/images/openquote.gif) no-repeat left top;
      padding-left: 18px;
      font: italic 1.4em Georgia, "Times New Roman", Times, serif;
  }

  li {
          padding-bottom: 10px;
      }