* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	margin:0;
	padding:0;
}

p {
	margin-bottom:1em;
	line-height:17px;
	clear:both;
}

p.topMargin {
	margin-top:1em;
}

p.borderBot {
	background:url(lib/images/bk_list_item.jpg) 0 100% repeat-x;
	padding-bottom:12px;
}


hr {
	height: 1px;
	background-color: #eee;
	color: #eee;
	border: none;
	padding: 0;
	margin: 10px 0;
}

ul { list-style: none; }

a {
	color:#778C24;
	text-decoration:none;
	}
a:hover { 
	text-decoration:underline;
	}
a:focus, input:focus { 
	outline:none; 
}

ul, ol, dl {
	position:relative;
}	
h1 {
	font:normal 22px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	display:block;
	clear:both;
	color:#555555;
	padding-top:5px;
	padding:10px 0 8px;
	position:relative;
}

h1.content {
	border-bottom:3px solid #EFF0E1;
}

h1.details {
	color:#C54E15;
	background:url(../../images/bk_list_item.jpg) 0 100% repeat-x;
	letter-spacing:0;
	padding-bottom:15px;
}

h1.dashboard {
	font-size:14px;
	border:none;
	font-weight:bold;
	padding-top:10px;
}

h2 {
	display:block;
	width:215px;
	height:43px;
	line-height:34px;
	color:#333;
	font-size:15px;
	border:none;
	text-decoration:none;
	background-image: url(/lib/images/h2_180_v3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
	padding-left: 10px;
	margin-left: -11px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.green {
	color:#8AAB1B;
}

.red {
	color:#C54E15;
}

.credits {
	font-weight:bold;
	font-size:18px;
}

/* LAYOUT STRUCTURE
---------------------------------------------------*/
#wrapperMain {
	background-color: #FFF;
	background-image: url(/lib/images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#topLoginBox {
	width:100%;
	background:#000;
	color:#D2D2D2;
	font-size:11px;
}

#wrapper, #topLoginBoxInner {
	min-width:900px;
	padding-top:4px;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 35px;
}

#header {
	position:relative;
}

#container {
	margin-top:8px;
}
#contentwrapper{
	float: left;
	width: 100%;
	min-height:400px;
	margin-top: 15px;
}

#contentcolumn{
	margin-left: 260px; /*Set left margin to LeftColumnWidth*/
	padding-right: 15px;
	padding-left: 20px;
}

#leftcolumn{
	float: left;
	width: 250px; /*Width of left column*/
	margin-left: -100%;
	padding-left: 15px;
	margin-top: 15px;
	padding-right: 10px;
}
.help {
	background-color: #ebebeb;
	margin-top: 10px;
	margin-right: 25px;
	padding: 8px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}


#footer {
	border-top:5px solid #F2F2F2;
	line-height:36px;
	margin-bottom:25px;
	margin-top:10px;
	font-size:11px;
	color:#666;
}	

#footer div#rights
{
  float:left;
}

#footer div#we
{
padding-top: 25px;
}

#highlight-left {
float: left;
width: 550px;
}
#highlight-right {
float: left;
margin-left: 600px;
position: absolute;
margin-top: -25px;
}

.error {
	padding: 3px;
	margin-bottom: 5px;
	background-color: #ebebeb;
	font-weight: bold;
	margin-top: 15px;
	border: 1px dashed #666666;
	width: 400px;
	margin-left: -8px;
	}
	
.msg_success {
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 5px;
	position: relative;
	background-image: url(/lib/images/msg_icon_success.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #CFFEDD;
	border: 1px solid #060;
	}
.msg_error {
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 5px;
	position: relative;
	background-image: url(/lib/images/msg_icon_error.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #FCC;
	border: 1px solid #C00;
	}
	
.logout {
	padding: 3px;
	margin-bottom: 5px;
	background-color: #ebebeb;
	font-weight: bold;
	margin-top: 15px;
	border: 1px solid #666666;
	width: 200px;
	margin-left: -8px;
	}
	
	

/* HEADER
---------------------------------------------------*/

/* -- logo --*/

#logo {
	width:260px;
	height:98px;
	*height:120px;
}

#logo h1{
	padding:0;
	margin:0;
}

#logo h1 a, #logo h1 a:hover {
	width:260px;
	height:98px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	background-image: url(/lib/images/logo_gear.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	margin-top: 10px;
}

#loginButtonTop {
	width:83px;
	position:absolute;
	height:21px;
	right:0;
	top:0;
	text-align:center;
	font-size:11px;
	background-color: #101010;
	background-image: url(lib/images/login_top.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#loginButtonTop a {
	display:block;
	margin-top:2px;
	color:#ccc;
	text-decoration:none;
}

#loginButtonTop a:hover {
	color:#FFF;
}

.priceLine {
	position:absolute;
	right:20px;
	top:108px;
	*top:122px;
	font-size:14px;
	color:#fff;
	z-index: 999;
}

.priceLine .price {
	font-size:20px;
	color:#FF5200;
	font-weight:bold;
}

#topBar {
	margin-top:1px;
	*margin-top:-11px;
	height:42px;
	position:relative;
	color:#FFF;
	font-size:11px;
	background-image: url(../images/topnav_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topBar #nav {
	float: left;
	width: 400px;
	margin-top: 15px;
	margin-left: 20px;
	font-size: 1.4em;
}
#topBar #nav a:link {
	margin-right: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#topBar #nav a:visited {
	margin-right: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#topBar #nav a:hover {
	margin-right: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}



ul#topNav {
	position:absolute;
	right:0;
	background:url(/lib/images/topnav_right.png) 100% 0 no-repeat;
	padding-right:20px;
	padding-top:10px;
	height: 32px;
	width: 100px;
}

ul#topNav li {
	float:left;
	padding:0 12px;
	border-right:1px solid #BCD360;
}

ul#topNav li a {
	color:#fff;
	text-decoration:none;
}

ul#topNav li a:hover {
	text-decoration:underline;
}

ul#topNav li {
	float:left;
}
#seal {
	width:100px;
	height:100px;
	position:absolute;
	top:69px;
	*top:84px;
	right: 350px;
	background-image: url(/lib/images/seal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#seal  span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#fff;
	letter-spacing:-2px;
	display:block;
	width:70px;
	height:65px;
	text-align:center;
	padding-top:32px;
	padding-left: 10px;
}
/* CONTENT
---------------------------------------------------*/
#content_users {
	margin-right: 20px;
	margin-left: 20px;
}

#search {
      display:block;
      background:url(../../images/bk_searchbox.jpg) 100% 100% no-repeat;
      padding:10px 0 15px;
}

.thumbupBox {
            padding:15px 20px 35px 95px;
            background:#F8F9F2 url(../../images/bk_thumbup.jpg) 2px 6px no-repeat;
            font-size:14px;
            border:1px solid #DCDEBC;
            margin-top:5px;
            height:35px;
}
      
.rss {
	display:block;
	right:8px;
	top:16px;
	font-size:12px;
	position:absolute;
	padding-right:25px;
	background:url(../../images/icon_rss.jpg) 100% 0 no-repeat;
	height:20px;
}

#typeNav {
	height:30px;
	border-bottom:1px solid #88B1C8;
	position:relative;
	margin-top:10px;
	font-size:11px;
	line-height:10px;
	
}

#typeNav ul.tabs {
	position:absolute;
	right:10px;
	bottom:-1px;
}

#typeNav ul.tabs li {
	float:left;
	background:url(../../images/bk_typetabs.jpg) 0 0 no-repeat;
	margin-left:4px;
	position:relative;
}

#typeNav ul.tabs li a{
	display:block;
	background:url(../../images/bk_typetabs_right.jpg) 100% 0 no-repeat;
	height:26px;
	line-height:26px;
	text-align:center;
	text-transform:uppercase;
	color:#888;
	padding:0 10px;
	width:78px;
}

#typeNav ul.tabs li a:hover {
	color:#CC3712;
}

#typeNav ul.tabs li.selected {
	background:url(../../images/bk_typetabs_on.jpg) 0 0 no-repeat;
}

#typeNav ul.tabs li.selected a{
	background:url(../../images/bk_typetabs_right_on.jpg) 100% 0 no-repeat;
	font-weight:bold;
	color:#CC3712;
}

/* job details */

.jobDetailsBox {
	padding:10px;
	background:url(../../images/bk_list_item.jpg) 0 100% repeat-x;
	background-color:#F9F9F2;
	margin-bottom:18px;
}

.jobDetailsBox span.companyLoc {
	display:block;
	font-size:16px;
	line-height:15px;
}

.jobType {
	float:left;
	margin-top:3px;
	margin-right:10px;
}

#sendContainer {
	margin:0;
	margin-top:20px;
	background-color:#F8F9F2;
	border:1px solid #E8EBD6;
	padding:6px 8px;
	
}
#sendContainer img{
	vertical-align:middle;
	margin-top:-2px;
	margin-right:2px;
}

/* listing */

.listingItem, .listingItemEven {
	margin:0;
	padding:13px 10px;
	min-height:500px;
}

.date {	
	border-right:1px solid #ccc;
	width:35px;
	float:left;
	margin-right:10px;
        text-align:center;
        margin-bottom:8px; 
}
.day {
	color:#ccc;
	font-size:22px;
	font-weight:bold;
	width:40px;
}
.month {
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

.jobItem, .jobItemDetails {
	float:left;
        width:545px;
}

.jobItem .jobTitle a{
	font-size:16px;
	color:#444;
	text-decoration:underline;
	margin:6px 0;
	
}

.jobItem .jobTitle a:hover {
	text-decoration:none;
}

.jobItem .jobCompany
{
    margin:8px 0;
}

.jobItem .itemButtons
{
  margin:8px 0;
}

.jobItemDetails .jobCompany {
	margin:0 0 5px;
}

.jobItem .jobCompany a, .jobItemDetails .jobCompany a{
	color:#97AA4A;
	font-weight:bold;
	text-decoration:none;
}

.jobItemDetails .jobCompany {
	font-size:16px;
}

.jobItemDetails .jobCompany a:hover {
	color:#ABBC67;
}

.jobItem img, .jobItemDetails img {
	margin-right:3px;
	vertical-align:middle;
	margin-top:-2px;
}

.jobBoard {
	float:left;
	display:block;
	font-size:11px;
	padding-top:3px;
	margin-left:5px;
}

.jobBoard a {
	color:#C54E15;
}

/* left col steps */

.stepBox {
	background:url(../../images/bk_steps.jpg) 100% 100% no-repeat;
	padding:18px 10px 18px 13px;
	margin:0 -26px 0 -10px;
	font-size:14px;
	color:#ccc;
}

.stepBoxCurrent, .stepBoxPassed {
	background:url(../../images/bk_steps.jpg) 100% 100% no-repeat;
	padding:18px 10px 18px 13px;
	margin:0 -26px 0 -10px;
	font-size:14px;
	color:#555;
}

.step1, .step2, .step3,.step4,.step5, .step {
	display:block;
	padding:5px 10px 0 35px;
	height:23px;
}

.step1 {
	background:url(../../images/bullet_step1.gif) 0 100% no-repeat;
}

.stepBoxCurrent .step1 {
	background:url(../../images/bullet_step1.gif) 0 0 no-repeat;
}

.step2 {
	background:url(../../images/bullet_step2.gif) 0 100% no-repeat;
}

.stepBoxCurrent .step2 {
	background:url(../../images/bullet_step2.gif) 0 0 no-repeat;
}

.step3 {
	background:url(../../images/bullet_step3.gif) 0 100% no-repeat;
}

.stepBoxCurrent .step3 {
	background:url(../../images/bullet_step3.gif) 0 0 no-repeat;
}

.step4 {
	background:url(../../images/bullet_step4.gif) 0 100% no-repeat;
}

.stepBoxCurrent .step4 {
	background:url(../../images/bullet_step4.gif) 0 0 no-repeat;
}

.step5 {
	background:url(../../images/bullet_step5.gif) 0 100% no-repeat;
}

.stepBoxCurrent .step5 {
	background:url(../../images/bullet_step5.gif) 0 0 no-repeat;
}

.step {
	background:url(/images/bullet_step.gif) 0 100% no-repeat;
}

.stepBoxCurrent .step {
	background:url(/images/bullet_step.gif) 0 0 no-repeat;
}

.stepBoxPassed .step {
	background:url(/images/bullet_step.gif) 0 100% no-repeat;
}



/* order items */
.orderItems {
	border:none;
	width:100%;
}

.orderItems td{
	border-bottom:1px solid #EFF0E1;
	padding:5px 10px 5px 0;
	font-size:14px;
	width:20%;
}

.orderItems td .genericBut{
	font-size:12px;
}

/* posting form errors box */
.messageBox {
	margin:15px 0 10px 0;
	background-color:#F8F8EF;
	border:1px solid #EAEAD0;
	padding:5px 8px 4px 8px;
	color:#C54E15;
	
}

.messageBox p{
  font-weight:bold;
  font-size:12px;
}

#postErrorsBox img{
	vertical-align:middle;
	margin-top:-2px;
	margin-right:2px;
}

#postErrorsInner {
	padding:0;
	padding-top:10px;
	display:none;
	margin:10px 0;
	border-top:1px dashed #ccc; 
}


/* BUTTONS
---------------------------------------------------*/

a.butRegister {
	display:block;
	width:212px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	font-size:11px;
	border:none;
	background:url(../../images/but_register.jpg) 0 0 no-repeat;
	text-decoration:none;
}

a.butPost {
	display:block;
	width:212px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	font-size:11px;
	border:none;
	background:url(../../images/but_post.jpg) 0 0 no-repeat;
	text-decoration:none;
}

a.butPostFree {
	display:block;
	width:212px;
	height:70px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	font-size:11px;
	border:none;
	background:url(../../images/freecredits.jpg) 0 0 no-repeat;
	text-decoration:none;
}

.genericBut, .genericButDone{
	padding:0 7px;
	border:1px solid #D8E9ED;
	background-color:#EEF5F7;
	font-size:11px;
	color:#2985B6;
	position:relative;
	margin-right:10px;
	float:left;
	line-height:18px;
	text-align:center;
}

.genericBut:hover {
	border:1px solid #97C5CE;
	background-color:#F2F8F9;
	text-decoration:none;
}

.genericButDone {
	border:1px solid #DAE0BE;
	background-color:#F1F7DB;
	color:#97AA48;
	cursor:default;
}

.genericButDone:hover {
	text-decoration:none;
}

/* Misc Layouts */

.ads_col1 {
	float: left;
	width: 75%;
}
.ads_col2 {
	float: right;
	width: 25%;
}



/* BREADCRUMBS
---------------------------------------------------*/
.crumbs {
	margin-bottom: 15px;

}
#crumbs #on {
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right:1px;
	color: #000000;
	font-weight: bold;
	float: left;
	background-color: #FFEFB0;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}
#crumbs #off {
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right:1px;
	color: #CCCCCC;
	background-color: #F4F4F4;
	float: left;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}
td {
	padding: 5px;
}

/*HELP SECTION*/
#help_left{
	width: 200px;
	padding-top: 20px;
}

#help_left a:link h4 {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 3px;	
}

#help_left a:visited h4 {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 3px;	
	
}

#help_left a:hover h4 {
	background-color: #ebebeb;
	padding: 5px;
	margin-bottom: 3px;	
	
}

#help_left a:active h4 {
	background-color: #ebebeb;
	padding: 5px;
	margin-bottom: 3px;	
	
}


#help_main {
	margin-right: 350px;
	margin-left: 225px;
	float: left;
	position: absolute;
	padding-top: 20px;
}


#help_right{
	float: right;
	width: 250px; /*Width of right column in pixels*/
	margin-left: -250px;
	position: relative;
	margin-top: -150px;
	background-color: #F2FDF7;
}

#help_right h4 {
	background-color: #DCFAE9;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}


