@charset "utf-8";
/* CSS Document */

@import url("common.css");

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#fff;
}

p {
	font-size:1em; 
	line-height:1.6em; 
	margin:0.5em 0em 0.8em 0em;
}
#wrapper_body_home{
	width:940px;
	float:left;
	background-color:#fff;
	padding:0px 10px 0px 10px;
}

#home_flash{
	width:940px;
	height:335px;
}


/*-------Footer-------*/

#footer_home{
	position:relative;
	width:950px;
	height:68px;
	padding: 38px 0px 0px 10px;
	margin:0px auto 0px auto;
	clear:both;
	font-size: 0.85em;
	color: #6d6d6d;
	background-image: url(../../_img/home/home_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/*HOME PODS*/

#home_pods_footer{
	position:relative;
	float:left;
	width:950px;
	height:391px;
	min-height:391px;
	height:auto!important;
	display:inline;
	background-repeat: no-repeat;
	background-color:#fff;
}	

#home_pods_footer a{
	color:#FFF;
	text-decoration:none;
}
#home_pods_footer a:hover{
	text-decoration:underline;
}

/*POD A*/

#pod_a_footer{
	width:230px;
	float:left;
	position:relative;
	padding:0px 7px 0px 0px;
	background-image: url(../../_img/home/pod_a_bg.jpg);
	background-repeat: no-repeat;
	height:391px;
}
#pod_a_logo{
	position:absolute;
	top:8px;
	left:21px;
	background-image: url(../../_img/home/logo_education.gif);
	background-repeat: no-repeat;
	width:156px;
	height:92px;
}
#pod_a_text{
	padding:122px 17px 0px 19px;
	height:268px;
	overflow:hidden;
}

/*POD B*/

#pod_b_footer{
	width:230px;
	float:left;
	position:relative;
	padding:0px 7px 0px 0px;
	background-image: url(../../_img/home/pod_b_bg.jpg);
	background-repeat: no-repeat;
	height:391px;
}
#pod_b_logo{
	position:absolute;
	top:5px;
	left:66px;
	width:103px;
	height:99px;
	background-image: url(../../_img/home/logo_healthcare.gif);
	background-repeat: no-repeat;
}

#pod_b_text{
	padding:122px 17px 0px 19px;
	height:268px;
	overflow:hidden;
}

/*POD C*/

#pod_c_footer{
	width:230px;
	float:left;
	position:relative;
	padding:0px 7px 0px 0px;
	background-image: url(../../_img/home/pod_c_bg.jpg);
	background-repeat: no-repeat;
	height:391px;
}

#pod_c_logo{
	position:absolute;
	top:13px;
	left:40px;
	width:145px;
	height:104px;
	background-image: url(../../_img/home/logo_streetchildren.gif);
	background-repeat: no-repeat;
}

#pod_c_text{
	padding:122px 17px 0px 19px;
	height:268px;
	overflow:hidden;
}

/*POD D*/

#pod_d_footer{
	width:229px;
	float:left;
	position:relative;
	padding:0px 0px 0px 0px;
	background-image: url(../../_img/home/pod_d_bg.jpg);
	background-repeat: no-repeat;
	height:391px;
}

#pod_d_logo{
	position:absolute;
	top:2px;
	left:58px;
	width:110px;
	height:98px;
	background-image: url(../../_img/home/logo_recentnews.gif);
	background-repeat: no-repeat;
}

#pod_d_text{
	padding:122px 17px 0px 19px;
	color:#242424;
	height:268px;
	overflow:hidden;
}


#pod_d_text a{
	color:#df450c;
	text-decoration: none;
	border:0px;
}

#pod_d_text a:hover{
	color:#df450c;
	text-decoration: underline;
}

.news_heading{
	color:#ff5a00;
	font-weight:bold;
	font-size:17px;
	line-height:0.9em;
	margin:10px 0px 0px 0px;
	padding:0px;
}

.more_text a{
	margin:0px;
	padding:0px;
}

/*Read more footer*/

#readmore_footer{
	position:relative;
	float:left;
	background-image: url(../../_img/home/read_more_bg.gif);
	width:940px;
	height:28px;
}

#readmore_pod_a{
	position:absolute;
	top:7px;
	left:69px;
}
#readmore_pod_b{
	position:absolute;
	top:7px;
	left:310px;
}
#readmore_pod_c{
	position:absolute;
	top:7px;
	left:546px;
}
#readmore_pod_d{
	position:absolute;
	top:7px;
	left:784px;
}
