
#NavOrderUL { 
	width:100%; 
	clear: both; 
	background: none; 
	list-style-type: none; 
	margin:0px 0px 0px 0px; 
	padding:0px; 
	position:relative; 
}
#NavOrderUL li { 
	float:left; 
	margin:0px; 
	width:100%; 
	list-style-type: none; 
	list-style-image: none; 
}
#jobSearchTable > thead th{
	color: #666666;
}
#jobSearchTable_wrapper select[name=jobSearchTable_length], #jobSearchTable_wrapper input[type=search]{
	padding: 10px;
}
#jobContent{
	float: right;
	margin-bottom: 25px;
	padding: 25px 20px 50px 20px;
	width: 70%;
}
#jobSearchTable td button{
	cursor: pointer;
}
.jobListingTitle h1{
	margin: 0px;
	clear: none !important;
}
.jobListingTitle h4{
	margin: 1.1em;
}
.listingFieldset{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-color: #DDDDDD; /* This will be added into theme. It's the header border color */
	border-radius: 15px;
	margin: 1.5em 0.5em;
}
.listingTextContainer{
	text-align: left;
	max-width: 63%;
}
.listingText{
	font-size: 1.1em;
	margin: 0px;
}
.listingButtonContainer{
	max-width: 37%;
}
#jobContent{
	float: right;
	margin-bottom: 25px;
	padding: 25px 20px 50px 20px;
	width: 70%;
}

.jobListing .jobListingLargePhoto{
	float: left;
	margin: 0px 25px 25px 0px;
	width: 430px;
}
#jobContent{
	float: right;
	margin-bottom: 25px;
	padding: 25px 20px 50px 20px;
	width: 70%;
}

button.jobCategoryAddbtn {
	font-family: 'Titillium Web', sans-serif;
	
	width: 100px;
	
    padding: 5px;

    margin: 0px 0px 10px 0px;

    text-align: center;

    background: #a5a5a5;

    color: #666666;

    font-size: 14px;

    border: 1px solid #FFFFFF;

    font-weight: 300;

	-moz-border-radius: 0px;

    -webkit-border-radius: 0px;

    border-radius: 0px;

    -webkit-box-shadow: #000000 0px 0px 2px;

    -moz-box-shadow: #000000 0px 0px 2px;

    box-shadow: 0px 0px 2px #000000;

    position: relative;
}

#jobCategoryList { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	
}

#jobCategoryList li {
	display: block;
	padding: 20px 10px; 
	margin-bottom: 3px;
	background-color: #efefef;
	color: #666666;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	
}
#jobCategoryList li span { 
	margin-right: 20px;
	color: #666666;
	cursor: move;
	font-size: 39px;
}

#jobCategoryList li img.handle {
	margin-right: 20px;
	background: #ccc;
	vertical-align: middle;
	cursor: move;
	
}
#jobCategoryList li img.staffphoto {
	border: 2px solid #FFFFFF;
    margin: 0px 15px 15px 0px;
    background: #FFFFFF;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: #333333 0px 0px 4px;
    -moz-box-shadow: #333333 0px 0px 4px;
    box-shadow: 0px 0px 4px #333333;
    position: relative;
    behavior: url(/PIE.php);
	margin-right: 20px;
	vertical-align: middle;
	
}
#jobSearchMobileForm{
	text-align: center;
}
#jobSearchMobileForm .jobSearchSelect{
	margin: 0.5em 0;
	width: 100%;
}
#jobSearchMobileForm label{
	float: left;
	margin-top: 0.45em;
	font-size: 1.25em;
}
#jobSearchMobileForm input[type=checkbox]{
	float: right;
	width: 35px;
	height: 35px;
	margin-top: 0.35em;
}
#jobSearchMobileForm input[type=submit]{
	margin: 1em 0;
	width: 100%;
	padding: 10px;
}
#jobSearchMobileForm a{
	margin-top: 1em;
}
.listingContainerMobile .cmsImage{
	width: 55%;
}
.listingContainerMobile .listingTextMobile{
	display: block;
	margin: 0.5em 0;
}
.listingContainerMobile .listingButtonMobile{
	cursor: pointer;
	/*font-family: 'holiday-sans';*/
	font-size: 1.75em;
	padding: 0.5em;
}
.listingContainerMobile .fullWidth{
	width: 100%;
}
.listingContainerMobile iframe{
	margin-top: 1em;
}
.listingContainerMobile hr{
	margin: 1.5em 0;
}