/* PARKWOOD INTERNATIONAL GENERAL RULES */*, html, body {	margin: 0px;	padding: 0px;}body {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 14px;	color: #FFFFFF;	text-align: center;}a img {	border: none;}/* SITE CONTAINER */div#container {	position: relative;	margin: 0px auto;	width: 1000px;	text-align: left;}/* HEADER */div#header {	position: absolute;	top: 0px;	left: 0px;	width: 300px;	height: 185px;}	#header a {		cursor: pointer;	}	#header h1 {		width: 300px;		height: 185px;	}			#header h1 span, #header img {			display: none;		}/* NAVIGATION */ul#navigation {	position: absolute;	right: 0px;	width: 180px;	height: 225px;	list-style: none;	z-index: 1000;}	#navigation li {		display: inline;		line-height: 0px;	}			a#about_link {			background: transparent url("/images/navigation/about_button.gif");		}		a#industries_link {			background: transparent url("/images/navigation/industries_button.gif");		}		a#employers_link {			background: transparent url("/images/navigation/employers_button.gif");		}		a#candidates_link {			background: transparent url("/images/navigation/candidates_button.gif");		}		a#opportunities_link {			background: transparent url("/images/navigation/opportunities_button.gif");		}		a#work_for_us_link {			background: transparent url("/images/navigation/work_for_us_button.gif");		}		a#contact_link {			background: transparent url("/images/navigation/contact_button.gif");		}			#navigation li a {			display: block;			width: 180px;			height: 36px;			background-repeat: no-repeat;			background-position: 0px 0px;			line-height: 36px;		}		#navigation li a:hover {			background-position: -180px 0px;		}					#navigation li a span {				display: none;			}/* NAV POP UP MENUS */div.pop_up_menu {	position: absolute;	padding: 10px !important;	width: 280px !important;	height: 155px !important;	color: #666666;	font-size: 12px;	background: transparent url("/images/body_regions/pop_up_background.gif");	background-repeat: no-repeat;	background-position: 0px 0px;	visibility: hidden;	line-height: 16px;	z-index: 3000;}	.pop_up_menu h2 {		margin: 0px 0px 10px 0px;		color: #274582;		font-size: 16px;	}		.pop_up_menu a {		color: #a90000;		font-weight: bold;		text-decoration: none;	}		.pop_up_menu a:hover {		color: #628fee;	}div#employers_sub_nav_menu {	top: 87px;	left: 575px;}div#candidates_sub_nav_menu {	top: 123px;	left: 562px;}div#work_for_us_sub_nav_menu {	top: 195px;	left: 555px;}/* SITE EYE CANDY */ul#eye_candy {	overflow: hidden;	list-style: none;}/* MAIN BODY */div#main_body {	float: left;	display: inline;	overflow: hidden;	line-height: 18px;}	#main_body h2, #main_body h3, #main_body h4, 	#main_body h5, #main_body h6 {		margin: 18px 0px;		font-weight: 100;	}	#main_body h2 {		position: relative;		font-size: 24px;		color: #c3e1ff;		z-index: 100;		line-height: 24px;	}		#main_body h3 {		font-size: 20px;		color: #999999;	}		#main_body h4 {		font-size: 20px;		color: #999999;	}		#main_body h5 {		font-size: 18px;		color: #999999;	}		#main_body h6 {		font-size: 16px;		color: #999999;	}	#main_body p {		margin: 18px 0px;	}		#main_body ul, #main_body ol {		margin: 18px 0px 18px 18px;	}	#main_body a {		text-decoration: none;		color: #b0b0b0;	}		#main_body a:hover {		color: #c3e1ff;	}/* FOOTER */div#footer {	position: relative;	clear: both;	overflow: hidden;}	p.copyright {		display: none;	}		a#mrinetwork_stamp {		position: absolute;		bottom: 0px;		left: 0px;		width: 175px;		height: 55px;	}		#mrinetwork_stamp p, #mrinetwork_stamp img {			display: none;		}			a#sticky_stamp {		position: absolute;		bottom: 0px;		right: 0px;		width: 105px;		height: 55px;	}		#sticky_stamp p, #sticky_stamp img {			display: none;		}