/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {}
body {
	position:relative;
	height:100%;
	background-color:#ffffff;
	background-image:url(images/background/mainbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
}
a:link,a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	margin:0 auto;
	width:960px;
	height:145px;
}
#logo {
	position:relative;
	float:left;
	width:525px;
	height:60px;
	text-align:center;
	margin-top:50px;
}
#header_right {
	position:relative;
	float:right;
	width:340px;
	padding-top:114px;
}
#right_top {
	position:relative;
	height:84px;
	padding-top:30px;
}
#main_tabs {
	position:relative;
	float:right;
	padding-right:20px;
	}
#main_tabs a:link,
#main_tabs a:visited,
#main_tabs a:hover {
	color:#ffffff;
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:18px;
	text-decoration:none;
	}
#jobseekers{
	position:relative;
	float:left;
	width:125px;
	height:25px;
	padding-top:7px;
	background-image:url(images/background/seekerstabbg.gif);
	background-repeat:no-repeat;
	text-align:center;
	margin-right:2px;
	}
#employers{
	position:relative;
	float:left;
	width:125px;
	height:25px;
	padding-top:7px;
	background-image:url(images/background/employerstabbg.gif);
	background-repeat:no-repeat;
	text-align:center;
	}
/* ***************************************************************************** */
/* TOP BAR */
#top_bar{
	position:relative;
	height:30px;
	background-color:#59ae2f;
}
#top_bar_grey {
	position:relative;
	height:30px;
	background-color:#56585b;
	}
#home{
	position:relative;
	float:left;
}
#sub_menu{
	position:relative;
	float:left;
}

#login_top{
	position:relative;
	background-color:#eaf6e5;
	height:20px;
	text-align:right;
	padding-right:12px;
}
/* ***************************************************************************** */
/* CONTENT */
#container{
	position:relative;
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
	border-left:1px solid #e4e0e0;
	border-right:1px solid #e4e0e0;
	border-bottom:1px solid #e4e0e0;
}
#content {
	position:relative;
	margin:20px 12px 40px 12px;
    min-height: 500px;
}
#content_container {
	position:relative;
	width:100%;
}
#title {
	border-bottom:1px solid #e4e0e0;
	margin-bottom:5px;
}
#title h1{color:#59ae2f;margin:0px;}

/* *************************************************************************** */
/* SUB-MENU */
/* These are the styles for the right sub menu */
#sub_menu,
.sub_menu_1_div,
.sub_menu_2_div {
	color:#FFFFFF;
	text-align:center;
}
#sub_menu {
	padding-top:5px;
	padding-left:2px;
}
.sub_menu_1_div,
.sub_menu_2_div {
}
.sub_menu_1_div:hover,
.sub_menu_2_div:hover {
}
.sub_menu_1_div {
	padding-top:0px;
	float:left;border-right:1px solid white;
	text-align:center;height:18px;
}
.sub_menu_2_div {
	padding-left:10px;
}
.sub_menu_1,
.sub_menu_1:link,
.sub_menu_1:visited,
.sub_menu_1:hover,
.sub_menu_1:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; /** Main Font Size **/
	color:#ffffff; /** Main Font Color **/
	font-weight:normal;
	text-decoration:none;
	margin-left:14px;
	margin-right:14px;
}
.sub_menu_2,
.sub_menu_2:link,
.sub_menu_2:visited,
.sub_menu_2:hover,
.sub_menu_2:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; /** Sub Font Size **/
	color:#ffffff; /** Sub Font Color **/
	font-weight:normal;
	text-decoration:none;
}

/* ***************************************************************************** */
/* HOME DYNAMIC LAYOUT */
#home_left_column {
	float:left;
	position:relative;
	width:650px;/*405px;*/
}
#home_right_column{
	float:right;
	margin:auto;
	position:relative;
	/*width:520px;  */
}

#inside_left_column{
	float:left;
	position:relative;
	width:100%;
	/*
	width:640px;
	border:1px solid red;
	*/
}
#inside_right_column{
	/*
	float:right;
	width:280px;
	position:relative;
	border:1px solid green;
	*/
	position:absolute;
	top:30px;
	right:0px;

}

table.list{
	border-spacing:0px;
	border-bottom:1px solid #e4e0e0;
}
table.list th{
	font-family:"Trebuchet MS", Arial;
	background-color:#59ae2f;
	color:#ffffff;
	font-size:14px;
	text-align:left;
	padding:2px;

}
table.list td.first{ border-left:1px solid #e4e0e0; }
table.list td.last{ border-right:1px solid #e4e0e0;}

table.list tr.odd{ background-color:#f5f5f5; }
table.list tr.even{ background-color:#FFFFFF; }
table.list td{ padding:2px; }

/* ***************************************************************************** */
/* FORMS */

input.alt{ width:250px; }
select.alt{ width:254px; }

.alt{
	/*background-color:#E5E5E5;
	border:1px solid #8A8787;
	padding:2px;*/
    background-color:#F7FBF4;
    border:1px solid #59AE2F;
    padding:2px;
}
.alt:focus{
	background-color:#FFFFFF;
}

.alt_payment{
	background-color:#E5E5E5;
	border:1px solid #8A8787;
	padding:2px;
}

.alt_payment:focus{
	background-color:#FFFFFF;
}

/* ***************************************************************************** */
/* QUICK SEARCH */
#quick_search {
	position:relative;
	float:left;
	width:280px;
	margin-right:5px;
	}
#greenbg {
	position:relative;
	padding:2px 10px;
	background-color:#59ae2f;
	color:#ffffff;
	font-size:14px;
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	}
#qs_content {
	position:relative;
	background-color:#f5f5f5;
	border-right:1px solid #e4e0e0;
	border-bottom:1px solid #e4e0e0;
	border-left:1px solid #e4e0e0;
	height:225px;
	padding:10px;
	color:#59ae2f;
	font-size:10px;
	font-weight:bold;
	}
.qs_input {
	position:relative;
	height:30px;
	padding-left:10px;
	}
.vspace {
	height:14px;
	}
.sm {
	font-size:10px;
	font-family:arial;
	color:#999999;
	}
/* ***************************************************************************** */
#login {
	position:relative;
	float:right;
	width:226px;
	}

.login {
	font-size:11px;
	}
input.grey {
	width:130px;
	border:1px solid #8a8787;
	height:16px;
	}
#login_links {
	position:relative;
	border-top:1px solid #cdcecf;
	margin-top:20px;
	padding-top:5px;
	/* width:350px; */
	}
#login a:link,
#login a:visited,
#login a:hover	{
	color:#2b5faa;
	}
/* ***************************************************************************** */

/* ***************************************************************************** */
/* FOOTER */
#bottom_nav {
	position:relative;
	border-top:1px dotted #e4e0e0;
	background-color:#f1f4f8;
	padding:5px;
	margin-top:10px;
}
#footer {
	position:relative;
	margin:0 auto;
	width:960px;
	margin-bottom:55px;
	margin-top:15px;
	}
#affiliates {
	position:relative;
	float:left;
	margin-right:15px;
	}
#plujo {
	position:relative;
	float:right;
	font-size:11px;
	text-align:right;
	line-height:18px;
	}
#plujo a:link,
#plujo a:visited,
#plujo a:hover{
	color:#333333;
	}

/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */

/* ***************************************************************************** */
/* MISCELLANEOUS */
:focus {outline:none;}
h1 {font-weight:normal;}
#clear_column {clear:both;}
#line {height:2px; border-top:1px solid #e4e0e0; }
.error{ color:#FF0000; font-size:12px;padding:3px;background-color:#fffdcd;
 }
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover {font-size:11px;}
/*border:1px solid #e4e0e0;/*



/* ***************************************************************************** */
/* DATE */
.date_td input {
	height:14px;
	line-height:13px;
	padding:1px;
	vertical-align:top;
	margin:0px;
}

/* ***************************************************************************** */
/* TABLE */
td.table_cells {
	width:250px;
}

#job-tips
{
    line-height: 14px;
    position:absolute;
    left:615px;
    top:-5px
}

#job-tips a:link,
#job-tips a:visited,
#job-tips a:active
#job-tips a:hover
{
    text-decoration: none;

    color:#59ae2f;
    font-size:10px;
    font-weight:bold;
}


/*#job-tips
{
    line-height: 14px;
    height: 25px;
}

#job-tips a:link,
#job-tips a:visited,
#job-tips a:active
{
    position:relative;
    float:left;
    text-decoration: none;
    left:460px;
    top:-35px;
    color:#59ae2f;
    font-size:10px;
    font-weight:bold;
}*/

#job-tips a:hover{
    /*position:relative;
    float:left;  */
   text-decoration: underline;
    /*left:460px;
    top:-25px;
    color:#59ae2f;
    font-size:10px;
    font-weight:bold;  */
    }
