/* Splash for index-b.html */

#splash.b {
	background: url(http://www.alaynewhite.com/images/layout/bg_splash.jpg) no-repeat;
	width: 875px;
	height: 228px;
	margin: 1em auto;
	overflow: hidden;
	position: relative;
}

#splash.b h2 {
	float: right;
}

#splash.b .left {
	float: left;
}

#splash.b .center {
	height: 229px;
	position: relative;
	width: 500px;
	margin: 0 0 5px 20px;
}

#splash.b .center p {
	clear: both;
	font-size: 120%;
	margin: 0;
	padding: 15px 0 0 0;
	width: 460px;
	text-align: left;
	line-height: 150%;
}

#splash.b .center h2 {
	margin: 25px 0 0 0;
	padding: 0;
	float: left;
}

#splash.b .right {
	height: 220px;
	width: 225px;
	padding: 0 0 0 15px;
	position: absolute;
	right: 25px;
	top: 5px;
}

#splash.b .right ol {
	position: relative;
	right: 0;
	top: 45px;
}

#splash.b #features li {
	margin: 8px 0 8px 0;
	font-size: 140%;
	width: 100%;
}
#splash.b a#start {
	display: block;
	width: 142px;
	height: 33px;
	background: url(http://www.alaynewhite.com/images/layout/buttons/start_button.jpg) no-repeat 0 0;
	text-indent: -2000px;
	overflow: hidden;
	margin-top: 12px;
}
#splash.b a#learn-more-blue {
	background: url(http://www.alaynewhite.com/images/layout/buttons/LearnMore_Blue.png) no-repeat 0 0;
	float: right;
	height: 0;
	top: 172px;
	right: 20px;
	position: absolute;
	overflow: hidden;
	padding-top: 43px;
	width: 172px;
}

#splash.b p {
	font-size: 120%;
	clear: both;
	float: left;
	width: 200px;
}

#splash.b h3 {
	margin: 0;
	width: 263px;
	height: 54px;	
}

#splash.b .right h3 {
	font-size: 1.8em;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	height: auto;
	color: #0070c0;
	margin: 30px 0 0 0;
}

#splash.b ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#splash.b ol li {
	margin-top: 7px;
}

#splash.b a#start-b {
	display: block;
	width: 140px;
	height: 33px;
	background: url(http://www.alaynewhite.com/images/layout/buttons/start-now-button.gif) no-repeat 0 0;
	text-indent: -2000px;
	overflow: hidden;
	margin-top: 12px;
}

#splash.b a#start-green {
	background: url(http://www.alaynewhite.com/images/layout/btn_splash.jpg) no-repeat 0 0;
	height: 0;
	float: left;
	clear: left;
	top: 170px;
	right: 54px;
	position: absolute;
	overflow: hidden;
	padding-top: 43px;
	width: 172px;
}

#splash.b a#start-b:hover {
	background-position: 0 -33px;
}

#splash.b a#learn-more {
	font-weight: bold;
	text-decoration: underline;
	color: #006633;
}

#splash.b a#learn-more:hover {
	color: #006633;
}

#splash.b a#learn-more-b {
	font-weight: bold;
	text-decoration: underline;
	color: #006633;
	display: block;
	width: 125px;
	margin: 0 0 0 25px;
	font-size: 120%;
	padding: 0 0 0 15px;
	background: url(http://www.alaynewhite.com/images/layout/play-button.gif) center left no-repeat;
	height: 20px;
}
#btn_splash {
	margin: 0 0 0 25px;
}

/* Homepage Sidebar */
#sidebar-index {
	color: #333333;
	width: 286px;
	border-left: 1px dotted #fff;
	margin:0px 0 0 0;
}
#sidebar_content-index {padding-left: 25px;}
#sidebar-index a {
	color: #3eb5b8;
	text-decoration: none;
}
#sidebar-index a:hover {
	color: #BB4780;
	text-decoration: underline;
}


/* Home Page Blocks */

#blocks {
	margin: 0;
}

#blocks .block {
	background: url(http://www.alaynewhite.com/images/layout/block_bg.jpg);
	width: 245px;
	height: 135px;
	padding: 55px 10px 5px 20px;
	float: right;
	margin: 15px 0px 0 0;
	overflow: hidden;
}

#blocks .block p {
	font-size: 95%;
	color:#666666;
	line-height: 1.4em;
}

#blocks .block a {
	text-decoration: underline;
	font-size: 12px;
	color: #3eb5b8;
	line-height: 150%;
}
#blocks .block a:hover {
	color: #ff0099;
}



#blocks h3 {
	margin: 0 0 -25px -5px;
	padding: 0 0 10px 0;
}

#blocks #type-block {
	background: url(http://www.alaynewhite.com/images/layout/block_bg_buyinggifts.gif);
}

#blocks #articles-block {
	margin: 15px 0 !important;
	position: relative;
	background: url(http://www.alaynewhite.com/images/layout/block_bg_newservices.gif);
}

#blocks #scores-block {
	background: url(http://www.alaynewhite.com/images/layout/block_bg_usinggifts.gif);
}

#blocks #articles-block p {
	width: 250px;
}

#blocks #issuer-block {
	background: url(http://www.alaynewhite.com/images/layout/block_bg_issuer.jpg);
}

#blocks #popular-block {
	background: url(http://www.alaynewhite.com/images/layout/block_bg_popular.jpg);
}

#blocks #other-block p {
	width: 250px;
}

#blocks #other-block {
	margin: 15px 0 !important;
	position: relative;
	background: url(http://www.alaynewhite.com/images/layout/block_bg_otherservices.jpg);
}


