@import url("global.css");
@import url("articles.css");

/* Home Layout Style */
#ContentBox{
background:url(../images/ContentBoxBG_home.gif) repeat-y;
width:778px;
display:table;
}

#Hero{
background:url(../images/Hero.jpg) no-repeat;
width:613px; 
height:251px;
}

#Home #PageTitle{
background:url(../images/TitleWelcome.jpg);
padding:34px 0 0 15px;
width:598px; /* 613px */
height:20px; /* 54px */
}
#WelcomeContent{
width:613px;
background:url(../images/TitleHomeLowerProc.jpg) no-repeat bottom;
background-color:#657FAB;
padding-bottom:52px;
}
#WelcomeContent p{
padding:10px 10px 10px 16px;
}
#LowerProcNav{
background:url(../images/LowerProcBG.gif);
font:bold 11px Verdana, Arial, Helvetica, sans-serif; 
width:613px;
display:table;
}
#LowerProcNav a{
color:#000;
display:block;
font-weight:normal;
margin:4px 0 0;
text-decoration:none;
}
#LowerProcNav a:hover{
color:yellow;
}
		#Face{
		background:url(../images/LowerProc_Face.jpg) no-repeat;
		float:left;
		height:150px;		
		padding:5px 0 10px 103px;
		width:105px;
		}		
    #Body{
		background:url(../images/LowerProc_Body.jpg) no-repeat;
		float:left;
		height:150px;
		padding:5px 0 10px 101px;
		width:99px;
		}
		#Breast{
		background:url(../images/LowerProc_Breast.jpg) no-repeat;
		height:150px;
		width:104px;
		float:left;
		padding:5px 0 10px 101px;
		}	
/*--- Home Footer Style ---*/
#FooterHome{
width:778px;
background:url(../images/FooterBG.gif) repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#FooterHome p{
padding:10px 10px 0 20px;
text-align:center;
color:#333;
}
#FooterHome a{
text-align:center;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#FooterHome a:hover{
color:#669966;
}
.hdynlink {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:11px;  
	cursor: pointer; 
}

.hdynlink:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#669966;
	cursor: pointer;
    
}
