/* CSS Reset */
/* A lot of the main part could probably be removed, but I kept it in just in the interest of time. */
.jt_page html, .jt_page body, .jt_page div, .jt_page span, .jt_page applet, .jt_page object, .jt_page iframe,
.jt_page h1, .jt_page h2, .jt_page h3, .jt_page h4, .jt_page h5, .jt_page h6, .jt_page p, .jt_page blockquote, .jt_page pre,
.jt_page a, .jt_page abbr, .jt_page acronym, .jt_page address, .jt_page big, .jt_page cite, .jt_page code,
.jt_page del, .jt_page dfn, .jt_page em, .jt_page font, .jt_page img, .jt_page ins, .jt_page kbd, .jt_page q, .jt_page s, .jt_page samp,
.jt_page small, .jt_page strike, strong, sub, sup, tt, var,
.jt_page b, .jt_page u, .jt_page i, .jt_page center,
.jt_page dl, .jt_page dt, .jt_page dd, .jt_page ol, .jt_page ul, .jt_page li,
.jt_page fieldset, .jt_page form, .jt_page label, .jt_page legend,
.jt_page table, .jt_page caption, .jt_page tbody, .jt_page tfoot, .jt_page thead, .jt_page tr, .jt_page th, .jt_page td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

.jt_page .jt_ad {
	clear: both;
	width: 250px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.jt_page .jt_logo {
	margin: 0 auto 10px auto;
}

.jt_page ol, .jt_page ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
.jt_page ins {
	text-decoration: none;
}

.jt_page del {
	text-decoration: line-through;
}

/*** tables still need 'cellspacing="0"' in the markup (2012_0516 commented out this style because if creates problems on pages with tables)***/
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/* Basic Page Elements */
.jt_home {
	font: normal normal 1em/1.5 Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
}

.jt_text {
	font: normal normal 1em/1.5 Helvetica, Arial, sans-serif;
}

/* Keyword search */
.jt_home #jt_search {
	display: block;
	margin: 0 0 10px 0;
}

.jt_home .jt_search_after {
	clear: left;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

.jt_home .jt_keyword_search_label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.jt_home span.advanced_search {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
}


.jt_home .keyword_search_box {
	width: 98.5%!important;
	padding: 3px;
}


/* Featured Jobs section */
.jt_home h3.jt_section_title {
	margin:0px 0px 5px 0px;
	text-align: left;
}

.jt_job_list .jt_job  {
	padding: 10px 0;
}

.jt_job_list .jt_nojobs, .jt_job_list .jt_nojobs_link {
	padding: 10px;
	text-align: center;
}

.jt_job_list .jt_job .jt_job_highlight {
	float: left;
	padding:0 5px 15px 5px;
	height: 50px;
}

.jt_job_list .jt_job .jt_job_position a {
	font: bold normal 1.05em/1.1 Helvetica, Arial, sans-serif;
	color: #CC3300;
	text-align: left;
	vertical-align: top;
}

.jt_job_list .jt_job .jt_job_location {
	vertical-align: top;
	margin:5px 0;
}

.jt_job_list .jt_job .jt_job_company {
	vertical-align: top;
}

.jt_alljobs {
	text-align: right;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Featured Employers */
.jt_page .jt_employer_list {
	width: 244px;
	float: left;
	clear: left;
	margin: 0 0 20px 0;
}

.jt_page .jt_employer_list .jt_employer {
	float: left;
	width: 110px;
	margin: 5px;
}

.jt_employer_image img {
	display: block; 
	margin: 5px auto;
}

.jt_noemployers {
	float: left;
	clear: both;
}

/* Job Seeker/Employer Context Menu */
.jt_page .jt_tabs {
	width: 250px;
	padding-left: 25px;
	margin: auto;
}

.jt_page #tab_content_box {
	clear: both;
}

.jt_page .jt_tabs li {
	width: 98px;
	height: 25px;
	float: left;
	text-align: center;
	vertical-align: bottom;
	line-height: 1.5;
}

.jt_page #js_tab_content,
.jt_page #emp_tab_content {
	clear: both;
	width: 236px;
	min-height: 150px;
	margin: 0 0 10px 0;
	padding: 8px;
}

.jt_page #js_tab_content li,
.jt_page #emp_tab_content li {
		 line-height: 2.0em;
}

.jt_page .jt_browseby_content {
	clear: both;
	width: 234px;
	min-height: 150px;
	margin: 0 0 10px 0;
	padding: 8px;
}

.jt_page .jt_browse_by {
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

.jt_page .jt_browse_by h3 {
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

.jt_page .jt_browse_by ul {
	list-style: none outside;
	margin: 0 5px;
}

.jt_page .jt_browse_by ul li {
	margin: 0;
	padding: 0;
}

.jt_sitemap-link{
	text-align: right!important;
	padding-top: 15px!important;
	font-size: 10px!important;
}

.jt_sitemap-link a{
	color: #000!important;
}