/************************************************************
*																														*
*							Welcome Section																*
*																														*
*************************************************************/
div#welcome-section {
	height: 220px;
	background: #000;
	color: #fff;
	clear: both;
	overflow: hidden;
}

div#left-control,div#right-control {
	width: 25px;
	height: 220px;
	position: absolute;
	left: 50%;
	cursor: pointer;
	z-index: 2;
}

div#left-control {
	margin-left: -440px;
	background: transparent url('/images/slideshow-control-sprite.gif') no-repeat top left;
}

div#right-control {
	margin-left: 415px;
	background: transparent url('/images/slideshow-control-sprite.gif')
		no-repeat top right;
}

div#disaster-recovery h1,div#online-backup h1,div#photo-sharing h1,div#file-sharing h1 {
	display: none
}

div#disaster-recovery h2,div#online-backup h2,div#photo-sharing h2,div#file-sharing h2 {
	margin-bottom: 5px
}

div#online-backup p,div#photo-sharing p,div#file-sharing p {
	margin-left: 5px;
	line-height: 25px;
}

div#disaster-recovery p {
	font-size: 12pt;	
}

div#online-backup #text {
	padding: 65px 10px 10px 134px;
}

div#disaster-recovery,div#online-backup,div#photo-sharing,div#file-sharing {
	width: 880px;
	height: 220px;
}

div#disaster-recovery {
	background: #000 url('/images/file-sharing-slide-bg-v1.jpg') no-repeat;
}

div#disaster-recovery #text {
	width: 742px;
	padding: 76px 20px 0 134px;
}

div#online-backup {
	background: #000 url('/images/online-backup-bg-v3.jpg') no-repeat;
}

div#online-backup #text {
	width: 685px;
}

div#photo-sharing {
	background: #000 url('/images/photo-sharing-bg-v3.jpg') no-repeat;
}

div#photo-sharing #text {
	padding: 146px 0 0 40px;
	width: 840px;
}

div#file-sharing {
	background: #000 url('/images/file-sharing-bg-v3.jpg') no-repeat;
}

div#file-sharing #text {
	padding: 146px 0 0 40px;
	width: 840px;
}

#slides {
	position: absolute
}

.promo-link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 10px;	
}

/************************************************************
*																														*
*							Features/Sign Up Section											*
*																														*
*************************************************************/
.mod-button-green {
	height: 28px;
	width: 83px;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	background: #60d12a url('/images/mod-buttons-sprite-v2.png') repeat-x;
	border: 1px solid #184d00;
	display: inline;
	text-align: center;
}

#home-sign-up-submit {
	margin-left: 80px;
	margin-top: 5px;
}


div#features-container {
	width: 580px;
	padding: 10px 10px 0 10px;
	float: left;
}

div#solutions {
	width: 285px;
	float: left;
	background: #f0f0f0;
}

div#solutions h2 {
	background: #f5f5f5 url('/images/home-section-headers-sprite-v2.png')
		no-repeat 0 0;
	display: block;
	height: 28px;
	padding: 11px 0 0 14px;
	margin-bottom: 10px;
	font: bold 12pt Arial;
	color: #fff;
}

div#solutions,div#features {
	min-height: 281px;
	height: auto !important;
	height: 281px;
}

div#solutions ul,div#features ul {
	margin: -5px 0 0 0;
	padding: 5px;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font: 10pt Arial;
	color: #000;
	line-height: 17px;
	list-style: none;
}

div#solutions li,div#features li {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0px 5px 10px 45px;
	background: #f0f0f0 url('/images/home-icon-sprite-v2.png') no-repeat;
}

div#solutions a,div#features a {
	font-weight: bold;
	color: #0139a6;
	text-decoration: none;
}

div#solutions a:hover,div#features a:hover {
	color: #e64f00;
}

div#solutions li#a {
	background-position: 3px 0;
}

div#solutions li#b {
	background-position: 3px -100px;
}

div#solutions li#c {
	background-position: 3px -200px;
}

div#solutions li#d {
	background-position: 3px -300px;
}

div#solutions li#e {
	background-position: 3px -400px;
}

div#features {
	width: 285px;
	float: right;
	background: #f0f0f0;
}

div#features h2 {
	background: #f5f5f5 url('/images/home-section-headers-sprite-v2.png')
		no-repeat 0 0px;
	display: block;
	height: 28px;
	padding: 11px 0 0 14px;
	margin-bottom: 10px;
	font: bold 12pt Arial;
	color: #fff;
}

div#features li#f {
	background-position: 3px -500px;
}

div#features li#g {
	background-position: 3px -600px;
}

div#features li#h {
	background-position: 3px -700px;
}

div#features li#i {
	background-position: 3px -800px;
}

div#features li#j {
	background-position: 3px -900px;
}

div#sign-up-home {
	width: 270px;
	padding: 10px 10px 0px 0;
	float: right;
}

div#sign-up-form {
	background: #ffffff url('/images/sign-up-form-bg-v3.png') no-repeat;
	height: 281px;
	padding: 0 13px 0 13px;
	color: #fff;
	font-size: 8pt;
}

div#sign-up-form h2 {
	display: block;
	height: 28px;
	padding: 11px 0 0 1px;
	margin-bottom: 10px;
	font: bold 12pt Arial;
	color: #fff;
}

div#sign-up-form strong {
	color: #fff;
	font: bold 12pt Arial
}

div#sign-up-form label {
	color: #fff;
	font: bold 9pt Arial;
	margin-left: 2px;
	margin-bottom: 1px;
	display: block;
}

div#sign-up-form blockquote {
	width: 228px;
	border: 1px solid #026aa6;
	color: #fff;
	font: 8pt Arial;
	margin: 10px 3px;
	background: #0272bc;
	padding: 4px;
}

div#sign-up-form #terms-text {
	display: block;
	float: right;
	width: 200px;
	padding: 0;
	margin: 0;
	padding-top: 1px;
}

div#sign-up-form #agree-terms-privacy {
	display: block;
	float: left;
	width: 20px;	
}

div#sign-up-form a {
	color: #fff;
	font-weight: bold;
}

div#sign-up-form input.text {
	width: 230px;
	padding: 2px 4px;
	color: #000;
	font: 10pt Verdana;
	background: #fff;
	border: 1px solid #0272bc;
	display: block;
	margin-left: 2px;
	margin-bottom: 4px;
}

div#sign-up-form input.email-text {
	background: #fff url('/images/home-icon-sprite-v2.png') no-repeat right -1003px;
	padding-right: 30px;
	width: 204px !important;
}

div#sign-up-form span {
	margin: 13px;
}

/************************************************************
*																														*
*							Publicity Boxes Section												*
*																														*
*************************************************************/
div#tier-3-container {
	display: inline;
	clear: both;
}

div#publicity-boxes {
	float: left;
	padding: 10px 0 10px 10px;
	width: 580px;
	display: inline;
	margin-top: 0px;
}

div#publicity-boxes #box-1 {
	float: left;
	width: 285px;
}

div#publicity-boxes #box-2 {
	float: right;
	width: 285px;
}

div#publicity-boxes .box-content {
	background: #f5f5f5;
	width: 285px;
	min-height: 245px;
	height: auto !important;
	height: 245px;
}

div#publicity-boxes .box-content h2 {
	background: #f5f5f5 url('/images/home-section-headers-sprite-v2.png')
		no-repeat 0 -78px;
	display: block;
	height: 28px;
	padding: 11px 0 0 14px;
	margin-bottom: 5px;
	font: bold 12pt Arial;
	color: #fff;
}

div#publicity-boxes div.quote {
	padding: 1px 5px;
	margin: 0 5px 5px 5px;
	font: 9pt Arial;
	color: #333;
	font-weight: bold;
	line-height: 16px !important;
	background: #fff;

}

div#publicity-boxes div.quote span {
	font-weight: bold;
	margin: 0 5px 5px 0;
	display: block;
	text-align: right;
}

div#publicity-boxes span#links {
	padding: 0 5px 5px 5px;
	margin: 0;
	display: block;
}

div#publicity-boxes span#links a {
	color: #0139a6;
	font-weight: bold;
	display: block;
	font-size: 9pt;
	padding: 4px;
	text-decoration: none;
	background: #fff;
	margin-bottom: 5px;
}

div#publicity-boxes span#links a:hover {
	color: #fff;
	background: #0139a6;
}

/************************************************************
*																														*
*							Personal & Business Promo Section							*
*																														*
*************************************************************/
div#personal-business-promo {
	width: 270px;
	height: 245px;
	padding: 0 10px 0px 10px;
	float: right;
	cursor: pointer;
	margin-top: 10px;
}

div#for-personal h4, div#for-business h4 {
	color: #fff;
	font-size: 11pt;
	line-height: 26px;
}

div#for-personal p {
	color: #000;
	font-size: 10pt;
	padding: 12px 2px;
	width: 145px;
}

div#for-business p {
	color: #000;
	font-size: 10pt;
	padding: 12px 2px;
	width: 135px;
}

div#personal-business-promo #for-personal {
	background: transparent url('/images/home-solutions-bg-sprite-v2.png')
		no-repeat;
	width: 250px;
	height: 123px;
	padding: 0 10px;
}

div#personal-business-promo #for-business {
	background: transparent url('/images/home-solutions-bg-sprite-v2.png') 0
		-123px no-repeat;
	width: 250px;
	height: 123px;
	padding: 0 10px;
}