/* The Cascading Style Sheet for all Schneider Law Web Pages */
/* Author:  Scott Tucker                          */
/* 22 Aug 2008                             */


/* Class Selectors */
BODY 
{
    background-color:#990000; 
    color:Black; 
}

#nav A:link, #nav A:visited 
{
    font-family:Arial; 
    font-weight:bold;
    font-size:large; 
    text-decoration: none; 
    color:#993333;  
}
#nav A:link:hover, #nav A:visited:hover 
{ 
    text-decoration: underline; 
}

#nav2 A:link, #nav2 A:visited 
{
    font-family:Arial; 
    font-weight:normal;
    font-size:large;
    text-decoration: none; 
    color:#993333;  
}
#nav2 A:link:hover, #nav2 A:visited:hover 
{ 
    text-decoration: underline; 
}

#group img
{
    float:right;
    padding: 0px;
    border:3px solid #993333;    
}

#attorneys img 
{ 
    float:left; 
    padding: 0px 5px 5px 0px; 
}

.disclaimer 
{ 
    border: 1px, black;  
    background-color: #cccccc;
}
