﻿body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #333;
}

.content 
{
    position: relative;
    width: 100%;
}

.inner 
{
    position: relative;
    margin: 0 auto 0 auto;
    width: 960px;
}

/* Header */

.header 
{
    background: black;
    padding: 15px 0 10px 0;
}

    .header a 
    {
        display: block;
    }
    
    .header .phone 
    {
        position: absolute;
        right: 0;
        top: 9px;
    }
    
.nav 
{
    background: #333 url("/images/nav_bg.png") repeat-x top;
    border-top: 1px solid #666;
    overflow: hidden;
}    
    .nav ul 
    {
        overflow: hidden;
        width: 960px;
        margin: 0 auto 0 auto;
    }
        .nav ul li 
        {
            list-style: none;
            display: block;
            float: left;
            margin: 5px 20px 0 0;
        }
        
            .nav ul li a,
            .nav ul li a:visited 
            {
                display: block;
                color: #9cf;
                text-decoration: none;
                font-size: 10px;
                padding: 6px 0 8px 0;
                
            }
            
            .nav ul li a:hover,
            .nav ul li a:visited:hover
            {
                color: white;
            }
            
        .nav ul li.selected
        {
            background: url("/Images/tab_left.png") top left no-repeat; 
            padding-left: 15px;
                            margin-right: 13px;

        }
        
        
            .nav ul li.selected a,
            .nav ul li.selected a:visited 
            {
                background: url("/Images/tab_right.png") top right no-repeat;
                color: black;
                padding: 7px 17px 7px 0;
            }
            
                .nav ul li.selected a:hover,
                .nav ul li.selected a:visited:hover
                {
                    color: #36f;
                } 



/* Footer */

.footer 
{
    position: relative;
    width: 100%;
}

    .footerCTA 
    {
        border-top: 1px solid #ddd;
        padding: 15px 0 15px 0;
        color: #36f;
    }
        .cta 
        {
            font-size: 20px;
            text-align: center;
        }
    
    .footerTestimonial 
    {
        background: #39c;
        color: White;
        padding: 15px 0 15px 0;
        border-bottom: 1px solid #ccc;
    }
    
        .footerTestimonialText 
        {
            font-size: 18px;
        }
        
        .footerTestimonialCredit 
        {
            font-size: 10px;
            display: block;
            margin-top: 5px;
        }
        
        .footerTestimonial a 
        {

            background: url("/Images/bullet_white.png") no-repeat right 3px;
            padding-right: 10px;
            font-size: 11px;
            font-weight: bold;
            text-decoration: none;
            color: White;
        }
            .footerTestimonial a:hover 
            {
                color: Black;
            }
        
        .footerSubscribe 
        {
            background: black;
            padding: 15px 0 15px 0;
            color: #ccc;
            position: relative;
            overflow: hidden;
        }
            .footerSubscribe .subscribe 
            {
                width: 500px;
                overflow: hidden;
            }
        
            .subscribeIntro 
            {
                float: left;
                width: 200px;
            }
                .subscribeIntro h3 
                {
                    color: #9cf;
                    margin-bottom: 10px;
                }
                .subscribeIntro p 
                {
                 color: #ccc;
                 font-size: 11px;
                 line-height: 1.3em;
                 width: 300px;
                }
            
            .subscribeForm 
            {
                float: right;
            }
                .subscribeForm input 
                {
                    display: block;
                    margin-bottom: 5px;
                    background: #444;
                    border: 0;
                    color: #ccc;
                    padding: 5px;
                    margin-left: auto;
                    width: 170px;
                    font-size: 11px;
                }
                
                .subscribeForm input.SubscribeButton 
                {
                    background: none;
                    margin-left: auto;
                    width: auto;
                }
                
            .footerSubscribe .contactInfo 
            {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
            }
        
        
        .footerBottom 
        {
            background: black;
            padding: 5px 0 5px 0;
            color: #999;
            font-size: 11px;
        }
            .footerBottom p 
            {
                float: right;
            }
                .footerBottom p a 
                {
                    color: #999;
                    text-decoration: none;
                }
                    .footerBottom p a:hover 
                    {
                        color: #9cf;
                    }
            
            .footerBottom ul 
            {
                list-style: none;
            }
                .footerBottom ul li 
                {
                    display: inline;
                }                
                    .footerBottom ul li a,
                    .footerBottom ul li a:visited 
                    {
                        text-decoration: none;
                        color: #999;                
                    }
                    
                    .footerBottom ul li a:hover,
                    .footerBottom ul li a:visited:hover 
                    {
                        color: #9cf;
                    }
                    
                    .footerBottom .separator 
                    {
                        margin: 0 0.5em 0 0.5em;
                    }
                    
                    
/* Sash */

.sash
{
    background: #efefef url("/images/sash_bg.jpg") repeat-x bottom;
    overflow: hidden;
    
}   
.sashSub
 {
    background: #efefef url("/images/sash_bg_short.png") repeat-x bottom;
    overflow: hidden;
    
}  

    .sash .inner 
    {
        height: 209px;
    }
    
        .sashSub .inner 
        {
            height: 103px;
        }
          
    .sash h1,
    .sashSub h1 
    {
        padding-top: 50px;
        font-size: 25px;
        
    }
    .sash p 
    {
        line-height: 1.4em;
    }
    .intro-image-top
    {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .intro-image-bottom 
    {
        display: block;
        margin-bottom: 20px;
    }

    .front-pc 
    {
        position: absolute;
    }

/* Main */

.main 
{
    overflow: hidden;
    padding-bottom: 20px;
}

    .left 
    {
        width: 500px;
        float: left;
    }
    
    .right 
    {
        width: 200px;
        float: right;
    }    
    
    .main p 
    {
        line-height: 1.4em;
        font-size: 12px;
        margin-bottom: 1.1em;
    }      
    
    .main h2 
    {
        color: #36f;
        font-size: 16px;
        margin-bottom: 1em;
    }
    
    .main h3 
    {
        color: #36f;
        font-size: 13px;
        margin-bottom: 1em;
    }
    
    p.intro 
    {
        font-size: 18px;
        color: #69f;
    }
    
    
    .main ul.block
    {
        line-height: 1.4em;
        color: #333;
        font-size: 12px;
        margin-bottom: 1.2em;
    }

    .main ul.block li
    {
        background: url("/Images/bullet_blue.png") no-repeat left 4px;
        padding-left: 15px;
        margin-bottom: 0.6em;
    }    

        ul.twoColumnList 
        {
            overflow: hidden;
        }

        ul.twoColumnList li
        {
            width: 40%;
            float: left;
        }
        
        .subLeft 
        {
            float: left;
            width: 220px;
            margin-right: 25px;
        }
            .subLeft p 
            {
                color: #666;
                font-size: 18px;
            }
            .subLeft img 
            {
                display:block;
                margin-bottom: 15px;
            }
        
        .subMiddle 
        {
            float: left;
            width: 460px;
            margin-right: 25px;
        }
        
        .subRight 
        {
            float: left;
            width: 220px;
        }
        
            .subRight ul li 
            {
                list-style: none;
                margin-bottom: 3px;
                background: url("/Images/tick.png") no-repeat left 2px;
                padding: 8px 0 8px 37px;
                font-size: 13px;
               
            }
            
    .main a,
    .main a:visited 
    {
        color: #39c;
        text-decoration: none;
    }            
        .main a:hover,
        .main a:visited:hover 
        {
            color: Black;
        }

/* Contact Form */

.formPanel 
{
    background: #eee;
    padding: 15px;
}

.requiredFieldLabel, .fieldLabel 
{
    display: block;
    margin-top: 10px;
    font-size: 12px;
    padding-bottom: 5px;
}

.formInput,
.formInputShort 
{
    display: block;
    width: 400px;
    background: #999;
    border: 0;
    font-size: 11px;
    margin-bottom: 4px;
    padding: 3px;
    color: white;
}
    .formInputShort 
    {
        width: 100px;
    }

p.requiredInfo 
{
    font-size: 11px !important;
}

.required
{
    font-size: 12px;
    font-weight: bold;
    color: #900;
}

textarea 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.chkMarketing 
{
    line-height: 1.5em;
    font-size: 11px;
}

.ContactButton 
{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}



/* Front Page */


h1.frontHeading 
{
    font-size: 30px;
    margin-left: 340px;
    margin-bottom: 15px;
    padding-top: 20px !important;
}
    .frontSashIntro 
    {
        font-size: 12px;
        width: 440px;
        margin-left: 340px;
        margin-bottom: 15px;
    }
    .frontSashButton 
    {
        margin-left: 340px;
        display: block;
    }


.frontBoxes 
{
    overflow: hidden;
    clear: both;
}

    .fb 
    {
        float: left;
        width: 220px;
        margin-right: 24px;
    }
    
        .frontBoxes .service 
        {
            padding-top: 20px;
        }
    
        .fb .fbIntro 
        {
            font-size: 16px;
        }
    
    
    .last 
    {
        margin-right: 0;
    }
    
        .fb .fbQ 
        {
            font-size: 13px !important;
            display: block;
            margin-bottom: 3px;
        }
        
        .fb h3 
        {
            font-size: 13px !important;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }
        
        .fb p 
        {
            font-size: 12px;
        }
        
        .fb ul 
        {
            font-size: 12px;
            margin-bottom: 15px;
        }
            .fb ul li 
            {
                padding-left: 21px;
                background: url("/Images/tick_sm.png") no-repeat left 3px;
                padding-bottom: 5px;
                padding-top: 6px;
                font-weight: bold;
            }
        
        .fb .fbb 
        {
        }
        
        
.fullTestimonial 
{
    margin-bottom: 25px !important;
}   

.fullTestimonial span 
{
    font-style: italic;
    display: block;
    margin-top: 5px;
}     