/* CSS Document */
#left_column {
	float: left;
	background-color: #efeded;
	height: auto;
	width:255px !important;
	
}

/********** left column_1 **********/
#left_column_1 {
	width: 250px;
	height: 335px;	
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	border-bottom: #FFFFFF 10px solid;
}

.inside_image {
	border: #FFFFFF 3px solid;
}

.btn_post_a_job {
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#job_seekers {
	float: left;
	padding-left:55px;
	line-height: 20px;
}

.bullet {
	background-image: url(/headers/cc/images/7355/bullet_black.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
}

.white_line_6 {
	background-color: #FFFFFF;
	height:6px;
}

/********** left column_2 **********/
#left_column_2 {
	width: 202px;
	height: 180px;	
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 18px;
	border-bottom: #CDCDCD 1px solid;
}

.title_fleet_job_alerts {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-bottom:5px;
	padding-left: 27px;
	background-image: url(/headers/cc/images/7355/icon_job_seekers_inside.gif);
	background-repeat:no-repeat;	
}

.form_text {
	width: 124px;
	font-size: 11px;
}

.each_line {
	float:left; 
	width:65px; 
	padding-left:5px;
	padding-top: 2px;
}

#left_column_2 hr {
	color: #bababa;
	height: 1px;
}

.title_employer {
	color: #000000;
	padding-top: 2px;
	padding-bottom:5px;
	padding-left: 27px;
	background-image: url(/headers/cc/images/7355/icon_employers_inside.gif);
	background-repeat:no-repeat;	
}

/********** left column_3 **********/
#left_column_3 {
	width: 202px;
	height: 155px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	border-bottom: #CDCDCD 1px solid;
}

/********** left column_4 **********/
#left_column_4 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: #FFFFFF 10px solid;
}

/********** right column **********/
#right_column {
	float: left;
	width: 684px;
	background-color: #FFFFFF;	
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	vertical-align: top;
}

#tab_section {
	height: 31px;
	background: url(/headers/cc/images/7355/bg_inside_title.gif) repeat-x;
}

.h1_inside_page {
	font-size: 24px;	
}

/****** Navigation ******/
#nav {
	margin-top:-4px;
    float:right;
	line-height:normal;
}

#nav ul {
    margin:0;
    padding:4px 8px 0px 0px;
    list-style:none;
}

#nav li {
    float:left;
	background:url(/headers/cc/images/7355/tab_off_right.gif) no-repeat right top;
    margin:0;
    padding:0;
}

#nav a {
	float:left;
    display:block;
	background:url(/headers/cc/images/7355/tab_off_left.gif) no-repeat left top;
	padding:8px 9px 7px 12px;
}

#nav #current {
    background-image:url(/headers/cc/images/7355/tab_on_right.gif);
    }
	
#nav #current a {
    background-image:url(/headers/cc/images/7355/tab_on_left.gif);
	padding-bottom:8px;
	font-weight: bold;
	color: #000000;
    }

#nav a:link {
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
#nav a:visited {
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
#nav a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#nav a:active {
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}

 /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #nav a {float:none;}
  /* End IE5-Mac hack */