﻿body
{
    background-color: #0b5979;
    background: -moz-linear-gradient(hsla(0,0%,100%,.5), hsla(0,0%,100%,0)) no-repeat;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(hsla(0,0%,100%,.5)), to(hsla(0,0%,100%,0))) no-repeat;
}

#wrapper
{
    background-color: White;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 0 8px hsla(0,0%,0%,.9);
    
}

#header
{
    background-image: url(/web/20220331022750im_/http://www.dsaatax.com/images/headerbg.png);
    background-repeat: repeat-y;
    width: 60%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 3px;
    font-family: Arial;
    float: left;
}

#header img
{
    float: left;
    margin: 10px 0 0 10px;
    width:100%;
}

 .text
 {
     color:#346b86; 
     font-family:Arial, Times New Roman;
     font-size: 1em;
     padding: 8px;
 }
 
#menu
{

    border-radius: 15px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: white;
    
  /*  display:block;
    height: auto;
    margin-right: 15px;
     float: right;
   padding-bottom: 5px;
    width: 24%;
    margin-bottom: 5px;*/
}

    #menu ul
    {
        display:block;
        margin: 0 auto 0 auto;
        padding: 0;
        list-style: none;
    }

    #menu li
    {
        display:block;
        width: 200px;       
        margin: .2em auto 0 auto;
        border-radius: 15px;
    }

#menu a
{
    display: block;
    padding: .3em .6em;
    font-family: Times New Roman, Arial, Serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 15px;
    background-color: #346b86;
    color: White;
    font-size: small;
}

#menu a:hover
{
    background-color: #EFD279;
    color: #1f9bd5;
}

#footer
{
    width: 100%;
    margin-top: 4px;
    font-family: Arial;
    font-size: x-small;
    color: #346b86;
    text-align: center;
}

#SFlogin
{
    margin-left: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

#content
{
    height: auto;
    clear: both; /* background-color: #EFD279;      box-shadow: 0 0 3px hsla(100,0%,0%,.3);  */
    border-radius: 15px;
    padding: 10px;
    overflow: hidden;
}

#conLeft
{
    width: 33%;
    float: left;
    border-radius: 15px;
    background-color: White;
}

#conMid
{
    background-color: White;
    width: 33%;
    float: left;
    border-radius: 15px;
    margin-left: 20px;
}

#conOurPeople
{
     background-color: White;
    width: 40%;
    float: left;
    border-radius: 15px;
    margin-left: 20px;   
}

#taxnightmare
{
    text-align: center;
    font-family: Arial;
    font-size: large;
    font-weight: bold;
    color: #346b86;
}

 #contact
 {
  float:right;  
  width:30%;
  background-color:White;           
  border-radius: 15px;
 }
 
 #contact img
 {
    border-style: none;    
 }

#certlogos
{
    margin-top:20px;
    background-color: white;
    float: left;
    clear: left;
    width: 620px;
    padding-left: 10px;
}

    #certlogos img
    {
        height:66px;    
    }

#facebookIframe
{
    width: 30%;
    float: right;
    height: auto;
    margin: 8px 0px 0px 0px;
    background-color: white;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

.officepic
{
    width: 95%;
    display:block;
    margin:0 auto 8px auto;
    border-radius: 15px;
}

   .bio
{
    width: 92%;
    margin: 6px;
    background-color: #346b86; 
    padding: 8px;  
    font-family:Arial;
    font-size: smaller;
    color:White;          
    border-radius: 15px; 
}

.bio h2
{
    font-size: small;
}

.bio img
{
 width:135px;
 float: right;
 border-style:solid;
 border-width: 1px;
 margin-left: 16px;          
 border-radius: 0px 15px 15px 0px ;    
}

.bio ul
{
    padding-left:10px;  
}

.contactitem
{
    width:95%;
    height:30px;
    margin-left:8px;
    margin-top: 8px; 
}

#whatistext
{
    display:none;
}

#fileuploadtext
{
    display:none;
}

#filedownloadtext
{
    display:none;
}


.title
{
    font-size: medium;
    font-family:Arial;
    font-weight: bold;
    color: #346b86;
    padding-bottom: 8px;  
}

.label
{              
    border-radius: 15px 15px 0px 0px ;
    padding: 6px 0px 6px 0px;
    margin-bottom: 8px;
    background-color: #346b86; 
    font-family: Arial;
    font-size: x-large;
    font-weight:bolder;
    color:White; 
    text-align:center;   
 }
 

 
 iframe
 {         
    border-radius: 15px;      
 }
 
 a
 {
     text-decoration: none;  
     color:#07608a;  
 }
 
a:hover
{
  color:#1f9bd5;
}

#listofstates
{
    display:none;
}


/* ****************************MEDIA QUERIES*************************************** */

/*@media only screen and (max-device-width: 480px)*/
@media screen and (max-width:480px)
{
    .bio
    {
        width:90%; 
        font-size:.7em;   
    }
    
    .bio ul
    {
        padding-left:10px;    
    }
    
    .bio img
    {
        width: 40%;    
    }
    #wrapper
    {
        margin: 0 auto 0 auto;
        max-width: 300px;
    }

    #header
    {
        background-image:none;
        width: 97%;
        height: auto;
        font-size: .5em;
    }

    #content
    {
        clear: left;
        width: 95%;
        height: auto;
    }

    #conLeft
    {
        width: 90%;
        padding: 0px 10px 0 0;
        border-radius: 15px;
        font-size: small;
    }

    #conMid
    {
        margin-top: 5px;
        width: 90%;
        border-radius: 15px;
        font-size: small;
    }

    #facebookIframe
    {
        display:none;
    }

    #menu
    {
        margin-bottom: 5px;
        width: 98%;
        height: auto;
        float: left;
        
    }
    
        #menu ul
    {

        padding: 0;
        list-style: none;
    }

    #menu li
    {
        width:98%;
        margin: 0 3px 3px 0;
    }
    
    #menu li a
    {
        font-size:.72em;
        text-align:center;
    }
    
    #conLeft
    {
        width:98%;    
    }
    
    #taxnightmare
    {
        display:none;    
    }
    
    #conMid
    {
        width: 98%;
        margin-left:0px;    
    }
    
    #contact
    {
        width:98%;
        margin-bottom: 20px;        
    }
    
    .text
    {
        font-size:.9em;    
    }
    
    #certlogos
    {
        display:none;    
    }
    
    #conOurPeople
{
    width: 98%;
    border-radius: 15px;
    margin-left: 0px;   
}
    

 
}

@media screen and (min-width:481px) and (max-width:800px)
{
    body
    {
        background-color: #024769;
    }

    #wrapper
    {
        min-width: 450px;
        max-width: 700px;
        margin: 10px auto 0 auto; /*margin: 0 6%;*/
    }

    #header
    {
    width: 90%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 8px;
    float: left;
    }

    #content
    {
        clear: both;
    }

    #menu
    {       
        margin:0px auto 3px auto;
        height: auto;
    }
    
    #menu ul
    {

        padding: 0;
        list-style: none;
    }

    #menu li
    {
        width:24%;
        margin: 0 3px 3px 0;
        float:left;

    }
    
    #menu li a
    {
        font-size:.72em;
        text-align:center;
    }
    
    #conLeft
    {
        width:48%;
    }
    
    #conMid
    {
        width:48%; 
        margin-left: 8px;      
    }
    
    #contact
    {
        float:left;
        clear:both;
        width:48%;
    }
    
    #facebookIframe
    {
        width: 48%;
        float: left;
        margin-left:8px;
        margin-bottom: 15px;
    }
    
    .text
    {
        font-size: .8em;    
    }
    
    #certlogos
    {
    width: 95%;
    padding-left: 5px;      
    }
    
    #certlogos img
    {
        height:63px;    
    }
}

@media screen and (min-width:801px)
{
    body
    {
        background-color: #024769;
    }

    #wrapper
    {
        max-width: 1000px;
        min-width: 750px;
        margin: 10px auto 10px auto;
    }

    #header
    {
        background-image: url(/web/20220331022750im_/http://www.dsaatax.com/images/headerbg.png);
        background-repeat: repeat-y;
    }

    #menu
    {
        display:block;
        height: auto;
        margin-right: 15px;
        float: right;
        padding-bottom: 5px;
        width: 24%;
        margin-bottom: 5px;
    }
    

}
﻿
/*
     FILE ARCHIVED ON ﻿02:27:50 Mar 31, 2022﻿ AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON ﻿00:15:33 Nov 19, 2024﻿.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
﻿playback timings (ms):
﻿  ﻿captures_list﻿: ﻿0.705﻿
﻿  ﻿exclusion.robots﻿: ﻿0.024﻿
﻿  ﻿exclusion.robots.policy﻿: ﻿0.01﻿
﻿  ﻿esindex﻿: ﻿0.015﻿
﻿  ﻿cdx.remote﻿: ﻿6.896﻿
﻿  ﻿LoadShardBlock﻿: ﻿229.416﻿ (﻿3﻿)
﻿  ﻿PetaboxLoader3.datanode﻿: ﻿239.721﻿ (﻿4﻿)
﻿  ﻿load_resource﻿: ﻿97.165﻿
﻿  ﻿PetaboxLoader3.resolve﻿: ﻿41.327﻿
﻿*/