/*
	Vertical Accordions
*/

.accordion_toggle 
{
    position: relative;
	display: block;
	
	margin: 0 0 5px 0;
	padding: 0 186px 10px 24px;
	width: 440px;
	
	color: #6a6a6a;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	
	background: url(../images/construct/jobs_toggle_background1.gif) no-repeat 0 7px;
}
.accordion_toggle:hover
{
    color: #000;
}
    .accordion_toggle span
    {
        position: absolute;
        top: 0;
        right: 0;
        
        width: 180px;
    	
    	color: #e2001a;
    	font-size: 14px;
    	font-weight: bold;
    	text-align: right;
    }
.accordion_toggle_active 
{
    color: #000;
    
    background: url(../images/construct/jobs_toggle_background2.gif) no-repeat 0 7px;
}

.accordion_content 
{
	overflow: hidden;
	
	padding-left: 24px;
	padding-top: 10px;
}
	span.jobs-date
	{
	    display: block;
	    float: right;
	    
	    margin: 0 0 15px 15px;
	    
	    color: #999;
	    font-weight: bold;
	    text-transform: uppercase;
	}

