/* MANAGEMENT RECRUITERS OF GASTONIA NORTH GENERAL RULES *//* SITE CONTAINER */div#container {	background: transparent url("/images/backgrounds/homepage_images/rotate.php");	background-repeat: no-repeat;	background-position: top right;}/* NAVIGATION */ul#navigation {	margin: 30px 0px 64px 0px;	width: 1000px;	list-style: none;}	#navigation li {		display: inline;		line-height: 0px;	}			a#home_link {			background: transparent url("/images/navigation/home_button.gif");		}		a#firm_link {			background: transparent url("/images/navigation/firm_button.gif");		}			a#clients_link {			background: transparent url("/images/navigation/clients_button.gif");		}			a#candidates_link {			background: transparent url("/images/navigation/candidates_button.gif");		}			a#industry_link {			background: transparent url("/images/navigation/industry_button.gif");		}			a#jobs_link {			background: transparent url("/images/navigation/jobs_button.gif");		}			a#contact_link {			background: transparent url("/images/navigation/contact_button.gif");		}			#navigation li a {			display: block;			width: 200px;			height: 30px;			background-repeat: no-repeat;			background-position: 0px 0px;			line-height: 30px;		}		#navigation li a:hover {			background-position: -200px 0px;		}					#navigation li a span {				display: none;			}/* MAIN BODY REGION */		div#main_body {	position: absolute;	top: 40px;	left: 270px;	padding: 10px;	border: 1px solid #DEDEDD;	width: 330px;	height: 288px;	background: transparent url("/images/backgrounds/diagonal_stripes.png");	background-repeat: repeat;	font-size: 12px;	line-height: 16px;	overflow: hidden;}	div#main_body h2 {		margin: 0px 0px 16px 0px;	}		div#main_body p {		margin: 16px 0px;	}		div#main_body ol, div#main_body ul {		margin: 16px 0px 16px 16px;	}	div#main_body h3 {		margin: 100px 0px 0px 0px;	}	a#homepage_continue_link {		position: absolute;		top: 330px;		right: 390px;		padding: 0px 25px 0px 0px;		font-size: 12px;		color: #F58220;		text-decoration: none;		background: transparent url("/images/misc_elements/continue_arrows.gif");		background-repeat: no-repeat;		background-position: right center;		z-index: 100;	}/* FOOTER SHOWCASES */div#client_showcase, div#candidate_showcase {	float: left;	padding: 15px 0px 0px 12px;	width: 288px;	height: 85px;	font-size: 12px;	line-height: 24px;	display: inline;}div#client_showcase {	margin: 0px 35px 0px 0px;}div#candidate_showcase {	margin: 0px 0px 0px 0px;}	#client_showcase a, #candidate_showcase a {		color: #FFFFFF;	}div#client_showcase h2, div#candidate_showcase h2 {	margin: 0px 0px 5px 0px;	font-size: 20px;	font-weight: 100;	color: #000000;}div#interesting_quote {	float: right;	width: 330px;	height: 100px;	background: transparent url("/images/misc_elements/will_rogers_quote.jpg");	background-repeat: no-repeat;	background-position: top right;}	#interesting_quote p {		display: none;	}