/* CSS reset thanks to Eric Meyer */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;	vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body {
	background: #fff;
	color: #444;
	font: 14px/1.5em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;}
pre, code {
	font-family: Courier, "Courier New", monospace;
	background: #eaeaea;
	padding: 5px; }

#skip {
	visibility: hidden;
	display: block;
	margin-bottom: -1.5em; }

#header {
	width: 90%;
	margin: 0 auto;
	padding: 3em 0 1em 0;
	overflow: auto; }
#logo {
	width: 390px;
	height: 82px; }
#logo a {
	width: 390px;
	height: 82px;
	float: left; }
#nav {
	color: #333;
	list-style: none; }
#header li {
	float: left;
	list-style-type: none; }
#header li a {
	background: transparent url(../img/bullet-nav.gif) no-repeat scroll left 60%;
	display: block;
	padding: 0.25em 0.5em 0.25em 1em;
	text-decoration: none; }
#header .first a {
	background: none;
	padding-left: 0; }
#header .active a, #header .active a:visited {
	color: #ed1c24;
	text-decoration: none; }

#box {
	padding: 1.5em 0;
	background: #f2f2f2;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	border-top: 2px solid #eaeaea; }
#search {
	margin: 0; }
#search fieldset {
	float: left;
	padding-left: 5%; 
	width:15em;}
#search input {
	float: left;
	font-size: 1.4em;
	width: 12em;
	padding: .2em;
	color: #999;
	background: #fcfcfc;
	border: 5px solid #7f7f7f;
	border-radius: 1em;
	-webkit-border-radius: .2em;
	-moz-border-radius: .5em;
	box-shadow: 2px 2px 2px #d0d0d0;
	-webkit-box-shadow: 2px 2px 2px #d0d0d0;
	-moz-box-shadow: 2px 2px 2px #d0d0d0; }
#search input:focus {
	border-color: #35aee1; }
#search label {
	float: left;
	display: block;
	font-size: 0.8em;
	line-height: 1.875em;
	color: #666;
	clear: both; }
#indicator {
	float: right;
	margin: -2em 1em 0 0; }
#box .addJob {
	width: 13%;
	margin: .5em 6% 0 0;
	float: right; }
#box .addJob .add {
	font-weight: bold;
	text-decoration: none;
	width: 10em;
	text-align: center;
	background-color: #0099cc;
	padding: .5em;
	display: block;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	box-shadow: 2px 2px 2px #d0d0d0;
	-webkit-box-shadow: 2px 2px 2px #d0d0d0;
	-moz-box-shadow: 2px 2px 2px #d0d0d0;
	color: #fff;
	text-shadow: 1px 1px 1px #2b2b2b; }
#box .addJob .add:hover {
	text-decoration: none; 
	background-color: #35aee1;
	box-shadow: 1px 1px 3px #7f7f7f;
	-webkit-box-shadow: 1px 1px 3px #7f7f7f;
	-moz-box-shadow: 1px 1px 3px #7f7f7f;
	-webkit-transition: background-color, .5s; }

#categs-nav {
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #eaeaea; }
#categs-nav ul {
	float: left;
	width: 95%;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5%;
	font-size: .9em; }
#categs-nav li {
	float: left;
	padding-right: .5em; }
#categs-nav a {
	display: block;
	background-color: #f2f2f2;
	padding: 4px 1em .5em 1em;
	float: left;
	text-decoration: none;
	color: #333 !important;
	position: relative;
	outline: none;
	-webkit-border-bottom-left-radius: .6em;
	-moz-border-radius-bottomleft: .6em;
	border-bottom-left-radius: .6em;
	-webkit-border-bottom-right-radius: .6em;
	-moz-border-radius-bottomright: .6em;
	border-bottom-right-radius: .6em; }
#categs-nav a:hover {
	color: #fff !important;
	background-color: #0099cc; }
#categs-nav .selected a {
	color: #fff !important;
	background-color: #0099cc; }
#categs-nav .selected a:hover {
	color: #fff !important;
	background-color: #35aee1; }

#content-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative; }
#content {
	width: 70%;
	margin: 0 0 0 5%;
	padding-top: 3em; }
* html #content {
	margin-left: 2.5%;
	float: left; }

p {
	margin: 1.5em 0; }
#content ol {
	margin: 0 0 0 1em; }
#content ul {
	list-style-type: none; }
#content li {
	margin-left: 1.5em;
	padding-left: 1.5em;
	background: url(../img/bullet-entry.gif) no-repeat 0 .4em; }

.posted-ok {
	border: 1px solid #8FF868;
	background: #E9FEE0;
	color: #009900;
	padding: 10px; }
.posted-pending {
	border: 1px solid #FF9900;
	background: #FFFBD1;
	color: #ff5500;
	padding: 10px;
	font-size: 1em; }

#sidebar {
	width: 14%;
	float: right;
	margin: 6.562em 5% 1.875em 0;
	padding: 0 0 0 1%;
	font-size: .8em;
	line-height: 1.875em;
	color: #777; }
#sidebar ul {
	list-style: none; }

.info {
	color: #888; }

#job-posts, #job-posts2, #job-posts3 {
	width: 100%;
	margin: 0 0 1.5em -1em; }
#job-posts .alt td, #job-posts2 .alt td, #job-posts3 .alt td {
	background: #fafafa; }
#job-posts .over td, #job-posts2 .over td, #job-posts3 .over td {
	background: #dfe9fb; }
#job-posts td, #job-posts2 td, #job-posts3 td {
	padding: .75em 1em;
	border-bottom: 1px solid #ddd; }
.search_results:hover, #job-posts .search_results.over td {
	background: none; }
#job-posts .time-posted, #job-posts2 .time-posted, #job-posts3 .time-posted {
	width: 8em;
	text-align: right;
	color: #888;
	font-size: .8em;
	line-height: 1.875em;
	padding-top: 1em; }
#job-posts .time-posted img, #job-posts2 .time-posted img, #job-posts3 .time-posted img {
	float: left;
	margin: .4em .85em -1.7em 0; }

.footer {
	color: #888;
	font-size: .8em;
	line-height: 1.875em;
	background: #f1f4f3;
	text-align: center;
	float: left;
	width: 100%;
	padding: 2em 0;
	margin-top: 50px; }
.footer p {
	margin: 0 0 1.5em 0; }
#footer-contents {
	width: 90%;
	margin: 0 auto;
	text-align: left; }
#footer-copyright {
	float: right; }
#footer-col1 {
	float: left;
	display: inline;
	width: 23%; }
#footer-col2 {
	float: left;
	display: inline;
	margin-left: 5%;
	width: 23%; }
#footer-col3 {
	float: left;
	display: inline;
	margin-left: 5%;
	width: 23%; }
#footer-col4 {
	float: left;
	display: inline;
	margin-left: 5%;
	width: 23%; }
#copyright {
	clear: both;
	padding-top: 1.875em;
	margin-top: 1.875em; }

.validation-error {
	color: red; }
input.error, textare.error {
	border: 1px solid red !important; }
.validation-failure {
	color: red;
	background-color: #ffd0d6!important;
	padding: .75em; }
.apply-status-ok {
	color: #009900;
	background-color: #dfFFda;
	padding: 5px;
	margin-bottom: 7px; }
.suggestionTop {
	color: #666;
	font-size: 11px;
	float: right;
	width: 250px; }
.suggestion {
	color: #777;
	font-size: 11px; }
.left {
	float: left;
	display: inline; }
.right {
	float: right;
	display: inline; }
.clear {
	clear: both; }
.error {
	color: #ff0000;
	vertical-align: middle; }

.steps + #job-details {
	margin:  1.5em 0;
	padding: 1.5em;
	background: #f2f2f2; }
#job-details .label {
	color: #555;
	font-weight: bold; }
#job-details .fading {
	color: #aaa; }
#job-bottom {
	background-color: #f2f2f2;
	padding: 1em;
	margin: 1em 0;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em; }
#job-post-utils {
	float: left;
	display: inline;
	font-size: .75em; 
	line-height: 2.04em;
	color: #888; }
#apply_online_now {
	font-size: 1em;
	margin-bottom: 7px; }
#old-ad {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #ffff88;
	color: #ff2200; }
#step-1 {
	float: left;
	display: inline; }
#step-2 {
	float: left;
	display: inline;
	margin-left: 1.5em; }
#step-3 {
	float: left;
	display: inline;
	margin-left: 1.5em; }
.step-active {
	color: #ED1C24; }
#publish_form fieldset, #promo_form fieldset {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin: 0 0 1.5em 0;
	padding: 1.5em; }
#publish_form fieldset legend {
	font-weight: bold;
	color: #555;
	font-size: 12px; }
#publish_form input, #publish_form textarea, #frm-send-to-friend input, #frm-send-edit-link input, #apply-online input, #apply-online textarea, #promo_form input {
	border: 1px solid #ccc; }
#publish_form input#url {
	margin-left: 5px; }
#publish_form input:focus, #publish_form textarea:focus, #search textarea:hover, #frm-send-to-friend input:focus, #frm-send-to-friend input:hover, #frm-send-edit-link input:focus, #frm-send-edit-link input:hover, #apply-online input:focus, #apply-online input:hover, #apply-online textarea:focus, #apply-online textarea:hover, #promo_form input:focus, #promo_form input:hover {
	border: 1px solid #7F635F; }
#publish_form input#submit, #send-to-friend input#submit, #frm-send-edit-link input#submit, #apply-online input#submit, #promo_form input#submit {
	background-color: #0099CC;
	color: #fff;
	border: 1px solid #009988;
	cursor: pointer;
	cursor: hand;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em; }
#publish_form input#submit:hover, #send-to-friend input#submit:hover, #apply-online input#submit:hover, #promo_form input#submit:hover {
	background-color: #35aee1; }
#publish_form label.small {
	color: #555;
	font-size: 12px; }
#publish_form input.no-border {
	border: 0; }
fieldset.hidden {
	display: none; }
.register-label {
	width: 120px; }
#apply-online {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 1.5em; }
#feed-me {
	text-align: right;
	font-size: 1em;
	margin: 15px 0 5px 0; }
#feed-me a:link, #feed-me a:visited {
	color: #0099CC; }
#feed-me a:hover {
	background: #fff;
	color: #0099CC;
	text-decoration: none; }
#send-to-friend {
	background-color: #f6f6f6;
	padding: 3px;
	width: 749px; }
#send-to-friend table {
	font-size: 12px !important; }
.send-to-friend-address-label {
	width: 90px; }
#map {
	height: 550px;
	border: 1px solid #ddd; }
.mapicon {
	text-align: center; }
.mapicon a {
	font-family: Arial, Tahoma, Verdana;
	color: #fff !important;
	text-decoration: none;
	position: relative;
	z-index: 4999; }
.mapicon a:hover {
	z-index: 5000;
	color: #fff !important; }
.mapicon .bubble {
	display: none;
	background: white;
	cursor: default;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
	padding: 5px; }
.mapicon a:hover .bubble {
	width: 120px;
	text-align: center;
	display: block;
	position: absolute;
	top: -40px;
	left: -60px;
	z-index: 5000;
	text-decoration: none;
	border: 3px solid #ccc; }
.bubble h3 {
	color: black;
	margin: 0;
	text-decoration: none;
	padding: 0;
	font-size: 13px;
	border: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif; }
.bubble img {
	margin-bottom: 4px; }
.bubble p {
	color: #666666;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0; }
.bubble p strong {
	display: inline;
	font-weight: bold; }
.big {
	width: 61px;
	height: 61px;
	line-height: 61px;
	font-size: 20px; }
.small {
	width: 45px;
	height: 45px;
	font-weight: bold;
	font-size: 16px;
	line-height: 45px; }
#accordion-list h4 {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline; }
fieldset.no-border {
	border: 0;
	padding: 0; }
.ok-response {
	color: green; }
.not-ok-response {
	color: red; }
#location_outside_ro {
	margin-top: 5px; }
#small-link a {
	font-size: 11px; }
#job-description {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1.5em 0; }
a {
	color: #0099CC;
	text-decoration: underline; }
a:hover {
	color: #ED1C24;
	text-decoration: none;}
h2, .search_results_label {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #474C4E;
	font-family: Helvetica, Arial, "Trebuchet MS", Trebuchet, sans-serif;
	letter-spacing: -.06em; }
h2 a {
	text-decoration: underline;
	font-weight: normal; }
#job-posts .search_results_label, #job-posts2 .search_results_label, #job-posts3 .search_results_label {
	padding: .375em; }
#job-posts .search_results_label strong, #job-posts2 .search_results_label strong, #job-posts3 .search_results_label strong {
	color: #ed1c24; }
h3, .steps {
	margin: 0;
	font-size: 2em;
	line-height: 1.5em;
	height: 1.5em;
	font-weight: bold;
	color: #474C4E;
	font-family: Helvetica, Arial, "Trebuchet MS", Trebuchet, sans-serif;
	letter-spacing: -.06em; }
h3.page-heading, .page-heading {
	border-bottom: 1px solid #ddd;
	padding-bottom: .75em; }
h4 {
	margin: 1em 0 0 0;
	font-weight: bold;
	color: #ed1c24;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial, "Trebuchet MS", Trebuchet, sans-serif; }
h4 a {
	text-decoration: underline; }
#sidebar h4 {
	margin-top: 1.875em; }
#status {
	color: #009900;
	background-color: #dfFFda;
	padding: 5px 0 2px 5px; }
.highlight_keyword {
	background-color: #ffff88; }
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color: #e1e1e1 !important; }
#recaptcha_table {
	border-color: #f5f5f5 !important; }
#recaptcha_response_field {
	border-color: #ccc !important;
	background-color: #fff !important; }
#recaptcha_instructions {
	font-size: 12px; }
#sort-by-type {
	float: right;
	font-size: .8em;
	line-height: 1.875em;
	color: #888;
	margin-right: 2em; }
#sort-by-type a:hover {
	background: #fff; }
#applied-to-job {
	float: right;
	color: #fff;
	font-size: 2em;
	line-height: .75em;
	text-align: center;
	background: #0099cc;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin-right: .5em;
	padding: .5em .25em 0 .25em; }
#applied-to-job p {
	font-size: 11px; }
.company-tag-1 {
	font-size: 12px; }
.company-tag-2 {
	font-size: 1em; }
.company-tag-3 {
	font-size: 16px; }
.company-tag-4 {
	font-size: 18px; }
.company-tag-5 {
	font-size: 20px; }
.company-tag-6 {
	font-size: 24px; }
.ac_results {
	padding: 0px;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden; }
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0; }
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden; }
.ac_loading {
	background: #fff url('indicator.gif') right center no-repeat; }
.ac_over {
	background-color: #b5d5ff;
	color: #000; }
#textile-suggestions table {
	margin-top: 5px;
	width: 80%;
	font-size: 11px; }
#textile-suggestions table th {
	border-bottom: 2px solid #bbb;
	font-weight: bold; }
#textile-suggestions table td {
	border-bottom: 1px solid #ccc; }
.icon-fulltime {
	margin-top: 3px;
	background: url(../img/icon-fulltime.png) no-repeat;
	height: 11px;
	width: 47px;
	display: inline; }
.icon-parttime {
	margin-top: 3px;
	background: url(../img/icon-parttime.png) no-repeat;
	height: 11px;
	width: 47px;
	display: inline; }
.icon-freelance {
	margin-top: 3px;
	background: url(../img/icon-freelance.png) no-repeat;
	height: 11px;
	width: 47px;
	display: inline; }
.req-params-item {
	background-color: #edfaff;
	padding: 3px;
	margin-bottom: 5px;
	display: inline;
	line-height: 1.9; }
#req-left {
	float: left;
	display: inline;
	width: 160px; }
#req-middle {
	float: left;
	display: inline;
	width: 160px;
	margin-left: 30px; }
#req-right {
	float: left;
	display: inline;
	width: 160px;
	margin-left: 30px; }
#req-right2 {
	float: left;
	display: inline;
	width: 160px;
	margin-left: 30px; }
#req-left input, #req-middle input, #req-right input, #req-right2 input {
	border: 0; }
#home-promo {
	background: url(../img/home-banner-bg.png) no-repeat;
	width: 757px;
	height: 66px;
	margin-top: 12px;
	text-align: center;
	padding-top: 8px; }
#home-promo div {
	color: #0897C6;
	font-size: 20px; }
#home-promo a {
	text-decoration: underline;
	font-size: 1em; }
#job-listings .current_page {
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 1px 2px 1px 2px; }