@charset "UTF-8";

/* TOP LOGO AND HERO SHOT IMG ======================================================= */
#top {
	background-color: #bef2ff;
	padding: 12px;
	width: 908px;
	margin: 0px auto;
}
#logo { 
	float: left;
	border-left: 4px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#logo a {
	width: 290px;
	height: 230px;
	display: block;
	text-decoration: none;
	background: url(../images/logo_home.png) top left no-repeat;
}
#top_img {
	float: right;
	width: 610px;
	height: 230px;
	overflow: hidden;
	background: url(../images/home_hero_img.jpg) top left no-repeat;
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.intro {
	padding: 0 0 10px 290px;
	height: 206px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	background: url(../images/home_intro_img.jpg) top left no-repeat;
}

#bottom1, #bottom2, #bottom3 {
	padding-top: 50px;
}

#bottom1 h3, #bottom2 h3, #bottom3 h3 { display: none; }
#bottom1 { background: url(../images/home_useful_links.png) top left no-repeat; width: 290px; }
#bottom1 ul { margin-left: 16px; }
#bottom1 li {
	padding: 0 0 10px 10px;
}
#bottom1 li a { color: #e46300; }
#bottom1 li a:hover { color: #e30000; }
#bottom1 p { margin-left: 16px; }

#bottom2 { background: url(../images/home_our_mission.png) top left no-repeat; margin-right: 50px; }
#bottom2, #bottom3 { width: 248px; }

#bottom2 .image img, #bottom3 .image img { border: 1px solid #e8e8e8; background-color: #fff; padding: 4px; }

#bottom3 h4 a {
	display: block;
	text-decoration: none;
	width: 221px;
	height: 99px;
	background: url(../images/home_text_slogan.png) top left no-repeat;
}