/* html styles */
body 
{
	margin: 0;
	padding: 0;
	background-color: #e0e0e0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

h1
{
	font-family: arial, helvetica, sans-serif;
	margin: 10px 0 5px 0;
	font-size: large;
	font-weight: bold;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #000;
}

h3
{
	font-family:arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 10px 0 5px 0;
	padding: 3px 0 2px 5px;
	background-color: #ddd;
	border-bottom: 1px solid #999;
}

h4
{
	font-family:arial, helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 0 5px 0;
}

.small
{
	font-size: 10px;
	color: #9e9e9e;
}

p, li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

form
{
	margin: 0;
	padding: 0;
}

input, select, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

#featured_bar_bottom input, #featured_bar_bottom select
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	border: 1px solid #999;
}

#featured_bar_bottom .button
{
	background-color: #8AB944;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
}


#featured_bar_bottom select
{
	height: 23px;
}

a:link, a:visited, a:active
{
	color: #2630ff;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

/* end html styles */


/* jobshq layout */
#narrow_column
{
	float: left;
	background-color: transparent;
	width: 266px;
	margin: 0;
	padding: 0;
	clear: left;
}

#wide_column
{
	float: right;
	background-color: transparent;
	width: 476px;
	margin: 0;
	padding: 0;
	clear: right;
}

#main 
{
	background-color: #4A7012;
	margin: 0 auto;
	width: 742px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#header 
{
	margin: 0;
	padding: 0;
	width: 742px;
	height: 88px;
	background-color: #609017;
	background-image:  url(/gfx/layout/masthead.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	clear: both;
}

#header_login
{
	float: right;
	margin: 0;
	padding: 24px 40px;
}

#header_bottom
{
	margin: 0;
	padding: 0;
	width: 742px;
	height: 18px;
	background-color: #fa5105;
	background-image: url(/gfx/layout/masthead_bottom.gif);
	background-repeat: no-repeat;
}

#header_bottom p
{
	padding: 2px 5px;
	margin: 0;
	line-height: 11px;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-align: right;
}

#featured_bar
{
	width: 728px;
	padding: 5px 7px;
	background-color: #3e3d3d;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

#featured_jobs
{
	float: right;
	width: 43%;
	margin: 0;
	border-left: 1px solid #fff;
	padding: 0 0 0 10px;
}

#featured_employers
{
	margin: 0;
	width: 53%;
	padding: 0 0 0 10px;
}

#featured_bar_bottom
{
	margin: 0;
	padding: 5px 0;
	width: 742px;
	background-color: #fa5105;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#main_content
{
	width: 100%;
	padding: 0;
	margin: 3px 0;
	background-color: #4A7012;
	/*background-color: #9a9a9a;*/
	font-size: 12px;
	/*border: #c00 1px solid;*/
	float: left;
	clear: both;
}

#leaderboard
{
	background-color: transparent;
	text-align: center;
	border: 0px;
	padding: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
}

#box_full
{
	background-color: #fa5105;
	border: 1px solid #fff;
	margin: 0 3px 3px 3px !important;
	margin: 3px 3px 3px 3px;
	padding: 5px;
}

#box_right
{
	color: #fff;
	background-color: #fa5105;
	border: 1px solid #fff;
	margin: 0 6px 6px 3px !important;
	margin: 0 6px 6px 3px;
	padding: 5px;
}

#box_right_green
{
	color: #fff;
	background-color: #72a22b;
	border: 1px solid #fff;
	margin: 0 6px 6px 3px !important;
	margin: 0 6px 6px 3px;
	padding: 5px;
}

#box_right_nopad
{
	color: #fff;
	background-color: #fa5105;
	border: 1px solid #fff;
	margin: 0 6px 6px 3px !important;
	margin: 0 6px 6px 3px;
	padding: 0;
}

#box_left_orange
{
	color: #fff;
	background-color: #fa5105;
	border: 1px solid #fff;
	margin: 0 3px 6px 6px !important;
	margin: 0 3px 6px 6px;
	padding: 5px;	
}

#box_left_green
{
	color: #fff;
	background-color: #72a22b;
	border: 1px solid #fff;
	margin: 0 3px 6px 6px !important;
	margin: 0 3px 6px 6px;
	padding: 5px;
	clear: left;
}

#box_left_google
{
	color: #000; 
	background-color: #fa5105; 
	padding: 3px 0; 
	border: 1px solid #fff; 
	margin: 0 3px 6px 6px !important;
	margin: 0 3px 6px 6px;
	clear: left;
}

#box_left_content
{
	padding: 0 4px 10px 4px; 
	background-color: #fff;
	color: #000;
	overflow: auto;
	clear: right;
	border-top: #A53605 1px solid;
	border-left: #A53605 1px solid;
	border-bottom: #FF9464 1px solid;
	border-right: #FF9464 1px solid;
}

#box_left_green a:link, #box_left_green a:visited, #box_left_green a:active
{
	text-decoration: none;
	color: #2630ff;
}

#box_left_green a:hover
{
	text-decoration: none;
	color: #fa5105;
}	

#box_right_content
{
	padding: 2px 7px 7px 7px;
	background-color: #fff;
	color: #000;
	overflow: auto;
	clear: right;
	border-top: #A53605 1px solid;
	border-left: #A53605 1px solid;
	border-bottom: #FF9464 1px solid;
	border-right: #FF9464 1px solid;
}

#box_right_content a.orange:link, #box_right_content a.orange:active, #box_right_content a.orange:visited
{
	color: #F63;
	text-decoration: none;
	font-weight: bold;
}

#box_right_content a.orange:hover
{
	color: #F63;
	font-weight: bold;
}

#box_right_content .orange
{
	color: #F63;
	text-decoration: none;
	font-weight: bold;
}

#box_right_content a.green:link, #box_right_content a.green:active, #box_right_content a.green:visited
{
	color: #8FB950;
	text-decoration: none;
	font-weight: bold;
}

#box_right_content a.green:hover
{
	color: #8FB950;
	font-weight: bold;
}


a.green:link, a.green:active, a.green:visited
{
	color: #8FB950;
	text-decoration: none;
	font-weight: bold;
}

a.green:hover
{
	color: #8FB950;
	font-weight: bold;
}

#search_results
{
	background-color: #fa5105;
	border: 1px solid #fff;
	float: right;
	width: 450px;
	padding: 0px 7px 12px 7px;
}

#search_jobs 
{
	background-color: #fa5105;
	border: 1px solid #fff;
	width: 239px;
	padding: 12px 7px;
	font-size: 11px;
}

#nav_bottom
{
	margin: 0;
	padding: 3px 3px 6px 3px;
	width: 736px;
	color: #fff;
	font-size: 11px;
	background-color: #fa5105;
	border-top: 1px solid #fff;
	overflow: auto;
	clear: both;
}

#footer
{
	background-color: #e0e0e0;
	color: #9e9e9e;
	text-align: center;
	font-size: 10px;
	padding: 2px 0 30px 0;
}

#myhq_nav
{
	margin: 7px 0;
	padding: 2px;
	color: #fff;
	font-size: 11px;
	background-color: #72a22b;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: auto;
	clear: both;
}

#myhq_nav ul
{
	margin: 0;
	padding: 0;
}

#myhq_nav li
{
	display: inline;
	padding: 0 3px;
	margin: 0;
	font-size: 11px;
}

#myhq_nav a:link, #myhq_nav a:visited, #myhq_nav a:active
{
	color : #fff;
}

#myhq_nav a:hover
{
	color: #fa5105;
	text-decoration: none;
}

.search_result_fe
{
	padding: 3px;
	margin: 0 0 8px 0;
	border: 1px solid #9FC863;
	background-color: #D8ECB2;
	line-height: normal;
	/*border: 1px solid #FA5105;
	background-color: #FF9C6F;*/
}

.search_result_fe .small
{
	padding: 2px 0 0 10px;
	font-size: 10px;
	color: #545454;
}

.search_result_fe a:link, .search_result_fe a:active, .search_result_fe a:visited
{
	color: #FA5105;
	/*color: #5E8F15;*/
	font-weight: bold;
}

.search_result_fe a:hover
{
	color: #000;
	text-decoration: none;
}

.search_result_fe .small a:link
{
	color: #000;
	text-decoration: none;
}

#featured_listings_box
{
	font-size: 11px; 
	background-color: #D8ECB2; 
	/*border: 1px solid #9FC863; */
	/*padding: 5px;*/
}

#featured_listings_box ul
{
	list-style-image: url(/gfx/buttons/arrows_lightgreenbg.gif) !important;
	list-style-image: url(/gfx/buttons/arrows_lightgreenbg_ie.gif);
	margin: 0 0 0 3em;
	padding: 0;
}

#featured_listings_box li
{
	padding-left: 2px;
}

#employer_profile
{
	font-family: verdana,arial,helvetica,sans-serif;
	line-height: 18px;
}

#employer_profile h1
{
	font-size: 15px;
}
/* end jobshq layout */


/* text classes */
.box_header
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0 0 5px 0;
}

.post_job_header
{
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	margin: 0;
}

.post_job_header_large
{
	font-family: arial, helvetica, sans-serif;
	font-size: 25px;
	color: #fff;
	margin: 0 0 5px 0;
}

.search_result
{
	padding: 0 0 10px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e7e7e7;
	overflow: auto;
	clear: both;
}

.search_result_header
{
	margin: 5px 0; 
	padding: 5px; 
	background-color: #D8ECB2; 
	border: #9FC863 1px solid; 
	clear: both; 
	overflow: auto;
}

.search_result_header_bar
{
	font-size: 12px; 
	padding-top: 2px; 
	line-height: 18px;
}

.jobdescription_header
{
	clear: both; 
	overflow: auto; 
	padding: 5px 0 0 0;
}

.search_result .small
{
	padding: 2px 0 0 10px;
	font-size: 10px;
	color: #9e9e9e;
	line-height: 15px;
}

.search_result a:link, .search_result a:active, .search_result a:visited
{
	color: #2630ff;
}

.search_result a:hover
{
	color: #000;
	text-decoration: none;
}

.search_result .small a:link
{
	color: #9e9e9e;
	text-decoration: none;
}

.search_header
{	
	color: #fff;
	padding: 0 0 7px 0;
}

.search_header p
{
	margin: 0;
	padding: 3px 0;
}

.sharethis_link
{
	float: right;
	padding: 5px 0;	
}

#nav_bottom a:link, #nav_bottom a:visited, #nav_bottom a:active
{
	color : #fff;
}

#nav_bottom a:hover
{
	color: #fff;
	text-decoration: none;
}

.full_header
{
	font-size: 16px;
	color: #9FC863;
	margin: 3px 0 5px 0;
}

.full_header_line
{
	font-size: 14px;
	color: #9FC863;
	border-bottom: 1px solid #9fc863;
	margin: 3px 0 5px 0;
	padding: 0 0 5px 0;
	color: #fa5105;
}
	
/* end text classes */

/* misc classes */
.line
{
	border-bottom: #efefef 1px solid;
	margin: 5px 0;
	padding: 5px 0;
}

.search_display_top
{
	display: block;
	padding: 0 0 10px 0;
	overflow: auto;
}

.search_display_bottom
{
	display: block;
	padding: 10px 0 0 0;
	overflow: auto;
}

.search_display_left
{
	font-size: 10px;
	padding: 5px;
}

.search_display_left select
{
	font-size: 9px;
}

.search_display_right
{
	float: right;
	font-size: 10px;
	padding: 8px 5px 8px 5px;
}

.togglelink
{
	text-align: right; 
	padding: 5px 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.togglelink a
{ color: #fff; text-decoration: none; }

.togglelink img { border: none; }

.advancedslider
{
	display: none;
}

.advancedslider a { color: #fff; }
.advancedslider a:hover { text-decoration: underline;}

/* list style types */
.orange_arrows
{
	list-style-image: url(/gfx/li/orange_white_ff.gif) !important;
	list-style-image: url(/gfx/li/orange_white_ie.gif);
	margin: 0 0 1em 4em;
	padding: 0;
}
.orange_arrows li { padding-left: 2px; }


.orange_arrows_small
{
	list-style-image: url(/gfx/li/orange_white_small_ff.gif) !important;
	list-style-image: url(/gfx/li/orange_white_small_ie.gif);
	margin: 0 0 1em 2em;
	padding: 0;
}
.orange_arrows_small li 
{ 
	font-size: 11px;
}


.orange_green_arrows
{
	list-style-image: url(/gfx/li/orange_green_ff.gif) !important;
	list-style-image: url(/gfx/li/orange_green_ie.gif);
	margin: 0 0 1em 4em;
	padding: 0;
}
.orange_green_arrows li { padding-left: 2px; }
/* end list style types */


.myhq_mod
{
	padding: 5px 0px;
	color: #fff;
}

.myhq_mod a:link, .myhq_mod a:active, .myhq_mod a:visited
{
	text-decoration: underline;
	color: #fa5105;
}

.myhq_mod a:hover
{
	color: #fff;
}

#stats_table a:link, #stats_table a:visited, #stats_table a:active, #stats_table a:hover
{
	text-decoration: none;
	color: #999;
	font-size: 12px;
}

.packagelink a
{
	color: #000;
	text-decoration: none;
}

.packagelink a:hover
{
	color: #2630ff;
	text-decoration: underline;
}

/* text colors */
.green 	{ color: #9FC863; }
.red	{ color: #c00; }
.orange	{ color: #fa5105; }

/* resume classes */
#resume .name
{
	font-size: 18px; 
	font-weight: bold; 
	padding: 0 0 5px 0; 
	margin: 5px 0; 
	border-bottom: 1px solid #000;
}

#resume .contact_info
{
	font-size: 11px; 
	color: #666; 
	text-align: right;
}

#resume .employer_info
{
	font-size: 10px; 
	border-bottom: #ccc 1px solid;
}
/* job fair  */

#jobfair_header 
{
	margin: 0;
	padding: 0;
	width: 742px;
	height: 88px;
	background-color: #609017;
	background-image:  url(/gfx/layout/jobfair_masthead.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	clear: both;
}


#jobfair_top a:link, #jobfair_top a:visited, #jobfair_top a:active	{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#jobfair_top a:hover	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#jobfair_box_right
{
	color: #000;
	background-color: #fff;
	border: 1px solid #fa5104;
	margin: 0 6px 6px 3px !important;
	margin: 0 6px 6px 3px;
	padding: 5px;
}

#narrow_column_right
{
	float: right;
	background-color: transparent;
	width: 260px;
	margin-right: 3px;
	padding: 0;
	clear: right;
}

#wide_column_left
{
	float: left;
	background-color: transparent;
	width: 476px;
	margin-left: 3px;
	padding: 0;
	clear: left;
}

#wide_column_left h1
{
	font-weight: bold;
	font-size: 16px;
	color: #fa5104;
}

#wide_column_left h2
{
	font-weight: bold;
	font-size: 14px;
	color: #4a7012;
}

/***/

/* auto complete style */
.ac_results 
{
	padding: 0px;
	border: 1px solid #7F9DB9;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 18px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #FEFECF;
}

.ac_over {
	background-color: #D8ECB2;
	color: #000;
}


