/* HOMEPAGE RULES */

/* SITE CONTAINERS */

div#whole_site_container {
	background: transparent url("/images/backgrounds/home/home_background_repeat.jpg");
	background-repeat: repeat-x;
}

div#site_container {
	background: transparent url("/images/backgrounds/home/home_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	height: 745px;
}

div#container {}


/* HEADER */

div#header {
	height: 180px;
}


/* SITE INTRO TEXT */

div#intro_text {
	height: 150px;
}


/* MAIN SITE CONTENT BODY */

ul#eye_candy {
	position: absolute;
	top: 0px;
	left: 20px;
	padding: 0px;
	width: 960px;
	height: 591px;
	background-repeat: no-repeat;
	list-style: none;
	overflow: hidden;
	z-index: 0;
}

/* JUST IN CASE 
	
		.assistant {
			background: transparent url("/images/backgrounds/home/h_photo_assistant.jpg");
		}
		
		.blonde_tech {
			background: transparent url("/images/backgrounds/home/h_photo_blonde_tech.jpg");
		}
		
		.casual_nurse {
			background: transparent url("/images/backgrounds/home/h_photo_casual_nurse.jpg");
		}
		
		.confident {
			background: transparent url("/images/backgrounds/home/h_photo_confident.jpg");
		}
		
		.doc_baby {
			background: transparent url("/images/backgrounds/home/h_photo_doc_baby.jpg");
		}
		
		.dr_lamar {
			background: transparent url("/images/backgrounds/home/h_photo_dr_lamar.jpg");
		}
		
		.dr_lynne {
			background: transparent url("/images/backgrounds/home/h_photo_dr_lynne.jpg");
		}
		
		.elderly_care {
			background: transparent url("/images/backgrounds/home/h_photo_elderly_care.jpg");
		}
		
		.head_nurse {
			background: transparent url("/images/backgrounds/home/h_photo_head_nurse.jpg");
		}
		
		.orange_nurse {
			background: transparent url("/images/backgrounds/home/h_photo_orange_nurse.jpg");
		}
		
		.pediatrician {
			background: transparent url("/images/backgrounds/home/h_photo_pediatrician.jpg");
		}
		
		.portland {
			background: transparent url("/images/backgrounds/home/h_photo_portland.jpg");
		}
		
		.surgeon_team {
			background: transparent url("/images/backgrounds/home/h_photo_surgeon_team.jpg");
		}
		
		.surgery {
			background: transparent url("/images/backgrounds/home/h_photo_surgery.jpg");
		}
		
		.young_intern {
			background: transparent url("/images/backgrounds/home/h_photo_young_intern.jpg");
		}

*/

/* MAIN TEXT REGION */

div#body_text {
	position: relative;
	padding: 0px 35px;
}

	h2#focus_heading {
		display: block;
		height: 22px;
		width: 383px;
		margin: 5px 0px 0px 0px;
		padding: 22px 15px 22px 5px;
		background: transparent url("/images/misc_elements/focus_h2.png");
		background-position: 0px 0px;
		background-repeat: no-repeat;
		font-size: 24px;
		text-align: center;
		overflow: hidden;
	}
	
	ul#focus_list {
		padding: 10px 0px 0px 20px;
		width: 363px;
		height: 90px;
		background: transparent url("/images/misc_elements/focus_ul_bg.png");
		background-repeat: no-repeat;
		background-position: left bottom;
		list-style: none;
	}
	
		#focus_list li {
			float: left;
			padding: 9px 0px 9px 30px;
			width: 150px;
			background: transparent url("/images/misc_elements/focus_li.png");
			background-repeat: no-repeat;
			background-position: 5px 10px;
			line-height: 18px;
			font-size: 18px;
		}
		
			#focus_list li a {
				color: #2e2e2e !important;
			}
			
			#focus_list li a:hover {
				color: #9f9e32 !important;
			}
	
	h2#career_checkup_heading {
		clear: both;
		padding: 24px 0px 21px 17px;
		font-size: 22px;
		color: #252525;
	}
	
	ul#sign_up_links {
		margin: 0px 0px 8px 18px;
		width: 260px;
		list-style: none;
	}
	
		ul#sign_up_links li {
			display: inline;
		}
		
			a#signup_links_travel_nurses {
				background: transparent url("/images/misc_elements/travel_nurses_sign_up.png");
			}
			
			a#signup_links_travel_locum_tenens {
				margin: 15px 0px 0px 0px;
				background: transparent url("/images/misc_elements/locum_tenens_sign_up.png");
			}
	
			ul#sign_up_links li a {
				display: block;
				padding: 0px 0px 0px 260px;
				width: 0px;
				height: 35px;
				background-position: 0px 0px;
				background-repeat: no-repeat;
				overflow: hidden;
			}
	
	ul#sign_up_links li a:hover {
		background-position: -260px 0px;
	}
	
	a#healthcare_map {
		display: block;
		margin: 0px 0px 0px 19px;
		padding: 0px 0px 0px 254px;
		width: 0px;
		height: 159px;
		background: transparent url("/images/misc_elements/health_care_map.png");
		background-position: 0px 0px;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
	a#healthcare_map:hover {
		background-position: -254px 0px;
	}
	
		div#body_text {
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
			#body_text h2 {}
			
		div#travel_nurses_popup_form_container, div#locum_tenens_popup_form_container {
			display: none;
			position: absolute;
			left: 370px;
			z-index: 100;
			width: 393px;
			background: transparent url("/images/misc_elements/popup_chat_indicator.png");
			background-position: 0px center;
			background-repeat: no-repeat;
			font-size: 12px;
		}

		div#travel_nurses_popup_form_container {
			top: -30px;
		}
		
		div#locum_tenens_popup_form_container {
			top: 20px;
		}

		
			h2.popup_form_header {
				display: block;	
				padding: 40px 0px 20px 23px;
				background: transparent url("/images/misc_elements/popup_h2_bg.png");
				font-size: 20px;
				text-align:center;
				color: #651818 !important;
			}
			
				div.popup_form {
					padding: 0px 10px 0px 35px;
					background: transparent url("/images/misc_elements/popup_repeat.png");
				}
				
					form#travel_nurses_form_popup, form#locum_tenens_form_popup {
						margin: 0px;
						padding: 10px;
					}	
				
					.body_form label {
						background: transparent url("/images/misc_elements/popup_serperator.png");
						background-repeat: no-repeat;
						background-position: -55px -5px;
						line-height: 18px;
					}
	
					
			#popup_form_container .back_to_top {
				display: block;
				height: 30px;
				background: transparent url("/images/misc_elements/popup_footer.png");
			}
				
			div#travel_nurses_popup_form_container .back_to_top span, 
			div#locum_tenens_popup_form_container .back_to_top span {
				display: none;
			}


/* LOGO LINKS */		
	
ul#logo_links {
	position: absolute;
	width: 460px;
	top: 416px;
	right: 45px;
}

	a#logo_links_gsa_schedule {
		background: transparent url("/images/misc_elements/gsa_schedule_logo.png");
		width: 200px;			
	}
	
	a#logo_join_commision {
		background: transparent url("/images/misc_elements/joint_commision_logo.png");
		width: 95px;
	}

	a#logo_links_100_best {
		background: transparent url("/images/misc_elements/oregons_best.png");
		width: 95px;
	}
	
	a#logo_links_fastest_growing {
		background: transparent url("/images/misc_elements/fastest_growing.png");
		width: 140px;
	}
	
	
