﻿body 
{
    font-family: Times New Roman, Serif;
    font-size: 12px;
    color: #6D6E70;
    margin: 0px 0px 0px 0px;
    background: #262627;
}

div.Background
{
    background: #386c93 url("/_images/background.jpg") repeat-x;
}

div.Container
{
    display: inline-block;
    width: 1002px;
    text-align: left;
}

div.Header
{
    float: left;
    position: relative;
    width: 1002px;
    height: 160px;
    background: url("/_images/headerBackground.png") no-repeat;
    z-index: 100;
}

    div.HeaderLogo
    {
        float: left;
        width: 245px;
        height: 132px;
        padding: 12px 0px 0px 15px;
        border-right: 1px solid #b2b4b6;
    }
    
    div.HeaderContent
    {
        float: left;
        width: 530px;
        height: 144px;
        border-right: 1px solid #b2b4b6;
        border-left: 1px solid #e2e2e3;
    }
    
        div.HeaderContentCol
        {
            float: left;
            width: 169px;
            height: 93px;
            border-right: 1px solid #b2b4b6;
            border-left: 1px solid #e2e2e3;
            padding: 51px 0px 0px 5px;
        }
        
            div.ContentColFirst
            {
                border-left: none;
            }
            
            div.ContentColLast
            {
                border-right: none;
            }

            div.RadioButtonList
            {
                float: left;
                width: 152px;
                cursor: pointer;
            }          
            
                div.RadioButtonList:hover
                {
                    background: url("/_images/radioButtonList_over.png") no-repeat 0px 0px;
                }
              
                div.RadioButton
                {
                    float: left;
                    width: 20px;
                    background-image: url("/_images/radioButton.png");
                    background-repeat: no-repeat;
                    background-position: 5px 2px;
                }
                
                div.RadioText
                {
                    float: left;
                    width: 132px;
                }
    
        div.HeaderContent h1, div.HeaderSearch h1
        {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: normal;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }
    
    
    div.HeaderSearch
    {
        float: left;
        width: 203px;
        height: 93px;
        border-left: 1px solid #e2e2e3;
        background: url("/_images/searchBox.png") no-repeat 5px 71px;
        padding: 51px 0px 0px 5px;
    }
    
        .searchButton, .loginButton
        {
            float: left;
            font-family: Times New Roman, Serif;
            font-size: 13px;
            color: #FFFFFF;
            background: url("/_images/searchButton.png") no-repeat;
            border: none;
            cursor: pointer;
            width: 40px;
            height: 22px;
            margin: 3px 0px 0px 156px;
        }
        
            .loginButton
            {
                margin: 3px 0px 0px 0px;
            }
        
        .searchBox, .loginBox
        {
            float: left;
            width: 176px;
            height: 22px;
            background: none;
            border: none;
            padding: 0px 7px 0px 10px;
            margin: 3px 0px 3px 3px;
        }
        
            .loginBox
            {
                width: 135px;
            }
        

div.PullDownMenus
{
    position: absolute;
    margin: 0px 0px 0px 0px;
    width: 1002px;
    top: 145px;
    left: 0px;
    z-index: 110;
}

    div.PullDown, div.PullDownBlue
    {
        width: 1002px;
        position: relative;
        top: 0px;
        z-index: 100;
    }

        div.PullDown img, div.PullDownBlue img
        {
            border: none;
        }

    div.PullDownBlue
    {
        top: -18px;
        z-index: 90;
    }

        div.GreyBar
        {
            position: relative;
            display: none;
            height: 90px;
            width: 1002px;
            background: #404040;
            color: #FFFFFF;
        }
        
            div.LoginTitle
            {
                float: left;
                width: 345px;
                padding: 40px 0px 0px 20px;
            }
            
                div.LoginTitle h2
                {
                    font-size: 23px;
                    color: #c8c9cb;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 0px 0px 0px;
                }
            
            div.LoginBoxError
            {
                position: absolute;
                top: 27px;
                left: 470px;
                width: 149px;
                color: #d23a3a;
                font-weight: bold;
            }
                
            div.LoginBox
            {
                float: left;
                width: 382px;
                color: #c7c8ca;
                padding: 5px 0px 0px 255px;
            }
                
                div.LoginBoxTopRow
                {
                    padding: 15px 0px 0px 255px;
                }
            
                div.LoginBoxItem
                {
                    float: left;
                    width: 160px;
                    background: url("/_images/loginBox.png") no-repeat 5px 18px;
                }
                
                div.LoginBoxButton
                {
                    float: left;
                    padding: 0px 0px 0px 0px;
                }
        

        div.GreyBarPull
        {
            position: relative;
            width: 147px;
            height: 37px;
            padding: 4px 0px 0px 855px;
            color: #FFFFFF;
            text-decoration: underline;
            background: url("/_images/grayBarPull.png") no-repeat;
        }
    
            div.GreyBarPull a
            {
                color: #FFFFFF;
            }
            
        div.GreyBarPullLoggedIn
        {
            position: relative;
            height: 37px;
            color: #FFFFFF;            
            padding: 4px 0px 0px 0px;
            background: url("/_images/grayBarPull.png") no-repeat;
        }
        
            div.GreyBarPullLoggedInWelcome
            {
                width: 616px;
                float: left;                
                padding: 0px 0px 0px 10px;
                font-size: 14px;
            }
            
            div.GreyBarPullLoggedInLinks
            {                
                width: 376px;                
                float: left;
            }
        
            div.GreyBarPullLoggedIn a
            {
                color: #FFFFFF;
            }
            
            div.GreyBarPullLoggedIn a:hover
            {
                text-decoration: none;
            }
    
        div.BlueBar
        {
            position: relative;
            display: none;
            height: 110px;
            width: 1002px;
            background: #4395d1;
        }
        
            div.AboutTitle
            {
                float: left;
                width: 145px;
                padding: 10px 0px 0px 20px;
            }
            
                div.AboutTitle h2
                {
                    font-size: 23px;
                    color: #accae8;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 0px 0px 0px;
                }
                
             div.AboutText
             {
                float: left;
                width: 837px;
                text-align: left;
                font-size: 20px;
                color: #bad0ec;
                padding: 13px 0px 0px 0px;
             }

        div.BlueBarPull
        {
            position: relative;
            width: 147px;
            height: 37px;
            padding: 4px 0px 0px 855px;
            color: #FFFFFF;
            text-decoration: underline;
            background: url("/_images/blueBarPull.png") no-repeat;
        }
        
            div.BlueCloseBtn,  div.GreyCloseBtn
            {
                display: none;
                padding: 0px 0px 0px 20px;
                background: url("/_images/closeX.png") no-repeat;
            }


        #greyBarPull
        {
            position: absolute;
            top: 0px;
            cursor: pointer;
            z-index: 150;
        }

        #blueBarPull
        {
            position: absolute;
            top: 26px;
            cursor: pointer;
            z-index: 160;
        }
    
div.Content
{
    float: left;
    width: 1002px;
    background: #dcddde url("/_images/contentBack.png") repeat-x top;
}

    div.Content h1
    {
        font-size: 21px;
        color: #6D6E70;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-transform: uppercase;
    }
    
    div.Content h2
    {
        font-size: 16px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #6D6E70;
        text-transform: uppercase;
    }
    


        a.gridPieceMore
        {
            float: left;
            width: 85px;
            height: 22px;
            font-size: 14px;
            color: #FFFFFF;
            text-decoration: none;
            padding: 1px 0px 0px 20px;
            background: url("/_images/moreArrow.png") no-repeat;
        }
                    
            span.moreArrow
            {
                font-size: 26px;
            }
                    
        a.gridPieceMore:hover
        {
        }
                    
        a.gridPieceClose
        {
            float: left;
            width: 40px;
            text-decoration: none;
            background: url("/_images/closeX.png") no-repeat center;           
        }
                    
        a.gridPieceClose:hover
        {
        }
        
        
        a.standard
        {
            color: #1d8acb;
        }
        
        a.standard:hover
        {
            text-decoration: none;
        }
        


div.FooterBackground
{
    background: #262627;
}

    div.Footer
    {
        display: inline-block;
        width: 982px;
        text-align: left;
        color: #A7A9AC;
        background: #404041;
        padding: 25px 10px 29px 10px;
    }
    
        div.FooterLinks
        {
            float: left;
            width: 660px;
            padding: 6px 0px 0px 0px;
        }
        
            a.footerLink
            {
                float: left;
                color: #A7A9AC;
                text-decoration: none;
                margin: 0px 6px 0px 0px;
            }
            
            a.footerLink:hover
            {
                text-decoration: underline;
            }
            
            span.spnFooterPost
            {
                float: left;
                color: #0079C1;
                margin: 0px 6px 0px 0px;
            }
        
        div.FooterCopy
        {
            float: left;
            width: 350px;
            padding: 6px 0px 0px 0px;
        }
        
        div.FooterContact
        {
            float: left;
            width: 322px;
        }
        
            div.FooterContactPhone
            {
                float: left;
                width: 102px;
                height: 23px;
                font-size: 14px;
                color: #FFFFFF;
                padding: 5px 0px 0px 30px;
                background: url("/_images/footerPhone.png") no-repeat;
                margin: 0px 8px 0px 0px;
            }
            
            a.footerContactEmail
            {
                float: left;
                width: 140px;
                height: 23px;
                text-decoration: none;
                font-size: 14px;
                color: #FFFFFF;
                padding: 5px 0px 0px 35px;
                background: url("/_images/footerEmail.png") no-repeat;
            }
            
            
            
/* wrapper divs */
.custom-radio { position: relative; }

.custom-radio td:hover
{
    background: url("/_images/radioButtonList_over.png") no-repeat;
    width: 152px;
}
	
/* input, label positioning */
.custom-radio input 
{
    visibility:hidden;
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}
 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 0 0 0 15px;
	cursor: pointer;
	background: url(/_images/radioButton.png) no-repeat 2px 1px; 
}

 
.custom-radio label.checked {
	background: url(/_images/radioButton_select.png) no-repeat 2px 1px; 
}


div.breadcrumbs
{
    float: left;
    width: 100%;
    padding: 0px 0px 10px 0px;
    margin: -10px 0px 0px 0px;
}


div.HeadOfficeLogin
{
    position: absolute;
    top: -46px;
    left: 0px;
    z-index: 200;
    width: 252px;
    padding: 0px 0px 0px 10px;
    background: #49494a url("/_images/headOfficeLoginDivider.png") no-repeat right;
}

    .lnkHeadOfficeLogin
    {
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: underline;
        padding: 0px 15px 0px 0px;
        background: url("/_images/headOfficeLoginArrow.png") no-repeat right;
        border: none;
    }
    
    .lnkHeadOfficeLogin:hover
    {
        text-decoration: none;
    }
