﻿html, body 
{
    background-color: #0060AC;
    background-image: url('../images/ui_header_bg_repeat.gif');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

a:link.navlink {
	color: #008fff;
	text-decoration: none;
}

a:visited.navlink {
	color: #008fff;
	text-decoration: none;
}

a:hover.navlink {
	color: #008fff;
	text-decoration: underline;
}

a:active.navlink {
	color: #008fff;
	text-decoration: none;
}

a:link.navlinksmall {
	color: #008fff;
	text-decoration: none;
}

a:visited.navlinksmall {
	color: #008fff;
	text-decoration: none;
}

a:hover.navlinksmall {
	color: #008fff;
	text-decoration: underline;
}

a:active.navlinksmall {
	color: #008fff;
	text-decoration: none;
}

#container {
	margin: auto;
	width: 826px;
}

#header 
{
    float: left;
    height: 150px;
}

    #ui-header-left 
    {
        float: left;
        width: 520px;
    }

    #ui-header-right 
    {
        position: relative;
        float: left;
        width: 306px;
    }
    #ui-header-right .applyLink {
        position: absolute;
        top: 108px;
        left: 137px;
    }
    #ui-header-right .b2bLink {
        position: absolute;
        top: 108px;
        left: 4px;
    }

#navigation 
{
    float: left;
    height: 40px;
    padding: 0px 10px 0px 11px;
    width: 805px;
}

    .ui-nav-item 
    {
        background-image: url('../images/mnu_nav_bg.gif');
        background-repeat: no-repeat;
        color: #008fff;
        float: left;
        font: normal normal bold 14px Arial;
        height: 40px;
        padding: 14px 0px 0px 0px;
        text-align: center;
        width: 100px;
    }

.ui-nav-itemsmall 
    {
        background-image: url('../images/mnu_nav_bg.gif');
        background-repeat: no-repeat;
        color: #008fff;
        float: left;
        font: normal normal bold 13px Arial;
        height: 40px;
        padding: 8px 0px 0px 0px;
        text-align: center;
        line-height:14px;
			width: 100px;
    }

#banners 
{
    float: left;
    height: 211px;
}

    #ui-banner-1 
    {
        float: left;
        height: 211px;
        width: 269px;
    }

    #ui-banner-2 
    {
        float: left;
        height: 211px;
        width: 286px;
    }

    #ui-banner-3 
    {
        float: left;
        height: 211px;
        width: 271px;
    }

#content 
{
    background-image: url('../images/ui_hp_content_panel1b.jpg');
    background-repeat: no-repeat;
    float: left;
    height: 259px;
    width: 826px;
}

#content_btm 
{
    background-image: url('../images/ui_hp_content_panel1c.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    float: left;
    /*height: 356px;*/
    width: 806px;
    margin-left: 10px;
}

.content_btm_col 
{
    float: left;
    width: 215px;
    /*height: 280px;*/
    padding:10px;
    margin: 25px 15px 10px 15px;
    font: normal normal normal 11px Arial;
    color:#585858;
    line-height: 17px;
    border: 1px dotted #005ea8;
    text-align: justify;
}

.content_btm_row 
{
    /*width: 215px;*/
    width: 480px;
    /*height: 280px;*/
    padding:10px;
    margin: 25px 15px 10px 15px;
    font: normal normal normal 11px Arial;
    color:#585858;
    line-height: 17px;
    border: 1px dotted #005ea8;
    text-align: justify;
}

.content_btm_col img
{
    float: left;
    margin: 5px 20px 0px 0px;
    border: 1px solid #0060aa;
}


    #content-div
    {
        height: 219px;
        padding: 40px 0px 0px 300px;
        text-align: justify;
        width: 475px;
    }

    .content-header 
    {
        font: normal normal bold 26px Arial;
    }

    .content-subheader 
    {
        color: #008fff;
        font: normal normal bold 20px Arial;
    }
    
    .content-quote 
    {
        color: #008fff;
        font: italic normal bold 13px Arial;
    }
    
    .content-text
    {
        font: normal normal normal 12px Arial;
        line-height: 22px;
        text-align: justify;
    }
    
    .content-text_bold
    {
        font: normal normal bold 12px Arial;
        line-height: 22px;
    }
    
    .content-indent 
    {
        padding-left: 60px;
    }
    
#content-inside
{
    background-color: #ffffff;
    border: solid 1px #999999;
    border-top: solid 5px #008FFF;
    float: left;
    min-height: 550px;
    margin: 0px 0px 5px 10px;
    width: 803px;
}

    #content-inside-left
    {
        float: left;
        padding: 20px;
        width: 475px;
    }

    #content-inside-right
    {
        float: left;
        padding: 20px;
        width: 246px;
    }

    #products-wrapper
    {
        float: left;
        padding: 20px;
        width: 805px;
    }

    .products-column
    {
        float: left;
        margin-right: 15px;
        padding-top: 5px;
        width: 48%;
    }

#footer 
{
    background-image: url('../images/ui_footer.gif');
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    padding: 20px 0px 0px 0px;
    width: 826px;
}

#footer-info
{
    float: right;
    width: 345px;
}

    .footer-copy 
    {
        font: normal normal bold 12px Arial;
    }
    
.phoneNumbers 
{
	font-size: 32px;
	font-weight: bold;
	text-align:center;
	width: 225px;
	padding: 5px 0;
	margin: 5px 0;
}