/* CLONCH & ASSOCIATES GENERAL RULES *//* HTML RULES */*, html, body {	margin: 0px;	padding: 0px;}body {	font-family: Arial, Helvetica, sans-serif;	background-color: #002426;}a {	text-decoration: none;}a img {	border: none;}h1, h2, h3, h4, h5, h6 {	font-weight: 100;}/* SITE CONTAINERS */div#total_entire_whole_site_container {	margin: 0px;	padding: 0px;	background: transparent url("/images/backgrounds/white_shadow_repeat.jpg");	background-position: center top;	background-repeat: repeat-x;}div#entire_whole_site_container{	background: transparent url("/images/backgrounds/background_repeat.jpg");	background-position: center bottom;	background-repeat: repeat-x;}div#whole_site_container {	background: transparent url("/images/backgrounds/background_main.jpg");	background-position: center bottom;	background-repeat: no-repeat;}div#site_container {	background: transparent url("/images/backgrounds/top_shadow.jpg");	background-position: center top;	background-repeat: no-repeat;}div#container {	position: relative;	margin: 0px auto;	width: 1000px;}/* HEADER */div#header {	position: relative;	width: 1000px;	height: 104px;	overflow: hidden;}	#header h1 {		width: 383px;		height: 104px;		background: transparent url("/images/logos/logo.png");		background-repeat: no-repeat;	}			#header h1 span, #header img {			display: none;		}/* NAVIGATION */ul#navigation {	position: absolute;	top: 0px;	right: 0px;	padding: 0px 0px 0px 15px;	width: 498px;	height: 70px;	list-style: none;	overflow: hidden;	z-index: 500;}	#navigation li {		float: left;		display: inline;		margin: 0px 0px 0px -15px;	}		a#about_link {			width: 129px;			background: transparent url("/images/navigation/about.png");		}				a#employers_link {			width: 138px;			background: transparent url("/images/navigation/employers.png");		}			a#job_seekers_link {			width: 148px;			background: transparent url("/images/navigation/job_seekers.png");		}		a#jobs_link {			width: 91px;			background: transparent url("/images/navigation/jobs.png");		}				a#contact_link {			width: 143px; 			background: transparent url("/images/navigation/contact_us.png");		}			#navigation li a {			display: block;			height: 60px;			background-repeat:no-repeat;			background-position: 0px 0px;		}			#navigation li a:hover {			background-position: 0px -60px;		}				#navigation li a strong {					display: none;				}/* MAIN SITE CONTENT BODY */div#main_body {	width: 1000px;}/* MAIN TEXT REGION */	div#body_text {		position: relative;		font-size: 14px;		line-height: 20px;		color: #646464;	}			#body_text h2 {			line-height: 35px;			font-size: 36px;			color: #007e85;		}		#body_text a {			color: #32b5ac;		}				#body_text a:hover {			color: #007e85;		}				#body_text strong {			font-weight: bold;			color: #007e86;		}					/* FOOTER */		div#footer {	position: relative;	clear: both;	margin: 0px auto;	width: 1000px;	height: 100px;	background: transparent url("/images/backgrounds/footer_background.png");}	p.copyright, p.call_us {		display: none;	}					/* STICKY IT STAMP! */	a#sticky_stamp {		position: absolute;		top: 0px;		right: 0px;		width: 145px;		height: 100px;	}			#sticky_stamp p, #sticky_stamp img {			display: none;		}