/* CAREER SOLUTIONS INTERNATIONAL GENERAL RULES */

/* HTML RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #252525;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: 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_background(1).gif");
	background-repeat: repeat-y;
	background-position: center 17px;
}

div#container {
	background: transparent url("/images/backgrounds/footer_background(3).gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#cont {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}


/* SITE HEADER */

div#header {
	width: 1000px;
}

	#header h1 {
		width: 1000px;
		background: transparent url("/images/misc_elements/registered_trademark_icon.gif");
		background-repeat: no-repeat;
		background-position: 251px 14px;
	}

		#header h1 span, #header img {
			display: none;
		}


/* EYE CANDY */

#eye_candy_container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	text-align: left;
}

	#eye_candy {
		position: relative;
		top: 0px;
		left: 50%;
		margin: 0px 0px 0px -600px;
		padding: 0px;
		list-style: none;
		width: 1200px;
		height: 420px;
		overflow: hidden;
	}
	
		ul#eye_candy li {
			position: absolute;
			top: 0px;
			left: 0px;
		}


/* MAIN NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 715px;
	height: 92px;
	list-style: none;
	z-index: 50;
}

	#navigation li {
		float: left;
	}
	
		a#home_link {
			width: 96px;
			background: transparent url("/images/navigation/home_button.gif");
		}
		
		a#about_link {
			width: 121px;
			background: transparent url("/images/navigation/about_button.gif");
		}
		
		a#clients_link {
			width: 99px;
			background: transparent url("/images/navigation/clients_button.gif");
		}
		
		a#candidates_link {
			width: 141px;
			background: transparent url("/images/navigation/candidates_button.gif");
		}
		
		a#in_the_news_link {
			width: 138px;
			background: transparent url("/images/navigation/news_button.gif");
		}
		
		a#contact_link {
			width: 120px;
			background: transparent url("/images/navigation/contact_button.gif");
		}
		
		#navigation li a {
			display: block;
			height: 92px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -92px;
		}
		
			#navigation li a span {
				display: none;
			}


/* SPECIALTY PHARM @ SEA AD */

a#pharm_at_sea_ad {
	position: absolute;
	left: 15px;
	width: 310px;
	height: 140px;
	background: transparent url("/images/misc_elements/pharm_at_sea_ad.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

	#pharm_at_sea_ad span {
		display: none;
	}


/* SUB NAVIGATION DROP DOWN MENUS */

div.sub_nav_menu {
	position: absolute;
	top: 46px;
	visibility: hidden;
	width: 195px;
	z-index: 50;
}

div#about_sub_nav_menu {
	left: 381px;
}

div#clients_sub_nav_menu {
	left: 502px;
}

div#candidates_sub_nav_menu {
	left: 601px;
}

	.sub_nav_menu ul {
		list-style: none;
	}

		.sub_nav_menu li {
			display: inline;
		}
		
			.sub_nav_menu li a {
				display: block;
				padding: 6px 20px 6px 5px;
				width: 170px;
				background: #f5f4ee url("/images/body_regions/sub_nav_item_background.gif");
				background-repeat: no-repeat;
				background-position: 175px 0px;
				color: #252525;
				font-size: 12px;
				line-height: 18px;
			}
			
			.sub_nav_menu li a:hover {
				background-color: #43b2ff;
				background-position: 175px -60px;
				color: #ffffff;
			}
			
			a.back_to_top_link {
				display: block;
				width: 195px;
				height: 5px;
				background: transparent url("/images/body_regions/sub_nav_menu_footer.png");
				background-repeat: no-repeat;
				background-position: center top;
			}
			
				.back_to_top_link span {
					display: none;
				}	


/* MAIN CONTENT REGION */

div#main_body {
	width: 1000px;
	min-height: 278px;
	_height: 278px;
}


	/* BODY CONTENT */

	div#body_text {
		float: right;
		padding: 0px 35px 0px 0px;
		width: 555px;
		font-size: 14px;
		line-height: 20px;
		color: #292929;
	}
	
		#body_text h2 {
			font-size: 22px;
			margin: 0px 0px 20px 0px;
			padding: 28px 0px;
			background: transparent url("/images/misc_elements/body_text_heading_swoosh.gif");
			background-repeat: no-repeat;
			background-position: left bottom;
			color: #0074c5;
		}
		
		#body_text h3 {
			margin: 20px 0px;
			font-size: 18px;
			color: #0979c7;
		}
		
		#body_text p, #testimonials p {
			margin: 20px 0px;
		}
		
		#body_text ul, #body_text ol {
			margin: 20px 0px 20px 20px;
		}
		
		#body_text a {
			color: #0074c5;
		}
		
		#body_text a:hover {
			color: #000000;
		}

		table {
			width: 100%;
			border-bottom: 1px solid #efefef;
		}
		
		table td {
			padding: 10px 0px;
			border-top: 1px solid #efefef;
		}
		
		table strong {
			color: #007cbc;
		}
		
		table p {
			margin: 0px !important;
		}
		
		a#recruiter_life_talk_ad {
			float: right;
			display: block;
			width: 265px;
			height: 195px;
			background: transparent url("/images/misc_elements/recruiter_life_talk_ad2.gif");
			background-repeat: no-repeat;
			background-position: 20px 0px;
		}
		
			#recruiter_life_talk_ad span {
				display: none;
			}

	
	/* INDUSTRY NAVIGATION */

	div#supplimental_info {
		margin: 0px 0px 0px 16px;
		width: 294px;
	}
		
		#supplimental_info h2 {
			font-size: 22px;
			padding: 28px 0px 28px 10px;
			background: transparent url("/images/misc_elements/supplimental_heading_swoosh.gif");
			background-repeat: no-repeat;
			background-position: 10px bottom;
			color: #363636;
		}
		
		#supplimental_info ul {
			margin: 20px 0px;
			list-style: none;
		}
		
			#supplimental_info ul li {
				display: inline;
			}
			
				#supplimental_info ul li a {
					display: block;
					padding: 0px 10px;
					width: 274px;
					height: 37px;
					background: transparent url("/images/body_regions/supplimental_item_background.gif");
					background-repeat: no-repeat;
					background-position: 0px 0px;
					color: #363636;
					font-size: 16px;
					line-height: 37px;
				}
				
				#supplimental_info ul li a:hover {
					background-position: 0px -37px;
					color: #003c97;
				}


	/* AFFILIATIONS & TESTIMONIALS */

	div#affiliation_showcase {
		margin: 0px 0px 0px 16px;
		width: 310px;
		height: 200px;
	}

	div#testimonials {
		margin: 10px 0px 0px 16px;
		width: 294px;
		height: 300px;
		font-size: 14px;
		line-height: 20px;
		color: #575757;
}

	#testimonials h2 {
		margin: 0px 0px 20px 0px;
	}
	
	#testimonials strong, p.testimonial_credit {
		color: #0074c5;
	}
		
		#affiliation_showcase h2, #testimonials h2 {
			font-size: 22px;
			padding: 28px 0px 28px 10px;
			background: transparent url("/images/misc_elements/supplimental_heading_swoosh.gif");
			background-repeat: no-repeat;
			background-position: 10px bottom;
			color: #363636;
		}
		
		div#affiliates_group {
			margin: 30px 0px;
			height: 50px;
		}
		
		#affiliation_showcase div#affiliates_group ul {
			list-style: none;
		}
		
			#affiliation_showcase div#affiliates_group ul li {
				display: inline;
				width: 33%;
				text-align: center;
			}
			
				#affiliation_showcase div#affiliates_group ul li img {
					width: 100px;
				}
		
		a#view_all_affiliates {
			display: block;
			clear: left;
			float: right;
			width: 133px;
			height: 30px;
			background: transparent url("/images/misc_elements/view_all_affiliates_button.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
			#view_all_affiliates span {
				display: none;
			}

div#seal_emblem img {
	margin: 0px auto;
	text-align: center !important;
}

/* FOOTER */

div#footer {
	position: relative;
	clear: both;
	width: 1000px;
	height: 102px;
}

	p.copyright {
		display: none;
	}
	
	a#sticky_stamp {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 125px;
		height: 75px;
	}
	
		a#sticky_stamp p, a#sticky_stamp img {
			display: none;
		}