div#jobs-story-header{
	width: 647px;	
	}
	div#jobs-story-header h1 {
		font-size: 26px;
		line-height: 32px;
		font-weight: normal;
		font-family: sans-serif;
    	margin: 0;	
	}
	div#jobs-story-header p{
		font-size: 11px;
		line-height: 14px;
		font-family: sans-serif;
		font-weight: normal;	
	}
	div#jobs-story-header p span{
		float: left; 
		color: #999;	
	}
div#jobs-story-body{
	width: 100%;	
	}
	div#jobs-story-details{
		display: block;
		width: 98%;
		margin-top: 7px;
		border: solid 1px #0C253B;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 0 0 7px 1px #8b8b8b;
		float: left;
		}
		div#jobs-story-details div.jobs-story-item-list{
			height: 30px;
			margin-top: auto;
			margin-bottom: auto;
			padding-left: 2px;
			background: -webkit-gradient(linear,left top,left bottom,from(#4369a8),to(#0a355c));
			background: -moz-linear-gradient(top,#4369a8,#0a355c);
			filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4369a8', endColorstr='#0a355c');
			background-image: -ms-linear-gradient(top, #4369a8 0%, #0a355c 100%);
			color: #fff;	
			}
			div#jobs-story-details div.jobs-story-item-list h3 {
				font-family: sans-serif;
				font-size: 14px;
				line-height: 28px;
				font-weight: 700;
				text-transform: uppercase;
				padding: 0 0 0 5px;
			}
	div#jobs-story-body div.jobs-story-body-media{
		float: left;
		margin-right: 11px;
		position: relative; 
		border: 1px solid #B9B9B9; 
		padding: 2px;
	}
	div#jobs-story-body h2{
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		font-family: sans-serif;
		padding-bottom: 6px;
	}
	div#jobs-story-body h6 {
		font-size: 11px;
		line-height: 14px;
		font-weight: bold;
		font-family: sans-serif;
		padding-bottom: 7px;	
	}
	div#jobs-story-body p{
		padding: 0 10px 10px 0;
    	display: block;
		font-size: 14px;
		line-height: 17px;
		font-weight: normal;
		font-family: sans-serif;
	}
	div#jobs-story-body ul {
		padding-bottom: 10px;
		padding-left: 36px;	
		}
		div#jobs-story-body ul li {
			font-size: 14px;
			line-height: 18px;
			font-weight: normal;
			font-family: sans-serif;	
		}
	div#jobs-story-body ol{
		padding-bottom: 10px;
		padding-left: 36px;	
		}
		div#jobs-story-body ol li {
			font-size: 14px;
			line-height: 18px;
			font-weight: normal;
			font-family: sans-serif;			
		}