﻿.job p{
	margin:0px;
}

.job_apply{
	padding-top:5px;
}

.job{
	border-bottom:1px solid #DEE3E5;
	padding-bottom:10px;
}

	/* [ Content Tabs ] */
	.content_tabs {
		list-style: none;
		margin: 18px 0;
		padding: 7px 0;
		border-bottom:1px solid #DEE3E5;
		border-top:1px solid #DEE3E5;
		min-height: 1px;
		}
		
		* html .content_tabs {
			height: 1px;
			}
			
		.content_tabs:after {
			height: 0;
			content: ".";
			visibility: hidden;
			clear: both;
			display: block;
			}
		
		.content_tabs li {
			margin: 2px 0;
			padding: 0;
			float: left;
			height: 20px;
			display: inline;
			background: none;
			}
		
		.content_tabs a {
			display: block;
			height: 20px;
			color: #076481;
			font-size: 11px;
			text-transform: uppercase;
			border: none;
			text-decoration: none;
			margin-right: 10px;
			}
			
			* html .content_tabs a {
				float: left;
				}
			
			.content_tabs a strong {
				display: block;
				height: 20px;
				padding: 0 10px;
				cursor: pointer;
				font-weight: normal;
				}
				
				* html .content_tabs a strong {
					float: left;
					}
				
			.content_tabs .selected a {
				color: #fff;
				background: #076481;
				}
				
				.content_tabs .selected a strong {
					}
					
		.content_tabs ul {
		  display: none;
		}				
		