/* INTELLENET GENERAL RULES *//* HTML DEFINED TAGS */*, html, body {	margin: 0px;	padding: 0px;}html {	background: transparent url("/images/backgrounds/stripes_background(1).jpg");	background-repeat: repeat;	background-position: top center;}body {	background: transparent url("/images/backgrounds/stripes_background(2).jpg");	background-repeat: repeat-x;	background-position: top center;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	text-align: center;	font-size: 12px;}a {	text-decoration: none;}a img {	border: none;}h1, h2, h3, h4, h5, h6 {	font-weight: 100;}/* SITE CONTAINERS */div#whole_site_container {	background: transparent url("/images/backgrounds/header.jpg");	background-repeat: no-repeat;	background-position: center top;}div#site_container {	background: transparent url("/images/backgrounds/footer.gif");	background-repeat: no-repeat;	background-position: center bottom;}div#container {	position: relative;	margin: 0px auto;	width: 1000px;	text-align: left;}/* HEADER */div#header {	width: 1000px;	height: 198px;}	#header h1 {		width: 1000px;		height: 198px;	}			#header h1 span {			display: none;		}				#header img {			position: absolute;			top: 0px;			left: 45px;			behavior: url("/scripts/iepngfix.htc");			z-index: 25;		}/* NAVIGATION */ul#navigation {	position: absolute;	top: 0px;	right: 0px;	width: 660px;	height: 72px;	list-style: none;	z-index: 25;}	#navigation li {		float: left;	}			a#about_link {			background: transparent url("/images/navigation/about_button.gif");			width: 106px;		}				a#industry_focus_link {			background: transparent url("/images/navigation/industry_focus_button.gif");			width: 148px;		}				a#clients_link {			background: transparent url("/images/navigation/clients_button.gif");			width: 93px;		}				a#candidates_link {			background: transparent url("/images/navigation/candidates_button.gif");			width: 125px;		}				a#jobs_link {			background: transparent url("/images/navigation/jobs_button.gif");			width: 88px;		}				a#contact_link {			background: transparent url("/images/navigation/contact_button.gif");			width: 100px;		}		#navigation li a {			display: block;			height: 72px;			background-repeat: no-repeat;			background-position: 0px 0px;		}				#navigation li a:hover {			background-position: 0px -72px;		}					#navigation li a span {				display: none;			}/* MAIN BODY REGION */div#main_body {	width: 1000px;}	/* TEXT REGION */	#body_text {		color: #ffffff;		line-height: 18px;	}			#main_body h2, #body_text h2 {			color: #53ddff;			text-transform: uppercase;			font-size: 16px;		}				#body_text p {			margin: 0px 0px 18px 0px;		}				#body_text a {			color: #53ddff;		}				#body_text a:hover {			color: #999999;		}	/* MAIN AD */#eye_candy {	position: absolute;	z-index: 15;}/* FOOTER */div#footer {	clear: both;	position: relative;	width: 1000px;	height: 69px;}	p.copyright {		display: none;	}		a#sticky_stamp {		position: absolute;		top: 0px;		right: 0px;		width: 140px;		height: 69px;	}			#sticky_stamp p, #sticky_stamp img {			display: none;		}