/* CAREERS IN COSMETICS GENERAL RULES */

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

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

a {
	text-decoration: none;
}

a img {
	border: none;
}

/* SITE CONTAINERS */

div#site_container {
	background: transparent url("/images/backgrounds/footer.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}

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


/* HEADER */

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

	#header a {
		display: block;
		width: 320px;
		height: 100px;
		cursor: pointer;
	}
	
		#header a h1 {
			width: 320px;
			height: 100px;
			background: transparent url("/images/logos/careers_in_cosmetics_logo.png");
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 682px;
	height: 87px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 120px;
			background: transparent url("/images/navigation/about_button.png");
		}

		a#post_a_job_link {
			width: 134px;
			background: transparent url("/images/navigation/post_a_job_button.png");
		}
		
		a#join_our_network_link {
			width: 211px;
			background: transparent url("/images/navigation/join_our_network_button.png");
		}
		
		a#search_link {
			width: 107px;
			background: transparent url("/images/navigation/search_button.png");
		}
		
		a#login_link {
			width: 110px;
			background: transparent url("/images/navigation/login_button.png");
		}
	
		#navigation li a {
			display: block;
			height: 87px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -87px;
		}
				
			#navigation li a span {
				display: none;
			}


/* MAIN NAVIGATION DROPDOWN MENUS */

ul#about_sub_navigation, ul#join_our_network_sub_navigation, ul#search_sub_navigation, ul#login_sub_navigation {
	position: absolute;
	top: 88px;
	border: 1px solid #262626;
	width: 200px;
	list-style: none;
	z-index: 500;
	visibility: hidden;
}

ul#about_sub_navigation {
	right: 480px;
}

ul#join_our_network_sub_navigation {
	right: 217px;
}

ul#search_sub_navigation {
	right: 111px;
}

ul#login_sub_navigation {
	right: 0px;
}

	#about_sub_navigation li, #join_our_network_sub_navigation li, #search_sub_navigation li, #login_sub_navigation li {
		display: inline;
	}
	
		#about_sub_navigation li a, #join_our_network_sub_navigation li a, 
		#search_sub_navigation li a, #login_sub_navigation li a {
			display: block;
			padding: 5px;
			width: 190px;
			background-color: #000000;
			line-height: 20px;
			font-size: 14px;
			color: #afafaf;
			text-align: right;
		}
		
		#about_sub_navigation li a:hover, #join_our_network_sub_navigation li a:hover, 
		#search_sub_navigation li a:hover, #login_sub_navigation li a:hover {
			background-color: #8c0064;
			color: #ffffff;
		}


ul#homepage_site_quick_actions {
	display: none;
}


/* IMPORTANT SITE MESSAGE */

p#important_status_message {
	position: absolute;
	top: 90px;
	right: 30px;
	font-size: 11px;
	color: #efefef;
}

	#important_status_message a {
		color: #ffb0e2;
	}

	#important_status_message a:hover {
		color: #ffffff;
	}


/* MAIN CONTENT REGION */

div#main_body {
	width: 1000px;
}


/* MAIN SITE JOB SEARCH */

div#find_a_job_search {
	position: relative;
}

	#find_a_job_search h2.job_seeker_search_title {
		background: transparent url("/images/body_regions/find_your_job_today_title.png");
	}

	#find_a_job_search h2.employer_search_title {
		background: transparent url("/images/body_regions/find_your_candidate_today_title.png");
	}

	#find_a_job_search h2 {
		width: 1000px;
		height: 88px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
		#find_a_job_search h2 span {
			display: none;
		}
	
	#find_a_job_search input {
		position: relative;
		left: 505px;
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 0px 0px;
		border: none;
		outline: none;
		background: none;
		width: 359px;
		height: 59px;
		color: #707070;
		font-size: 30px;
		line-height: 59px;
		overflow: hidden;
	}
	
	a#go_button {
		position: absolute;
		top: 88px;
		left: 895px;
		width: 68px;
		height: 59px;
		background: transparent url("/images/misc_elements/go_button.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

	a#go_button:hover {
		background-position: 0px -59px;
	}
	
		#go_button span {
			display: none;
		}
	
	a#advanced_search_link {
		position: absolute;
		top: 155px;
		right: 130px;
		color: #ffffff;
	}
	
	a#advanced_search_link:hover {
		color: #efefef;
	}


/* FOOTER */

div#footer {
	position: relative;
	clear: both;
	width: 1000px;
	height: 200px;
}

	p.copyright {
		display: none;
	}


	/* FOOTER NAV LISTS */

	a#contact_us_footer_link {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 243px;
		height: 65px;
		z-index: 400;
	}
	
		#contact_us_footer_link span {
			display: none;
		}

	ul.footer_nav {
		position: absolute;
		top: 62px;
		list-style: none;
		line-height: 24px;
		font-size: 12px;
		color: #ffffff;
		text-align: left;
	}
	
			.footer_nav li {}
			
				.footer_nav li a {
					color: #ffffff;
					text-transform: lowercase;
				}
				
				.footer_nav li a:hover {
					color: #ac0071;
				}
	
	ul#about_us_footer_nav {
		left: 30px;
	}
	
	ul#employers_footer_nav {
		left: 224px;
	}
	
	ul#job_seekers_footer_nav {
		left: 418px;
	}
	
	ul#legal_footer_nav {
		left: 612px;
	}


	/* STICKY IT STAMP */

	a#sticky_stamp {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 200px;
		height: 65px;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}
		
.error_msg {
	font-weight:bold;
}		
