div#wrapper {
	padding-bottom: 20px;
}

div#header {
	background-image: none;
	position: relative;
	background-color: #222669;
}

div#nav_wrap {
	width: 169px;
}

div#content {
	width: 770px;
}

div#join {
	height: 128px;
	padding: 58px 20px 0 14px;
	background: #fff url(../images/bg_join2.gif) no-repeat;
}

img#home_hero {
	display: block;
	width: 786px;
	height: 415px;
	background: #fff url(../images/loading_anim.gif) no-repeat scroll center;
}

div#quotes {
	width: 786px;
	height: 75px;
	padding: 10px 0;
}

div#highlights {
	width: 786px;
	height: 120px;
	background: #fff url(../images/bg_highlights.gif) no-repeat;
}

div#highlights div {
	float: left;
	padding-top: 11px;
}

#hl1_img {
	width: 103px;
}
div#highlights div#hl1_text {
	width: 136px;
	margin-right: 16px;
	padding: 34px 15px 0 0;
}
div#highlights div#hl2_img {
	width: 105px;
}
div#highlights div#hl2_text {
	width: 139px;
	margin-right: 22px;
	padding: 34px 15px 0 0;
}
div#highlights div#hl3_img {
	width: 91px;
}
div#highlights div#hl3_text {
	width: 129px;
	padding: 34px 15px 0 0;
}

div#highlights h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

div#highlights p {
	margin: 0;
}

/**********************************************
Google maps 
***********************************************/

div#logo {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 20;
	width: 403px;
	height: 51px;
}

div#map {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

div#mapbot {
	position: absolute;
	left: 0;
	top: 176px;
	z-index: 10;
	width: 955px;
	height: 6px;
	background: transparent url(../images/bg_mapbot.gif) no-repeat;;
}

div#photo_tip {
	position: absolute;
	z-index: 999;
	visibility: hidden;
	width: 150px;
	overflow: hidden;
	/*
	background: transparent url(../images/bg_maptip.gif) no-repeat;
	padding: 4px 0 0 8px;
	*/
	background: #fff;
	padding: 5px 0 2px 5px;
	opacity: 0.9;
	border: 1px solid #666;
}

div#photo_tip h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0;
}

div#photo_tip p {
	font-size: 12px;
	margin: 0;
}

div#photo_tip p.small {
	font-size: 9px;
}
