/* MANAGEMENT RECRUITERS OF OCEAN GENERAL RULES */

/* HTML DEFINITIONS */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}


/* SITE CONTAINERS */

div#site_container {
	width: 100%;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 950px;
	text-align: left;
}


/* HEADER */

div#header {
	width: 950px;
	height: 115px;
}

	#header a {
		border: none;
		cursor: pointer;
	}
	
	#header h1 {
		width: 950px;
		height: 115px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */
		
ul#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 645px;
	height: 115px;
	list-style: none;
	z-index: 100px;
}

	#navigation li {
		position: absolute;
		top: 0px;
		height: 115px;
	}
	
		li#home_link {
			left: 0px;
		}
		
			li#home_link a {
				width: 86px;
				background: transparent url("/images/navigation/home_button.png");
			}
		
		li#about_link {
			left: 68px;
		}
		
			li#about_link a {
				width: 89px;
				background: transparent url("/images/navigation/about_button.png");
			}
		
		li#industry_link {
			left: 139px;
		}
		
			li#industry_link a {
				width: 113px;
				background: transparent url("/images/navigation/industry_button.png");
			}
		
		li#employers_link {
			left: 234px;
		}
		
			li#employers_link a {
				width: 128px;
				background: transparent url("/images/navigation/employers_button.png");
			}
		
		li#candidates_link {
			left: 344px;
		}
		
			li#candidates_link a {
				width: 132px;
				background: transparent url("/images/navigation/candidates_button.png");
			}
		
		li#jobs_link {
			left: 458px;
		}
		
			li#jobs_link a {
				width: 76px;
				background: transparent url("/images/navigation/jobs_button.png");
			}
		
		li#contact_link {
			left: 516px;
		}
		
			li#contact_link a {
				width: 129px;
				background: transparent url("/images/navigation/contact_button.png ");
			}
		
		#navigation li a {
			display: block;
			height: 115px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -115px;
		}
		
			#navigation li a span {
				display: none;
			}


/* SUB NAVIGATION */

ul#sub_nav_about, ul#sub_nav_industry, 
ul#sub_nav_employers, ul#sub_nav_candidates {
	position: absolute;
	border: 1px solid #EAEAEA;
	width: 275px;
	font-size: 12px;
	list-style: none;
	z-index: 100;
	visibility: hidden;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

ul#sub_nav_about {
	top: 80px;
	left: 390px;
}

ul#sub_nav_industry {
	top: 74px;
	left: 462px;
}

ul#sub_nav_employers {
	top: 67px;
	left: 557px;
}

ul#sub_nav_candidates {
	top: 58px;
	left: 668px;
}

	#sub_nav_about li, #sub_nav_industry li, 
	#sub_nav_employers li, #sub_nav_candidates li {
		line-height: 0px;
		list-style: none;
	}

		#sub_nav_about li a, #sub_nav_industry li a, 
		#sub_nav_employers li a, #sub_nav_candidates li a {
			display: block;
			padding: 0px 10px;
			width: 255px;
			background: transparent url("/images/navigation/dd_sub_nav_item_background.gif");
			background-repeat: no-repeat;
			background-position: 0px -7px;
			line-height: 35px;
			color: #666666;
			text-decoration: none;
		}

		#sub_nav_about li a:hover, #sub_nav_industry li a:hover, 
		#sub_nav_employers li a:hover, #sub_nav_candidates li a:hover {
			background-position: 0px -107px;
			color: #FFFFFF;
		}


/* MAIN BODY */

div#main_body {}
		
		#body_text h2, #positions_we_place h2 {
			margin: 0px 0px 32px 0px;
			font-size: 16px;
			font-weight: 100;
		}

		#body_text h2 {
			/* color: #061E86; */
			color: #004da3;
		}		
		
		#positions_we_place h2 {
			color: #FFFFFF;
		}		

			#body_text h2 img, #positions_we_place h2 img {
				position: relative;
				top: 5px;
			}
		
		#body_text p, #positions_we_place p, #positions_we_place ul, #positions_we_place ol {
			margin: 18px 0px;
		}
		
		#positions_we_place ul, #positions_we_place ol {
			list-style: none;
			color: #A8A8A8;
			font-size: 28px;
		}
				
		#body_text ul, #body_text ol {
			margin: 18px 0px 18px 18px;
		}
				
		#body_text a, #positions_we_place a {
			color: #F58220;
			font-weight: bold;
			text-decoration: none;
		}

		#body_text a:hover, #positions_we_place a:hover {
			color: #000000;
		}

			#positions_we_place h2 a, #positions_we_place h2 a:hover {
				color: #FFFFFF;
				font-weight: 100;
			}

			#positions_we_place ul li a, #positions_we_place ol li a {
				color: #A8A8A8;
				font-weight: 100;
			}

			#positions_we_place ul li a:hover, #positions_we_place ol li a:hover {
				color: #FFFFFF;
			}
		
		a#continue_link {}


/* FOOTER */

div#footer {
	position: relative;
	clear: both;
	width: 950px;
	height: 80px;
}
	
	p.copyright {
		display: none;
	}
	
	
	/* STICKY IT STAMP */
	
	a#sticky_stamp {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 90px;
		height: 80px;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}