﻿#main-content 
{
    background: #ABACB0;
    /* background: #b2b4b3 url("/App_Assets/images/home/home-gradient.jpg") top left repeat-x; */
    padding: 11px 0 0 13px;
    width: 967px;
}

#rays #main-content 
{
    background: #f1f1f1;
}

#main-content #top 
{
    position: relative;
    float: left;
    display: block;
    padding: 0 0 10px 0;
    height: 340px;
}

#main-content .merch 
{
    position: relative;
    float: left;
    display: block;
    background: #fff url("/App_Assets/images/home/right-corner-white.jpg") right -2px no-repeat;
    width: 220px;
    height: 335px;
    margin-left: 4px;
    overflow: hidden;
}

#rays #main-content .merch 
{
	 background: #fff url("/App_Assets/images/home/rays-right-corner-white.jpg") right -2px no-repeat;
}

#main-content .large 
{
    width: 508px;
}

#main-content .merch-left 
{
    margin-left: 0;
}

#main-content .merch .vertical 
{
    position: relative;
    float: left;
    display: block;
    width: 24px;
    height: 335px;
}


#main-content .merch .merch-image 
{
    position: relative;
    float: left;
    display: block;
    width: 183px;
    height: 324px;
    padding: 6px;
}

#main-content .merch .merch-text 
{
    position: relative;
    float: left;
    display: block;
    width: 272px;
    padding: 6px 0 0 8px;
    margin: 6px 0 0 0;
    background: url("/App_Assets/images/home/career-success-bg.jpg") top right no-repeat;
    height: 318px;
}
#main-content .merch .merch-text p 
{
    font-size: 0.9em;   
    padding: 8px 0;
}

#main-content .merch .merch-text h1 
{
    font-size: 1.1em;
}

#search 
{
    padding: 0 0 8px 0;
    position: relative;
    float: left;
    display: block;  
    width: 223px;
    height: 287px; 
}

#search .search-text 
{
    display: block;
    position: relative;
    float: left;
    width: 200px;
    background: #fff;
    padding: 13px 0 0 23px;
}

#search .search-text img 
{
    float: right;
    padding-right: 20px;
}

#search .search-heading 
{
    display: block;
    position: relative;
    float: left;
    background: url("/App_Assets/images/home/search-heading.jpg") 0px 0 no-repeat;
    height: 25px;
    width: 223px;
}

#rays #search .search-heading 
{
    background: url("/App_Assets/images/home/rays-search-heading.jpg") 0px 0 no-repeat;
}

#search .search-bottom 
{
    display: block;
    position: relative;
    float: left;
    background: url("/App_Assets/images/home/search-bottom.jpg") 0px 0 no-repeat;
    height: 8px;
    width: 223px;
    padding: 0;
    margin: 0;
    line-height: 1px;
}

#rays #search .search-bottom 
{
    background: url("/App_Assets/images/home/rays-search-bottom.jpg") 0px 0 no-repeat;
}

#search input 
{
    width: 176px;
    margin: 8px 0;
}

#search input.submit-button 
{
    width: 53px;
}

#search label 
{
    font-size: 0.8em;
    font-weight: bold;
    width: 180px;
    margin: 8px 0;
}

#search select 
{
    width: 180px;
    margin: 8px 0;
}


#latest-jobs 
{
    padding: 0 10px 8px 0;
    position: relative;
    float: left;
    display: block;  
    width: 722px;
    height: 410px; 
}

#latest-jobs-header 
{
    display: block;
    position: relative;
    float: left;
    background: url("/App_Assets/images/home/latest-jobs.jpg") 0px 0 no-repeat;
    height: 25px;
    width: 722px;
}

#rays #latest-jobs-header 
{
    background: url("/App_Assets/images/home/rays-latest-jobs.jpg") 0px 0 no-repeat;
}

#latest-jobs-bottom 
{
    display: block;
    position: relative;
    float: left;
    background: url("/App_Assets/images/home/latest-jobs-bottom.jpg") 0px 0 no-repeat;
    height: 8px;
    width: 723px;
    padding: 0;
    margin: 0;
    line-height: 1px;
}

#rays #latest-jobs-bottom 
{
    background: url("/App_Assets/images/home/rays-latest-jobs-bottom.jpg") 0px 0 no-repeat;
}

#latest-jobs-text 
{
    display: block;
    position: relative;
    float: left;
    width: 699px;
    background: #fff;
    padding: 13px 0 0 23px;
    height: 374px;
}

#bottom 
{
    display: block;
    position: relative;
    float: left;
    padding-bottom: 60px;
    background: url("/App_Assets/images/common/background.jpg") 620px bottom no-repeat;
    width: 100%;
}

#rays #bottom  
{
	background: url("/App_Assets/images/common/rays-background.png") 620px bottom no-repeat;
}

#main-content .merch .hidden 
{
    display: none;
}

#results #job-header 
{
    width: 650px;
}

#results #job-header .right 
{
    display: block;
    /*position: relative;*/
    float: right;
    color: #f04950;
    font-weight: bold;
    padding-right: 40px;
    padding-top: 10px;
}

#results #job-header .left 
{
    display: block;
    /*position: relative;*/
    float: left;
}

#results 
{
    height: 374px;
    overflow-y:scroll;
    overflow-x: hidden;
}

#results .job-item .job-item-header 
{
    width: 645px;
}

#results .job-item .job-item-details 
{
    width: 600px;
}
