/* Navigation */

#navigation-wrap {
	padding-bottom: 0;
	background-image: none;
}

/* Feaures */

#features-wrap {
	position: relative;
	width: 920px;
	height: 320px;
	margin: 0 auto 0 auto;
	background-image: url(/images/home/feature-bkgd.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#features-mask {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: 10px;
	width: 900px;
	height: 280px;
	overflow: hidden;
}
#features {
	position: absolute;
	top: 0;
	left: 0;
}
#features div.feature {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#features #feature-1.feature {
	display: block;
}

/* Inserted into the DOM by jQuery */

#feature-overlay {
	position: absolute;
	z-index: 100;
	top: 60px;
	left: 645px;
	width: 275px;
	height: 190px;
	background-image: url(/images/home/feature-overlay-bkgd.png);
	background-repeat: no-repeat;
	/* behavior: url("/iepngfix/iepngfix.htc"); */
}
#feature-overlay-content {
	position: absolute;
	z-index: 100;
	top: 18px;
	left: 20px;
	width: 240px;
	height: 130px;
	overflow: hidden;
	text-align: center;
}
#feature-overlay-content h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}
#feature-overlay-content div.blurb p {
	font-size: 11px;
}
#feature-overlay-content p.more {
	text-align: left;
	padding-left: 83px;
}
#feature-overlay-content p.more a {
	display: block;
	width: 74px;
	padding-top: 24px;
	height: 0px !important;
	height /**/:24px;
	overflow: hidden;
	background-image: url(/images/home/more-info-button.gif);
	background-repeat: no-repeat;
}
#feature-overlay-navigation {
	position: absolute;
	z-index: 100;
	top: 156px;
	left: 10px;
	width: 260px;
	height: 36px;
}
#feature-overlay-navigation h3 {
	position: absolute;
	z-index: 100;
	top: 3px;
	left: 33px;
	width: 192px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-size: 12px;
}
#feature-overlay-navigation p.previous {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 8px;
}
#feature-overlay-navigation p.next {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 232px;
}

/* Content */
	
#content-wrap {
	min-height: 0;
	background-image: url(/images/home/content-bkgd.jpg);
}
#content-wrap1 {
	float: left;
	width: 300px;
	margin-right: 60px;
}
#content-wrap2 {
	float: left;
	width: 225px;
	margin-right: 30px;
}
#content-wrap3 {
	float: left;
	width: 225px;
}
#welcome h2 {
	padding-top: 22px;
	height: 0px !important;
	height /**/:22px;
	overflow: hidden;
	background-image: url(/images/home/welcome-title.gif);
	background-repeat: no-repeat;
}
#connect h3 {
	padding-top: 36px;
	height: 0px !important;
	height /**/:36px;
	overflow: hidden;
	background-image: url(/images/home/connect-title.gif);
	background-repeat: no-repeat;
}
#blog h3 {
	padding-top: 22px;
	height: 0px !important;
	height /**/:22px;
	overflow: hidden;
	background-image: url(/images/home/blog-title.gif);
	background-repeat: no-repeat;
}
#blog h4 {
	font-weight: bold;
}
#blog div.content {
	margin-bottom: 20px;
}
#twitter h3 {
	padding-top: 22px;
	height: 0px !important;
	height /**/:22px;
	overflow: hidden;
	background-image: url(/images/home/twitter-title.gif);
	background-repeat: no-repeat;
}
#twitter div.content {
	margin-bottom: 20px;
}
#twitter div.tweet {
	padding-bottom: 30px;
	background-image: url(/images/home/tweet-divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#twitter div.last-tweet {
	background-image: none;
	padding-bottom: 0;
}
#twitter div.tweet p.date {
	margin-bottom: 3px;
	color: #8f7b61;
}
#sign-up-button a {
	display: block;
	float: left;
	margin-right: 6px;
	width: 126px;
	padding-top: 24px;
	height: 0px !important;
	height /**/:24px;
	overflow: hidden;
	background-image: url(/images/home/sign-up-button.gif);
	background-repeat: no-repeat;
}
#facebook-button a {
	display: block;
	float: left;
	width: 168px;
	padding-top: 24px;
	height: 0px !important;
	height /**/:24px;
	overflow: hidden;
	background-image: url(/images/home/facebook-button.gif);
	background-repeat: no-repeat;
}
#blog-button a {
	display: block;
	padding-top: 16px;
	height: 0px !important;
	height /**/:16px;
	overflow: hidden;
	background-image: url(/images/home/blog-button.gif);
	background-repeat: no-repeat;
}
#twitter-button a {
	display: block;
	padding-top: 16px;
	height: 0px !important;
	height /**/:16px;
	overflow: hidden;
	background-image: url(/images/home/twitter-button.gif);
	background-repeat: no-repeat;
}

/* Footer */

#footer-wrap {
	background-image: url(/images/home/footer-bkgd.jpg);
}
