

/* 
   ====================================
   Secondary pages - header info
   ====================================
*/

#secondaryHeader
{
    margin: 15px 15px 2px 15px;
    padding: 0;
    width: 940px;
    background-repeat: repeat-x;
    overflow: hidden;
    height: 154px;
}
.secondaryHeaderBackImageBlue
{
    background-image: url(images/secondary/headers/secondary_headlineboxblue.gif);
}

.secondaryHeaderBackImageLightBlue
{
    background-image: url(images/secondary/headers/secondary_headlineboxltblue.gif);
}

.secondaryHeaderBackImageRed
{
    background-image: url(images/secondary/headers/secondary_headlineboxred.gif);
}

.secondaryHeaderBackImageGreen
{
    background-image: url(images/secondary/headers/secondary_headlineboxgreen.gif);
}

.secondaryHeaderBackImageGray
{
    background-image: url(images/secondary/headers/secondary_headlineboxgrey.gif);
}


#secondaryphoto
{
    border: none;
    margin: 0;
    padding: 0;
    width: 219px;
    float: left;
    border-right: solid #ffffff 2px;
}

#secondarymessaging
{
    margin: 15px 40px 15px 18px;
    padding: 0;
    width: 661px;
    float: right;
}

#secondarymessaging h1
{
    margin: 0;
    padding: 0;
    color: #ffffff;
    line-height: 26px;
    font-size: 25px;
}
#secondarymessaging  hr
{
    border: none;
    border-bottom: dotted #ffffff 1px;
    width: 100%;
    text-align: center;
    height: 1px;
}

#secondarymessaging p
{
    margin: 0;
    padding: 0;
    color: #ffffff;
    line-height: 14px;
    font-size: 12px;
}



/* 
   ====================================
   Breadcrumbs
   ====================================
*/

#breadcrumb
{
    margin: 0 15px 5px 15px;
    padding: 0 15px 0 15px;    
    background-color: #95a49b;
    height: 25px;
    line-height: 25px;
    clear: both;
}


#breadcrumb a
{
    color: #FFFFFF;
    text-decoration: none;
}

#breadcrumb a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#breadcrumb a:visited
{
    color: #FFFFFF;
}


/* 
   ====================================
   Right column 
   ====================================
*/
/* TODO - not used
.link
{
    float: right;
}

.sideboxgrey
{
    margin: 0 0 15px;
    padding: 10px 15px 10px 15px;
    float: right;
    width: 115px;
    border: solid #DFE3E1 1px;
    background-color: #DFE3E1;
}

.sideboxgrey h6
{
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 11px;
    line-height: 16px;
}

.sideboxgrey p
{
    margin: 6px 0 2px 0;
    padding: 0px;
    color: #798a80;
    font-size: 11px;
    line-height: 13px;
}
*/


/* 
   ====================================
   Region Data (DD/List)in Right Column
   ====================================
*/

.regionheader
{
    font-size:13px;
    padding:5px 5px 5px 0;
    color:#e6742f;
}


/* TODO - not used
.regiondropdown
{
    padding:10px;
    border:0;
    margin:0;
}
.regiondropdown ul
{
    margin:0;
    padding:0;
}

.regiondropdown ul li
{
    list-style-type:none;
    padding:0 0 5px 0;
    margin:0;
}

.regiondropdown ul li a,
.regiondropdown ul li a:hover,
.regiondropdown ul li a:visited
{
    color:#e6742f;
}
*/

/* List of employees per region in right column (EmployeeList.xsl)  */
.regionsidebox
{
    padding-top:20px;
    border:0;
    margin:0;
    padding:0;
}
.regionsidebox ul
{
    margin:0;
    padding:0;
}

.regionsidebox ul li
{
    list-style-type:none;
    padding:0 0 10px 0;
    margin:0;
}

.regionsidebox .name
{
    margin: 0;
    padding: 0;
    color: #0071aa;
    font-size: 13px;
    line-height: 16px;
}
.regionsidebox .title
{
    /* Default to basic site paragraph font */
    padding: 0;
}


/* END right column callouts styles --------------------------------------------*/

/* 
   ==================================
   Case Studies List (content block)
   ==================================
*/

table.casestudies
{
    border: 0px;
    margin: 0;
    padding: 0;
    width:100%;
}

table.casestudies td
{
    padding: 5px;
    margin: 5px;
    color: black;
    font-size: 10px;
}

table.casestudies td p
{
    font-size: 10px;
    text-align: left;
    margin: 5px;
}

table.casestudies tr.titlerow td
{
    padding: 3px 3px 3px 10px;
    background-color: #333333;
    color: #ffffff;
    border-right: 2px solid #fff;

}
table.casestudies tr.titlerow td p
{
    color: #ffffff;
}

table.casestudies tr.greyrow td
{
    padding: 10px 3px 10px 10px;
    margin: 0;
    background-color: #DFE3E1;
    border-bottom: 1px dotted black;
}
table.casestudies tr.whiterow td
{
    padding: 10px 3px 10px 10px;
    margin: 0;
    background-color: #ffffff;
    border-bottom: 1px dotted black;
}








/* 
   ==================================
   Employee (Employee.xslt)
   ==================================
*/

.employee
{
}

.employeename
{
    
    margin: 0;
    padding: 0;
    color: #0071aa;
    font-size: 15px;
    line-height: 16px;    
    
}
.employeetitle
{
    font-weight:bold;
}
.employeephoto
{
    padding:10px 5px 0 0;
}
.employeedescription
{
    padding-bottom: 10px;
}


/* 
   ==================================
   ContactRecallTeaserUC.aspx
   - This usercontrol tries to guides the
     user to the Contact us page.  It is 
     displayed on most pages in the 
     right column 
   ==================================
*/
#contactrecallteaserwrapper
{
    border:0;
    padding-bottom:22px;
    
}


/* 
   ==================================
   ContactRecallForm.aspx
   ==================================

   after submission, the form is hidden
   and a success/failure message id displayed
*/
.contactrecallformresult
{
}

/* 
   This is used for the contact recall form only.  

   Code has been copied to home.css to handle the separeate 
   contact form that displays as a result of the SolutionFinder
   It is prefixed by "sf_contactrecallformwrapper"
   */

.contactrecallformwrapper
{
    /*
    border:1px solid #999999;
    */
    margin: 10px 50px 10px 0px;
    padding:10px;
}

.contactrecallformwrapper table tr th
{
    font-weight:normal;
    white-space:nowrap;
    padding:0 0 10px 0;
}

.contactrecallformwrapper table tr td
{
    padding:0 0 10px 10px;
}

.contactrecallformwrapper table tr td table tr td
{
    padding:0 10px 0 0;
    white-space:nowrap;
}




/* 
   ==================================
   Forms
   ==================================
   This is added to all form field labels that are required 
*/
.requiredfield
{
    font-weight:bold;
}



/* 
   ==================================
   Cancel button
   ==================================

TODO - not used

.cancel
{
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height:23px;
    padding-top:8px;
}
*/

/* 
   ==================================
   Search Results 
   - Search.aspx
   - searchContentList.xslt
   ==================================
*/

.searchresults
{
    margin:20px 0;
    padding:5px 5px 5px 15px;
    border:1px solid gray;
}
.searchresults .item
{
    padding:5px 0 0 0;
}
.searchresults .item .itemtitle
{
    margin:0;
    padding:2px 0 0 0;
}
.searchresults .item .itemteaser
{
    margin:0 0 0 20px;
    padding:2px 0 0 0;
}
.searchresults .item .displaylink
{
    margin:0 0 0 20px;
    padding:2px 0 0 0;
    font-size:9px;
}





/* 
   ==================================
   SiteMap
   ==================================
*/
#sitemap
{
}

#sitemap tbody tr td
{
    padding:0  50px 10px 0;
}

.sitemaplist
{
    
}
ul.sitemaplist 
{
    margin:0 0 30px 0;
    padding:0;
    
}

ul.sitemaplist li
{
    list-style-type:none;
}


/* 
   ==================================
   SolutionFinder - in contentblock
   ==================================
*/
table.solutionfinderheader
{
    margin-bottom:20px;
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
    border:none 0;
}
table.solutionfinderheader .headertext
{
    color:White;
    padding:20px;
}
table.solutionfinderheader .headertext h2
{
    color:White;
    margin:0;
}

