/*
Título		: Construction Safety Jobs
Autor		: Oscar Sanchez
URL 		: www.ConstructionSafetyJobs.com

Descripción : Construction Safety Jobs

Creado 		: Nov 12, 2008
Modificado	: Nov 12, 2008

- - - - - - - - - - - - - - - - - - - - - */

/*div {
	border: 1px solid Red;
}
*/
html, body {
	background: #1d9625 url(../gfx/backs/background.gif) repeat-x top center;
 	margin: 0;
    padding: 0;
  }

body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 160%;
	width: 100%;
	display: table;
	}
* 	html body { 
	font-size: x-small; /* para IE5/WIN */
	f\ont-size: small; /*for other IE versions*/
}
body,td,th {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #ffffff;
}

div#wraper { 
	display: block;
	width: 940px;
	height: 570px;
	padding: 0px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
}

div#wraper_footer { 
	display: block;
	width: 940px;
	height: 114px;
	padding: 0px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
/*	position:absolute;
	left:0px;
	right: 0px;*/
}


/*****************************************************/
/* RESETTERS AND GLOBAL SETTINGS               		 */
/***************************************************/

h1 { 
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	line-height: 110%;
	
}
h2 { 
	font-size: 120%;
	color: #ffffff;
}
h3 { 
	font-size: 100%;
	color: #ffffff;
	
}

h4 { 
	font-size: 100%;
	color: #ffffff;
}

small { 
	margin: 0;
	color: #666;
	font-size: 95%;
}
p { 
	margin-top: 0;
	margin: 0;
/*	line-height: 140%;*/
/*	font-size: 95%;*/
}
a { 
	color:#99ff99;
	text-decoration: none;
}
a:hover { 
	color:#99ff99;
	text-decoration: underline;
}


a img { 
	border: 0;
}
p img { 
	padding: 7px;
}
img.float_left { 
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.float_right { 
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.imagen_principal { 
	margin-bottom: 20px;
}

span { 
	font-size: 80%;
}
/*****************************************************/
/* Layouts                              		 */
/***************************************************/


div#header {
	width: 940px;
	float: left;
}


div#brand {
	width: 470px;
	height: 303px;
	float: left;
	margin-right: 10px;


}

div#intro {
	margin-top: 40px;
}
div#intro span {
	font-size: 20px;
}

div#menu {
	width: 460px;
	height: 28px;
	float: left;
	margin-top: 39px;
}
#menu ul { 
	list-style: none;
	padding: 0px;
		float: right;
	margin: 0;
}
#menu ul li { 
	float: left;
}
#menu ul li span { 
	display: none;
	
}
li#home a {
	width: 58px;
	height: 28px;
	display: block;
	background:  url('../gfx/buttons/index/home_on.jpg') no-repeat;
	margin: 0px 5px 0px 0px;	
	}

li#home, li#home a:hover { 
	background:  url('../gfx/buttons/index/home_on.jpg') no-repeat;
}


li#find a {
	width: 90px;
	height: 28px;
	display: block;
	background:  url('../gfx/buttons/index/finajob.jpg') no-repeat;
	margin: 0px 5px 0px 0px;	
	}

li#find, li#find a:hover { 
	background:  url('../gfx/buttons/index/finajob_on.jpg') no-repeat;
} 


/*li#resource a {
	width: 132px;
	height: 28px;
	display: block;
	background:  url('../gfx/buttons/index/resourcecenter.jpg') no-repeat;
	margin: 0px 5px 0px 0px;	
	}

li#resource, li#resource a:hover { 
	background:  url('../gfx/buttons/index/resourcecenter_on.jpg') no-repeat;
}
*/
li#toolbox a {
	width: 73px;
	height: 28px;
	display: block;
	background:  url('../gfx/buttons/index/toolbox.jpg') no-repeat;
	margin: 0px 5px 0px 0px;	
	}

li#toolbox, li#toolbox a:hover { 
	background:  url('../gfx/buttons/index/toolbox_on.jpg') no-repeat;
}



li#espanol a {
	width: 96px;
	height: 28px;
	display: block;
	background:  url('../gfx/buttons/index/enespanol.jpg') no-repeat;
	margin: 0px 5px 0px 0px;	
	}

li#espanol, li#espanol a:hover { 
	background:  url('../gfx/buttons/index/enespanol_on.jpg') no-repeat;
}

li#login a {
	width: 58px;
	height: 28px;
	display: block;
	background:  url('../gfx/buttons/index/login.jpg') no-repeat;

	}

li#login, li#login a:hover { 
	background:  url('../gfx/buttons/index/login_on.jpg') no-repeat;
}

div#search { 
	float: left;
	width: 460px;
	margin-top: 50px;
	
}

div#search span { 
	color: #fff;
	font-size: 100%;
	font-style: italic;
}

div#search label { 
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
	background:  url(../gfx/ico/search.gif) no-repeat left;		
}

div#search span a { 
	font-size: 100%;
	color: #99FF99;
	text-decoration: none;
}

div#search span a:hover { 
	color: #fff;
	text-decoration: underline;
}

div#search input.search { 
	width: 375px;
	border: 1px solid #195d1d;
	font-size: 18px;
	color: #666;
/*	margin-top: 5px;*/
	font-weight: normal;
	padding: 2px 5px 2px 2px;
}

div#content { 
	width: 940px;
	float: left;
	margin-bottom: 40px;

}


div#col_1 { 
	width: 265px;
	height: 155px;
	margin-right: 10px;
	float: left;
	padding: 55px 0px 20px 195px;
	background:  url(../gfx/employees.jpg) no-repeat;

}
div#col_1 h1 { 
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}

div#col_1 ul { 
	margin: 0;
	padding: 0px;
	list-style: none;
}

div#col_1 ul li { 
	margin-bottom: 5px;

}

div#col_1 ul li a { 
	color: #838383;
	text-decoration: none;
}

div#col_1 ul li a:hover { 
	color: #fff;
	text-decoration: none;
}


div#col_1 ul li#professional_login { 
	padding-left: 25px;
		background:  url(../gfx/ico/professional_login.gif) no-repeat;	
}

div#col_1 ul li#professional_register { 
	padding-left: 25px;
		background:  url(../gfx/ico/professional_register.gif) no-repeat;	
}

div#col_1 ul li#professional_find { 
	padding-left: 25px;
	background:  url(../gfx/ico/professional_find.gif) no-repeat;	
}

div#col_1 ul li#professional_find_articles { 
	padding-left: 25px;
	background:  url(../gfx/ico/professional_find_articles.gif) no-repeat;	
}

div#col_2 { 
	width: 265px;
	height: 155px;
	margin-left: 10px;
	float: left;	
	padding: 55px 0px 20px 195px;	
	background:  url(../gfx/employer.jpg) no-repeat;	

}

div#col_2 h1 { 
	color: #000;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

div#col_2 ul { 
	margin: 0;
	padding: 0px;
	list-style: none;
}

div#col_2 ul li { 
	margin-bottom: 5px;
}

div#col_2 ul li a { 
	color: #7e5400;
	text-decoration: none;
}

div#col_2 ul li a:hover { 
	color: #000;
	text-decoration: none;
}


div#col_2 ul li#employer_login { 
	padding-left: 25px;
		background:  url(../gfx/ico/employer_login.gif) no-repeat;	
}

div#col_2 ul li#employer_register { 
	padding-left: 25px;
	background:  url(../gfx/ico/employer_register.gif) no-repeat;	
}

div#col_2 ul li#employer_find { 
	padding-left: 25px;
	background:  url(../gfx/ico/employer_find.gif) no-repeat;	
}

div#footer { 
	height: 114px;
	padding-top: 25px;
	clear: both;
		color: #99cc99;
}

div#footer a { 
	color: #99cc99;	
	text-decoration: none;
}

div#footer a:hover { 
	color: #99cc99;	
	text-decoration: underline;

  
}

div#footer_col_1 { 
	width: 300px;
	float: left;
}

div#footer_col_2 { 
	width: 300px;
	float: right;
}

div#footer_col_2 div#nav_footer{ 
	width: 140px;
	float: left;
}

div#footer_col_2 div#nav_footer_2{ 
	width: 140px;
	float: left;
	margin-left: 20px;
}
div#footer_col_2 ul { 
	margin: 0;
	padding: 0px;
	list-style: none;
}

form { 
	margin: 0;
	padding: 0px;
}

#login_register {
	color: #99ff99;
	height: 20px;
	float: right;
	margin-left: 40px;	
	margin-top: 78px;
	
}




/************ Live Search ****************/

ul#live_search_results_list {
       margin: 0;
       padding: 0;
       list-style: none;
       font-family: Arial, "MS Trebuchet", sans-serif;
       font-size: 11px;
       color: #666;
		line-height: 120%;
}
ul#live_search_results_list li {
       padding: 8px 8px 8px 25px;
}
li.odd {
       background: #fff url(../gfx/ico/find_job.gif) no-repeat 8px 10px;
}
li.even {
       background: #f6f6f6 url(../gfx/ico/find_job.gif) no-repeat 8px 10px;
}
span.results_job_title a {
       font-size: 14px;
       color: #3a733a;
       font-weight: bold;
       text-decoration: none;
}
span.results_job_category {
       font-size: 9px;
       color: #819e7b;
       font-weight: bold;
       text-transform: uppercase;
}


span.results_job_description {
       color: #999;
       font-style: italic;
}

strong.results { 
	background-color: #ffc300;
	color: #000;
}