/**
 * Home
 *
 * Styles specific to the home page
 *		- Welcome box
 *		- Welcome image slide show
 */
	#welcome_box {
		float: left;
		width: 319px;
		height: 270px;
		background-color: #b7d224;
		color: #fff;
		position: relative;
		top: 1px;
		left: 1px;
	}

	#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;
	}

	#welcome_box p {
	position: relative;
	top: 95px;
	margin: 20px 20px 0px 20px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	}

	#welcome_box p.more_link {
		font-size: 10px;
		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: #00539b;
		display: block;
		background-image: url(../images/arrows/arrow_blue_on_green.gif);
		background-repeat: no-repeat;
		background-position: right;
	}
	#welcome_box p.more_link a:hover {
		color: #25B7D1;
		background-image: url(../images/arrows/arrow_ltblue_on_green.gif);
	}

	#welcome_images {
		float: left;
		width: 438px;
		height: 270px;
		background-color: #ccc;
		position: relative;
		top: 1px;
		left: 2px;
	}

#new_welcome_box {
		float: left;
		width: 376px;
		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;
	}


	/**
	 * 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: 150px;
	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#health_tips {
		background-image: url(../images/titles_portlets/portlet_178_health_tips.gif);
	}
	body#welcome div.portlet h2#health_tools {
		background-image: url(../images/titles_portlets/portlet_178_health_tools.gif);
	}
	body#welcome div.portlet h2#events_calendar {
		background-image: url(../images/titles_portlets/portlet_178_events.gif);
	}
	body#welcome div.portlet h2#center_for_health {
		background-image: url(../images/titles_portlets/portlet_178_center.gif);
	}
