/* HOMEPAGE ELEMENTS */
#containerHome {
	margin:0; padding:0;
	width:1014px;
	background:transparent url("../images/common/bkgdContentTile.png") repeat-y;
}
#homeFlash { width:728px; height: 312px; position:absolute; z-index:5; font-size:12px; margin:204px 0 0 10px; background-image: url("../images/homepage/imgFlashFPO.png"); }
#homeNav { font-size:12px; margin:175px 0 0 20px; }
#homeCall { position:absolute; z-index:6; margin:4px 0 0 260px; }
#mainContent table#callHomeTable { width: 688px; text-align: left; }
#mainContent table#contentTable td#homeCol { width: 960px; background:transparent url("../images/common/bkgdContentTop.gif") no-repeat; }
#homeFlash #headlines { margin: 20px 0 0 260px; }
#homeRightCol { position:absolute; z-index:6; margin:171px 20px 0 737px; text-align: center; }
#footerHome { 
	background:transparent url("../images/common/bkgdContentBtm.png") no-repeat;
	display:block;
	height:auto !important;
	min-height:30px;
	width:1014px;
	margin:auto;
	overflow:hidden;
 }
#footerHome .ftrTable { margin-top: 20px; 	margin-bottom: 15px; width:960px; text-align: left; }
#footerHome .ftrTable td {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial,sans-serif;
	font-size:11px;
	text-align: left;
	}
#footerHome .ftrTable td a {
	color:#FFFFFF;
	text-decoration:underline;
	}
td#callDiagnosed { background: url("../images/homepage/callHomeDiagnosed.png") no-repeat; width: 142px; height: 44px;  }
a.callDiagnosed:hover { background: url("../images/homepage/callHomeDiagnosedOn.png") no-repeat; display:block; }
td#callGetinvolved { background: url("../images/homepage/callHomeGetinvolved.png") no-repeat; width: 142px; height: 35px; }
a.callGetinvolved:hover { background: url("../images/homepage/callHomeGetinvolvedOn.png") no-repeat; display:block; }

/* Scrolling photos */
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 115px;
	width: 363px;
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	overflow: auto;
	margin-left: 310px;
	margin-top: -10px;
}
ul.sc_menu {
	display: block;
	height: 115px;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding: 15px 0 0 0; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	text-align: center;
	font-size: 11px;	
	color: #ff9900;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: 0;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}

/* POP UP DIVS */
#blanket {
background-color:#000000;
opacity: 1;
filter:alpha(opacity=100);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%; height: auto;
}

.popup_div {
	padding: 10px;
	background-color: #ffffff;
	font-size: 12px;
	border: 2px solid #ff9900;
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	left: 282px;
	width: 404px;
	text-align: left;
}
.popup_div p.title { margin-top: 0; }
table .kids { margin-bottom: 25px; }
table .kids a { text-decoration: underline; }
table .kids a:hover { text-decoration: none; }

#rolling_stats {
	margin-left: 10px;
}