/* CRESCENT SEARCH GROUP GENERAL RULES */

/* HTML RULES */

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

html, body {
	height: 100%;
}

body {
	background-color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	height: 100%;
}

a {
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: 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/main_crescent_background.gif");
	background-repeat: repeat-y;
	background-position: center 142px;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	z-index: 1;
}


/* HEADER */

div#header {
	width: 1000px;
	height: 110px;
}

	#header h1 {
		width: 1000px;
		height: 110px;
		background: transparent url("/images/logos/crescent_search_logo.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 64px;
	right: 0px;
	width: 581px;
	height: 45px;
	list-style: none;
	z-index: 10;
}

	#navigation li {
		float: left;
	}
	
		a#jobs_link {
			background: transparent url("/images/navigation/jobs_button.png");
			width: 60px;
		}
		
		a#markets_link {
			background: transparent url("/images/navigation/markets_button.png");
			width: 105px;
		}
		
		a#candidates_link {
			background: transparent url("/images/navigation/candidates_button.png");
			width: 119px;
		}
		
		a#employers_link {
			background: transparent url("/images/navigation/employers_button.png");
			width: 115px;
		}
		
		a#about_link {
			background: transparent url("/images/navigation/about_button.png");
			width: 90px;
		}
		
		a#contact_link {
			background: transparent url("/images/navigation/contact_button.png");
			width: 92px;
		}
	
		#navigation li a {
			display: block;
			height: 45px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}

		/* WHITE NAVIGATION TEXT CLASSES 
		
.white_blank, .speeding_car, .crossroads, .curve_ahead,  
.future_child, lightning, .mtn_climber, 
.photo_shoot, .peleton  {}
		
		*/
		
		/* BLACK NAVIGATION TEXT CLASSES */

		.black_blank ul#navigation li a.special_navigation_link, 
		.treasure ul#navigation li a.special_navigation_link,
		.mtn_trek ul#navigation li a.special_navigation_link,
		.escalator ul#navigation li a.special_navigation_link,
		.footprints ul#navigation li a.special_navigation_link,
		.pathway ul#navigation li a.special_navigation_link, 
		.highway_march ul#navigation li a.special_navigation_link, 
		.hikers ul#navigation li a.special_navigation_link, 
		.spyglass ul#navigation li a.special_navigation_link, 
		.view_ahead ul#navigation li a.special_navigation_link, 
		.wheat_fields ul#navigation li a.special_navigation_link
		 {
			background-position: 0px -45px;
		}
		
		#navigation li a:hover, .navigation_hover {
			background-position: 0px -90px !important;
		}
		
			#navigation li a span {
				display: none;
			}


/* DROP DOWN NAVIGATION */

div.drop_down_menu {
	display: none;
	position: absolute;
	top: 109px;
	padding: 31px 0px 0px 0px;
	width: 200px;
	background: transparent url("/images/body_regions/sub_nav_header.png");
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	z-index: 50;
}

div#markets_sub_navigation {
	left: 432px;
}

div#candidates_sub_navigation {
	left: 545px;
}

div#employers_sub_navigation {
	left: 660px;
}

div#about_sub_navigation {
	left: 765px;
}

	.drop_down_menu ul {
		padding: 0px 0px 21px 0px;
		background: transparent url("/images/body_regions/sub_nav_footer.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		list-style: none;
	}
	
		.drop_down_menu ul li {
			display: inline;
		}
	
			.drop_down_menu ul li a {
				display: block;
				padding: 18px 35px;
				width: 130px;
				background: transparent url("/images/body_regions/sub_nav_item_background.png");
				background-repeat: no-repeat;
				background-position: center 0px;
				line-height: 14px;
				color: #6e6e6e;
				text-align: center;
			}
			
			.drop_down_menu ul li a:hover {
				background-position: center -70px;
				color: #ffffff;
			}



/* MAIN TEXT REGION */

div#main_body {
	width: 1000px;
}

	div#body_text {
		line-height: 24px;
	}
	
		#body_text h2 {
			font-size: 28px;
			color: #ffffff;
		}
		
		#body_text p {}
		
		#body_text a {
			color: #c10000;
		}
		
		#body_text a:hover {
			color: #ffffff;
		}


/* FOOTER */

div#footer {
	position: relative;
	width: 1000px;
	height: 150px;
	background: transparent url("/images/backgrounds/footer_background.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

	p.copyright {
		display: none;
	}
	
	
	/* STICKY STAMP! */
	
	a#sticky_stamp {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100px;
		height: 150px;
	}

	/* MRINETWORK STAMP */
		
	a#mrinetwork_stamp {
		position: absolute;
		top: 0px;
		left: 700px;
		width: 205px;
		height: 150px; 
	}
		
	a#linkedin_footer {
		position: absolute;
		top: 0px;
		left: 550px;
		width: 180px;
		height: 150px; 
	}
	
		#sticky_stamp p, #sticky_stamp img, #mrinetwork_stamp p, #mrinetwork_stamp img {
			display: none;
		}
	
