﻿.blank{ }
/* 
Title:      Daust Network Services website style.css
Author:     Daust Network Services
Updated:    January 30, 2008
*/
/* ---------------------------------------------------------
    Neutralize all HTML standard elements
---------------------------------------------------------- */
    body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td {
        margin: 0;
        padding: 0;
        }
        
    table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;    
        }
        
    table th, table td {
        margin: 0;
        padding: 8px 10px;
        text-align: left;
        border-bottom: 1px solid #ccc;
        }
        
    fieldset, img {
        border: 0;
        }
        
    a img {
        border: none;
        }
        
    address, caption, cite, code, dfn, th, var {
        font-style: normal;
        font-weight: normal;
        }
        
/* 
    ol, ul {
        list-style: none;
        }
*/
        
    caption, th {
        text-align: left;
        }
        
    h1, h2, h3, h4, h5, h6 {
        font-size: 100%;
        }
        
    q:before, q:after {
        content: '';
        }
        
        
/* ---------------------------------------------------------
    Links
---------------------------------------------------------- */
a:link, a:visited {
    color: #232323;
    text-decoration: underline;
    }
a:hover {
    color: #fdb813;
    text-decoration: underline;
    }
    
/* ---------------------------------------------------------
    Page structure
---------------------------------------------------------- */
body {
    background: #819db1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.7em;
    font-size: small;
    color: #232323;
    }
    
    * html body {
        font-size: x-small; /* for IE/5 Win */
        f\ont-size: small; /* for other IE versions */
        }

#package {
    width: 790px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    }
    
#printbody {
    padding: 5px
    }

/* ---------------------------------------------------------
    Header
---------------------------------------------------------- */
#header {
    background: #fff;
    width: 780px;
    margin-bottom: 8px;
    color: #232323;
    border: 1px solid #FFF;
    }
    
        #header img a {
            border: 0;
            margin: 0;
            padding: 0;
            border-style: none;
            }
            
#logo {
    float: left;
    margin: 0;
    }
    
#shortcuts {
    float: right;
    margin: 6px 20px 0 0;
    font-size: 80%;
    color: #273b44;
    text-align: right;
    }
            
/* ---------------------------------------------------------
    Tagline
---------------------------------------------------------- */
#tagline {
    float: left;
    margin: 2px 0 0 0;
    width: 760px;
    border-top: 0px solid #fff;
    border-right: 15px solid #fff;
    border-left: 15px solid #fff;
    border-bottom: 1px solid #fff;
    background: #273b44;
    }
    
        #tagline h1 {
            font-weight: bold;
            font-size: 110%;
            color: #fff;
            padding: 2px 16px 4px 16px;
            }
            
/* ---------------------------------------------------------
    Breadcrumb
---------------------------------------------------------- */
    
#breadcrumb {
    float: left;
    width: 760px;
    background: #3d7084;
    border-top: 0px solid #fff;
    border-right: 15px solid #fff;
    border-left: 15px solid #fff;
    border-bottom: 8px solid #fff;
    color: #fff;
    }
    
            #breadcrumb ul {
                padding: 1px 6px 2px 16px;
                font-size: 80%;
                }
                
            #breadcrumb li {
                display: inline;
                padding: 0 3px 0 0;
                }
                
            #breadcrumb a:link, #breadcrumb a:visited {
                color: #fff;
                   text-decoration: underline;
                margin-right: 3px;
                   }
            #breadcrumb a:hover {
                color: #fff;
                text-decoration: none;
                margin-right: 3px;
                }
                
    /* ---------------------------------------------------------
        Left column
    ---------------------------------------------------------- */    
        
    #left {
        float: left;
        width: 170px;
        background: #fff;
        border-top: 0px solid #fff;
        border-right: 5px solid #fff;
        border-bottom: 0px solid #fff;
        border-left: 15px solid #fff;
        }
        #left h1 {
            color: #fff;
            font-size: 90%;
            padding-left: 16px;
            font-weight: normal;
            background: #273b44;
            border-bottom: 2px solid #273b44;
            }  
            
        /* ---------------------------------------------------------
            Left column navlist
        ---------------------------------------------------------- */    
        ul.navlist {
            width: 170px;
            border-top: 0px;
            font-size: 90%;
            background: #fff;
            margin-bottom: 10px;
	        list-style: none;
            }
        
                ul.navlist li {
                    border: 0;
                    border-top: 1px solid #fff;
                    line-height: 1.8em;
                    }
                
                ul.navlist li a {
                    display: block;
                    width: 156px;
                    padding: 0 0 0 4px;
                    border-left: 10px solid #fdb813;
                    background: #fff;
                    text-decoration: none;
                    display: block;
                    }
                
                ul.navlist li a:link { 
                    color: #666677;
                    text-decoration: none; /* IE 6 only */
                    }
                
                ul.navlist li a:visited { 
                    color: #666677;
                    text-decoration: none; /* IE 6 only */
                    }
                
                ul.navlist li a:hover {
                    border-color: #273b44;
                    color: #fff;
                    background: #fdb813;
                    text-decoration: none; /* IE 6 only */
                    }
            
            
/* ---------------------------------------------------------
    Middle column
---------------------------------------------------------- */    
#middle {
    float: left;
    width: 380px;
    margin-bottom: 50px;
    padding: 0 15px;
    }

        #middle h1 {
            color: #273b44;
            padding-bottom: 2px;
            font-size: 120%;
            font-weight: bold;
            margin-bottom: 20px;
            border-bottom: solid 2px #fdb813;
            }
            
        #middle h2 {
            color: #273b44;
            font-size: 110%;
            font-weight: bold;
            margin: 20px 0 2px 0;
            }
        
        #middle h3 {
            font-size: 100%;
            color: #273b44;
            font-weight: normal;
            margin: 15px 0 0 0;
            line-height: 1.5em;
            } 
            
        #middle h4 { 
            color: #273b44;
            font-size: 90%;
            margin: 10px 0 0 0;
            }
            
        #middle h5 { 
            color: #273b44;
            font-size: 110%;
            font-weight: bold; 
            }
        
        #middle p {
            font-size: 90%;
            margin: 0 0 10px 0;
            line-height: 1.5em;
            }

        #middle ul {
            padding: 0 15px 0 25px;
            margin-top: 10px;
            }
                                
        #middle li {
            font-size: 90%;
            list-style: disc;
            padding: 0 0 4px 0px;
            }
            
                /* ---------------------------------------------------------
                    Homepage
                ---------------------------------------------------------- */
                
                #homepage {
                    border-bottom: 1px solid #ccc;
                    padding: 0 9px 15px 0;
                    margin: 0;
                    }
                
                #homepage h1 {
                    font-size: 110%;
                    font-weight: normal;
                    color: #273b44;
                    padding: 0;
                    border: none;
                    margin-bottom: 20px;
                    }

    /* ---------------------------------------------------------
        Full column
    ---------------------------------------------------------- */    
    
    #full {
        float: right;
        width: 565px;
        padding: 0 15px 0 0;
        background: #fff;
        border-top: 0px solid #fff;
        border-right: 5px solid #fff;
        border-bottom: 0px solid #fff;
        border-left: 5px solid #fff;
        margin-bottom: 50px;
        }
        
        #full h1 {
            color: #273b44;
            font-size: 120%;
            font-weight: bold;
            margin-bottom: 20px;
            padding-bottom: 7px;
            border-bottom: solid 2px #fdb813;
            }
        
        #full h2 {
            color: #273b44;
            font-size: 100%;
            font-weight: bold;
            margin: 0 0 2px 0;
            }
        
        #full h3 {
            color: #273b44;
            font-size: 90%;
            font-weight: normal;
            margin: 10px 0 0 0;
            }
            
        #full p {
            font-size: 90%;
            margin: 0 0 10px 0;
            line-height: 1.5em;
            }
            
                  
        #full ul {
            padding: 0 15px 0 25px;
            margin-top: 10px;
            }
                                
        #full li {
            font-size: 90%;
            list-style: disc;
            padding: 0 0 4px 0;
            }
    
    
    /* ---------------------------------------------------------
        Right column
    ---------------------------------------------------------- */
        
    #right {
        float: left;
        width: 170px;
        background: #fff;
        color: #666677;
        border-top: 0px solid #fff;
        border-right: 0px solid #fff;
        border-bottom: 0px solid #fff;
        border-left: 5px solid #fff;
        }

        #right h1 {
            color: #fff;
            font-size: 90%;
            padding-left: 16px;
            font-weight: normal;
            background: #777f8b;
            }

        #right ul {
            padding: 0 2px 0 16px;
            margin-top: 8px;
	        line-height: 1em;
            }
                                
        #right li {
            font-size: 80%;
            list-style: disc;
            padding: 0 0 5px 0px;
            }
   
    /* ---------------------------------------------------------
        Footer
    ---------------------------------------------------------- */
    #footer {
        clear: both;    
        background: #fff;
        width: 790px;
        height: 40px;
        text-align: center;
        padding-top: 20px;
        }
                #footer ul {
                    color: #000;
                    font-size: 80%;
                    }
                #footer li {
                    display: inline;
                    padding: 0 4px 0 0;
                    }

/*  ------------------------------------------------------------------------------------------------*/
/*  ------------------------------------------------------------------------------------------------*/
/*  ------------------------------------------------------------------------------------------------*/