/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	color: #336699;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 70%;
}

body.site {

}

h1 {
	color: #336699;
	margin: 0;
	font-size: 250%;
	padding: 0px 5px 0px 10px;
}

h2 {
	color: #336699;
	margin: 0.3em 0 0.5em 0.3em;
	font-size: 200%;
	background: url(../images/template/h2_bg.jpg) no-repeat 0% 50%;
	padding: 8px 10px 8px 40px;
	font-weight:lighter
}

h3 {
	color: #fff;
	margin: 0.5em 0 0em 0.5em;
	font-size: 160%;
	font-weight: lighter
}


h4 {
	color: #336699;
	margin: 0 0 0.8em 10px;
	font-size: 1.3em;
	font-weight: bold
}

h4.marge{
	margin-left: 22px;
}

hr {color: #FFAA5F; background-color:#FFAA5F; margin-left: 10px;}
hr.blue {color: #98d2e6; background-color:#98d2e6; height: 1px;}
p {	margin: 0 0 0.8em; line-height: 1.2em; color: #336699; font-size: 1.1em; padding: 0px 5px 0px 10px}
p.noMargin {margin: 1.1em 0 0.4em 0;}
ul, ol {margin-left: 20px;}
body.site ul, body.site ol {margin-left: 0;}
#content ul, #content ol {margin-left: 20px;}
li {line-height: 150%;}
body.site ol li {margin-left:30px}

blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {	quotes: "" "";}

table {border-collapse: collapse;border-spacing: 0;}
th {color: white;font-weight: bold;}
td {line-height: 150%;}

abbr, acronym { border-bottom: 1px dotted #f00; cursor: help;}

caption {text-align: left;}

a:link {color: #f7931e;	text-decoration: underline;}
a:visited {color: #f7931e;text-decoration: underline;}
a:hover {color: #f7931e;text-decoration: none;}
a:active {color: #f7931e;text-decoration: none;}
a:focus {color: #f7931e;text-decoration: none;}
a.white_link{color:#fff;}

.left {text-align: left;}
.right {text-align: right;}
.floatleft {text-align: left;float:left}
.floatright {text-align: right;float:right}
.special {text-align: justify;float:right;display:block;width:500px}
.specialJob {text-align: justify;float:left;display:block;width:420px; margin-left:0; padding-left:0;}
.specialCand {text-align: justify;float:left;display:block;width:420px; margin-left:0; padding-left:190px; position: relative;top:-15px;}
.center {text-align: center;}
div.center{text-align: center;margin:auto;}
.justify {text-align: justify;}

p.indent {margin-left: 25px;}
span.underline {text-decoration: underline;}
span.orange {color: #f7931e }
span.white_large {color: #fff; font-size: 130%; margin-left: 160px; font-weight:bold;}
span.white_medium {color: #fff; font-size: 125%; margin-left: 8px;margin-bottom:3px;}
label.white_medium {color: #fff; font-size: 125%; margin-left: 8px;  margin-bottom:3px;width:115px;display:block; float:left;}
span.blue_medium { color: #336699; font-weight: bold; font-size: 125%; margin-left: 5px;}
span.blue_small { color: #336699; font-weight: bold; font-size: 100%; margin-left: 6px;margin-top:1px;}
span.job_detail {color: #6699cc; font-size: 105%; margin: 5px 0px 0px 15px }


img {border: 0px; }
img.left {float: left; margin: 0 5px 5px 0;}
img.right {float: right;margin: 0 0 5px 5px;}

.clear {clear: both;}

p.image {margin: 0;	padding: 0;}

/* ------------------------------------ */
/* END STANDARD STYLES */
/* ------------------------------------ */


/* ------------------------------------ */
/* FORM STYLES */
/* ------------------------------------ */

input {color: #336699;}
input.textbox_orange, textarea.textbox {color: #336699; border: solid 1px #d56e13; padding: 2px; font-family: arial, helvetica; margin: 0px}

input.textbox_small {background: #fff;	color: #336699; border: solid 1px #336699; width: 100px; padding: 2px }
input.textbox_large {background: #fff;	color: #336699; border: solid 1px #336699; width: 200px; padding: 2px}
select {background: #fff;color: #336699; border: solid 1px #336699;}

#reg label {display:block; float: left; color: #336699;  text-align: right; margin-right: 10px; width: 120px; height:20px; padding-top: 1px;}
#reg input {color: #336699; border: solid 1px #336699; width: 200px; padding: 2px}
#reg input.small {color: #336699; border: solid 1px #336699; width: 100px; padding: 2px }
#reg textarea {color: #336699; border: solid 1px #336699; font-size:120%}
#reg select {background: #fff;color: #336699; border: solid 1px #336699; width: 200px;}
#reg select.small {background: #fff;color: #336699; border: solid 1px #336699; width: 100px;}
#reg .reset {width:auto;}
#reg .radsmall {width:100px;float:left;}

#reg li{
	margin-left:40px;
	list-style-type:disc;
}

.form_label {float: left; color: #336699;  text-align: right; margin-right: 10px; width: 100px }
.form_label2 {float: left; color: #336699;  text-align: right; margin-right: 10px; width: 100px }

.form_button {margin-left: 120px; padding-top: 10px }


.formSearch {padding: 20px 0px 0px 25px; margin: 0px }
input.quick_search_textbox {color: #336699; border: solid 1px #d56e13; padding: 2px; font-family: arial, helvetica; margin-top: 10px;text-align: center;font-size:105%}
.formText {text-align:right;margin-right:28px;margin-top:2px;}
select.quick_search_select {width: 123px; border: 1px solid #d56e13; color: #336699;}
label.quick_label {float: left; color: #fff; font-size: 120%; text-align: right; width: 70px; margin-right: 8px}
label.quick_label_long {float: left; color: #fff; font-size: 120%; text-align: right; width: 100px; margin-left:20px; margin-right: 10px}
.formSearch p {margin: 6px 0px 6px 0px }
input.quick_button {background: url(../images/buttons/search_btn.jpg) no-repeat; width: 73px;height: 32px;cursor: pointer; margin-left: 75px; margin-right: 22px;}

.formLogin {padding: 25px 0px 0px 20px; margin: 0px}
input.login_textbox {color: #336699; border: solid 1px #336699; padding: 2px; font-family: arial, helvetica; height: 13px}
.formLogin p {margin: 2px 0px 2px 0px }
input.login_button {background: url(../images/buttons/login_btn.jpg) no-repeat; width: 54px;height: 28px; cursor: pointer; margin-left: 40px; margin-top:3px}
.formLogin a:link, .formLogin a:visited {color: #fff; text-decoration: none}
.formLogin a:hover {text-decoration: underline }
.loginError {color: #d56e13; font-weight:bold;position:relative; top:-13px;float:right;padding-right:20px;}

.formFilter {padding-top: 2px; margin: 0px}
input.filter_board_textbox {color: #336699; border: solid 1px #d56e13; padding: 2px; font-family: arial, helvetica;  margin:6px 20px 6px 40px;text-align:center;}
input.filter_board_textbox_candidate {color: #336699; border: solid 1px #d56e13; padding: 2px; font-family: arial, helvetica;  margin:10px 20px 6px 228px;text-align:center;}
select.filter_board_select {width: 123px; border: 1px solid #d56e13; color: #336699; height: 12px}
label.filter_label {float: left; color: #fff; font-size: 120%; width: 100px; margin: 7px 5px 0px 120px}
label.filter_label_long {float: left; color: #fff; font-size: 120%; width: 100px; margin:7px 10px 0 20px}
.formFilter p {margin: 3px 0px 1px 0px }
input.filter_button {background:url(../images/buttons/filter_btn.gif) no-repeat; width: 73px; height: 29px;cursor: pointer; margin-left:15px; margin-top:3px;margin-right:18px;}
#filter_table {margin: 6px 0 0 20px; width:95%}

.info_box {float:left; width: 428px; height: 73px; padding: 0; background: url(../images/legal-box1.gif) no-repeat; color: #fff; margin: 5px 0 12px 40px; }
.info_box_small {float:left; width: 428px; height: 43px; padding: 0; background: url(../images/legal-box-small.gif) no-repeat; color: #fff; margin: 5px 0 12px 40px; }
.info_box_large {float:left; width: 428px; height: 85px; padding: 0; background: url(../images/legal-box-large.gif) no-repeat; color: #fff; margin: 5px 0 12px 40px; }
#reg .info_box input, #reg .info_box_small input, #reg .info_box_large input {width:30px; float:left;text-align:right;vertical-align:bottom; margin-top: 15px;padding:0;margin-right:0;border:0}
.info_box .regText, .info_box_small .regText, .info_box_large .regText {width:380px;float:left;text-align:justify;padding:7px;}
span.info {vertical-align:top;font-size:80%;}

#reg .buttonRegister{
	background: url(../images/buttons/register_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
}

#reg .buttonUpdate{
	background: url(../images/buttons/update_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
}

#reg .buttonPreview{
	background: url(../images/buttons/preview.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
	position:relative;
	top:2px;
}

#reg .buttonSearch{
	background: url(../images/buttons/search2_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
	position:relative;
	top:2px;
}

#reg .buttonSubmit {
	background: url(../images/buttons/submit_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
	position:relative;
	top:2px;
}

#reg .buttonReset {
	background: url(../images/buttons/reset_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
	position:relative;
	top:2px;
}

 .buttonPost {
	background: url(../images/buttons/post_ad_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
	position:relative;
	top:2px;
}

 .buttonBack {
	background: url(../images/buttons/back_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
	position:relative;
	top:2px;
}

.buttonEdit {
	background: url(../images/buttons/edit_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
	position:relative;
	top:2px;
}

 .buttonCredit {
	background: url(../images/buttons/buy_credit_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
	position:relative;
	top:2px;
}

 .buttonApply {
	background: url(../images/buttons/apply_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
	position:relative;
	top:2px;
}

 .buttonProcessing {
	background: url(../images/buttons/processing_btn.jpg) no-repeat 0 0;
	border:0;
	width: 119px;
	height:26px;
	cursor: pointer;
	position:relative;
	top:2px;
}

#search_label{
	position:relative;
	top:10px;
}

/* ------------------------------------ */
/* END FORM STYLES */
/* ------------------------------------ */



/* ------------------------------------ */

/* EMPLOYER STYLES */

/* ------------------------------------ */

#register_box {background: url(../images/employers/register_now.jpg) no-repeat; height: 137px; padding: 40px 10px 0px 30px; color: #fff; font-size: 110%; }
.register_btn {margin: 5px 0px 0px 30px }

/* ------------------------------------ */

/* END EMPLOYER STYLES */

/* ------------------------------------ */



/* ------------------------------------ */
/* START PAGE SPECIFIC STYLES */
/* ------------------------------------ */

#skipLinks, #printTitle {display: none;}
#breadcrumb p {	float: left;padding: 0 0 0 5px;}
#breadcrumb ul {list-style-type: none;}

#breadcrumb li {display: inline;padding-left: 15px;	background: url(../images/breadcrumb.gif) 3px no-repeat;}

/* ------------------------------------ */
/* END PAGE SPECIFIC STYLES */
/* ------------------------------------ */




/* ------------------------------------ */
/* TEMPLATE STYLES */
/* ------------------------------------ */

#container {width: 902px; margin: auto; padding-top: 10px }
#logo {margin: 0px; float: left}

table.links {
	margin: 10px 0 0 10px;
}

table.links p {
	padding-left: 0;
}

table.links td {
	border-bottom: 1px solid #98d2e6;
}

table.links h2 {
	margin-left: 0;
}

/* START HORIZONTAL MENU STYLES */

#mainnav {background: url(../images/template/main_nav_bg2.jpg) repeat-x bottom left; margin-bottom: 25px; padding: 46px 0px 25px 20px;  }
#mainnav ul {float:right; }


/* START HORIZONTAL MENU STYLES */

div.xMenuBtn {
	display: none;
}


#nav, #nav ul { 				/* all lists */
	list-style: none;

}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -24px 0 0 0;			/* height offset of third-and-above-level lists */
}

#nav li { 					/* all list items */
	float: left;
	width: auto;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: auto;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	background: #00f url(../images/template/main_nav_right.jpg) 0 0 repeat-x;
	margin-left: 2px;
	font-size: 1.2em;
	
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 142px;
}

* html #nav li a {float: left;} * html #nav li ul li a{float: none;}	/* Mac IE hack */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 160px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	color: #FFAA5F; 
	background: url(../images/template/main_nav_right.jpg) 0 0 repeat-x;
}


/* END HORIZONTAL MENU STYLES */


#sideleft {width: 196px; background:url(../images/template/side_left_bg.jpg) no-repeat; height: 543px; float: left; padding-top: 10px }
#sideleft img {padding-left: 5px }

#subnav {width: 190px; margin: 10px 0px 0px 1px }
#subnav ul { }
#subnav li {background-color:#336699; margin-top: 1px; list-style-type: none; padding: 1px 2px 1px 10px; color: #fff}
#subnav a:link, #subnav a:visited {color: #fff; text-decoration: none; padding-left: 20px; font-size: 110%; background:url(../images/template/white_arrow_subnav.gif) no-repeat }
#subnav a:hover {background: url(../images/template/orange_arrow_subnav.gif) no-repeat 0% 50% }
#subnav a:active {background: url(../images/template/orange_arrow_subnav.gif) no-repeat 0% 50% }
#subnav ul.logout {margin: 10px 0px 25px 0px}


#maincontent {width: 441px; float: left; }
#maincontent ul.orange_arrow  {padding-left: 15px; margin-top: -10px;  }
#maincontent .orange_arrow li {background:url(../images/template/orange_arrow.gif) no-repeat 0% 50%; list-style-type: none; color: #0076c0; font-size: 125%; padding-left: 20px;line-height: 130%}
.main_buttons {padding: 5px 0px 0px 15px }


#maincontent_wide {width: 706px; float: left }
#maincontent_wide ul.orange_arrow  {padding-left: 15px; margin-top: -10px;  }
#maincontent_wide .orange_arrow li {background:url(../images/template/orange_arrow.gif) no-repeat 0% 50%; list-style-type: none; padding-left: 20px}
.popup ul.orange_arrow  {padding-left: 15px; margin-top: -10px;  }
.popup ul.orange_arrow li {background:url(../images/template/orange_arrow.gif) no-repeat 0% 50%; list-style-type: none; padding-left: 20px; padding-top:2px}


#sideright {width: 265px; float: left}

#footer {width: 902px; background:url(../images/template/footer_bg.jpg) repeat-x; text-align: center }
#footer a:link, #footer a:visited {font-size: 90%; color: #336699; text-decoration: none }
#footer a:hover {text-decoration: underline }
ul#footer_links {padding-top: 10px  }
#footer_links li { list-style-type: none; font-size: 90%; color: #336699; display: inline}
#footer p {font-size: 90%; margin: 5px 0px 0px 0px}

/* ------------------------------------ */
/* END TEMPLATE STYLES */
/* ------------------------------------ */


ul.arrows  {padding-left: 15px;}
ul.arrows li {background:url(../images/template/orange_arrow.gif) no-repeat 0% 3px; list-style-type: none; padding-left: 20px;}





/* ------------------------------------ */
/* HOMEPAGE STYLES */
/* ------------------------------------ */

#quick_search {background:url(../images/home/search_bg.jpg) no-repeat; width: 265px; height: 161px; float: left }
#loginPanel {background: url(../images/home/login_bg.jpg) no-repeat; width: 265px; height: 123px; float:left; margin-top: 0px }
#latest_jobs {background: url(../images/home/latest_jobs.jpg) no-repeat top left; width: 265px; min-height:43px; float: left; padding-top: 15px}
#latest_jobs a:link.whitelink, #latest_jobs a:visited.whitelink {color: #fff; text-decoration: underline; padding-left: 30px }
#latest_jobs a:hover.whitelink {text-decoration:none }
div.job_links {width: 265px; padding: 5px 0px 5px 0px; background: url(../images/home/job_links_bg.jpg) no-repeat bottom right}
#latest_jobs a:link.job_link, #latest_jobs a:visited.job_link {color: #336699; text-decoration: none; padding: 0px 0px 10px 15px; font-weight: bold; font-size: 110%;} 
#latest_jobs a:hover.job_link {text-decoration: underline}
#latest_jobs p {margin: 3px 0px 0px 0px; padding-left: 0px }


/* ------------------------------------ */
/* END HOMEPAGE STYLES */
/* ------------------------------------ */





/* ------------------------------------ */
/* JOBBOARD STYLES */
/* ------------------------------------ */

#filter_board {background:url(../images/jobboard/filter_board_bg.jpg) no-repeat; width:696px; height: 100px;margin-left: 10px }
#filter_board_small {background:url(../images/jobboard/filter_board_small_bg.jpg) no-repeat; width:696px; height: 100px;margin-left: 10px }

.results {color: #336699; margin: 5px 0px 10px 5px }
span.result_links {font-weight: bold; margin-left: 20px }
.results a:link { color: #336699; text-decoration: none}
.results a:visited { color: #336699; text-decoration: underline}
.results a:hover {color: #f7931e; text-decoration: none }
.results a:active {color: #f7931e; text-decoration: none }

#jobs {width: 687px; padding-top: 10px }
.job_title {width: 350px; float:left; padding-left: 10px; color: #336699; font-weight: bold; font-size: 125%; margin: 0px }
.job_title a{color: #336699;}
.job_location { width: 125px; float: left; color: #6699cc; font-size: 105%;  margin: 0px }
.job_pay {width: 200px; float: left; color: #f7931e; font-weight: bold; font-size: 115%; text-align: right;  margin: 0px}
.job_details {width: 687px; padding: 10px 0px 0px 10px; color: #336699; font-size: 105%; margin-top: 2px; line-height: 120%; float: left}
.job_more {width: 84px; padding-left: 8px; margin: 2px 0px 15px 0px }
.jobClearBase{border-top:solid 1px #98d2e6; margin: 0 10px 0 10px; top: -8px;position: relative;}

/* ------------------------------------ */
/* END JOBBOARD STYLES */
/* ------------------------------------ */







/* ------------------------------------ */
/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */
/* ------------------------------------ */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}


/* ------------------------------------ */
/* END LIGHTBOX STYLES */
/* ------------------------------------ */

/* ------------------------------------ */
/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */
/* ------------------------------------ */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* ------------------------------------ */
/* END SEARCH RESULTS STYLES */
/* ------------------------------------ */


/* ------------------------------------ */
/* START Dave's Custom STYLES */
/* ------------------------------------ */

.req{
	font-weight:bold;
	color:#FF0000;
}

.error{
	color: #FF0000;
	font-weight:bold;
}

.dtgtable {
	margin: 5px 0px 5px 5px;
}

.noBorder{
	border: 0;
}

.dtgcenter{margin:auto;}

.dtgtitle2 { 
	background: url(../images/template/dtgtitle_bg2.gif) no-repeat;
	height: 26px;
}

.dtgtitle2 th{ 
	color: #fff;
	height: 26px;
	padding-left: 10px;
}

.dtgtitle th{ 
	background: url(../images/template/dgtitle_bg.jpg) repeat-x;
	color: #fff;
	height: 26px;
	padding-left: 10px;
}

.dtgtitle a:link, .dtgtitle a:visited{
	color: #FFFFFF;
}

.dtgtitle a:hover{
	color: #FFAA5F;
}

.dtgdata td{
background-color: #fff;
padding: 2px 0px 2px 10px;
border: 1px solid #fff;
color: #336699
}


.dtgdata td a:link, .dtgdata td a:visited { 
color: #336699;
text-decoration: underline;

}

.dtgdata td a:hover {
color: #336699;
text-decoration: none;
} 

.dtgfooter{
	height: 10px;
	background: url('../images/template/dgfooter_bg.jpg') repeat-x;
}

#jobViewEmp {

}

#jobViewMain {
	width: 500px;
	margin-left: 20px
}

#detailsBox p {
	overflow:hidden;
}

#detailsBox p span {
	float:left;
	width:144px;
}

#jobViewMain label{
	width: 90px;
	float:left;
	font-weight:bold;
}
#jobViewMain span.specialJob {

}

#canView label{
	width: 180px;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	margin-right: 10px;
}

.canList {
	padding: 0;
	margin-top: 2px;
}
.canList li{
	background:url(../images/template/orange_arrow.gif) no-repeat 0% 50%;
	list-style-type: none;
	font-size: 110%;
	margin: 0 0 0 200px;
	padding:0 0 0 20px;
	line-height: 120%
}

.jobList {
	padding: 0;
	margin-top: 2px;
}

.jobList li{
	background:url(../images/template/orange_arrow.gif) no-repeat 0% 50%;
	list-style-type: none;
	font-size: 110%;
	margin-left: 32px;
	padding-left:20px;
	line-height: 120%
}

.hidden {
	display: none;
}

.show{
	display: inline;
}

.marge{
	margin-left: 12px;
}

.margey{
	margin-left: 20px;
}

.pager, .pager2{height:20px;position: relative;font-weight: bold; color: #336699;}
.pager a, .pager2 a{color: #336699;}
.pager ul{vertical-align: middle;margin: 2px 2px 2px 2px;height: 25px;padding: 0 0 0 190px;}
.pager2 ul{vertical-align: middle;margin: 2px 2px 2px 2px;height: 25px;padding: 0 0 0 5px;}
.pager li, .pager2 li{display: inline;list-style-type: none;height: 20px;padding: 3px;}
.pager span{display: block;position: absolute;top: 5px;}
.pager2 span{display: none;}

.candidate_side {
	padding-top: 50px;
}

 .side_text {padding-top: 10px }

/* ------------------------------------ */
/* END Dave's Custom STYLES */
/* ------------------------------------ */


/* Candidate Reg Tips */

#tips {width: 263px;}
#tips_text div{width: 263px; background:url(/cms/outertemplates/images/tips/tips_middle.jpg) repeat-y; color: #fff; margin: -5px 0px -15px 0px; padding: 5px 0px 15px 0px }
#tips_text h3{	color: #fff; font-size: 160%; font-weight: lighter; padding: 0 0 10px 20px; }
#tips p {padding: 0px 20px 0px 30px; margin: 0px ;color:#fff;text-align:left ;}
#tips a{color:#fff;text-decoration:none;}
#regForm {width:440px;float:left}

span.label {
	width: 100px;
	display: block;
	float: left;
}

span.label-large
{
	padding-left: 40px;
	width: 180px;
	display: block;
	float: left;
	font-weight:bold ;
}

.imgBorder{
	border: solid 1px #336699;
}

.redBold{
	font-weight: bold;
	font-size: 120%;
	color: #ff0000;
}

.active_job{
	background-color: #AAFFAA;
}

.credit_pad{
	text-align: left;
	margin-left:142px;
}

#nudge_login_up{
	top: -38px;
	position: relative;
}

.dtgblue {
	border-bottom: 1px solid #98d2e6;
}

.dtgblue td{
	background-color: #fff;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #98d2e6;
	color: #336699;
	margin: 0;
}

.dtgblue td a:link, .dtgdata td a:visited { 
	color: #336699;
	text-decoration: underline;

}

.dtgblue td a:hover {
	color: #336699;
	text-decoration: none;
} 

.smallPad{
	padding-left:4px;
}

.homeLeft{
	width: 195px;
	float: left;
}

.homeRight{
	width: 238px;
	float: left;
}

div.news ul{
	list-style-type:none;
	padding-left: 16px;
}

div.news ul li{
	padding: 0 0 5px 0;
}

div.news ul li h3{
	color: #6699cc;
	font-size: 11px;
	padding: 0;
	margin: 0;
	display:inline;
}

div.news ul li a{
	color: #336699;
	text-decoration: none;
	padding: 0 0 5px 0;
	margin: 0px;
	font-size: 12px;
}

div.news{
	padding-left: 10px;
}

.advertDiv{
	padding-left: 20px;
	text-align:center;
	border-left: solid 1px #a1cde8;
}

.advertDiv a{
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 6px 0;
	margin: 0px;
	font-size: 15px;
}

/* Admin Advert Styles */
.activeAdvert
{
	background-color: #CCFFCC;
}

.expiredAdvert
{
	background-color: #FFCCCC;
}

tr.activeAdvert td
{
	background-color: #CCFFCC !important;
}

tr.expiredAdvert td
{
	background-color: #FFCCCC !important;
}

div.lnkBackJobs { padding:4px 0 0; text-align:left; }
div.lnkBackJobs a { font-size:1.2em; line-height:26px; }

div#mainCol { float:left; margin:0 0 0 10px; width:530px; }
div#mainCol h4 { margin:0 0 0.8em; }
div#mainCol p { padding:0; }
div#rightCol { float:left; width:166px; }
div#detailsBox { border:1px solid #0175be; margin:0 0 0 10px; overflow:hidden; padding:10px; width:468px; }
div#detailsBox div.col { float:left; width:234px; }

div#applyNow { background:url(/cms/outertemplates/images/jobboard/apply-now.png) no-repeat; clear:both; height:43px; margin:22px 13px 0 0; width:504px; }
div#applyNow a,
div#applyNow input { float:right; height:24px; margin:8px 8px 0 0; overflow:hidden; text-indent:-999em; }
div#applyNow input.btnApply { background:url(/cms/outertemplates/images/buttons/btnApply.png) no-repeat; border:none; cursor:pointer; width:68px; }
div#applyNow a.btnLogin { background:url(/cms/outertemplates/images/buttons/btnLogin.png) no-repeat; width:68px; }
div#applyNow a.btnRegister { background:url(/cms/outertemplates/images/buttons/btnRegister.png) no-repeat; width:71px; }

div#applyNowSide { background:url(/cms/outertemplates/images/jobboard/apply-now-side.png) no-repeat; height:48px; padding:45px 0 0 4px; width:162px; }
div#applyNowSide a,
div#applyNowSide input { float:left; height:24px; margin:8px 5px 0; overflow:hidden; text-indent:-999em; }
div#applyNowSide input.btnApply { background:url(/cms/outertemplates/images/buttons/btnApply.png) no-repeat; border:none; cursor:pointer; width:68px; }
div#applyNowSide a.btnLogin { background:url(/cms/outertemplates/images/buttons/btnLogin.png) no-repeat; width:68px; }
div#applyNowSide a.btnRegister { background:url(/cms/outertemplates/images/buttons/btnRegister.png) no-repeat; width:71px; }