/*SITE COLORS

BLUE: #0081b2
ORANGE: #f15a40

*/


a, a:visited, a:active { color: #2e3192; }
a:hover {	color: #cccccc;	}
h1 {  color: #000000; }
h2 {  color: #333333; }
/*h3 {  color: #333333; }*/

#emp p { color:#ffffff; }
#emp a, #emp a:visited, #emp a:active { 
	color:#ffffff; }

#jobseeker p { color:#ffffff; }
#jobseeker a, #jobseeker a:visited, #jobseeker a:active {
	color:#ffffff;}

h1.js { color: #0081b2; }

#navigate h2	{ color: #ffffff; }

#content a.cr_title { color: #0081b2; }
#content a.cr_details{ color: #0081b2; }
#content a:visited.cr_details { color: #0081b2; }
#content h1 { color: #0081b2; }
#content h1.emp { color: #f15a40; }
#content h2 { color: #000000; }
/*#content h3 { color: #0081b2; }

#content a, #content a:visited {
	color: #666666; }
#content a:hover {
	color: #666666; }
*/

#int_si_header_content p { color: #ffffff; }
#int_si_header_content a { color: #ffffff; }
#int_si_header_content { border-color: #0081b2; }
.border { border-color: #0081b2;}

#footer p { color: #ffffff; }
#footer a, #footer a:visited, #footer a:active {
	color: #ffffff; }
	
.logo { margin: 15px 0 0 8px; }
.tagline { margin: 0px 0px 0px 8px; }



/*SITE IMAGES*/
#emp {
	background: transparent url(../../images/jvj/top_nav_emp.png) no-repeat center top;
}
#jobseeker
{
	background: transparent url(../../images/jvj/top_nav_js.png) no-repeat center top;
}
#footer {
	background: transparent url(../../images/jvj/footer.png) center top;
}

	.navjs {
		background: transparent url(../../images/jvj/int_hd_js.gif) no-repeat top center;
	}
	.navemp {
		background: transparent url(../../images/jvj/int_hd_emp.gif) no-repeat top center;
	}


#int_si_header {
	background: transparent url(../../images/jvj/si_header.png) no-repeat;
}



/*NAVIGATION*/

#navigate strong {
		margin:0 0 10px 0;
		padding:0 0 4px 30px;
		display: block;
		line-height: 2.1em;
		font-size: 1.1em;
		font-weight:bolder;
		background: transparent url(../../images/jvj/int_nav_hd_off.gif) no-repeat center top;		
}
#navigate a:hover strong  {
		color: black;
		background: transparent url(../../images/jvj/int_nav_hd_over.gif) no-repeat center top;

}
#navigate span {
		margin: 0 5px 10px 10px;
		display: block;
		font-size: .9em;
		line-height: 1.4em;
		font-weight:normal;
		color: #666666;
}

#navigate a:hover span {
		color: #000000;
}

#navigate li a {
		display: block;
		padding: 0;
		color: #666666;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: center top;
}

#navigate li a:hover  {
		color: #000000;
}	
