/* 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: #e0e0e0 url("/images/backgrounds/site_background.gif");
	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: 770px;
	background-color: #ffffff;
	text-align: left;
}


/* HEADER */

div#header {
	width: 770px;
	height: 212px;
	background: transparent url("/images/backgrounds/header.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

	#header h1 {
		width: 770px;
		height: 202px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 517px;
	height: 64px;
	list-style: none;
}
	
	#navigation li {
		float: left;
	}
	
		a#gms_resource_center_link {
			width: 147px;
			background: transparent url("/images/navigation/resource_center_button.gif");
		}
		
		a#services_link {
			width: 75px;
			background: transparent url("/images/navigation/services_button.gif");
		}
		
		a#relocation_tools_link {
			width: 124px;
			background: transparent url("/images/navigation/relocation_button.gif");
		}
		
		a#about_us_link {
			width: 80px;
			background: transparent url("/images/navigation/about_button.gif");
		}
		
		a#contact_us_link {
			width: 91px;
			background: transparent url("/images/navigation/contact_button.gif");
		}
		
		#navigation li a {
			display: block;
			height: 64px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}

		#navigation li a:hover {
			background-position: 0px -64px;
		}
	
			#navigation li a span {
				display: none;
			}


/* DROPDOWN MENUS */

ul.dropdown {
	display: none;
	position: absolute;
	top: 64px;
	width: 175px;
}

ul#services_dropdown {
	left: 253px;
}

ul#relocation_tools_dropdown {
	left: 328px;
}

ul#about_dropdown {
	left: 452px;
}

ul#resources_dropdown {
	left: 532px;
}

	.dropdown li {
		display: inline;
	}
	
		.dropdown li a {
			display: block;
			padding: 5px;
			border-bottom: 1px solid #61151e;
			width: 165px;
			background-color: #82313b;
			line-height: 18px;
			font-size: 11px;
			color: #ffffff;
		}
		
		.dropdown li a:hover {
			background-color: #b7575f;
			color: #4c0006;
		}


/* MAIN BODY CONTENT */

div#body_text {
	padding: 10px 30px 20px 30px;
	width: 710px;
}

	#body_text h2 {
		margin: 20px 0px;
		font-size: 16px;
		color: #4c0006;
	}
	
	#body_text h3 {
		margin: 20px 0px -16px 0px;
		font-size: 14px;
		color: #b7575f;
	}
	
	#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: #b7575f;
	}
	
	#body_text a:hover {
		color: #333333;
	}
	
	#body_text strong {
		color: #4c0006;
	}


/* SERVICE SHOWCASE */

div#gms_service_showcase {
	position: relative;
	float: left;
	margin: 0px 0px 130px 0px;
	width: 255px;
	_width: 230px;
	height: 450px;
	background-color: #ffffff;
}

	ul#showcase_service_list {
		margin: 0px !important;
		padding: 0px;
		width: 225px;
		list-style: none;
	}
	
		#showcase_service_list li {
			float: left;
		}
		
			a#relocation_services_showcase_link {
				background: transparent url("/images/misc_elements/relo_services_showcase_button.jpg");
			}
			
			a#government_services_showcase_link {
				background: transparent url("/images/misc_elements/government_showcase_button.jpg");
			}
			
			a#global_services_showcase_link {
				background: transparent url("/images/misc_elements/global_showcase_button.jpg");
			}
			
			a#relocation_tools_showcase_link {
				background: transparent url("/images/misc_elements/relo_tools_showcase_button.jpg");
			}
		
			#showcase_service_list li a {
				display: block;
				margin: 2px;
				width: 100px;
				height: 100px;
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			
			#showcase_service_list li a:hover {
				background-position: -100px 0px;
			}
			
				#showcase_service_list li a span {
					display: none;
				}

	a#residential_commercial_showcase_link {
		position: absolute;
		top: 280px;
		left: 3px;
		width: 222px;
		height: 75px;
		background: transparent url("/images/misc_elements/real_estate_showcase_button.jpg");
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
		
		#residential_commercial_showcase_link span {
			display: none;
		}


/* TESTIMONIALS SHOWCASE */	

div.testimonial_entry_item {
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #efefef;
}

.testimonial_even {
	background-color: #f8f8f8;
}

	.testimonial_entry_item p {
		margin: 0px !important;
		padding: 16px 0px;
	}


/* FOOTER */
		
div#footer {
	position: relative;
	clear: both;
	width: 770px;
	height: 75px;
	background: #e0e0e0 url("/images/backgrounds/footer.jpg");
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

	p.copyright {
		position: absolute;
		top: 0px;
		left: 5px;
		font-size: 11px;
		color: #ffffff;
	}

	ul#footer_links {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 450px;
		height: 20px;
		font-size: 10px;
		list-style: none;
		text-align: right;
	}
	
		#footer_links li {
			float: left;
		}
		
			a#home_footer_link {
				width: 30px;
			}
			
			a#gms_resource_center_footer_link {
				width: 80px;
			}
			
			a#services_footer_link {
				width: 40px;
			}
			
			a#relocation_tools_footer_link {
				width: 80px;
			}
			
			a#about_us_footer_link {
				width: 30px;
			}
			
			a#contact_us_footer_link {
				width: 40px;
			}
		
			#footer_links li a {
				display: block;
				padding: 0px 5px 0px 10px;
				height: 20px;
				color: #ffffff;
			}
			
