/*-----------------------------------------------------------------------------
	home page-specific styles
-----------------------------------------------------------------------------*/
	/* container styles */
#home #body {
	width: 780px;
	margin: 0;
}

/* NOTE: flash movie should sit under other content */
#flash,#noflash {
	position: relative;
	z-index: 0;
	top: -8px;
	left: -1px;
	width: 771px;
	height: 283px;
	margin: 0;
	padding: 0;
}

/* benefits box styles */
div#benefitsbox {
	position: relative;
	margin: 0;
	padding: 0;
	background: url("/img/box_benefits.png") no-repeat;
	width: 389px;
	height: 382px;
	float: left;
}

.benefitsbox {
	background: transparent url("/img/benefits_frame.gif") no-repeat;
	width: 167px;
	height: 146px;
	float: left;
	margin-left: 4px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.benefitsbox div{
	padding: 8px;
	color: #747474;
	font-size: 11px;
}

.benefitsbox h3{
    color: #505050;
    font-size: 14px;
}

#organize {
	background:transparent url("/img/benefit_organize.gif") no-repeat;
	text-align: right;
	margin-top: 22px;
	padding: 0px;
	height: 76px;
}

#find {
	background:transparent url("/img/benefit_find.gif") no-repeat;
	background-position: 100% 0%;
    text-align: left;
    margin-top: 34px;
    padding: 0px;
    padding-top: 2px;
}

#capture {
    background:transparent url("/img/benefit_capture.gif") no-repeat;
    background-position: 100% 0%;
    text-align: left;
    padding: 0px;
    padding-top: 17px;
}

#share {
    background:transparent url("/img/benefit_share.gif") no-repeat;
    text-align: right;
    margin-top: 25px;
    padding: 0px;
}

div#benefits {
	position: absolute;
	background-color: #fff;
	width: 353px;
	height: 316px;
	margin-left: 22px;
	margin-top: 44px;
}

div#benefits a:link, div#benefits a:visited, div#benefits a:hover{
    text-decoration: none;
}

/* resources box styles */
div#resourcesbox {
	background: url("/img/box_resources.png") no-repeat;
	width: 192px;
	height: 382px;
	float: left;
}

div#resources {
	position: absolute;
	background-color: #fff;
	width: 162px;
	height: 316px;
	margin-left: 15px;
	margin-top: 44px;
}

div#resources h3{
    color: #505050;
    font-size: 14px;
    margin-top: 13px;
}

#lifesaver {
	background:transparent url("/img/graphic_help.gif") no-repeat;
    background-position: 100% 0%;
    color: #747474;
    font-size: 11px;
    margin-top: 8px;
    height: 84px;
}

#resources-bulletlist {
	margin-top: 20px;
	margin-left: -3px;
}

#resources-bulletlist div{
	background-image: url('/img/bullet_blue.jpg');
    background-repeat:no-repeat;
    background-position:0px 4px;
    padding-left: 13px;
    font-weight: bold;
    margin-bottom: 4px;
}

#resources-bulletlist div:hover{
    background-image: url('/img/bullet_orange.jpg');
}

#resources-bulletlist a:link, #resources-bulletlist a:visited {
	font-size: 11px;
    text-decoration: none;
    color: #999999;
}

#facebooklink {
	display: block;
	width: 100%;
    height: 17px;
    background: url('/img/icon_facebook.png') no-repeat 100% 0px;
}

#twitterlink {
    display: block;
    width: 100%;
    height: 17px;
    background: url('/img/icon_twitter.png') no-repeat 100% 0px;
}

/* news box styles */
div#newsbox {
	background: url("/img/box_news.png") no-repeat;
	width: 197px;
	height: 382px;
	float: right;
}

div#news {
	position: absolute;
	color: #888;
	background-color: #fff;
	width: 162px;
	height: 316px;
	margin-left: 15px;
	margin-top: 44px;
}

div#benefitsbox,div#resourcesbox,div#newsbox {
	margin-top: -10px;
}

div#news h3{
    color: #505050;
    font-size: 14px;
}

div#news div{
    color: #747474;
    font-size: 11px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 5px;
    margin-top: 3px;
}

div#news a:link, div#news a:visited, div#news a:hover{
    text-decoration: none;
}

#offer {
	background:transparent url("/img/logo_snowleopard.gif") no-repeat;
    background-position: 100% 0%;
}

#announcing {
    background:transparent url("/img/logo_nbinfgi.gif") no-repeat;
    background-position: 100% 0%;
}

#screencastsonline {
    background:transparent url("/img/logo_screencastsonline3.gif") no-repeat;
    background-position: 100% 0%;
}

#joinonfb {
    background:transparent url("/img/logo_facebook.gif") no-repeat;
    background-position: 100% 0%;
}

.logo {
	position: absolute;
	z-index: 5;
	right: 0;
}
