﻿#career_contentTbl
{
    width: 947px;
    height: 200px;
    background-color: #ccc;
    vertical-align: top;
}

#career_contentTbl .col1
{
    width: 332px;
    height: 100%;
    vertical-align: top;
}

#career_contentTbl .col2
{
    width: 477px;
    height: 200px; 
    vertical-align: top;  
    background-color: #ffffff;   
}

#career_contentTbl .col3
{
    width: 138px;
    height: 200px;
    vertical-align: top;        
}

#sidebarTbl
{
    height: 200px;
    width: 138px;
    background-color: #bcbcbc; 
    vertical-align: top; 
}

#sidebarTbl .sidebarexpand
{
    width: 138px;
    height: 181px;                      
    background-color: #cccccc; 
    vertical-align: top;    
    text-align: left;
}

    #sidebarTbl .sidebarexpand .header
    {
        font: 12px arial;
        font-weight: bold;
        color: #641E1E;
        padding-left: 5px;
        padding-top: 10px;

    }

    #sidebarTbl .sidebarexpand a
    {
        font: 11px arial;
        color: #641E1E;
        font-weight: bold;
        text-decoration: none;  
        margin: 0px;
        padding: 0px;
        
    }

    #sidebarTbl .sidebarexpand a:hover
    {

        text-decoration: underline;         
    }

#sidebarTbl .expandbottom
{
    width: 138px;
    height: 15px;
    background-image: url('../images/sidebarbottom.jpg');
    background-repeat: no-repeat;
    vertical-align: top;    
}

#sidebarTbl .headerimg
{
    width: 138px;
    height: 34px;    
    background-image: url('../images/servright.jpg');
    background-repeat: no-repeat;
    vertical-align: top;       
}

    #sidebarTbl .headerimg .sidebartext
    {
        font: 14px arial;
        font-weight: bold;
        color: #ffffff;   
        padding: 9px 0px 0px 8px;
        text-align: left;          
    }

#sidebarTbl .recimg
{
    width: 138px;
    height: 238px;
    background-image: url('../images/servteam.jpg');
    background-repeat: no-repeat;
    vertical-align: top;      
}

    #sidebarTbl .recimg .rectext
    {
        padding-left: 10px;
        padding-top: 10px;
        font: 12px arial;
        font-weight: bold;
        color: #000000;
        width: 100px;
        text-align: left;
        line-height: 17px;
        text-align: left;
    }
    
        #sidebarTbl .recimg .rectext a
        {
            padding-left: 15px;
            font: 10px arial;
            font-weight: bold;
            color: #ffffff;
            text-decoration: none;
            text-align: right;
            line-height: 10px;        
        }
        
        #sidebarTbl .recimg .rectext a:hover
        {
            text-decoration: underline;
        }


#career_body {
	font:11px arial;
	padding-right: 10px;
	text-align: left;
}

.tabin
{
    margin-left:1em;
}

    .tabin a
    {
        color: #5A351A;
        font: 10px arial;
        text-decoration: none;    
    }

    .tabin a:hover
    {
        text-decoration: underline;
    }

.header {
	padding:7px;
	border-bottom:1px solid #999;
	text-decoration: none;
}

    .header a
    {
        font:14px arial;
	    font-weight:bold;
	    color:#999;
	    text-decoration:none;
    }


.altheader {
	padding:7px;
	border-bottom:1px solid #999;
	background-color:#eee;
	text-decoration: none;
}

    .altheader a
    {
        font:14px arial;
	    font-weight:bold;
	    color:#999;
	    text-decoration:none;
    }

h1
{
    font: 15px arial;
    font-weight: bold;
    color: #5A351A;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;            
}

#applyFormTable
{
    width:440; 
    padding: 5px;
}

    #applyFormTable div.row
    {
        float:left; 
        width:440px; 
        padding-bottom: 5px;
        float:left;   
    }
    
    #applyFormTable div.label
    {
        float:left; 
        width: 125px; 
        vertical-align: top;
        font-weight: bold;
    }
    
    #applyFormTable div.formfield
    {
        float:left; 
        width: 230px; 
        vertical-align: top;
    }
    
    #applyFormTable div.message
    {
        float:left; 
        width: 65px; 
        vertical-align:top; 
        padding-left: 10px;
    }   
    
    #applyFormTable div.submitrow
    {
        float:left; 
        width:440px; 
        height: 100%; 
        text-align:center; 
        padding-bottom: 20px;
    }