/* MANAGEMENT RECRUITERS OF GASTONIA NORTH GENERAL RULES */

/* SITE CONTAINER IMAGES */

body.firm div#container {
	background: #ECECEC url("/images/backgrounds/firm_page_images/rotate.php");
}

body.clients div#container {
	background: #ECECEC url("/images/backgrounds/client_page_images/rotate.php");
}

body.candidates div#container {
	background: #ECECEC url("/images/backgrounds/candidate_page_images/rotate.php");
}

body.industry div#container {
	background: #ECECEC url("/images/backgrounds/industry_page_images/rotate.php");
}

body.interior div#container {
	background: #ECECEC url("/images/backgrounds/interior_images/rotate.php");
}

body.firm div#container, body.clients div#container, body.candidates div#container, 
body.industry div#container, body.interior div#container {
	background-repeat: no-repeat;
	background-position: top right;
}
	

/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 96px;
	list-style: none;
	z-index: 50;
}

	#navigation li {
		float: left;
	}
	
		a#home_link {
			width: 84px;
			background: transparent url("/images/navigation/home_button_int.gif");
		}

		a#firm_link {
			width: 106px;
			background: transparent url("/images/navigation/firm_button_int.gif");
		}
	
		a#clients_link {
			width: 84px;
			background: transparent url("/images/navigation/clients_button_int.gif");
		}
	
		a#candidates_link {
			width: 128px;
			background: transparent url("/images/navigation/candidates_button_int.gif");
		}
	
		a#industry_link {
			width: 100px;
			background: transparent url("/images/navigation/industry_button_int.gif");
		}
	
		a#jobs_link {
			width: 68px;
			background: transparent url("/images/navigation/jobs_button_int.gif");
		}
	
		a#contact_link {
			width: 110px;
			background: transparent url("/images/navigation/contact_button_int.gif");
		}
	
		#navigation li a {
			display: block;
			height: 96px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
			line-height: 96px;
		}

		#navigation li a:hover {
			background-position: 0px -96px;
		}
		
			#navigation li a span {
				display: none;
			}


/* MAIN BODY REGION */
		
div#main_body {
	float: left;
	display: inline;
	margin: 34px 24px 24px 14px;
	padding: 20px 10px;
	border: 1px solid #DEDEDD;
	width: 636px;
	min-height: 525px;
	_height: 525px;
	background: transparent url("/images/backgrounds/diagonal_stripes.png");
	background-repeat: repeat;
	line-height: 18px;
}


/* NEWS LIST */

div.news_panel {
	float: left;
	padding: 0 3% 0 0;
	width: 46%;
}


/* JOB BOARD RULES */

ul#job_list {
	margin: 25px 0px;
	width: 98%;
	list-style: none;
	clear: right;
}

	#job_list li {
		display: inline;
		clear: left;
		width: 100%;
		line-height: 0px;
	}

		a.job_board_heading, a.job_board_item {
			display: block;
			padding: 10px 0px;
			line-height: 20px;
			width: 100%;
			clear: right;
			overflow: auto;
		}
		
		a.job_board_heading {
			font-size: 16px;
			color: #949494;
		}
						
		a.job_board_item {
			border-top: 1px solid #dfdfdf;
			background: none;
			background-repeat: no-repeat;
			background-position: 0px 0px;
			cursor: pointer;
		}
		
		a:hover.job_board_item {
			background-color: #29273c;
		}
		
			a.job_board_heading span, .job_board_item span {
				float: left;
			}

span.updated_date {
	padding: 0 0 0 4%;
	width: 19%;
	color: #949494;
	overflow: hidden;
}

span.job_location {
	padding: 0 0 0 4%;
	width: 21%;
	color: #949494;
}

span.job_title {
	width: 51%;
}

a.job_board_item:hover span.job_title {
	color: #cbe5ff;
}


/* SUB NAVIGATION */

div#sub_navigation {
	float: right;
	margin: 354px 0px 0px 0px;
	width: 300px;
	background: transparent url("/images/navigation/sub_nav_background.gif");
	background-position: top center;
	background-repeat: repeat-y;
	text-align: right;
}

	#sub_navigation h3 {
		padding: 0px 45px 0px 0px;
		width: 255px;
		height: 40px;
		background: transparent url("/images/navigation/sub_nav_header.gif");
		background-position: top center;
		background-repeat: no-repeat;
		font-size: 16px;
		font-weight: 100;
		color: #608AC5;
		line-height: 30px;
	}

	#sub_navigation ul {
		padding: 0px 0px 24px 0px;
		background: transparent url("/images/navigation/sub_nav_footer.gif");
		background-position: bottom center;
		background-repeat: no-repeat;
		list-style: none;
	}
	
		#sub_navigation ul li {
			display: block;
			padding: 0px 30px;
			line-height: 0px;
		}
			
			#sub_navigation ul li a {
				display: block;
				padding: 0px 30px 0px 0px;
				width: 210px;
				background: transparent url("/images/navigation/sub_nav_item_background.gif");
				background-position: 0px 0px;
				background-repeat: no-repeat;
				font-size: 13px;
				color: #575757;
				text-decoration: none;
				line-height: 30px;
			}
				
			#sub_navigation ul li a:hover {
				background-position: 0px -60px;
				color: #DEDEDE;
			}

				#sub_navigation ul li a span {}


/* FOOTER NAVIGATION */

ul#footer_navigation {
	width: 1000px;
	height: 120px;
	list-style: none;
}

	#footer_navigation li {
		float: left;
	}
	
		a#home_link_footer {
			width: 144px;
			background: transparent url("/images/navigation/home_button_footer.jpg");
		}

		a#firm_link_footer {
			width: 123px;
			background: transparent url("/images/navigation/firm_button_footer.jpg");
		}
	
		a#clients_link_footer {
			width: 137px;
			background: transparent url("/images/navigation/clients_button_footer.jpg");
		}
	
		a#candidates_link_footer {
			width: 172px;
			background: transparent url("/images/navigation/candidates_button_footer.jpg");
		}
	
		a#industry_link_footer {
			width: 149px;
			background: transparent url("/images/navigation/industry_button_footer.jpg");
		}
	
		a#jobs_link_footer {
			width: 121px;
			background: transparent url("/images/navigation/jobs_button_footer.jpg");
		}
	
		a#contact_link_footer {
			width: 154px;
			background: transparent url("/images/navigation/contact_button_footer.jpg");
		}
	
		#footer_navigation li a {
			display: block;
			height: 120px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#footer_navigation li a:hover {
			background-position: 0px -120px;
		}
		
			#footer_navigation li a span {
				display: none;
			}
