/* CONNECTPOINT SEARCH GROUP GENERAL RULES *//* HTML RULES */*, html, body {	margin: 0px;	padding: 0px;}body {	background: #ffffff url("/images/backgrounds/site_gradient(1).jpg");	background-position: center top;	background-repeat: repeat-x;	text-align: center;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}a {	text-decoration: none;}a img {	border: none;}/* SITE CONTAINER */div#container {	background: transparent url("/images/backgrounds/footer.gif");	background-position: center bottom;	background-repeat: no-repeat;}div#whole_site_container {	background: transparent url("/images/backgrounds/header.gif");	background-position: center top;	background-repeat: no-repeat;}div#site_container {	position: relative;	margin: 0px auto;	width: 1000px;	text-align: left;}/* HEADER */div#header {	margin: 0px 0px -65px 0px;	width: 1000px;	height: 135px;}		#header h1 {		width: 1000px;		height: 135px;		background: transparent url("/images/logos/connectpoint_search_group_logo.gif");		background-position: 20px 0px;		background-repeat: no-repeat;	}		#header a {		cursor: pointer;	}			#header h1 span, #header img {			display: none;		}/* NAVIGATION */ul#navigation {	position: absolute;	top: 0px;	right: 0px;	width: 680px;	height: 70px;	list-style: none;	z-index: 50;}		#navigation li {		float: left;	}				a#about_link {			width: 97px;			background: transparent url("/images/navigation/about_button.gif");		}			a#specialties_link {			width: 123px;			background: transparent url("/images/navigation/specialties_button.gif");		}			a#candidates_link {			width: 126px;			background: transparent url("/images/navigation/candidates_button.gif");		}			a#clients_link {			width: 123px;			background: transparent url("/images/navigation/clients_button.gif");		}			a#careers_link {			width: 101px;			background: transparent url("/images/navigation/careers_button.gif");		}			a#contact_link {			width: 110px;			background: transparent url("/images/navigation/contact_button.gif");		}				#navigation li a {			display: block;			height: 70px;			background-position: 0px 0px;			background-repeat: no-repeat;		}			#navigation li a:hover {			background-position: 0px -70px;		}					#navigation li a span {				display: none;			}/* SITE MID-SECTION */div#main_body {	position: relative;	width: 1000px;	font-size: 12px;}	div#main_body h2 {		color: #ffffff;		font-size: 20px;		font-weight: 100;	}			/* MAIN BODY TEXT */		div#body_text {		position: relative;		color: #ffd5b5;		font-size: 12px;		line-height: 21px;	}			#body_text p {			margin: 21px 0px;		}		/* FOOTER */div#footer {	position: absolute;	bottom: 0px;	left: 0px;	width: 1000px;	height: 85px;	z-index: 75;}	p.copyright {		display: none;	}	a#sticky_stamp {		position: absolute;		top: 0px;		right: 0px;		width: 105px;		height: 85px;	}			#sticky_stamp p, #sticky_stamp img {			display: none;		}