/* GLOBAL MOBILITY SOLUTIONS GENERAL RULES */

/* HTML DEFINITIONS */ 

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #383838;
	background: #8d4fa0 url("/images/backgrounds/background_gradient.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}


/* SITE CONTAINER */

div#container {
	position: relative;
	margin: 0px auto;
	width: 965px;
	text-align: left;
}


/* HEADER */

div#header {
	width: 965px;
	height: 160px;
	background: transparent url("/images/backgrounds/header.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

	#header h1 {
		width: 965px;
		height: 160px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 965px;
	height: 25px;
	list-style: none;
}
	
	#navigation li {
		float: left;
	}
		
		a#services_link {
			width: 160px;
			background: transparent url("/images/navigation/services_button.gif");
		}
		
		a#relocation_tools_link {
			width: 220px;
			background: transparent url("/images/navigation/relocation_tools_button.gif");
		}

		a#career_link {
			width: 150px;
			background: transparent url("/images/navigation/careers_button.gif");
		}
		a#faqs_link {
			width: 105px;
			background: transparent url("/images/navigation/faqs_button.gif");
		}
		
		a#about_us_link {
			width: 150px;
			background: transparent url("/images/navigation/about_button.gif");
		}
		
		a#contact_us_link {
			width: 180px;
			background: transparent url("/images/navigation/contact_button.gif");
		}
		
		#navigation li a {
			display: block;
			height: 25px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}

		#navigation li a:hover {
			background-position: 0px -25px;
		}
	
			#navigation li a span {
				display: none;
			}


/* DROPDOWN MENUS */

ul.dropdown {
	display: none;
	position: absolute;
	top: 160px;
	width: 250px;
	z-index: 50;
}

ul#services_dropdown {
	left: 15px;
}

ul#relocation_tools_dropdown {
	left: 160px;
}

ul#resources_dropdown {
	left: 380px;
}


ul#about_dropdown {
	left: 635px;
}

	.dropdown li {
		display: inline;
	}
	
		.dropdown li a {
			display: block;
			padding: 5px;
			border-bottom: 1px solid #006887;
			width: 240px;
			background-color: #0289b1;
			line-height: 18px;
			font-size: 11px;
			color: #ffffff;
		}
		
		.dropdown li a:hover {
			background-color: #003b4d;
			color: #efefef;
		}


/* MAIN BODY CONTENT */

div#body_text {
	padding: 30px 10px 85px 170px;
	width: 785px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background: #f7f4f8 url("/images/backgrounds/footer.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: visible;
}

	#body_text h2 {
		margin: 0px 0px 20px 0px;
		font-size: 16px;
		color: #4cacd5;
	}
	
	#body_text h3 {
		margin: 20px 0px;
		font-size: 14px;
		color: #70477c;
	}
	
	#body_text p {
		margin: 16px 0px;
	}
	
	#body_text ul, #body_text ol {
		margin: 16px 0px 16px 16px;
	}
	
	#body_text img {
		float: right;
		padding: 20px;
	}
	
	#body_text a {
		color: #6a2c81;
	}
	
	#body_text a:hover {
		color: #333333;
	}
	
	#body_text strong {
		color: #6a2c81;
	}
	
	a#back_to_top {
		display: block;
		clear: both;
		width: 100%;
	}
	
		#back_to_top span {
			display: none;
		}


/* ANY TABLES */

		table {
			width: 100%;
			border-bottom: 1px solid #e3e3e3;
		}
	
		table td {
			padding: 10px 0px;
			border-top: 1px solid #e3e3e3;
		}
		
		table strong {
			color: #007cbc;
		}
		
		table p {
			margin: 0px !important;
		}
		
		table img {
			padding: 0px !important;
		}


/* SERVICE SHOWCASE */

div#service_showcase {
	position: absolute;
	top: 160px;
	left: 0px;
	margin: 20px 30px 0px 0px;
	width: 128px;
}

	ul#showcase_service_list {
		width: 128px;
		list-style: none;
	}
	
		#showcase_service_list li {
			float: left;
		}
		
			a#international_showcase_link {
				background: transparent url("/images/misc_elements/international_showcase_button.jpg");
			}
			
			a#support_tools_showcase_link {
				background: transparent url("/images/misc_elements/support_tools_showcase_button.jpg");
			}
			
			a#service_snapshot_showcase_link {
				background: transparent url("/images/misc_elements/service_snapshot_showcase_button.jpg");
			}
			
			a#service_detail_showcase_link {
				background: transparent url("/images/misc_elements/service_detail_showcase_button.jpg");
			}

			a#start_now_showcase_link {
				background: transparent url("/images/misc_elements/start_now_showcase_button.jpg");
			}

			a#home_showcase_link {
				background: transparent url("/images/misc_elements/home_showcase_button.jpg");
			}
		
			#showcase_service_list li a {
				display: block;
				margin: 0px 0px 5px 0px;
				width: 128px;
				height: 37px;
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			
			#showcase_service_list li a:hover {
				background-position: -128px 0px;
			}
			
				#showcase_service_list li a span {
					display: none;
				}


/* TESTIMONIALS SHOWCASE */	

div#news_showcase {
	float: right;
	margin: 0px 0px 0px 30px;
	width: 200px;
}

div.testimonial_entry_item {
	padding: 5px;
	border-bottom: 1px solid #efefef;
}

.testimonial_even {
	background-color: #ffffff;
}

	.testimonial_entry_item p {
		margin: 0px !important;
		padding: 16px 0px;
	}


/* FOOTER */
		
div#footer {
	position: relative;
	clear: both;
	width: 965px;
	height: 75px;
}

	p.copyright {
		position: absolute;
		top: 5px;
		right: 10px;
		font-size: 11px;
		color: #ffffff;
	}

	ul#footer_links {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 800px;
		height: 20px;
		font-size: 10px;
		list-style: none;
		text-align: left;
	}
	
		#footer_links li {
			float: left;
		}
		
			a#services_footer_link {
				width: 70px;
			}
			
			a#relocation_tools_footer_link {
				width: 120px;
			}
			
			a#career_footer_link {
				width: 70px;
			}
			
			a#faqs_footer_link {
				width: 65px;
			}
			
			a#about_us_footer_link {
				width: 80px;
			}
			
			a#contact_us_footer_link {
				width: 80px;
			}
		
			#footer_links li a {
				display: block;
				padding: 0px 5px 0px 10px;
				height: 20px;
				color: #ffffff;
			}
			
