/**
 * Home
 *
 * Styles specific to the home page
 *		- Welcome box
 *		- Welcome image slide show
 */
	#welcome_box {
		float: left;
		width: 319px;
		height: 270px;
		background-color: #f3c40e;
		color: #fff;
		position: relative;
		top: 1px;
		left: 1px;
		z-index: 50;
	}

	#welcome_box h1 {
		width: 238px;
		height: 83px;
		background: transparent url(../images/titles_header/play_learn_live.gif) no-repeat;
		position: relative;
		top: 19px;
		margin-left: 21px;
	}

	#welcome_box p {
		position: relative;
		top: 33px;
		margin: 0px 35px 0px 20px;
		font-size: 13px;
		line-height: 18px;
		color: #fff;
	}

	#welcome_box p.more_link {
		font-size: 11px;
		margin-top: 15px;
	}
	#welcome_box p.more_link a {
		height: 12px;
		width: 45px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
		color: #1f88af;
		display: block;
		background-image: url(../images/arrows/arrow_mdblue_on_orange.gif);
		background-repeat: no-repeat;
		background-position: right;
	}
	#welcome_box p.more_link a:hover {
		color: #00539B;
		background-image: url(../images/arrows/arrow_dkblue_on_orange.gif);
	}
	
	#new_welcome_box {
		float: left;
		width: 380px;
		height: 270px;
		background-color: #b7d224;
		color: #fff;
		position: relative;
		top: 1px;
		left: 1px;
	}

	#new_welcome_box h1 {
	width: 168px;
	height: 34px;
	background-image: url(../images/titles_header/welcome.gif);
	background-repeat: none;
	position: relative;
	top: 100px;
	margin-left: 20px;
	}

	#new_welcome_box p {
	position: relative;
	top: 95px;
	margin: 20px 20px 0px 20px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	}

	#new_welcome_box p.more_link {
		font-size: 10px;
		margin-top: 15px;
	}
	#new_welcome_box p.more_link a {
		height: 12px;
		width: 45px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
		color: #00539b;
		display: block;
		background-image: url(../images/arrows/arrow_blue_on_green.gif);
		background-repeat: no-repeat;
		background-position: right;
	}
	#new_welcome_box p.more_link a:hover {
		color: #25B7D1;
		background-image: url(../images/arrows/arrow_ltblue_on_green.gif);
	}

	#new_welcome_images {
		float: left;
		width: 379px;
		height: 270px;
		background-color: #ccc;
		position: relative;
		top: 1px;
		left: 2px;
	}

	#signup_button a {
		height: 94px;
		left: 273px;
		position: absolute;
		top: 165px;
		width: 94px;
		z-index: 100;
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		background-image: url(../images/home_signup_button.png);
	}
	/* hide thePNG image from IE6 and replace it with the GIF */
	* html #signup_button a
	{
		background-image: url(../images/home_signup_button.gif);
	}

	#welcome_images {
		float: left;
		width: 438px;
		height: 270px;
		background-color: #ccc;
		position: relative;
		top: 1px;
		left: 2px;
		line-height: 0px;
	}
	#welcome_images img
	{
		float: left;
	}


	/**
	 * For generic portlet styles, see base.css.
	 * These styles are specific to the home page.
	 */

	/**
	 * Home page portlets are fixed height 
	 * so that all four will be the same height
	 * this height can be adjusted when more content
	 * requires more height;
	 */
	body#welcome div.portlet {
		height: 130px;
		width: 178px;
		min-height: 130px;
		background-image: url(../images/portlet_bg_178.gif);
		margin-top: 0px;
	}

	body#welcome div.portlet h2 {
		width: 178px;
		height: 17px;
		background-repeat: no-repeat;
		background-position: top left;
	}

	body#welcome div.portlet h2#blank {
		background-image: url(../images/titles_portlets/portlet_178_blank.gif);
	}

	body#welcome div.portlet h2#health_tips {
		background-image: url(../images/titles_portlets/portlet_178_health_tips.gif);
	}
	body#welcome div.portlet h2#featured_classes {
		background-image: url(../images/titles_portlets/portlet_178_featured_class.gif);
	}
	body#welcome div.portlet h2#recent_promotions {
		background-image: url(../images/titles_portlets/portlet_178_recent_promo.gif);
	}
	body#welcome div.portlet h2#helpful_links {
		background-image: url(../images/titles_portlets/portlet_178_helpful_link.gif);
	}

