/*-----------------------------------------------------------------------------------------
Stylesheet controlling general page layout
Version: 1
Email: hannah@ntsols.com
Website: http://www.ntsols.com
------------------------------------------------------------------------------------------*/


body	{
color: #000000;
background-color: #ffffff
}

div#topbanner	{
height: 73px;
width: 780px;
border-left: 1px solid #88A0BE;
border-top: 1px solid #88A0BE;
border-right: 1px solid #224D84;
border-bottom: 1px solid #224D84;
margin: auto
}

div#page	{
width: 780px;
margin: auto;
border-left: 1px solid #88A0BE;
border-top: 1px solid #88A0BE;
border-right: 1px solid #224D84;
border-bottom: 1px solid #224D84;
margin-top: 10px;
background-image: url('../images/leftbg.gif');
background-position: top left;
background-repeat: no-repeat
}

div#page div#info   
{
    width: 250px;
    float: left;
    
}

    div#page div#info p#phone   
    {
        margin-left: 10px;
        background-image: url('../images/phone.gif');
        background-position: center left;
        background-repeat: no-repeat;
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px
    }
    
    div#page div#info p#website   
    {
        margin-left: 10px;
        background-image: url('../images/website.gif');
        background-position: center left;
        background-repeat: no-repeat;
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 12px;
        margin-top: 10px;
        margin-bottom: 0
    }
    
        div#page div#info p#website a   
        {
            color: #000000;
            text-decoration: none
        }

div#page div#main	{
 margin-left: 270px;
 padding-right: 20px;
 padding-bottom: 20px
}

    div#page div#main h1    
    {
        margin-top: 20px;
        
    }
    
    div#page div#main a 
    {
        color: #1F4C83
    }
    
    div#page div#main strong    
    {
        color: #A72551
    }

div#footer	{
border-left: 1px solid #88A0BE;
border-top: 1px solid #88A0BE;
border-right: 1px solid #224D84;
border-bottom: 1px solid #224D84;
width: 770px;
margin: auto;
margin-top: 10px;
padding-left: 10px;
color: #666666;
}

